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/test/data/enemies/hostiles/pirates/raider_frigate.json
2026-03-29 00:16:10 -03:00

14 lines
251 B
JSON

{
"hostile": {
"id": "test:pirates/raider_frigate",
"displayName": "enemies.test.raider_frigate",
"meta": {
"health": 100,
"defense": 1.5,
"damage": 6.5,
"criticalChance": 0.2,
"attackRate": 1.0
}
}
}