hotbot/assets/common/items/modular/weapon/secondary/staff/heavy.ron

23 lines
527 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Heavy Pyrocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Staff,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)