This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/enemies/crystal_golem.json

15 lines
234 B
JSON

{
"id": "crystal_golem",
"name": "Crystal Golem",
"rarity": "rare",
"health": 80,
"attack": 6,
"defense": 10,
"speed": 4,
"experience": 35,
"credits": 25,
"dropTable": [
"flux_crystal",
"titanium_ore"
]
}