docker-veloren/veloren/assets/common/items/lantern/geode_purp.ron
Glauber Ferreira e11bf493a1
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
primeiro commit
2024-04-29 21:38:53 -03:00

14 lines
329 B
Plaintext

ItemDef(
legacy_name: "Purple Geode",
legacy_description: "Emits a calming glow, helps to calm your nerves.",
kind: Lantern(
(
color: (r: 144, g: 88, b: 181),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)