Skip to content

Commit 82239c7

Browse files
committed
Update ze_lotr_mount_doom_p.jsonc
1 parent b484eea commit 82239c7

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

entwatch/ze_lotr_mount_doom_p.jsonc

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@
1515
"message": true,
1616
"ui": true,
1717
"transfer": true,
18-
"color": "white"
18+
"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+
]
1931
},
2032
{
2133
"name": "Nazgul",
@@ -34,6 +46,18 @@
3446
"message": true,
3547
"ui": false,
3648
"transfer": true,
37-
"color": "purple"
49+
"color": "purple",
50+
"handlers": [
51+
{
52+
"type": "button",
53+
"hammerid": "1011",
54+
"event": "OnPressed",
55+
"mode": 1,
56+
"cooldown": 0,
57+
"maxuses": 0,
58+
"message": true,
59+
"ui": true
60+
}
61+
]
3862
}
3963
]

0 commit comments

Comments
 (0)