Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-DDA into factions
  • Loading branch information
GalacticApple committed May 31, 2024
2 parents 5a8740d + b3e7525 commit 2f42115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
13 changes: 3 additions & 10 deletions data/json/npcs/factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@
}
},
"mon_faction": "player",
"epilogues": [
{
"power_min": 0,
"power_max": 149,
"id": "epilogue_faction_your_followers_0"
},
{
"power_min": 150,
"id": "epilogue_faction_your_followers_150"
},
"epilogues": [
{ "power_min": 0, "power_max": 149, "id": "epilogue_faction_your_followers_0" },
{ "power_min": 150, "id": "epilogue_faction_your_followers_150" },
{
"power_min": 150,
"dynamic": [
Expand Down
3 changes: 1 addition & 2 deletions src/faction.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ class faction_price_rules_reader : public generic_typed_reader<faction_price_rul
};


struct faction_power_spec
{
struct faction_power_spec {
faction_id faction;
std::optional<int> power_min;
std::optional<int> power_max;
Expand Down

0 comments on commit 2f42115

Please sign in to comment.