aion真端items xml 中文说明
物品基本信息
<id>:物品的唯一标识符(ID)。
<name>:物品的名称(例如:
wrap_event_35vbefore_battle_box)。<desc>:物品的描述(例如:
STR_WRAP_EVENT_35VBEFORE_BATTLE_BOX,可能是本地化字符串)。<item_type>:物品类型(例如:
normal,表示普通物品)。
物品属性
<price>:物品的价格(例如:5 金币)。
<activation_mode>:激活模式(例如:
Both,表示可以在任何状态下激活)。<activation_count>:激活次数(例如:1 次)。
<breakdown>:是否可分解(1 表示可分解)。
<activate_target>:激活目标(例如:
standalone,表示独立使用)。<max_stack_count>:最大堆叠数量(例如:1000)。
<equipment_slots>:装备槽(例如:
none,表示不占用装备槽)。<quality>:物品品质(例如:
common,表示普通品质)。<level>:物品等级(例如:1 级)。
<lore>:是否具有传说属性(
FALSE表示没有)。<can_exchange>:是否可交易(
TRUE表示可以交易)。<can_sell_to_npc>:是否可以出售给 NPC(
TRUE表示可以)。<can_deposit_to_character_warehouse>:是否可以存入角色仓库(
TRUE表示可以)。<can_deposit_to_account_warehouse>:是否可以存入账号仓库(
TRUE表示可以)。<can_deposit_to_guild_warehouse>:是否可以存入公会仓库(
TRUE表示可以)。<breakable>:是否可破坏(
TRUE表示可以)。<soul_bind>:是否绑定(
FALSE表示不绑定)。<remove_when_logout>:是否在登出时移除(
FALSE表示不移除)。<can_exchange_only_guildmember>:是否仅限公会成员交易(
FALSE表示不限制)。<gender_permitted>:允许使用的性别(例如:
all,表示所有性别均可使用)。
职业限制
<warrior>:战士是否可以使用(1 表示可以)。
<scout>:侦察兵是否可以使用(1 表示可以)。
<mage>:法师是否可以使用(1 表示可以)。
<cleric>:牧师是否可以使用(1 表示可以)。
<engineer>:工程师是否可以使用(1 表示可以)。
<artist>:艺术家是否可以使用(1 表示可以)。
<fighter>:斗士是否可以使用(1 表示可以)。
<knight>:骑士是否可以使用(1 表示可以)。
<assassin>:刺客是否可以使用(1 表示可以)。
<ranger>:游侠是否可以使用(1 表示可以)。
<wizard>:巫师是否可以使用(1 表示可以)。
<elementalist>:元素使是否可以使用(1 表示可以)。
<chanter>:吟游诗人是否可以使用(1 表示可以)。
<priest>:祭司是否可以使用(1 表示可以)。
<gunner>:枪手是否可以使用(1 表示可以)。
<bard>:吟游诗人是否可以使用(1 表示可以)。
<rider>:骑手是否可以使用(1 表示可以)。
其他属性
<bonus_apply>:加成应用范围(例如:
inventory,表示在背包中生效)。<casting_delay>:使用延迟时间(例如:1000 毫秒)。
<cash_item>:是否为现金物品(2 表示是)。
<can_split>:是否可拆分(
TRUE表示可以)。<item_drop_permitted>:是否允许掉落(
FALSE表示不允许)。<disassembly_item>:是否可拆解(1 表示可以)。
<can_ap_extraction>:是否可提取 AP(
FALSE表示不可以)。<race_permitted>:允许使用的种族(例如:
pc_light pc_dark,表示天族和魔族均可使用)。
<item>
<id>188052078</id>
<name>wrap_event_35vbefore_battle_box</name>
<desc>STR_WRAP_EVENT_35VBEFORE_BATTLE_BOX</desc>
<item_type>normal</item_type>
<price>5</price>
<activation_mode>Both</activation_mode>
<activation_count>1</activation_count>
<breakdown>1</breakdown>
<activate_target>standalone</activate_target>
<max_stack_count>1000</max_stack_count>
<equipment_slots>none</equipment_slots>
<quality>common</quality>
<level>1</level>
<lore>FALSE</lore>
<can_exchange>TRUE</can_exchange>
<can_sell_to_npc>TRUE</can_sell_to_npc>
<can_deposit_to_character_warehouse>TRUE</can_deposit_to_character_warehouse>
<can_deposit_to_account_warehouse>TRUE</can_deposit_to_account_warehouse>
<can_deposit_to_guild_warehouse>TRUE</can_deposit_to_guild_warehouse>
<breakable>TRUE</breakable>
<soul_bind>FALSE</soul_bind>
<remove_when_logout>FALSE</remove_when_logout>
<can_exchange_only_guildmember>FALSE</can_exchange_only_guildmember>
<gender_permitted>all</gender_permitted>
<warrior>1</warrior>
<scout>1</scout>
<mage>1</mage>
<cleric>1</cleric>
<engineer>1</engineer>
<artist>1</artist>
<fighter>1</fighter>
<knight>1</knight>
<assassin>1</assassin>
<ranger>1</ranger>
<wizard>1</wizard>
<elementalist>1</elementalist>
<chanter>1</chanter>
<priest>1</priest>
<gunner>1</gunner>
<bard>1</bard>
<rider>1</rider>
<bonus_apply>inventory</bonus_apply>
<casting_delay>1000</casting_delay>
<cash_item>2</cash_item>
<can_split>TRUE</can_split>
<item_drop_permitted>FALSE</item_drop_permitted>
<disassembly_item>1</disassembly_item>
<can_ap_extraction>FALSE</can_ap_extraction>
<race_permitted>pc_light pc_dark</race_permitted>
</item>
