Patch 5.1 files fixed (should be accurate now...)

For some reason, telling the update 'yes' in SaintC.cmd.exd deleted a ton of definitions everywhere.
This commit is contained in:
Hezkezl
2019-10-29 01:17:26 -06:00
parent 936303e98b
commit c8e4b0f237
26 changed files with 170 additions and 49 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18
#,EXPBonus%,,,,,,,,,,,,,,,,,,
int32,byte,byte,bool,sbyte,int16,sbyte,int16,byte,bool,sbyte,int16,sbyte,int16,byte,bool,sbyte,int16,sbyte,int16
#,EXPBonus%,BaseParam[0],IsRelative[0],Value[0],Max[0],Value{HQ}[0],Max{HQ}[0],BaseParam[1],IsRelative[1],Value[1],Max[1],Value{HQ}[1],Max{HQ}[1],BaseParam[2],IsRelative[2],Value[2],Max[2],Value{HQ}[2],Max{HQ}[2]
int32,byte,BaseParam,bool,sbyte,int16,sbyte,int16,BaseParam,bool,sbyte,int16,sbyte,int16,BaseParam,bool,sbyte,int16,sbyte,int16
0,3,0,False,0,0,0,0,0,False,0,0,0,0,0,False,0,0,0,0
1,3,0,False,0,0,0,0,0,False,0,0,0,0,0,False,0,0,0,0
2,3,0,False,0,0,0,0,0,False,0,0,0,0,0,False,0,0,0,0
1 key 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
2 # EXPBonus% BaseParam[0] IsRelative[0] Value[0] Max[0] Value{HQ}[0] Max{HQ}[0] BaseParam[1] IsRelative[1] Value[1] Max[1] Value{HQ}[1] Max{HQ}[1] BaseParam[2] IsRelative[2] Value[2] Max[2] Value{HQ}[2] Max{HQ}[2]
3 int32 byte byte BaseParam bool sbyte int16 sbyte int16 byte BaseParam bool sbyte int16 sbyte int16 byte BaseParam bool sbyte int16 sbyte int16
4 0 3 0 False 0 0 0 0 0 False 0 0 0 0 0 False 0 0 0 0
5 1 3 0 False 0 0 0 0 0 False 0 0 0 0 0 False 0 0 0 0
6 2 3 0 False 0 0 0 0 0 False 0 0 0 0 0 False 0 0 0 0