Skip to content

Commit

Permalink
change nothic to krabgek (#35033)
Browse files Browse the repository at this point in the history
* change nothic to krabgek

* Update used_bookstore.json

* Update monsters.json
  • Loading branch information
KorGgenT authored and kevingranade committed Oct 26, 2019
1 parent a995700 commit 04dc7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions data/mods/Magiclysm/monsters/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ]
},
{
"id": "mon_nothic",
"name": "nothic",
"description": "A baleful eye peers out from the darkness, its gleam hinting at a weird intelligence and unnerving malevolence.",
"symbol": "N",
"id": "mon_krabgek",
"name": "krabgek",
"description": "A large baleful eye peers out from the darkness, its gleam hinting at a weird intelligence and unnerving malevolence. The eye oozes some pinkish liquid, and the weirdly humanoid figure is covered in sharp blue-black triangular plates.",
"symbol": "K",
"color": "dark_gray",
"type": "MONSTER",
"flags": [ "SEES", "HEARS", "SMELLS", "KEENNOSE", "PATH_AVOID_DANGER_1", "WARM" ],
Expand Down Expand Up @@ -105,7 +105,7 @@
"cooldown": 1,
"damage_max_instance": [ { "damage_type": "cut", "amount": 25, "armor_multiplier": 1.2 } ]
},
{ "type": "spell", "spell_id": "necrotic_gaze", "cooldown": 5, "monster_message": "The nothic gazes at %3$s!" }
{ "type": "spell", "spell_id": "necrotic_gaze", "cooldown": 5, "monster_message": "The krabgek gazes at %3$s!" }
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/worldgen/used_bookstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"d": "f_dumpster",
"C": "f_counter"
},
"monster": { "O": { "monster": "mon_nothic", "chance": 100 }, "z": { "monster": "mon_nothic", "chance": 33 } },
"monster": { "O": { "monster": "mon_krabgek", "chance": 100 }, "z": { "monster": "mon_krabgek", "chance": 33 } },
"toilets": { "&": { } },
"items": { "M": { "item": "spellbook_loot_1", "chance": 60 }, "N": { "item": "novels", "chance": 60, "repeat": [ 1, 3 ] } }
}
Expand Down

0 comments on commit 04dc7c1

Please sign in to comment.