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

15 lines
236 B
JSON

{
"id": "pirate_captain",
"name": "Pirate Captain",
"rarity": "uncommon",
"health": 40,
"attack": 15,
"defense": 6,
"speed": 12,
"experience": 30,
"credits": 20,
"dropTable": [
"steel_alloy",
"iron_ore"
]
}