24 lines
570 B
Plaintext
24 lines
570 B
Plaintext
ItemDef(
|
|
legacy_name: "Sceptre Shaft",
|
|
legacy_description: "",
|
|
kind: ModularComponent(
|
|
ToolPrimaryComponent(
|
|
toolkind: Sceptre,
|
|
stats: (
|
|
equip_time_secs: 0.25,
|
|
power: 0.9,
|
|
effect_power: 0.9,
|
|
speed: 0.9,
|
|
range: 0.9,
|
|
energy_efficiency: 0.9,
|
|
buff_strength: 0.9,
|
|
),
|
|
hand_restriction: Some(Two),
|
|
weapon_name: Universal("Sceptre"),
|
|
)
|
|
),
|
|
quality: Low,
|
|
tags: [],
|
|
)
|
|
|