mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/fix-assets-update' into 'master'
Fix merge of assets update branch See merge request veloren/veloren!1500
This commit is contained in:
commit
c087b74a8d
@ -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