magiclysm-bn/npc/factions.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

124 lines
3.5 KiB
JSON

[
{
"type": "faction",
"id": "wizards_ancient",
"name": "The Ancient Ones",
"likes_u": 0,
"respects_u": 0,
"known_by_u": false,
"size": 5,
"power": 100,
"food_supply": 115200,
"wealth": 100000,
"currency": "embued_coin",
"relations": {
"lobby_beggars": {
"kill on sight": false,
"watch your back": false,
"share my stuff": true,
"guard your stuff": true,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"free_merchants": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"old_guard": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"no_faction": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"wasteland_scavengers": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
}
},
"description": "The spellcrafters of old. Hidden from the world until the cataclysm, they have their own agenda and care little for you or yours."
},
{
"type": "faction",
"id": "healers_grey",
"name": "The Grey Flame",
"likes_u": 10,
"respects_u": 10,
"known_by_u": false,
"size": 50,
"power": 50,
"food_supply": 11520,
"wealth": 1000,
"relations": {
"lobby_beggars": {
"kill on sight": false,
"watch your back": false,
"share my stuff": true,
"guard your stuff": true,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"free_merchants": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"old_guard": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"no_faction": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
},
"wasteland_scavengers": {
"kill on sight": false,
"watch your back": false,
"share my stuff": false,
"guard your stuff": false,
"lets you in": false,
"defends your space": false,
"knows your voice": true
}
},
"description": "A collection of those cursed by the cataclysm. They have sworn to rid this world of its curse and will stop at nothing to accomplish their task."
}
]