Skip to content

Commit

Permalink
Make later perks visible as per documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Feb 22, 2024
1 parent 917a26e commit 1aa36a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/BombasticPerks/perkmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "and": [ { "u_has_trait": "perk_STR_UP" }, { "not": { "u_has_trait": "perk_STR_UP_2" } } ] },
"condition": { "not": { "u_has_trait": "perk_STR_UP_2" } },
"text": "Gain [<trait_name:perk_STR_UP_2>]",
"effect": [
{ "set_string_var": "<trait_name:perk_STR_UP_2>", "target_var": { "context_val": "trait_name" } },
Expand Down Expand Up @@ -61,7 +61,7 @@
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "and": [ { "u_has_trait": "perk_DEX_UP" }, { "not": { "u_has_trait": "perk_DEX_UP_2" } } ] },
"condition": { "not": { "u_has_trait": "perk_DEX_UP_2" } },
"text": "Gain [<trait_name:perk_DEX_UP_2>]",
"effect": [
{ "set_string_var": "<trait_name:perk_DEX_UP_2>", "target_var": { "context_val": "trait_name" } },
Expand Down Expand Up @@ -98,7 +98,7 @@
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "and": [ { "u_has_trait": "perk_INT_UP" }, { "not": { "u_has_trait": "perk_INT_UP_2" } } ] },
"condition": { "not": { "u_has_trait": "perk_INT_UP_2" } },
"text": "Gain [<trait_name:perk_INT_UP_2>]",
"effect": [
{ "set_string_var": "<trait_name:perk_INT_UP_2>", "target_var": { "context_val": "trait_name" } },
Expand Down Expand Up @@ -135,7 +135,7 @@
"topic": "TALK_PERK_MENU_SELECT"
},
{
"condition": { "and": [ { "u_has_trait": "perk_PER_UP" }, { "not": { "u_has_trait": "perk_PER_UP_2" } } ] },
"condition": { "not": { "u_has_trait": "perk_PER_UP_2" } },
"text": "Gain [<trait_name:perk_PER_UP_2>]",
"effect": [
{ "set_string_var": "<trait_name:perk_PER_UP_2>", "target_var": { "context_val": "trait_name" } },
Expand Down

0 comments on commit 1aa36a1

Please sign in to comment.