Skip to content

Instantly share code, notes, and snippets.

@Codinablack
Created July 16, 2021 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Codinablack/4d59ff911a7dfc8fed48178a47a59d15 to your computer and use it in GitHub Desktop.
Save Codinablack/4d59ff911a7dfc8fed48178a47a59d15 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CustomEquipment>
<equipment equipid="100" baseItem="2400" article="a" name="zelda sword">
<attribute key="description" value="a worthy blade." />
<attribute key="defense" value="45" />
<attribute key="attack" value="89" />
<attribute key="extradef" value="10" />
</equipment>
<equipment equipid="101" baseItem="2400" article="a" name="blade of the ruined king">
<attribute key="description" value="for adc's" />
<attribute key="defense" value="48" />
<attribute key="attack" value="99" />
<attribute key="extradef" value="15" />
</equipment>
<equipment equipid="102" baseItem="2472" article="a" name="Superior Armor">
<attribute key="description" value="Upgraded Magic Plate Armor." />
<attribute key="armor" value="22" />
</equipment>
<equipment equipid="103" baseItem="2472" article="a" name="Supreme Kai Armor">
<attribute key="description" value="scares even vegeta!" />
<attribute key="armor" value="55" />
</equipment>
</CustomEquipment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment