summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/v_spell_fields.json
blob: 7ab26f1254511ab04d05a8ab1b3c03c4cf423ef4 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[{
        "id": "fd_puddleb",
        "type": "field_type",
        "intensity_levels": [{
                "name": "viscous blood",
                "sym": "~",
                "color": "red",
                "effect_id": "v_spell_bloodpuddle",
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "1 seconds"
            }, {
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "2 seconds"
            }, {
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "3 seconds"
            }
        ],
        "priority": 3,
        "underwater_age_speedup": "2 minutes",
        "decay_amount_factor": 3,
        "is_splattering": true,
        "immunity_data": {
            "traits": ["VAMP_BLOOD_spellcaster", "VAMP"]
        },
        "half_life": "20 minutes",
        "phase": "liquid",
        "accelerated_decay": true,
        "display_field": true
    }, {
        "id": "fd_desolate",
        "type": "field_type",
        "intensity_levels": [{
                "name": "withering gloom",
                "sym": "8",
                "color": "light_gray",
                "effect_id": "v_spell_desolation",
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "1 seconds"
            }
        ],
        "priority": 1,
        "decay_amount_factor": 25,
        "immunity_data": {
            "traits": ["VAMP_BLOOD_spellcaster", "VAMP"]
        },
        "half_life": "2 seconds",
        "phase": "gas",
        "accelerated_decay": true,
        "display_field": false
    }, {
        "id": "fd_firewall",
        "type": "field_type",
        "intensity_levels": [{
                "name": "blazing aura"
            }
        ],
        "priority": 1,
        "half_life": "2 turns",
        "wandering_field": "fd_fire",
        "accelerated_decay": true,
        "phase": "gas",
        "display_items": true,
        "display_field": false
    }, {
        "id": "fd_fire_curse",
        "type": "field_type",
        "intensity_levels": [{
                "name": "ardent blaze",
                "sym": "4",
                "color": "red",
                "dangerous": true,
                "light_emitted": 10,
                "translucency": 0.7,
                "convection_temperature_mod": 20,
                "effect_id": "v_spell_elem_flame_curse",
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "1 seconds"
            }, {
                "name": "blaze",
                "color": "magenta",
                "light_emitted": 30,
                "translucency": 0.4,
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "3 seconds"
            }, {
                "name": "profane blaze",
                "color": "pink",
                "light_emitted": 80,
                "translucency": 0.1,
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "5 seconds"
            }
        ],
        "decay_amount_factor": 3,
        "has_fire": true,
        "priority": 4,
        "half_life": "15 minutes",
        "phase": "plasma",
        "display_items": false,
        "display_field": true,
        "percent_spread": 5
    }, {
        "id": "fd_fire_frost",
        "type": "field_type",
        "intensity_levels": [{
                "name": "chilling frost",
                "sym": "4",
                "color": "cyan",
                "dangerous": true,
                "light_emitted": 3,
                "translucency": 0.7,
                "convection_temperature_mod": -120,
                "effect_id": "v_spell_elem_flame_curse",
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "1 seconds"
            }, {
                "name": "frostburn",
                "color": "light_blue",
                "light_emitted": 8,
                "translucency": 0.4,
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "2 seconds"
            }, {
                "name": "raging frostburn",
                "color": "blue",
                "light_emitted": 20,
                "translucency": 0.1,
                "effect_min_duration": "1 seconds",
                "effect_max_duration": "3 seconds"
            }
        ],
        "decay_amount_factor": 3,
        "has_fire": true,
        "priority": 4,
        "half_life": "5 minutes",
        "phase": "plasma",
        "display_items": false,
        "display_field": true,
        "percent_spread": 2
    }
]