Skip to content

Commit

Permalink
Make death rays obtainable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret committed Sep 5, 2022
1 parent c0d87ca commit 3472722
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"id": "ray_weapon_diagrams",
"type": "GENERIC",
"category": "artifacts",
"name": { "str": "ray weapon schematics", "str_pl": "copies of ray weapon schematics" },
"description": "These are designs you created in a manic episode, they build upon the ray schematics you had found and yes that is your handwriting there 'DEATH RAY'. Well that's promising I guess.",
"name": { "str": "ray gun schematics", "str_pl": "copies of ray gun schematics" },
"description": "These are designs you created in a manic episode. They build upon the ray diagrams you had found, and in your own handwriting is also written 'DEATH RAY'. Well, that's promising I guess.",
"weight": "600 g",
"volume": "450ml",
"price": 10000,
Expand Down
10 changes: 5 additions & 5 deletions data/mods/Xedra_Evolved/requirements/spell_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
{
"id": "spell_components_battery_gun",
"type": "requirement",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "cable", 10 ] ], [ [ "element", 1 ] ], [ [ "scrap", 5 ] ], [ [ "duct_tape", 25 ] ] ]
},
{
"id": "spell_components_battery_gun",
"id": "spell_components_ray_gun",
"type": "requirement",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [
[ [ "pipe", 2 ] ],
[ [ "pipe_fittings", 1 ] ],
Expand All @@ -35,9 +35,9 @@
]
},
{
"id": "spell_components_battery_gun",
"id": "spell_components_death_ray",
"type": "requirement",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_W", "level": 1 } ],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [
[ [ "pipe", 2 ] ],
[ [ "pipe_fittings", 1 ] ],
Expand Down
10 changes: 5 additions & 5 deletions data/mods/Xedra_Evolved/spells/inventor_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"difficulty": 5,
"max_level": 20,
"flags": [ "SOMATIC", "CONCENTRATE" ],
"learn_spells": { "summon_ray_gun": 20, "summon_ray_gun_schematics": 20 },
"learn_spells": { "summon_ray_gun_schematics": 20 },
"spell_class": "INVENTOR",
"energy_source": "MANA"
},
Expand Down Expand Up @@ -51,21 +51,21 @@
"difficulty": 6,
"max_level": 20,
"flags": [ "SOMATIC", "CONCENTRATE" ],
"learn_spells": { "summon_ray_gun_schematics": 20 },
"learn_spells": { "summon_death_ray": 20 },
"spell_class": "INVENTOR",
"energy_source": "MANA"
},
{
"id": "summon_ray_gun_schematics",
"type": "SPELL",
"name": "Build a death ray",
"description": "Make a gun, that uses energy from batteries to shoot. Surprisingly it's pretty practical.",
"name": "Write ray gun schematics",
"description": "Use the experience from your ray diagram studies to create a gun able to project them.",
"valid_targets": [ "self" ],
"components": "spell_components_schematics",
"min_damage": 1,
"max_damage": 1,
"effect": "spawn_item",
"effect_str": "ray_gun",
"effect_str": "ray_weapon_diagrams",
"shape": "blast",
"base_casting_time": 1800000,
"base_energy_cost": 1850,
Expand Down

0 comments on commit 3472722

Please sign in to comment.