diff options
| author | historia <[not public]> | 2026-07-13 15:07:28 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-13 15:07:28 -0400 |
| commit | 93a412aed2b11406399504c81d6d19ed1341908a (patch) | |
| tree | d99f0c283e6684d266676438fbec4e550bf9c774 /data | |
| parent | fcc9c0a83df82093efd3a85e8e0dc0768653ea87 (diff) | |
| download | thehouseoficarus-93a412aed2b11406399504c81d6d19ed1341908a.tar.gz | |
feat(admin): hide irrelevant combat stats for task mobs, show relevant combat stats for hazards
Diffstat (limited to 'data')
| -rw-r--r-- | data/hazards/solar_radiation.yaml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/data/hazards/solar_radiation.yaml b/data/hazards/solar_radiation.yaml index 1b4b009..55e885f 100644 --- a/data/hazards/solar_radiation.yaml +++ b/data/hazards/solar_radiation.yaml @@ -1,10 +1,23 @@ name: scorching solar radiation description: "Unfiltered sunlight hammers down through a gap in the atmospheric dome. Without shade or shielding, the radiation burns exposed skin and overheats equipment." -attack_type: science -attack: 40 -attack_bonus: 0 -max_hit: 6 -speed: 5 +combat: + attack_types: [science] + stats: + attack: 40 + strength: 0 + ranged: 0 + science: 0 + speed: 5 + max_melee_hit: 0 + max_ranged_hit: 0 + max_science_hit: 6 + bonuses: + attack_bonus: 0 + strength_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 warn_message: "The dome shielding fails here — raw solar radiation pours in." hit_message: "Solar radiation sears you for %d damage." miss_message: "You shield your eyes and weather a wave of solar glare." |
