21 lines
592 B
YAML
21 lines
592 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
|
|
custom_args:
|
|
- name: UniqueName
|
|
type: string
|
|
value: 爱你!
|
|
|
|
- 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: item_staff_of_the_undead_desc
|