Skip to content

Commit

Permalink
Remove BOSS/GYM HP Scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCris committed Apr 6, 2024
1 parent 5147773 commit 3a7f7a8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/palworld_pal_editor/assets/data/pal_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@
"paldeck": "103"
},
"Scaling": {
"HP": 6000,
"HP": 105,
"ATK": 100,
"DEF": 100
}
Expand Down Expand Up @@ -3693,7 +3693,7 @@
"paldeck": "104"
},
"Scaling": {
"HP": 5500,
"HP": 110,
"ATK": 110,
"DEF": 105
}
Expand Down Expand Up @@ -3754,7 +3754,7 @@
"paldeck": "105"
},
"Scaling": {
"HP": 6500,
"HP": 100,
"ATK": 120,
"DEF": 125
}
Expand Down Expand Up @@ -3815,7 +3815,7 @@
"paldeck": "106"
},
"Scaling": {
"HP": 6500,
"HP": 100,
"ATK": 140,
"DEF": 110
}
Expand Down Expand Up @@ -3876,7 +3876,7 @@
"paldeck": "107"
},
"Scaling": {
"HP": 8000,
"HP": 120,
"ATK": 200,
"DEF": 220
}
Expand All @@ -3897,7 +3897,6 @@
},
"Scaling": {
"HP": 130,
"HP_BOSS": 260,
"ATK": 120,
"DEF": 145
},
Expand Down Expand Up @@ -3926,7 +3925,6 @@
},
"Scaling": {
"HP": 130,
"HP_BOSS": 260,
"ATK": 145,
"DEF": 120
},
Expand Down Expand Up @@ -3955,7 +3953,6 @@
},
"Scaling": {
"HP": 140,
"HP_BOSS": 420,
"ATK": 140,
"DEF": 120
},
Expand Down Expand Up @@ -3984,7 +3981,6 @@
},
"Scaling": {
"HP": 140,
"HP_BOSS": 420,
"ATK": 140,
"DEF": 135
},
Expand Down Expand Up @@ -4013,7 +4009,6 @@
},
"Scaling": {
"HP": 110,
"HP_BOSS": 330,
"ATK": 140,
"DEF": 110
},
Expand Down

0 comments on commit 3a7f7a8

Please sign in to comment.