This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mutations.json
61 lines (61 loc) · 1.93 KB
/
mutations.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
{
"type": "mutation",
"id": "BARKSKINPINE",
"name": { "str": "Pine Bark" },
"points": 2,
"visibility": 3,
"ugliness": 1,
"description": "Parts of your skin has become a large mass of bark. This provides a somewhat strong armor, and adds some fire resistance.",
"types": [ "SKIN", "skin_tone" ],
"category": [ "PINE_MUTATION" ],
"flags": [ "HEATPROOF" ],
"armor": [
{
"parts": [ "torso", "head", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "mouth" ],
"cut": 8,
"bash":6
}
]
},
{
"type": "mutation",
"id": "BACKNODES",
"name": { "str": "Back Nodes" },
"points": 1,
"description": "You have some nodes in your back, they seem useless.",
"category": [ "PINE_MUTATION" ]
},
{
"type": "mutation",
"id": "PINENODES",
"name": { "str": "Pinecone Nodes" },
"points": 3,
"description": "You have some nodes in your back that produces pinecones, you could get some pinecones at the cost of stamina",
"prereqs": [ "BACKNODES" ],
"category": [ "PINE_MUTATION" ],
"active": true,
"cost": 120,
"fatigue": true,
"spawn_item": { "type": "pinecone", "message": "You force the nodes to produce a pinecone" }
},
{
"type": "mutation",
"id": "PINESUM",
"name": { "str": "Call Of The Pine" },
"points": 3,
"description": "You have managed to understand the great pine, now, you could call some of the pine constructs to fight with you",
"category": [ "PINE_MUTATION" ],
"prereqs": [ "PINECOMMUN" ],
"spells_learned": [ [ "summoncons", 1 ] ]
},
{
"type": "mutation",
"id": "PINECOMMUN",
"name": { "str": "Friends With The Pine" },
"points": 3,
"description": "You have managed you seem to be able to understand pine abominations, they can clearly see that and are now friendly to you.",
"category": [ "PINE_MUTATION" ],
"ignored_by": [ "PINEABON" ]
}
]