Skip to content

Commit

Permalink
Backporting CleverRaven#48746
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 12, 2021
1 parent 4d112a5 commit 4b68f33
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 14 additions & 0 deletions data/mods/Magiclysm/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
"shape": "blast",
"effect": "attack"
},
{
"id": "prank",
"type": "SPELL",
"name": "Leprechaun prank",
"description": "Pranks the PC. Gag humor.",
"valid_targets": [ "hostile" ],
"flags": [ "NO_LEGS" ],
"max_level": 5,
"min_range": 1,
"max_range": 5,
"range_increment": 1,
"shape": "blast",
"effect": "vomit"
},
{
"id": "gas_attack",
"type": "SPELL",
Expand Down
14 changes: 8 additions & 6 deletions data/mods/Magiclysm/monsters/holiday_magiclysm.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,22 @@
"bodytype": "human",
"volume": "145 ml",
"weight": "168 kg",
"hp": 125,
"hp": 45,
"speed": 124,
"material": [ "flesh" ],
"symbol": "L",
"color": "green",
"aggression": 45,
"morale": 100,
"melee_skill": 6,
"melee_dice": 7,
"melee_dice_sides": 7,
"morale": 5,
"melee_skill": 4,
"melee_dice": 3,
"melee_dice_sides": 2,
"dodge": 6,
"harvest": "demihuman",
"path_settings": { "avoid_traps": true, "avoid_sharp": true },
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "WARM" ]
"fear_triggers": [ "HURT", "FIRE" ],
"special_attacks": [ { "type": "spell", "spell_data": { "id": "prank", "min_level": 5 }, "cooldown": 80 }, [ "PULL_METAL_WEAPON", 25 ] ],
"flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "KEEP_DISTANCE", "WARM", "HIT_AND_RUN" ]
}
]

0 comments on commit 4b68f33

Please sign in to comment.