mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
ItemDef(
|
|
name: "Crescent Saviour",
|
|
description: "Trusty companion by day and night.",
|
|
kind: Tool(
|
|
(
|
|
kind: Sceptre,
|
|
stats: (
|
|
equip_time_millis: 400,
|
|
power: 1.6,
|
|
poise_power: 1.5,
|
|
speed: 0.5
|
|
),
|
|
)
|
|
),
|
|
quality: Common,
|
|
)
|