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

15 lines
240 B
JSON

{
"id": "security_drone",
"name": "Security Drone",
"rarity": "uncommon",
"health": 35,
"attack": 14,
"defense": 4,
"speed": 10,
"experience": 22,
"credits": 15,
"dropTable": [
"basic_circuit",
"copper_ore"
]
}