123456789101112131415161718192021222324252627 |
- <data>
- <item id="1" name="Heal" description="资料无人机" equip="2001" attack="2001" power="2002" model="Heal" />
- <item id="2" name="Move" description="加速移动无人机" equip="2002" attack="2003" power="2004" model="Move" />
- <comment>
- <id>
- ID
- </id>
- <name>
- 名称
- </name>
- <description>
- 描述(30字以内)
- </description>
- <equip>
- 装备id
- </equip>
- <attack>
- 普通攻击
- </attack>
- <power>
- 技能
- </power>
- <model>
- 模型
- </model>
- </comment>
- </data>
|