From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- vamp_stuff/Modification Files/NPC/v_faction.json | 169 +++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 vamp_stuff/Modification Files/NPC/v_faction.json (limited to 'vamp_stuff/Modification Files/NPC/v_faction.json') diff --git a/vamp_stuff/Modification Files/NPC/v_faction.json b/vamp_stuff/Modification Files/NPC/v_faction.json new file mode 100644 index 0000000..60ea67e --- /dev/null +++ b/vamp_stuff/Modification Files/NPC/v_faction.json @@ -0,0 +1,169 @@ +[{ + "type": "faction", + "id": "vamps", + "name": "Vampires", + "likes_u": 10, + "respects_u": 10, + "known_by_u": false, + "size": 25, + "power": 225, + "combat_ability": 300, + "food_supply": 100250, + "wealth": 112290, + "currency": "bloodcoin", + "relations": { + "your_followers": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "old_guard": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "free_merchants": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "tacoma_commune": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "lobby_beggars": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "wasteland_scavengers": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "no_faction": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "hells_raiders": { + "kill on sight": true + }, + "gods_community": { + "kill on sight": false + } + }, + "description": "A malicious group of inhumane entities that thrives to live in peace, and tends to help the last surviving humans. They do not come in sizes, but their dark century experiences are beyond expectations. Their purpose is to hope for humans to survive and assists to eradicate anything threatens them with their utmost capabilities." + }, { + "type": "faction", + "id": "wastelander", + "name": "Wasteland Dwellers", + "likes_u": 30, + "respects_u": 20, + "known_by_u": false, + "size": 75, + "power": 95, + "combat_ability": 100, + "food_supply": 28590, + "wealth": 42195, + "currency": "bloodcoin", + "relations": { + "your_followers": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "old_guard": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "free_merchants": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "tacoma_commune": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "lobby_beggars": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "wasteland_scavengers": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "no_faction": { + "kill on sight": false, + "watch your back": true, + "share my stuff": true, + "guard your stuff": false, + "lets you in": true, + "defends your space": false, + "knows your voice": true + }, + "hells_raiders": { + "kill on sight": true + } + }, + "description": "A community of people who resides at the wasteland outskirts. They seek refuge from unnatural hazards, and has chosen to live with vampires. Unsure about its consequences, but still are trustworthy towards them." + } +] -- cgit v1.2.1