1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <data>
- <item id="1" name="light iron armor" type="" quality="" icon="" version="10207" hp="1" hp_up="1.5" dmg="" dmg_up="" mov="" mov_up="" />
- <item id="2" name="iron armor" type="" quality="1" icon="" version="10207" hp="8" hp_up="2" dmg="" dmg_up="" mov="" mov_up="" />
- <item id="3" name="heavy iron armor" type="" quality="2" icon="" version="10207" hp="15" hp_up="2.5" dmg="" dmg_up="" mov="" mov_up="" />
- <item id="4" name="super iron armor" type="" quality="3" icon="" version="10207" hp="22" hp_up="3" dmg="" dmg_up="" mov="" mov_up="" />
- <item id="5" name="Armor piercing bullet" type="" quality="" icon="" version="10207" hp="" hp_up="" dmg="1" dmg_up="1.5" mov="" mov_up="" />
- <item id="6" name="Alloy armor piercing bullet" type="" quality="1" icon="" version="10207" hp="" hp_up="" dmg="8" dmg_up="2" mov="" mov_up="" />
- <item id="7" name="Tungsten penetrator" type="" quality="2" icon="" version="10207" hp="" hp_up="" dmg="15" dmg_up="2.5" mov="" mov_up="" />
- <item id="8" name="Depleted uranium armour-piercing projectle" type="" quality="3" icon="" version="10207" hp="" hp_up="" dmg="22" dmg_up="3" mov="" mov_up="" />
- <item id="9" name="Propeller" type="" quality="" icon="" version="10207" hp="0.5" hp_up="0.75" dmg="" dmg_up="" mov="15" mov_up="" />
- <item id="10" name="Rapid propeller" type="" quality="1" icon="" version="10207" hp="4" hp_up="1" dmg="" dmg_up="" mov="20" mov_up="" />
- <item id="11" name="High-speed propeller" type="" quality="2" icon="" version="10207" hp="7.5" hp_up="1.25" dmg="" dmg_up="" mov="25" mov_up="" />
- <item id="12" name="Ultra high speed propeller" type="" quality="3" icon="" version="10207" hp="11" hp_up="1.5" dmg="" dmg_up="" mov="30" mov_up="" />
- <item id="2001" name="加血无人机" type="1" quality="1" icon="" version="10207" hp="0.034" hp_up="0.034" dmg="" dmg_up="" mov="" mov_up="" />
- <item id="2002" name="移动加速无人机" type="1" quality="1" icon="" version="10207" hp="" hp_up="" dmg="1" dmg_up="1" mov="" mov_up="" />
- <comment>
- <id>
- ID
- </id>
- <name>
- 名称
- </name>
- <type>
- 类型
- 装备=0(不填)
- 无人机=1
- </type>
- <quality>
- 品质
- 普通=0(不填)
- 精良=1
- 史诗=2
- 传说=3
- </quality>
- <icon>
- 图标
- 不填与id一样
- </icon>
- <version>
- 版本代码
- 避免老版本掉落新物品
- </version>
- <hp>
- 生命
- 初始值
- </hp>
- <hp_up>
- 生命
- 成长值
- </hp_up>
- <dmg>
- 伤害
- 初始值
- </dmg>
- <dmg_up>
- 伤害
- 成长值
- </dmg_up>
- <mov>
- 移动
- 初始值
- </mov>
- <mov_up>
- 移动
- 成长值
- </mov_up>
- </comment>
- </data>
|