Skip to content

Commit

Permalink
Lil mech related tweaks
Browse files Browse the repository at this point in the history
Also relates to BN changes in cataclysmbnteam/Cataclysm-BN#2831 but since it turns out I'd already accidentally left out the battery in the crafting recipe I'll just leave it like that in the BN version.
  • Loading branch information
chaosvolt committed May 16, 2023
1 parent 089354b commit 09e721c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Arcana/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
},
Expand Down
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"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" ]
}
Expand Down
3 changes: 2 additions & 1 deletion Arcana/recipes/recipe_magitech.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ],
Expand All @@ -700,6 +701,6 @@
[ [ "frame", 2 ] ],
[ [ "steel_plate", 15 ] ]
],
"flags": [ "SECRET" ]
"flags": [ "SECRET", "NEED_FULL_MAGAZINE" ]
}
]
4 changes: 2 additions & 2 deletions Arcana_BN/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
},
Expand Down

0 comments on commit 09e721c

Please sign in to comment.