We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484eea commit 82239c7Copy full SHA for 82239c7
entwatch/ze_lotr_mount_doom_p.jsonc
@@ -15,7 +15,19 @@
15
"message": true,
16
"ui": true,
17
"transfer": true,
18
- "color": "white"
+ "color": "white",
19
+ "handlers": [
20
+ {
21
+ "type": "button",
22
+ "hammerid": "995",
23
+ "event": "OnPlayerUse",
24
+ "mode": 2,
25
+ "cooldown": 55,
26
+ "maxuses": 0,
27
+ "message": true,
28
+ "ui": true
29
+ }
30
+ ]
31
},
32
{
33
"name": "Nazgul",
@@ -34,6 +46,18 @@
34
46
35
47
"ui": false,
36
48
37
- "color": "purple"
49
+ "color": "purple",
50
51
52
53
+ "hammerid": "1011",
54
+ "event": "OnPressed",
55
+ "mode": 1,
56
+ "cooldown": 0,
57
58
59
60
61
38
62
}
39
63
]
0 commit comments