diff --git a/Arcana/items/tools.json b/Arcana/items/tools.json index fef4834a..95d34587 100644 --- a/Arcana/items/tools.json +++ b/Arcana/items/tools.json @@ -1379,7 +1379,7 @@ "id": "bot_mech_arcana", "type": "TOOL", "name": { "str": "inactive anomaly recon mech" }, - "description": "A hulking, yet unnaturally light, mass of parts running off anomalous technology, with an exotic laser weapon and advanced defensive tools. With a completely bespoke power cell fueled by magical essence installed, use it to deploy and set up the mech for use, consuming a random amount of charges from its power cell to restore it to life.", + "description": "A hulking, yet unnaturally light, mass of parts running off anomalous technology, with an exotic laser weapon and advanced defensive tools. With a completely bespoke power cell fueled by magical essence installed, use it to deploy and set up the mech for piloting, consuming a random amount of charges from its power cell to restore it to life.", "volume": "500 L", "//": "1% of the weight you'd expect, to make it feasible to deploy because ALLOWS_REMOTE_USE doesn't work right for place_monster action.", "weight": "7500 g", @@ -1394,7 +1394,7 @@ "type": "place_monster", "monster_id": "mon_mech_arcana", "is_pet": true, - "friendly_msg": "You set up the mech and start powering it up, a surge of essence bringing flickering energy fields to life and animating spindly limbs.", + "friendly_msg": "You set up the mech and start powering it up, bringing energy fields flickering to life and animating spindly limbs.", "moves": 1000 } }, diff --git a/Arcana/modinfo.json b/Arcana/modinfo.json index 76a00e1a..e3ea8e45 100644 --- a/Arcana/modinfo.json +++ b/Arcana/modinfo.json @@ -5,7 +5,7 @@ "name": "Arcana and Magic Items", "authors": [ "Chaosvolt" ], "description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.", - "version": "DDA version, update 5/11/2023", + "version": "DDA version, update 5/15/2023", "category": "content", "dependencies": [ "dda" ] } diff --git a/Arcana/recipes/recipe_magitech.json b/Arcana/recipes/recipe_magitech.json index 7ee332a1..bda646a9 100644 --- a/Arcana/recipes/recipe_magitech.json +++ b/Arcana/recipes/recipe_magitech.json @@ -686,6 +686,7 @@ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_M", "level": 1 } ], "components": [ [ [ "arcana_mech_shem_copy", 1 ] ], + [ [ "arcana_mech_power_cell", 1 ] ], [ [ "rift_focus_cannon", 1 ] ], [ [ "distortion_amp_motor_item", 1 ] ], [ [ "bio_temporal_stimulation", 1 ] ], @@ -700,6 +701,6 @@ [ [ "frame", 2 ] ], [ [ "steel_plate", 15 ] ] ], - "flags": [ "SECRET" ] + "flags": [ "SECRET", "NEED_FULL_MAGAZINE" ] } ] diff --git a/Arcana_BN/items/tools.json b/Arcana_BN/items/tools.json index b2e76e10..73269802 100644 --- a/Arcana_BN/items/tools.json +++ b/Arcana_BN/items/tools.json @@ -1337,7 +1337,7 @@ "id": "bot_mech_arcana", "type": "TOOL", "name": { "str": "inactive anomaly recon mech" }, - "description": "A hulking, yet unnaturally light, mass of parts running off anomalous technology, with an exotic laser weapon and advanced defensive tools. With a completely bespoke power cell fueled by magical essence installed, use it to deploy and set up the mech for use, consuming a random amount of charges from its power cell to restore it to life.", + "description": "A hulking, yet unnaturally light, mass of parts running off anomalous technology, with an exotic laser weapon and advanced defensive tools. Use it to deploy and set up the mech for piloting.", "volume": "500 L", "//": "1% of the weight you'd expect, to make it feasible to deploy because ALLOWS_REMOTE_USE doesn't work right for place_monster action.", "weight": "7500 g", @@ -1352,7 +1352,7 @@ "type": "place_monster", "monster_id": "mon_mech_arcana", "is_pet": true, - "friendly_msg": "You set up the mech and start powering it up, a surge of essence bringing flickering energy fields to life and animating spindly limbs.", + "friendly_msg": "You set up the mech and start powering it up, bringing energy fields flickering to life and animating spindly limbs.", "moves": 1000 } },