Skip to content

Commit bad712e

Browse files
notkoenVauff
andauthored
Add entwatch configs for several maps (#12)
* Add 8bit entwatch config * Add arcana heart entwatch config * Add azathoth entwatch config * Add backrooms deathbed entwatch * Add biohazard manor entwatch config * Add biohazard2 rpd entwatch config * Add christmas entwatch * Add death star escape entwatch config * Add farmhouse entwatch config * Add forsaken temple entwatch config * Add gods wrath entwatch config * Add grau entwatch config * Add mirrors edge entwatch config * Add mist entwatch config * Add platformer entwatch config * Add potc entwatch config * Add predator ultimate entwatch config * Add shroomforest 1 entwatch config * Add mine delay to shroomforest 1 entwatch config * Add shroomforest 2 entwatch config * Add slender escape entwatch config * Add surf danger entwatch config * Add surf gypt entwatch config * Add surf hp entwatch config * Add surf vortex entwatch config * Add comment for backrooms deathbed entwatch config * Update grau entwatch config * Fix capitalization, test PR labeler --------- Co-authored-by: Vauff <[email protected]>
1 parent 63f7c74 commit bad712e

24 files changed

+2546
-0
lines changed

entwatch/ze_8bit.jsonc

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
[
2+
{
3+
"name": "Ammo",
4+
"shortname": "Ammo",
5+
"hammerid": "5594",
6+
"message": true,
7+
"ui": true,
8+
"transfer": true,
9+
"color": "orange",
10+
"handlers": [
11+
{
12+
"type": "button",
13+
"hammerid": "5595",
14+
"event": "OnPressed",
15+
"mode": 2,
16+
"cooldown": 60,
17+
"maxuses": 0,
18+
"message": true,
19+
"ui": true
20+
}
21+
]
22+
},
23+
{
24+
"name": "Fire",
25+
"shortname": "Fire",
26+
"hammerid": "5038",
27+
"message": true,
28+
"ui": true,
29+
"transfer": true,
30+
"color": "red",
31+
"handlers": [
32+
{
33+
"type": "button",
34+
"hammerid": "5039",
35+
"event": "OnPressed",
36+
"mode": 2,
37+
"cooldown": 60,
38+
"maxuses": 0,
39+
"message": true,
40+
"ui": true
41+
}
42+
]
43+
},
44+
{
45+
"name": "Mines",
46+
"shortname": "Mines",
47+
"hammerid": "5019",
48+
"message": true,
49+
"ui": true,
50+
"transfer": true,
51+
"color": "green",
52+
"handlers": [
53+
{
54+
"type": "button",
55+
"hammerid": "5020",
56+
"event": "OnPressed",
57+
"mode": 4,
58+
"cooldown": 10,
59+
"maxuses": 8,
60+
"message": true,
61+
"ui": true
62+
}
63+
]
64+
},
65+
{
66+
"name": "Stopper",
67+
"shortname": "Stopper",
68+
"hammerid": "4988",
69+
"message": true,
70+
"ui": true,
71+
"transfer": true,
72+
"color": "red",
73+
"handlers": [
74+
{
75+
"type": "button",
76+
"hammerid": "4989",
77+
"event": "OnPressed",
78+
"mode": 2,
79+
"cooldown": 60,
80+
"maxuses": 0,
81+
"message": true,
82+
"ui": true
83+
}
84+
]
85+
},
86+
{
87+
"name": "Cannon Ultimate",
88+
"shortname": "Ultimate",
89+
"hammerid": "4970",
90+
"message": true,
91+
"ui": true,
92+
"transfer": true,
93+
"color": "red",
94+
"handlers": [
95+
{
96+
"type": "button",
97+
"hammerid": "4968",
98+
"event": "OnPressed",
99+
"mode": 3,
100+
"cooldown": 0,
101+
"maxuses": 1,
102+
"message": true,
103+
"ui": true
104+
}
105+
]
106+
},
107+
{
108+
"name": "Electro",
109+
"shortname": "Electro",
110+
"hammerid": "4739",
111+
"message": true,
112+
"ui": true,
113+
"transfer": true,
114+
"color": "blue",
115+
"handlers": [
116+
{
117+
"type": "button",
118+
"hammerid": "4740",
119+
"event": "OnPressed",
120+
"mode": 2,
121+
"cooldown": 50,
122+
"maxuses": 0,
123+
"message": true,
124+
"ui": true
125+
}
126+
]
127+
},
128+
{
129+
"name": "Heal",
130+
"shortname": "Heal",
131+
"hammerid": "4733",
132+
"message": true,
133+
"ui": true,
134+
"transfer": true,
135+
"color": "white",
136+
"handlers": [
137+
{
138+
"type": "button",
139+
"hammerid": "4734",
140+
"event": "OnPressed",
141+
"mode": 2,
142+
"cooldown": 60,
143+
"maxuses": 0,
144+
"message": true,
145+
"ui": true
146+
}
147+
]
148+
}
149+
]

entwatch/ze_arcana_heart.jsonc

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
[
2+
{
3+
"name": "Gravity",
4+
"shortname": "Gravity",
5+
"hammerid": "2845",
6+
"message": true,
7+
"ui": true,
8+
"transfer": true,
9+
"color": "yellow",
10+
"handlers": [
11+
{
12+
"type": "button",
13+
"hammerid": "2848",
14+
"event": "OnPressed",
15+
"mode": 2,
16+
"cooldown": 60,
17+
"maxuses": 0,
18+
"message": true,
19+
"ui": true
20+
}
21+
]
22+
},
23+
{
24+
"name": "Zombie Cube",
25+
"shortname": "ZM Cube",
26+
"hammerid": "2941",
27+
"message": true,
28+
"ui": true,
29+
"transfer": false,
30+
"color": "yellow",
31+
"triggers": ["2008"],
32+
"handlers": [
33+
{
34+
"type": "button",
35+
"hammerid": "3697",
36+
"event": "OnPressed",
37+
"mode": 2,
38+
"cooldown": 60,
39+
"maxuses": 0,
40+
"message": true,
41+
"ui": true
42+
}
43+
]
44+
},
45+
{
46+
"name": "Heal",
47+
"shortname": "Heal",
48+
"hammerid": "3169",
49+
"message": true,
50+
"ui": true,
51+
"transfer": true,
52+
"color": "red",
53+
"handlers": [
54+
{
55+
"type": "button",
56+
"hammerid": "2857",
57+
"event": "OnPressed",
58+
"mode": 2,
59+
"cooldown": 80,
60+
"maxuses": 0,
61+
"message": true,
62+
"ui": true
63+
}
64+
]
65+
},
66+
{
67+
"name": "Zombie Water",
68+
"shortname": "ZM Water",
69+
"hammerid": "2958",
70+
"message": true,
71+
"ui": true,
72+
"transfer": false,
73+
"color": "blue",
74+
"triggers": ["2735"],
75+
"handlers": [
76+
{
77+
"type": "button",
78+
"hammerid": "2728",
79+
"event": "OnPressed",
80+
"mode": 2,
81+
"cooldown": 70,
82+
"maxuses": 0,
83+
"message": true,
84+
"ui": true
85+
}
86+
]
87+
},
88+
{
89+
"name": "Zombie Heal",
90+
"shortname": "ZM Heal",
91+
"hammerid": "4570",
92+
"message": true,
93+
"ui": true,
94+
"transfer": false,
95+
"color": "red",
96+
"triggers": ["3268"],
97+
"handlers": [
98+
{
99+
"type": "button",
100+
"hammerid": "4356",
101+
"event": "OnPressed",
102+
"mode": 2,
103+
"cooldown": 50,
104+
"maxuses": 0,
105+
"message": true,
106+
"ui": true
107+
}
108+
]
109+
},
110+
{
111+
"name": "Push",
112+
"shortname": "Push",
113+
"hammerid": "4310",
114+
"message": true,
115+
"ui": true,
116+
"transfer": true,
117+
"color": "green",
118+
"handlers": [
119+
{
120+
"type": "button",
121+
"hammerid": "2511",
122+
"event": "OnPressed",
123+
"mode": 2,
124+
"cooldown": 50,
125+
"maxuses": 0,
126+
"message": true,
127+
"ui": true
128+
}
129+
]
130+
},
131+
{
132+
"name": "Zombie Reverse",
133+
"shortname": "ZM Reverse",
134+
"hammerid": "2029",
135+
"message": true,
136+
"ui": true,
137+
"transfer": false,
138+
"color": "purple",
139+
"triggers": ["999"],
140+
"handlers": [
141+
{
142+
"type": "button",
143+
"hammerid": "4353",
144+
"event": "OnPressed",
145+
"mode": 2,
146+
"cooldown": 80,
147+
"maxuses": 0,
148+
"message": true,
149+
"ui": true
150+
}
151+
]
152+
},
153+
{
154+
"name": "Shield",
155+
"shortname": "Shield",
156+
"hammerid": "3792",
157+
"message": true,
158+
"ui": true,
159+
"transfer": true,
160+
"color": "blue",
161+
"handlers": [
162+
{
163+
"type": "button",
164+
"hammerid": "2690",
165+
"event": "OnPressed",
166+
"mode": 2,
167+
"cooldown": 80,
168+
"maxuses": 0,
169+
"message": true,
170+
"ui": true
171+
}
172+
]
173+
}
174+
]

entwatch/ze_azathoth_p.jsonc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"name": "Sword",
4+
"shortname": "Sword",
5+
"hammerid": "287",
6+
"message": true,
7+
"ui": true,
8+
"transfer": true,
9+
"color": "green",
10+
"handlers": [
11+
{
12+
"type": "button",
13+
"hammerid": "285",
14+
"event": "OnPressed",
15+
"mode": 1,
16+
"cooldown": 0,
17+
"maxuses": 0,
18+
"message": true,
19+
"ui": true
20+
}
21+
]
22+
}
23+
]
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// Flashlight cooldown/charge is based on a counter
2+
// Waiting on mode 6/7 implementation before updating cfg
3+
[
4+
{
5+
"name": "Tactical Flashlight 1",
6+
"shortname": "Flashlight 1",
7+
"hammerid": "5687",
8+
"message": true,
9+
"ui": true,
10+
"transfer": true,
11+
"color": "white",
12+
"handlers": [
13+
{
14+
"type": "button",
15+
"hammerid": "5700",
16+
"event": "OnPressed",
17+
"mode": 1,
18+
"cooldown": 0,
19+
"maxuses": 0,
20+
"message": true,
21+
"ui": true
22+
}
23+
]
24+
},
25+
{
26+
"name": "Tactical Flashlight 2",
27+
"shortname": "Flashlight 2",
28+
"hammerid": "5709",
29+
"message": true,
30+
"ui": true,
31+
"transfer": true,
32+
"color": "white",
33+
"handlers": [
34+
{
35+
"type": "button",
36+
"hammerid": "5723",
37+
"event": "OnPressed",
38+
"mode": 1,
39+
"cooldown": 0,
40+
"maxuses": 0,
41+
"message": true,
42+
"ui": true
43+
}
44+
]
45+
}
46+
]

0 commit comments

Comments
 (0)