ced2618a5e
修复了同一个掉落组中总是掉落最后一项的bug
17 lines
504 B
YAML
17 lines
504 B
YAML
- id: staff_of_the_undead
|
|
scene_path: res://prefab/weapons/staffOfTheUndead.tscn
|
|
icon_path: res://sprites/weapon/staffOfTheUndead_icon.png
|
|
max_stack_value: 1
|
|
|
|
- id: degraded_staff_of_the_undead
|
|
scene_path: res://prefab/weapons/staffOfTheUndead.tscn
|
|
icon_path: res://sprites/weapon/staffOfTheUndead_icon.png
|
|
max_stack_value: 1
|
|
custom_args:
|
|
- name: FiringIntervalAsMillisecond
|
|
type: int
|
|
value: 1000
|
|
- name: UniqueName
|
|
type: string
|
|
value: 劣化的死灵法杖
|