This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
277 B
Plaintext
Raw Normal View History

2024-10-10 09:12:52 -04:00
ItemDef(
legacy_name: "Golemite Cloak",
legacy_description: "Equipment constructed from Golemite, providing toughness not unlike that of a golem.",
kind: Armor((
kind: Back,
stats: FromSet("Golemite"),
)),
quality: Legendary,
tags: [],
)