Traveller/data/itemRegs/weapons.yaml
Cold-Mint 25ad117d6f
Add melee weapons.
加入近战武器。
2024-10-07 15:17:04 +08:00

21 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#Register your weapon here.
#在这里注册你的武器。
#Note: The id must be the same as the item id in the scene. Otherwise, an ArgumentException will be thrown.
#备注id必须和场景内的物品id保持一致。否则会抛出ArgumentException。
#After you declare the id of the item, add the corresponding localized text to the csv file in the locals' folder. For example, if the id is a corresponding name is item_a and the corresponding description is item_a_desc.
#当您声明物品的id后请在locals文件夹中的csv文件中添加相应的本地化文本。例如id为a则对应的名称为item_a对应的描述为item_a_desc。
#staff_necromancy
#死灵法杖
# The Necromancy Staff will act differently on different difficulties.
#死灵法杖在不同的难度下会有不同的行为。
#The probability of generating monsters is as follows:Hard mode 100%, Normal mode 75%, easy mode 5%
#以下是在击杀敌人后生成怪物的概率困难模式100%普通模式75%简单模式5%
- id: staff_necromancy
scene_path: res://prefab/weapons/StaffNecromancy.tscn
icon_path: res://sprites/weapon/StaffNecromancy_Icon.png
max_stack_value: 1
- id: iron_axe
scene_path: res://prefab/weapons/IronAxe.tscn
icon_path: res://sprites/weapon/StaffNecromancy_Icon.png
max_stack_value: 1