mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
ItemDef(
|
|
name: "Crescent Saviour",
|
|
description: "Trusty companion by day and night.",
|
|
kind: Tool((
|
|
kind: Sceptre,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 1.6,
|
|
poise_strength: 1.5,
|
|
speed: 0.5,
|
|
crit_chance: 0.16,
|
|
crit_mult: 2.6,
|
|
)),
|
|
)),
|
|
quality: Common,
|
|
tags: [],
|
|
) |