mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Asset ron file fix
This commit is contained in:
parent
d523ed7216
commit
66dbfebf3b
@ -3,7 +3,7 @@ ItemDef(
|
|||||||
description: "Was attached to a beast.",
|
description: "Was attached to a beast.",
|
||||||
kind: Tool(
|
kind: Tool(
|
||||||
(
|
(
|
||||||
kind: NpcWeapon(BeastClaws),
|
kind: Unique(BeastClaws),
|
||||||
stats: (
|
stats: (
|
||||||
equip_time_millis: 500,
|
equip_time_millis: 500,
|
||||||
power: 1.00),
|
power: 1.00),
|
||||||
|
@ -3,7 +3,7 @@ ItemDef(
|
|||||||
description: "Was attached to a mighty stone golem.",
|
description: "Was attached to a mighty stone golem.",
|
||||||
kind: Tool(
|
kind: Tool(
|
||||||
(
|
(
|
||||||
kind: NpcWeapon(StoneGolemFist),
|
kind: Unique(StoneGolemFist),
|
||||||
stats: (
|
stats: (
|
||||||
equip_time_millis: 500,
|
equip_time_millis: 500,
|
||||||
power: 1.00),
|
power: 1.00),
|
||||||
|
Loading…
Reference in New Issue
Block a user