-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfield_types.json
98 lines (98 loc) · 3.01 KB
/
field_types.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
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
[
{
"id": "fd_blue_electricity",
"type": "field_type",
"legacy_enum_id": -1,
"immune_mtypes": [ "mon_watchdog" ],
"intensity_levels": [
{
"name": "sparks",
"sym": "9",
"dangerous": true,
"light_emitted": 0.01,
"effects": [
{
"effect_id": "zapped",
"min_duration": "1 second",
"max_duration": "2 second",
"intensity": 1,
"body_part": "torso",
"is_environmental": false,
"immune_in_vehicle": false,
"immune_inside_vehicle": true,
"immune_outside_vehicle": false,
"chance_in_vehicle": 2,
"chance_inside_vehicle": 2,
"chance_outside_vehicle": 2,
"message": "You're zapped!",
"message_npc": "<npcname> is zapped!",
"message_type": "bad"
}
]
},
{ "//": "repeat last entry", "light_emitted": 1 },
{ "//": "repeat last entry", "light_emitted": 2.5 },
{
"name": "electric crackle",
"color": "cyan",
"light_emitted": 4,
"effects": [
{
"effect_id": "zapped",
"min_duration": "2 second",
"max_duration": "5 second",
"intensity": 1,
"body_part": "torso",
"is_environmental": false,
"immune_in_vehicle": false,
"immune_inside_vehicle": true,
"immune_outside_vehicle": false,
"chance_in_vehicle": 2,
"chance_inside_vehicle": 2,
"chance_outside_vehicle": 2,
"message": "You're zapped!",
"message_npc": "<npcname> is zapped!",
"message_type": "bad"
}
]
},
{ "//": "repeat last entry", "light_emitted": 7.5 },
{ "//": "repeat last entry", "light_emitted": 11 },
{
"name": "electric cloud",
"color": "blue",
"light_emitted": 14.5,
"effects": [
{
"effect_id": "electrocuted",
"min_duration": "2 second",
"max_duration": "5 second",
"intensity": 1,
"body_part": "torso",
"is_environmental": false,
"immune_in_vehicle": false,
"immune_inside_vehicle": true,
"immune_outside_vehicle": false,
"chance_in_vehicle": 2,
"chance_inside_vehicle": 2,
"chance_outside_vehicle": 2,
"message": "You're electrocuted!",
"message_npc": "<npcname> is electrocuted!",
"message_type": "bad"
}
]
},
{ "//": "repeat last entry", "light_emitted": 18 },
{ "//": "repeat last entry", "light_emitted": 21.5 },
{ "//": "repeat last entry", "light_emitted": 25 }
],
"description_affix": "illuminated_by",
"has_elec": true,
"priority": 4,
"half_life": "4 turns",
"looks_like": "fd_electricity",
"phase": "plasma",
"display_items": false,
"display_field": true
}
]