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/phase_shifter.json

15 lines
236 B
JSON

{
"id": "phase_shifter",
"name": "Phase Shifter",
"rarity": "epic",
"health": 50,
"attack": 25,
"defense": 4,
"speed": 22,
"experience": 55,
"credits": 45,
"dropTable": [
"phase_crystal",
"void_crystal"
]
}