Skip to content

Commit

Permalink
Fix item names (#18)
Browse files Browse the repository at this point in the history
* Update ze_ffvii_temple_ancient.jsonc

* Update ze_tesv_skyrim_p.jsonc
  • Loading branch information
notkoen authored Nov 22, 2024
1 parent aa44a83 commit 1f9ab0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions entwatch/ze_ffvii_temple_ancient.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
]
},
{
"name": "Gravity",
"shortname": "Gravity",
"name": "Earth",
"shortname": "Earth",
"hammerid": "1638",
"message": true,
"ui": true,
"transfer": true,
"color": "purple",
"color": "orange",
"handlers": [
{
"type": "button",
Expand Down Expand Up @@ -105,13 +105,13 @@
]
},
{
"name": "Electro",
"shortname": "Electro",
"name": "Poison",
"shortname": "Poison",
"hammerid": "1617",
"message": true,
"ui": true,
"transfer": true,
"color": "blue",
"color": "green",
"handlers": [
{
"type": "button",
Expand Down
6 changes: 3 additions & 3 deletions entwatch/ze_tesv_skyrim_p.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
]
},
{
"name": "Deadric",
"shortname": "Deadric",
"name": "Daedric",
"shortname": "Daedric",
"hammerid": "29402",
"message": true,
"ui": true,
Expand All @@ -138,7 +138,7 @@
"ui": true
},
{
"type": "game_ui", // M1
"type": "game_ui", // M2
"hammerid": "29412",
"event": "OnTrigger",
"mode": 4,
Expand Down

0 comments on commit 1f9ab0c

Please sign in to comment.