fix: all custom attributes so far should not have high-is-good set (#6)

For most attributes this doesn't really matter, but for velocityBoost
it does, causing wrong values to be calculated.
This commit is contained in:
Patric Stout
2023-11-19 11:18:48 +01:00
committed by GitHub
parent 4f3537ab3d
commit 59804fd5c8

View File

@@ -102,7 +102,7 @@ def convert_dogma_attributes(path):
pb2.entries[id].name = name
pb2.entries[id].published = True
pb2.entries[id].defaultValue = 0
pb2.entries[id].highIsGood = True
pb2.entries[id].highIsGood = False
pb2.entries[id].stackable = False
add_esf_attribute(-1, "alignTime")