-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththex_species.json
39 lines (39 loc) · 1.05 KB
/
thex_species.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"id": "ARTHROPOD",
"type": "SPECIES",
"description": "an arthropod",
"anger_triggers": [ "HURT" ],
"bleeds": "fd_blood"
},
{
"id": "FAIRY_TOUHOU",
"type": "SPECIES",
"description": "a fairy",
"anger_triggers": [ "FRIEND_ATTACKED", "HURT", "PLAYER_CLOSE", "PLAYER_WEAK" ],
"fear_triggers": [ "FRIEND_DIED" ]
},
{
"id": "SASQUATCH_TOUHOU",
"type": "SPECIES",
"description": "a sasquatch",
"anger_triggers": [ "PLAYER_NEAR_BABY" ],
"fear_triggers": [ "FIRE", "FRIEND_ATTACKED", "HURT", "PLAYER_CLOSE" ],
"bleeds": "fd_blood"
},
{
"id": "VAMPIRE_TOUHOU",
"type": "SPECIES",
"description": "a vampire",
"anger_triggers": [ "FRIEND_ATTACKED", "HURT" ],
"fear_triggers": [ "FIRE" ],
"flags": [ "SOULDMG_EXTRA" ],
"//": "add WATER, RAIN, SUNLIGHT in fear. Remove FIRE from fear_triggers, add SUNLIGHT in anger, but as a 'pouring gas on the fire' sort of way"
},
{
"id": "VOIDF",
"type": "SPECIES",
"description": " ",
"flags": [ "SOUL_XDIMEN" ]
}
]