Permalink
Please
sign in to comment.
Showing
with
210 additions
and 0 deletions.
| @@ -0,0 +1,10 @@ | |||
| { | |||
| "type": "MOD_INFO", | |||
| "mod-type": "SUPPLEMENTAL", | |||
| "ident": "necromancy", | |||
| "name": "Necromancy", | |||
| "author" : "dambuk1", | |||
| "description": "Adds the ability to revive creatures as minions.", | |||
| "path": "" | |||
| } | |||
|
|
|||
| @@ -0,0 +1,200 @@ | |||
| [ | |||
| { | |||
| "id" : "control_chip", | |||
| "type": "TOOL", | |||
| "symbol": ".", | |||
| "color": "light_gray", | |||
| "name": "control chip", | |||
| "description": "A small device, not bigger than a man's fist. It provides primitive organisms with electric stimulation, reviving them and forcing them to obey your commands. This version only works on blobs.", | |||
| "price": 50000, | |||
| "material": ["aluminum", "plastic"], | |||
| "weight": 100, | |||
| "volume": 0, | |||
| "bashing": 0, | |||
| "cutting": 0, | |||
| "to_hit": 0, | |||
| "initial_charges": 0, | |||
| "charges_per_use": 0, | |||
| "turns_per_charge": 0, | |||
| "max_charges": 0, | |||
| "revert_to": "null", | |||
| "ammo": "NULL", | |||
| "category" : "spare_parts", | |||
| "use_action": "NONE" | |||
| },{ | |||
| "id" : "blob_dormant", | |||
| "type": "TOOL", | |||
| "symbol": ",", | |||
| "color": "black", | |||
| "name": "dormant blob", | |||
| "description": "Several chuncks of blob scraps, stuffed with a control chip and sewn back together. A light shock from the UPS started the chip, bringing the blob back to life. Use this item to wake up the blob.", | |||
| "price": 70000, | |||
| "material": "flesh", | |||
| "weight": 1000, | |||
| "volume": 1, | |||
| "bashing": 0, | |||
| "cutting": 0, | |||
| "to_hit": 0, | |||
| "initial_charges": 0, | |||
| "charges_per_use": 0, | |||
| "turns_per_charge": 0, | |||
| "max_charges": 0, | |||
| "revert_to": "null", | |||
| "ammo": "NULL", | |||
| "use_action": "MINION" | |||
| },{ | |||
| "id" : "minion_dormant", | |||
| "type": "TOOL", | |||
| "symbol": ",", | |||
| "color": "green", | |||
| "name": "dormant minion", | |||
| "description": "Your very own undead servant. The blob controlling it's body is in a state of coma, awaiting your orders. Use this item to wake up the minion.", | |||
| "price": 600000, | |||
| "material": "flesh", | |||
| "weight": 10000, | |||
| "volume": 15, | |||
| "bashing": 0, | |||
| "cutting": 0, | |||
| "to_hit": 0, | |||
| "initial_charges": 0, | |||
| "charges_per_use": 0, | |||
| "turns_per_charge": 0, | |||
| "max_charges": 0, | |||
| "revert_to": "null", | |||
| "ammo": "NULL", | |||
| "category": "tools", | |||
| "use_action": "MINION" | |||
| },{ | |||
| "id": "revival_serum", | |||
| "type": "COMESTIBLE", | |||
| "name": "revival serum", | |||
| "spoils_in": 0, | |||
| "use_action": "POISON", | |||
| "stim": -50, | |||
| "container" : "flask_glass", | |||
| "comestible_type" : "MED", | |||
| "symbol" : "!", | |||
| "quench" : -100, | |||
| "heal" : -30, | |||
| "addiction_type" : "none", | |||
| "addiction_potential" : 0, | |||
| "nutrition" : -100, | |||
| "fun": -10, | |||
| "color": "green", | |||
| "description": "A potent drug, necessary when performing a revival operation on larger animals(including humans). It induces a violent allergic reactions in living organisms, so using it on yourself is a REALLY bad idea.", | |||
| "price": 100000, | |||
| "material": "null", | |||
| "weight": 1, | |||
| "volume": 1, | |||
| "bashing": 0, | |||
| "cutting": 0, | |||
| "to_hit": 0, | |||
| "tool" : "syringe", | |||
| "category": "drugs" | |||
| },{ | |||
| "type" : "BOOK", | |||
| "id" : "abdul_necro", | |||
| "name" : "Principles of Post-Mortem Mind Control", | |||
| "max_level" : 10, | |||
| "description" : "A thick book containing research notes of a mad scientist. It describes various methods of reanimating and controlling the dead. There's a lot of gory details and technical language mixed in, so it's not easy to read.", | |||
| "weight" : 2330, | |||
| "to_hit" : 0, | |||
| "color" : "black", | |||
| "intelligence" : 14, | |||
| "symbol" : "?", | |||
| "material" : ["paper", "null"], | |||
| "volume" : 5, | |||
| "bashing" : -2, | |||
| "cutting" : 0, | |||
| "time" : 120, | |||
| "fun" : -3, | |||
| "skill" : "firstaid", | |||
| "price" : 20000, | |||
| "required_level" : 0 | |||
| }, { | |||
| "type": "recipe", | |||
| "result": "control_chip", | |||
| "category": "CC_OTHER", | |||
| "subcategory": "CSC_OTHER_TOOLS", | |||
| "skill_used": "mechanics", | |||
| "skills_required": [["electronics", 5], ["computer", 5]], | |||
| "difficulty": 6, | |||
| "time": 30000, | |||
| "reversible": true, | |||
| "decomp_learn": 7, | |||
| "autolearn": false, | |||
| "book_learn": [[ "abdul_necro", 1 ]], | |||
| "tools": [ | |||
| [ [ "screwdriver", -1], [ "toolset", -1] ], | |||
| [ [ "soldering_iron", 10], [ "toolset", 1] ] | |||
| ], | |||
| "components": [ | |||
| [ [ "processor", 1 ] ], | |||
| [ [ "RAM", 1 ] ], | |||
| [ [ "power_supply", 1 ], [ "plut_cell", 1 ] ], | |||
| [ [ "cable", 2 ] ], | |||
| [ [ "scrap", 2 ] ] | |||
| ] | |||
| },{ | |||
| "type": "recipe", | |||
| "result": "blob_dormant", | |||
| "category": "CC_OTHER", | |||
| "subcategory": "CC_OTHER_TOOLS", | |||
| "skill used": "firstaid", | |||
| "skills_required": [[ "electronics", 2], ["firstaid", 4]], | |||
| "difficulty": 5, | |||
| "time": 15000, | |||
| "reversible": false, | |||
| "autolearn": false, | |||
| "book_learn": [[ "abdul_necro", 2 ]], | |||
| "tools":[ | |||
| [ [ "needle_bone", 30 ], [ "needle_wood", 30], [ "sewing_kit", 30] ], | |||
| [ ["UPS_off", 1] ] | |||
| ], | |||
| "components": [ [ ["slime_scrap", 10] ] ] | |||
| },{ | |||
| "type": "recipe", | |||
| "result": "revival_serum", | |||
| "category": "CC_CHEM", | |||
| "subcategory": "CSC_CHEM_OTHER", | |||
| "skill_used": "cooking", | |||
| "skills_required": [ "firstaid", 3], | |||
| "difficulty": 4, | |||
| "time": 10000, | |||
| "reversible": false, | |||
| "autolearn": false, | |||
| "book_learn": [[ "abdul_necro", 3 ] ], | |||
| "tools": [ | |||
| [ [ "chemistry_set", 25], [ "hotplate", 25], [ "toolset", 2], [ "fire", -1] ], | |||
| [ [ "chemistry_set", -1] ], | |||
| [ [ "vacutainer", -1] ] | |||
| ], | |||
| "components": [ | |||
| [ ["slime_scrap", 2] ], | |||
| [ ["marloss_berry", 1] ] | |||
| ] | |||
| },{ | |||
| "type": "recipe", | |||
| "result": "minion_dormant", | |||
| "category": "CC_OTHER", | |||
| "subcategory": "CSC_OTHER_TOOLS", | |||
| "skill_used": "firstaid", | |||
| "skills_required": [[ "tailor", 6], [ "firstaid", 6]], | |||
| "difficulty": 7, | |||
| "time": 120000, | |||
| "reversible": false, | |||
| "autolearn": false, | |||
| "book_learn": [["abdul_necro", 4]], | |||
| "tools": [ | |||
| [ ["needle_bone", 30], ["needle_wood", 30], ["sewing_kit", 30] ], | |||
| [ ["syringe", -1] ], | |||
| [ ["vacutainer", -1] ] | |||
| ], | |||
| "components": [ | |||
| [ ["revival_serum", 1] ], | |||
| [ ["meat_tainted", 8], ["human_flesh", 8] ], | |||
| [ ["bone", 4] ], | |||
| [ ["blob_dormant", 1] ] | |||
| ] | |||
| } | |||
| ] | |||
0 comments on commit
22d1fd9