uav_config.xml 490 B

123456789101112131415161718192021222324252627
  1. <data>
  2. <item id="1" name="Heal" description="资料无人机" equip="2001" attack="2001" power="2002" model="Heal" />
  3. <item id="2" name="Move" description="加速移动无人机" equip="2002" attack="2003" power="2004" model="Move" />
  4. <comment>
  5. <id>
  6. ID
  7. </id>
  8. <name>
  9. 名称
  10. </name>
  11. <description>
  12. 描述(30字以内)
  13. </description>
  14. <equip>
  15. 装备id
  16. </equip>
  17. <attack>
  18. 普通攻击
  19. </attack>
  20. <power>
  21. 技能
  22. </power>
  23. <model>
  24. 模型
  25. </model>
  26. </comment>
  27. </data>