Skip to content

Instantly share code, notes, and snippets.

View jonathan-w's full-sized avatar

Jonathan Woodliffe jonathan-w

  • firefrog
  • Lincoln, UK
  • 13:29 (UTC +01:00)
View GitHub Profile
@jonathan-w
jonathan-w / pocketitems.xml
Last active November 4, 2022 12:11
pocketitems.xml
<pocketitems>
<card id="0" name="NULL" />
<card type="tarot" pickup="1" description="#THE_FOOL_DESCRIPTION" id="1" name="#THE_FOOL_NAME" announcer="375" announcerdelay="60" mimiccharge="2" />
<card type="tarot" pickup="1" description="#THE_MAGICIAN_DESCRIPTION" id="2" name="#THE_MAGICIAN_NAME" announcer="381" mimiccharge="2" />
<card type="tarot" pickup="1" description="#THE_HIGH_PRIESTESS_DESCRIPTION" id="3" name="#THE_HIGH_PRIESTESS_NAME" announcer="379" announcerdelay="110" mimiccharge="2" />
<card type="tarot" pickup="1" description="#THE_EMPRESS_DESCRIPTION" id="4" name="#THE_EMPRESS_NAME" announcer="374" announcerdelay="70" mimiccharge="3" />
<card type="tarot" pickup="1" description="#THE_EMPEROR_DESCRIPTION" id="5" name="#THE_EMPEROR_NAME" greedmode="false" announcer="373" announcerdelay="70" mimiccharge="4" />
<card type="tarot" pickup="1" description="#THE_HIEROPHANT_DESCRIPTION" id="6" name="#THE_HIEROPHANT_NAME" announcer="378" announcerdelay="70" mimiccharge="12" />
<card type="tarot" pic
@jonathan-w
jonathan-w / itempools.xml
Last active November 4, 2022 12:12
itempools.xml
<ItemPools>
<Pool Name="treasure">
<!--The Sad Onion-->
<Item Id="1" Weight="1" DecreaseBy="1" RemoveOn="0.1"/>
<!--The Inner Eye-->
<Item Id="2" Weight="1" DecreaseBy="1" RemoveOn="0.1"/>
<!--Spoon Bender-->
<Item Id="3" Weight="1" DecreaseBy="1" RemoveOn="0.1"/>
<!--Cricket's Head-->
<Item Id="4" Weight="1" DecreaseBy="1" RemoveOn="0.1"/>
@jonathan-w
jonathan-w / items.xml
Last active November 4, 2022 12:14
items.xml
<items gfxroot="gfx/items/" version="1">
<passive cache="firedelay" description="#THE_SAD_ONION_DESCRIPTION" gfx="Collectibles_001_TheSadOnion.png" id="1" name="#THE_SAD_ONION_NAME" />
<passive cache="firedelay damage" description="#THE_INNER_EYE_DESCRIPTION" gfx="Collectibles_002_TheInnerEye.png" id="2" name="#THE_INNER_EYE_NAME" />
<passive cache="speed tearcolor tearflag" description="#SPOON_BENDER_DESCRIPTION" gfx="Collectibles_003_SpoonBender.png" id="3" name="#SPOON_BENDER_NAME" />
<passive cache="damage shotspeed" description="#CRICKETS_HEAD_DESCRIPTION" gfx="Collectibles_004_CricketsHead.png" id="4" name="#CRICKETS_HEAD_NAME" />
<passive cache="damage luck tearflag shotspeed range" description="#MY_REFLECTION_DESCRIPTION" gfx="Collectibles_005_MyReflection.png" id="5" name="#MY_REFLECTION_NAME" />
<passive cache="firedelay range tearcolor" description="#NUMBER_ONE_DESCRIPTION" gfx="Collectibles_006_NumberOne.png" id="6" name="#NUMBER_ONE_NAME" />
<passive cache="damage" description="#BLOOD_OF_T
@jonathan-w
jonathan-w / items_metadata.xml
Last active November 4, 2022 12:16
items_metadata.xml
<items>
<item id="1" quality="3" tags="summonable tearsup offensive"/>
<item id="2" quality="2" tags="summonable offensive"/>
<item id="3" quality="3" tags="summonable offensive"/>
<item id="4" quality="4" tags="summonable dead offensive"/>
<item id="5" quality="2" tags="summonable offensive"/>
<item id="6" quality="2" tags="summonable tearsup offensive"/>
<item id="7" quality="3" tags="summonable offensive"/>
<item id="8" quality="1" tags="summonable baby monstermanual offensive"/>
<item id="9" quality="0" tags="poop summonable nocantrip fly"/>