mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed broken weapon.
This commit is contained in:
parent
49f496e290
commit
803e42cc01
@ -1,18 +1,18 @@
|
||||
ItemDef(
|
||||
name: "Quad Med Basic",
|
||||
description: "testing123",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Unique(QuadMedBasic),
|
||||
hands: Two,
|
||||
stats: Direct((
|
||||
equip_time_secs: 0.01,
|
||||
power: 0.5,
|
||||
poise_strength: 1.0,
|
||||
speed: 1.00,
|
||||
)),
|
||||
)
|
||||
),
|
||||
kind: Tool((
|
||||
kind: Unique(QuadMedBasic),
|
||||
hands: Two,
|
||||
stats: Direct((
|
||||
equip_time_secs: 0.01,
|
||||
power: 0.5,
|
||||
poise_strength: 1.0,
|
||||
speed: 1.00,
|
||||
crit_chance: 0.09375,
|
||||
crit_mult: 2.2190476,
|
||||
)),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user