Skip to content

Commit

Permalink
Nerf clay golem immunity to 50%
Browse files Browse the repository at this point in the history
Fixes #835
  • Loading branch information
Logg-y committed Nov 2, 2024
1 parent 20d0415 commit 8017684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/git/ud_maker2.git.json
Original file line number Diff line number Diff line change
Expand Up @@ -71290,7 +71290,7 @@
},
"Cost": {
"type": "dword",
"value": 35856
"value": 11556
},
"Cursed": {
"type": "byte",
Expand Down
10 changes: 7 additions & 3 deletions src/uti/cre_golemclaysk.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Cost": {
"type": "dword",
"value": 6728000
"value": 4105638
},
"Cursed": {
"type": "byte",
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"CostValue": {
"type": "word",
"value": 7
"value": 4
},
"Param1": {
"type": "byte",
Expand Down Expand Up @@ -161,7 +161,7 @@
},
"CostValue": {
"type": "word",
"value": 7
"value": 4
},
"Param1": {
"type": "byte",
Expand Down Expand Up @@ -445,5 +445,9 @@
"TemplateResRef": {
"type": "resref",
"value": "cre_golemclaysk"
},
"xModelPart1": {
"type": "word",
"value": 1
}
}

0 comments on commit 8017684

Please sign in to comment.