Skip to content

Commit

Permalink
Merge pull request CleverRaven#55814 from DanielVartanov/bring-back-r…
Browse files Browse the repository at this point in the history
…hizome-milling

Restore millability of cattail rhizomes which was accidentally removed some time ago
  • Loading branch information
Rivet-the-Zombie authored and Arokha committed Mar 6, 2022
2 parents 158330a + 25a1996 commit 78426aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"calories": 280,
"spoils_in": "5 days",
"description": "A roasted root from a cattail plant. Its fibrous outer core is charred black, you can remove it and chew on the dry inside.",
"milling": { "into": "flour_wheat_free", "conversion_rate": 7.5 },
"fun": -1,
"delete": { "flags": [ "RAW" ] },
"//": "The flag below implies that part of root got burned and has to be removed",
Expand Down
14 changes: 8 additions & 6 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@
"charges_per_use": 1,
"use_action": { "type": "transform", "msg": "The %s engages.", "target": "utility_exoskeleton_on", "active": true },
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "SLOWS_MOVEMENT" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"armor": [
{
"encumbrance": 20,
Expand All @@ -3696,11 +3696,12 @@
"name": { "str": "battery powered utility exoskeleton (on)", "str_pl": "battery powered utility exoskeletons (on)" },
"description": "This is a skeletal frame of sturdy metal with attached motors to allow the user to move heavier loads with less strain on the body. It is turned on and continually drawing power. Use it to turn it off.",
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "TRADER_AVOID" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"ammo": "battery",
"power_draw": 972216,
"//": "Battery should last two hours (02:00:07).",
"//": "Battery should last two hours (02:00:07). Weight capacity bonus should include weight of item AND battery, plus 90kg.",
"revert_to": "utility_exoskeleton_off",
"weight_capacity_bonus": "215 kg",
"use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s disengages.", "target": "utility_exoskeleton_off" }
},
{
Expand All @@ -3727,7 +3728,7 @@
"charges_per_use": 1,
"use_action": { "type": "transform", "msg": "The %s engages.", "target": "ice_utility_exoskeleton_on", "active": true },
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "SLOWS_MOVEMENT" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"armor": [
{
"encumbrance": 20,
Expand All @@ -3745,10 +3746,11 @@
"name": { "str": "ICE utility exoskeleton (on)", "str_pl": "ICE utility exoskeletons (on)" },
"description": "This is a skeletal frame of sturdy metal with attached motors to allow the user to move heavier loads with less strain on the body. This model uses a compact internal combustion engine for power. It is turned on and continually draining gasoline. Use it to turn it off.",
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "TRADER_AVOID" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"turns_per_charge": 1,
"//": "Full tank lasts a bit under three hours (166.66 minutes).",
"//": "Full tank lasts a bit under three hours (166.66 minutes). Has less carry bonus than the battery one since the weight of the fuel will drop over time.",
"revert_to": "ice_utility_exoskeleton_off",
"weight_capacity_bonus": "190 kg",
"use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s disengages.", "target": "ice_utility_exoskeleton_off" }
}
]

0 comments on commit 78426aa

Please sign in to comment.