Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <item id="2455" article="a" name="crossbow">
  2. <attribute key="description" value="(Range 5)"/>
  3. <attribute key="weight" value="4000"/>
  4. <attribute key="weaponType" value="distance"/>
  5. <attribute key="slotType" value="two-handed"/>
  6. <attribute key="ammoType" value="bolt"/>
  7. <attribute key="range" value="5"/>
  8. </item>
  9. --------------------------------------------------------------------
  10. <item id="5583" article="a" name="royal crossbow">
  11. <attribute key="description" value="(Range 6, attack +5, hitChance +5)"/>
  12. <attribute key="weight" value="12000"/>
  13. <attribute key="slotType" value="two-handed"/>
  14. <attribute key="weaponType" value="distance"/>
  15. <attribute key="ammoType" value="bolt"/>
  16. <attribute key="range" value="6"/>
  17. <attribute key="hitChance" value="5"/>
  18. <attribute key="attack" value="5"/>
  19. </item>
  20. ---------------------------------------------------------------------
  21. <item id="5568" article="an" name="arbalest">
  22. <attribute key="description" value="It is a bit heavy due to the iron mounting, but very precise.(Range 7, Distance Fighting +3, attack +5, hitchance +5)" />
  23. <attribute key="weight" value="9500" />
  24. <attribute key="weaponType" value="distance" />
  25. <attribute key="slotType" value="two-handed" />
  26. <attribute key="ammoType" value="bolt" />
  27. <attribute key="range" value="7"/>
  28. <attribute key="attack" value="5" />
  29. <attribute key="skilldist" value="3"/>
  30. <attribute key="hitChance" value="5"/>
  31. </item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement