Skip to content

Commit

Permalink
add bionic sneeze beam CBM
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KorGgenT committed Apr 26, 2020
1 parent b9eab63 commit b81f996
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/itemgroups/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
]
},
{
Expand Down
28 changes: 28 additions & 0 deletions data/mods/Magiclysm/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/spell_scrolls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
},
Expand Down

0 comments on commit b81f996

Please sign in to comment.