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