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

15 lines
225 B
JSON

{
"id": "space_pirate",
"name": "Space Pirate",
"rarity": "common",
"health": 25,
"attack": 10,
"defense": 3,
"speed": 8,
"experience": 15,
"credits": 12,
"dropTable": [
"iron_ore",
"bandage"
]
}