From b81f996241ab0d74e56d33af44bfc90b6dbe44b4 Mon Sep 17 00:00:00 2001 From: KorGgenT Date: Sun, 26 Apr 2020 14:47:11 -0400 Subject: [PATCH] add bionic sneeze beam CBM adjusted scroll drop to be CBM drop instead, and removed scroll from the drop list. additionally renamed the scroll for easier search in debug wish. --- .../mods/Magiclysm/itemgroups/spellbooks.json | 2 +- data/mods/Magiclysm/items/bionics.json | 28 +++++++++++++++++++ data/mods/Magiclysm/items/spell_scrolls.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/itemgroups/spellbooks.json b/data/mods/Magiclysm/itemgroups/spellbooks.json index 4c04f959bd34a..250e7fff81270 100644 --- a/data/mods/Magiclysm/itemgroups/spellbooks.json +++ b/data/mods/Magiclysm/itemgroups/spellbooks.json @@ -117,7 +117,7 @@ [ "spell_scroll_obfuscated_body", 10 ], [ "spell_scroll_lava_bomb", 5 ], [ "spell_scroll_druidic_healing", 20 ], - [ "spell_scroll_overcharge_eyes", 50 ] + [ "bio_sneeze_beam", 50 ] ] }, { diff --git a/data/mods/Magiclysm/items/bionics.json b/data/mods/Magiclysm/items/bionics.json index ee2a12431c53d..ed828ebf8f675 100644 --- a/data/mods/Magiclysm/items/bionics.json +++ b/data/mods/Magiclysm/items/bionics.json @@ -8,5 +8,33 @@ "price": 450000, "weight": "500 g", "difficulty": 8 + }, + { + "type": "enchantment", + "id": "ench_bio_sneeze_beam", + "values": [ { "value": "MAX_MANA", "add": 500 } ] + }, + { + "id": "bio_sneeze_beam", + "copy-from": "bionic_general", + "type": "BIONIC_ITEM", + "name": { "str": "Crystallized Mana Nose Replacement" }, + "description": "A large gem made with crystallized mana and some other stabilizing metals. Comes with a specially designed power pack (installed into the skull) that does not interfere with your mana ley lines. WARNING: for Technomancer use only. By using this spell you are waiving all liability of Frikken Laser Beams Inc. and its subsidiaries.", + "price": 450000, + "weight": "750 g", + "volume": "177 ml" + }, + { + "id": "bio_sneeze_beam", + "type": "bionic", + "name": { "str": "Crystallized Mana Nose Replacement" }, + "description": "A large gem made with crystallized mana and some other stabilizing metals. Comes with a specially designed power pack (installed into the skull) that does not interfere with your mana ley lines. WARNING: for Technomancer use only. By using this spell you are waiving all liability of Frikken Laser Beams Inc. and its subsidiaries.", + "occupied_bodyparts": [ [ "HEAD", 10 ], [ "MOUTH", 1 ] ], + "capacity": "500 kJ", + "learned_spells": { "overcharge_eyes": 4 }, + "canceled_mutations": [ "EARTHSHAPER" ], + "enchantments": [ "ench_bio_sneeze_beam" ], + "flags": [ "BIONIC_SHOCKPROOF" ], + "difficulty": 8 } ] diff --git a/data/mods/Magiclysm/items/spell_scrolls.json b/data/mods/Magiclysm/items/spell_scrolls.json index f88afb85838ff..1a14e8f087579 100644 --- a/data/mods/Magiclysm/items/spell_scrolls.json +++ b/data/mods/Magiclysm/items/spell_scrolls.json @@ -743,7 +743,7 @@ "copy-from": "spell_scroll", "id": "spell_scroll_overcharge_eyes", "//": "Technomancer spell", - "name": { "str": "Scroll of Overcharge", "str_pl": "Scrolls of Overcharge" }, + "name": { "str": "Scroll of Optical Sneeze Beam", "str_pl": "Scrolls of Optical Sneeze Beam" }, "description": "You overcharge your internal batteries to send a semi-directed beam from your face.", "use_action": { "type": "learn_spell", "spells": [ "overcharge_eyes" ] } },