Skip to content

Commit

Permalink
Handle new dynamic value "index".
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Feb 22, 2024
1 parent 1773102 commit fe4f31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sources/gamecore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ const dynamicValueTypeToIndex:{[key:string]: number} =
SkillRelic: 5,
BattleEvent: 6,
StageBattleEvent: 7,
FloorCustomData: 8,
}

function getIndexFromDynamicValueType(value:string | number) : number
Expand Down

0 comments on commit fe4f31e

Please sign in to comment.