mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Yeet
This commit is contained in:
parent
670af0ad1e
commit
e6693d5979
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Opens letters quickly.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Dagger("BasicDagger0"),
|
||||
kind: Dagger,
|
||||
stats: (
|
||||
equip_time_millis: 0,
|
||||
power: 1.80
|
||||
|
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "This belonged to an evil Cult Leader.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Dagger("CultDagger0"),
|
||||
kind: Dagger,
|
||||
stats: (
|
||||
equip_time_millis: 0,
|
||||
power: 2.00
|
||||
|
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Radiates a freezing aura.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Sword("FrostCleaver0"),
|
||||
kind: Sword,
|
||||
stats: (
|
||||
equip_time_millis: 500,
|
||||
power: 1.70),
|
||||
|
@ -3,7 +3,7 @@ ItemDef(
|
||||
description: "Forged from a single piece\nof eternal ice.",
|
||||
kind: Tool(
|
||||
(
|
||||
kind: Sword("FrostCleaver1"),
|
||||
kind: Sword,
|
||||
stats: (
|
||||
equip_time_millis: 500,
|
||||
power: 1.95),
|
||||
|
Loading…
Reference in New Issue
Block a user