Skip to content

Commit

Permalink
Add Big Eater
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed May 9, 2024
1 parent 9ff6780 commit cde3be3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/mods/BombasticPerks/perkmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,25 @@
],
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "not": { "u_has_trait": "perk_big_eater" } },
"text": "Gain [<trait_name:perk_big_eater>]",
"effect": [
{ "set_string_var": "<trait_name:perk_big_eater>", "target_var": { "context_val": "trait_name" } },
{
"set_string_var": "<trait_description:perk_big_eater>",
"target_var": { "context_val": "trait_description" }
},
{ "set_string_var": "perk_big_eater", "target_var": { "context_val": "trait_id" } },
{
"set_string_var": "No Requirements",
"target_var": { "context_val": "trait_requirement_description" },
"i18n": true
},
{ "set_condition": "perk_condition", "condition": { "math": [ "0", "==", "0" ] } }
],
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "not": { "u_has_trait": "perk_tuck_and_roll" } },
"text": "Gain [<trait_name:perk_tuck_and_roll>]",
Expand Down
13 changes: 13 additions & 0 deletions data/mods/BombasticPerks/perks.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,19 @@
}
]
},
{
"type": "mutation",
"id": "perk_big_eater",
"name": { "str": "Big Eater" },
"points": 0,
"description": "You can really put it away. You eat food 10% faster and can eat 33% more food at a time.",
"category": [ "perk" ],
"enchantments": [
{
"values": [ { "value": "CONSUME_TIME_MOD", "multiply": -0.1 }, { "value": "STOMACH_SIZE_MULTIPLIER", "multiply": 0.33 } ]
}
]
},
{
"type": "mutation",
"id": "perk_tuck_and_roll",
Expand Down

0 comments on commit cde3be3

Please sign in to comment.