diff options
Diffstat (limited to 'faction-01_more-factions.patch')
-rw-r--r-- | faction-01_more-factions.patch | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/faction-01_more-factions.patch b/faction-01_more-factions.patch deleted file mode 100644 index 07c2f23..0000000 --- a/faction-01_more-factions.patch +++ /dev/null @@ -1,62 +0,0 @@ ---- a/data/json/npcs/factions.json -+++ b/data/json/npcs/factions.json -@@ -54,6 +54,7 @@ - "type": "faction", - "id": "robofac", - "name": "Hub 01", -+ "mon_faction": "robofac", - "likes_u": -200, - "respects_u": 0, - "known_by_u": false, -@@ -578,5 +579,51 @@ - "marloss": { "kill on sight": true } - }, - "description": "A small group of churchgoers that formed a community in the woods. They welcome anyone in their faction, but hate the unnatural." -+ }, -+ { -+ "type": "faction", -+ "id": "fisherman_family", -+ "name": "Fisherman Family", -+ "likes_u": 0, -+ "respects_u": 0, -+ "known_by_u": false, -+ "size": 3, -+ "power": 3, -+ "food_supply": 100, -+ "wealth": 20000, -+ "relations": { -+ "free_merchants": { "knows your voice": true }, -+ "old_guard": { "knows your voice": true }, -+ "your_followers": { "knows your voice": true }, -+ "no_faction": { "knows your voice": true } -+ }, -+ "description": "A small family trying to survive in this new world." -+ }, -+ { -+ "type": "faction", -+ "id": "prisoners", -+ "name": "Prisoners", -+ "likes_u": 0, -+ "respects_u": 0, -+ "known_by_u": true, -+ "size": 100, -+ "power": 100, -+ "food_supply": 230400, -+ "wealth": 45000000, -+ "relations": { -+ "hells_raiders": { -+ "kill on sight": false, -+ "watch your back": true, -+ "share my stuff": true, -+ "guard your stuff": true, -+ "lets you in": true, -+ "defends your space": true, -+ "knows your voice": true -+ }, -+ "free_merchants": { "kill on sight": true }, -+ "old_guard": { "kill on sight": true }, -+ "your_followers": { "kill on sight": false } -+ }, -+ "description": "Former prisoners who got their freedom during the apocalypse." - } - ] |