craft_config.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <data>
  2. <item id="1" name="铁拳" description="看看你的头硬还是我的拳头硬。" hp="1600" attack="10" power="11|12" model="Dasher" />
  3. <item id="2" name="追猎者" description="一旦猎物被盯上就不可能逃掉。" hp="1100" attack="20" power="21|22" model="Hunter" />
  4. <item id="3" name="雷神" description="不要乱动,小心触电。" hp="1200" attack="30" power="31|32" model="Thunder" />
  5. <item id="4" name="刺客" description="看不见的危险才是最大的危险。" hp="1250" attack="40" power="41|42" model="Assassin" />
  6. <item id="5" name="庇护者" description="看来你需要修理一下了。" hp="1200" attack="50" power="51|52" model="Medic" />
  7. <item id="6" name="蜘蛛" description="有人要自投罗网了" hp="1200" attack="60" power="61|62" model="Spider" />
  8. <item id="7" name="冰霜" description="寒潮来袭" hp="1300" attack="70" power="71|72" model="Ice" />
  9. <item id="8" name="烈焰" description="融化一切" hp="1100" attack="80" power="81|82" model="Flame" />
  10. <item id="1001" name="小蜘蛛" description="小蜘蛛" hp="300" attack="1001" power="" model="TinySpider" />
  11. <item id="1002" name="防御塔" description="防御塔" hp="3000" attack="1002" power="" model="Door" />
  12. <comment>
  13. <id>
  14. ID
  15. </id>
  16. <name>
  17. 名称
  18. </name>
  19. <description>
  20. 描述(30字以内)
  21. </description>
  22. <hp>
  23. </hp>
  24. <attack>
  25. 普通攻击
  26. </attack>
  27. <power>
  28. 技能
  29. </power>
  30. <model>
  31. 模型
  32. </model>
  33. </comment>
  34. </data>