v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
assets/devel/versioning/PlayerEntity_10_11.lua
Normal file
15
assets/devel/versioning/PlayerEntity_10_11.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
require "/scripts/versioningutils.lua"
|
||||
|
||||
function update(data)
|
||||
executeWhere(data, "basePercentage", nil, function(statModifier)
|
||||
statModifier.baseMultiplier = statModifier.basePercentage + 1.0
|
||||
statModifier.basePercentage = nil
|
||||
end)
|
||||
|
||||
executeWhere(data, "effectivePercentage", nil, function(statModifier)
|
||||
statModifier.effectiveMultiplier = statModifier.effectivePercentage + 1.0
|
||||
statModifier.effectivePercentage = nil
|
||||
end)
|
||||
|
||||
return data
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue