Advertisement
AlexKnauth

Hollow-Knight-Mono-dissector.TXT

Dec 25th, 2023 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 116.25 KB | Gaming | 0 0
  1. 28936142d20
  2. 28ae71024b0 : Assembly-CSharp
  3. 28ae7f30140 : BossSequenceDoor+Completion
  4. static fields
  5. fields
  6. 10 : canUnlock (type: System.Boolean)
  7. 11 : unlocked (type: System.Boolean)
  8. 12 : completed (type: System.Boolean)
  9. 13 : allBindings (type: System.Boolean)
  10. 14 : noHits (type: System.Boolean)
  11. 15 : boundNail (type: System.Boolean)
  12. 16 : boundShell (type: System.Boolean)
  13. 17 : boundCharms (type: System.Boolean)
  14. 18 : boundSoul (type: System.Boolean)
  15. 20 : viewedBossSceneCompletions (type: System.Collections.Generic.List<System.String>)
  16. methods
  17. base class
  18. 28ae7ff3378 : BossStatue+Completion
  19. static fields
  20. fields
  21. 10 : hasBeenSeen (type: System.Boolean)
  22. 11 : isUnlocked (type: System.Boolean)
  23. 12 : completedTier1 (type: System.Boolean)
  24. 13 : completedTier2 (type: System.Boolean)
  25. 14 : completedTier3 (type: System.Boolean)
  26. 15 : seenTier3Unlock (type: System.Boolean)
  27. 16 : usingAltVersion (type: System.Boolean)
  28. methods
  29. base class
  30. 28ae7fbf4b8 : CameraController
  31. static fields
  32. fields
  33. 68 : verboseMode (type: System.Boolean)
  34. 6c : mode (type: CameraController.CameraMode)
  35. 70 : prevMode (type: CameraController.CameraMode)
  36. 74 : atSceneBounds (type: System.Boolean)
  37. 75 : atHorizontalSceneBounds (type: System.Boolean)
  38. 76 : isGameplayScene (type: System.Boolean)
  39. 77 : teleporting (type: System.Boolean)
  40. 78 : lastFramePosition (type: UnityEngine.Vector3)
  41. 84 : lastLockPosition (type: UnityEngine.Vector2)
  42. 18 : fadeInFailSafeCo (type: UnityEngine.Coroutine)
  43. 8c : dampTime (type: System.Single)
  44. 90 : dampTimeX (type: System.Single)
  45. 94 : dampTimeY (type: System.Single)
  46. 98 : dampTimeFalling (type: System.Single)
  47. 9c : heroBotYLimit (type: System.Single)
  48. a0 : panTime (type: System.Single)
  49. a4 : currentPanTime (type: System.Single)
  50. a8 : velocity (type: UnityEngine.Vector3)
  51. b4 : velocityX (type: UnityEngine.Vector3)
  52. c0 : velocityY (type: UnityEngine.Vector3)
  53. cc : fallOffset (type: System.Single)
  54. d0 : fallOffset_multiplier (type: System.Single)
  55. d4 : destination (type: UnityEngine.Vector3)
  56. e0 : maxVelocity (type: System.Single)
  57. e4 : maxVelocityFalling (type: System.Single)
  58. e8 : maxVelocityCurrent (type: System.Single)
  59. ec : horizontalOffset (type: System.Single)
  60. f0 : lookOffset (type: System.Single)
  61. f4 : startLockedTimer (type: System.Single)
  62. f8 : targetDeltaX (type: System.Single)
  63. fc : targetDeltaY (type: System.Single)
  64. 100 : panToTarget (type: UnityEngine.Vector2)
  65. 108 : sceneWidth (type: System.Single)
  66. 10c : sceneHeight (type: System.Single)
  67. 110 : xLimit (type: System.Single)
  68. 114 : yLimit (type: System.Single)
  69. 20 : currentLockArea (type: CameraLockArea)
  70. 118 : panStartPos (type: UnityEngine.Vector3)
  71. 124 : panEndPos (type: UnityEngine.Vector3)
  72. 28 : cam (type: UnityEngine.Camera)
  73. 30 : hero_ctrl (type: HeroController)
  74. 38 : gm (type: GameManager)
  75. 40 : tilemap (type: tk2dTileMap)
  76. 48 : camTarget (type: CameraTarget)
  77. 50 : fadeFSM (type: PlayMakerFSM)
  78. 58 : cameraParent (type: UnityEngine.Transform)
  79. 60 : lockZoneList (type: System.Collections.Generic.List<CameraLockArea>)
  80. 130 : xLockMin (type: System.Single)
  81. 134 : xLockMax (type: System.Single)
  82. 138 : yLockMin (type: System.Single)
  83. 13c : yLockMax (type: System.Single)
  84. methods
  85. base class
  86. 1f5e1d75588 : CameraTarget
  87. static fields
  88. fields
  89. 38 : verboseMode (type: System.Boolean)
  90. 18 : gm (type: GameManager)
  91. 20 : hero_ctrl (type: HeroController)
  92. 28 : heroTransform (type: UnityEngine.Transform)
  93. 30 : cameraCtrl (type: CameraController)
  94. 3c : mode (type: CameraTarget.TargetMode)
  95. 40 : destination (type: UnityEngine.Vector3)
  96. 4c : velocityX (type: UnityEngine.Vector3)
  97. 58 : velocityY (type: UnityEngine.Vector3)
  98. 64 : xOffset (type: System.Single)
  99. 68 : dashOffset (type: System.Single)
  100. 6c : fallOffset (type: System.Single)
  101. 70 : fallOffset_multiplier (type: System.Single)
  102. 74 : xLockMin (type: System.Single)
  103. 78 : xLockMax (type: System.Single)
  104. 7c : yLockMin (type: System.Single)
  105. 80 : yLockMax (type: System.Single)
  106. 84 : enteredLeft (type: System.Boolean)
  107. 85 : enteredRight (type: System.Boolean)
  108. 86 : enteredTop (type: System.Boolean)
  109. 87 : enteredBot (type: System.Boolean)
  110. 88 : exitedLeft (type: System.Boolean)
  111. 89 : exitedRight (type: System.Boolean)
  112. 8a : exitedTop (type: System.Boolean)
  113. 8b : exitedBot (type: System.Boolean)
  114. 8c : superDashing (type: System.Boolean)
  115. 8d : quaking (type: System.Boolean)
  116. 90 : slowTime (type: System.Single)
  117. 94 : dampTimeNormal (type: System.Single)
  118. 98 : dampTimeSlow (type: System.Single)
  119. 9c : xLookAhead (type: System.Single)
  120. a0 : dashLookAhead (type: System.Single)
  121. a4 : superDashLookAhead (type: System.Single)
  122. a8 : heroPrevPosition (type: UnityEngine.Vector3)
  123. b4 : dampTime (type: System.Single)
  124. b8 : dampTimeX (type: System.Single)
  125. bc : dampTimeY (type: System.Single)
  126. c0 : slowTimer (type: System.Single)
  127. c4 : snapDistance (type: System.Single)
  128. c8 : fallCatcher (type: System.Single)
  129. cc : stickToHeroX (type: System.Boolean)
  130. cd : stickToHeroY (type: System.Boolean)
  131. ce : enteredFromLockZone (type: System.Boolean)
  132. d0 : prevTarget_y (type: System.Single)
  133. d4 : prevCam_y (type: System.Single)
  134. d8 : fallStick (type: System.Boolean)
  135. d9 : isGameplayScene (type: System.Boolean)
  136. methods
  137. base class
  138. 28ae742ac88 : GameManager
  139. static fields
  140. 0 : _spawnedInControlManager (type: InControl.InControlManager)
  141. 8 : _instance (type: GameManager)
  142. 10 : SceneTransitionBegan (type: GameManager.SceneTransitionBeganDelegate)
  143. 18 : SubSceneNameSuffixes (type: System.String[])
  144. fields
  145. 170 : verboseMode (type: System.Boolean)
  146. 174 : gameState (type: GlobalEnums.GameState)
  147. 178 : isPaused (type: System.Boolean)
  148. 17c : timeSlowedCount (type: System.Int32)
  149. 18 : sceneName (type: System.String)
  150. 20 : nextSceneName (type: System.String)
  151. 28 : entryGateName (type: System.String)
  152. 30 : callingGate (type: TransitionPoint)
  153. 180 : entrySpawnPoint (type: UnityEngine.Vector3)
  154. 18c : entryDelay (type: System.Single)
  155. 190 : sceneWidth (type: System.Single)
  156. 194 : sceneHeight (type: System.Single)
  157. 38 : gameConfig (type: GameConfig)
  158. 40 : <inputHandler>k__BackingField (type: InputHandler)
  159. 48 : gameCams (type: GameCameras)
  160. 50 : <achievementHandler>k__BackingField (type: AchievementHandler)
  161. 58 : audioManager (type: AudioManager)
  162. 60 : inControlManagerPrefab (type: InControl.InControlManager)
  163. 68 : gameSettings (type: GameSettings)
  164. 70 : timeTool (type: TimeScaleIndependentUpdate)
  165. 78 : gameMap (type: UnityEngine.GameObject)
  166. 80 : <cameraCtrl>k__BackingField (type: CameraController)
  167. 88 : <hero_ctrl>k__BackingField (type: HeroController)
  168. 90 : <heroLight>k__BackingField (type: UnityEngine.SpriteRenderer)
  169. 98 : <sm>k__BackingField (type: SceneManager)
  170. a0 : <ui>k__BackingField (type: UIManager)
  171. a8 : <tilemap>k__BackingField (type: tk2dTileMap)
  172. b0 : <soulOrb_fsm>k__BackingField (type: PlayMakerFSM)
  173. b8 : <soulVessel_fsm>k__BackingField (type: PlayMakerFSM)
  174. c0 : inventoryFSM (type: PlayMakerFSM)
  175. c8 : playerData (type: PlayerData)
  176. d0 : sceneData (type: SceneData)
  177. 198 : profileID (type: System.Int32)
  178. 19c : needsFlush (type: System.Boolean)
  179. 19d : isEmergencyReturningToMenu (type: System.Boolean)
  180. 1a0 : sessionPlayTimer (type: System.Single)
  181. 1a4 : sessionStartTime (type: System.Single)
  182. 1a8 : startedOnThisScene (type: System.Boolean)
  183. 1a9 : <RespawningHero>k__BackingField (type: System.Boolean)
  184. 1aa : hazardRespawningHero (type: System.Boolean)
  185. d8 : targetScene (type: System.String)
  186. 1ab : tilemapDirty (type: System.Boolean)
  187. 1ac : needFirstFadeIn (type: System.Boolean)
  188. 1ad : waitForManualLevelStart (type: System.Boolean)
  189. 1ae : startedSteamEnabled (type: System.Boolean)
  190. 1af : startedGOGEnabled (type: System.Boolean)
  191. 1b0 : startedLanguageDisabled (type: System.Boolean)
  192. e0 : actorSnapshotUnpaused (type: UnityEngine.Audio.AudioMixerSnapshot)
  193. e8 : actorSnapshotPaused (type: UnityEngine.Audio.AudioMixerSnapshot)
  194. f0 : silentSnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  195. f8 : noMusicSnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  196. 100 : noMusicCue (type: MusicCue)
  197. 108 : noAtmosSnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  198. 110 : SavePersistentObjects (type: GameManager.SavePersistentState)
  199. 118 : ResetSemiPersistentObjects (type: GameManager.ResetSemiPersistentState)
  200. 120 : DestroyPersonalPools (type: GameManager.DestroyPooledObjects)
  201. 128 : UnloadingLevel (type: GameManager.UnloadLevel)
  202. 130 : RefreshLanguageText (type: GameManager.RefreshLanguage)
  203. 138 : RefreshParticleLevel (type: GameManager.RefreshParticles)
  204. 140 : OnLoadedBoss (type: GameManager.BossLoad)
  205. 148 : OnFinishedEnteringScene (type: GameManager.EnterSceneEvent)
  206. 150 : OnFinishedSceneTransition (type: GameManager.SceneTransitionFinishEvent)
  207. 1b1 : <IsInSceneTransition>k__BackingField (type: System.Boolean)
  208. 1b2 : hasFinishedEnteringScene (type: System.Boolean)
  209. 158 : worldInfo (type: WorldInfo)
  210. 1b3 : isLoading (type: System.Boolean)
  211. 1b4 : loadVisualization (type: GameManager.SceneLoadVisualizations)
  212. 1b8 : currentLoadDuration (type: System.Single)
  213. 1bc : sceneLoadsWithoutGarbageCollect (type: System.Int32)
  214. 1c0 : isUsingCustomLoadAnimation (type: System.Boolean)
  215. 160 : standaloneLoadingSpinnerPrefab (type: StandaloneLoadingSpinner)
  216. 168 : sceneLoad (type: SceneLoad)
  217. 1c4 : saveIconShowCounter (type: System.Int32)
  218. methods
  219. base class
  220. 199e5c2a400 : GeoRockData
  221. static fields
  222. fields
  223. 10 : id (type: System.String)
  224. 18 : sceneName (type: System.String)
  225. 20 : hitsLeft (type: System.Int32)
  226. methods
  227. base class
  228. 28ae771d608 : HeroController
  229. static fields
  230. 0 : _instance (type: HeroController)
  231. fields
  232. 468 : verboseMode (type: System.Boolean)
  233. 46c : heroType (type: GlobalEnums.HeroType)
  234. 470 : RUN_SPEED (type: System.Single)
  235. 474 : RUN_SPEED_CH (type: System.Single)
  236. 478 : RUN_SPEED_CH_COMBO (type: System.Single)
  237. 47c : WALK_SPEED (type: System.Single)
  238. 480 : UNDERWATER_SPEED (type: System.Single)
  239. 484 : JUMP_SPEED (type: System.Single)
  240. 488 : JUMP_SPEED_UNDERWATER (type: System.Single)
  241. 48c : MIN_JUMP_SPEED (type: System.Single)
  242. 490 : JUMP_STEPS (type: System.Int32)
  243. 494 : JUMP_STEPS_MIN (type: System.Int32)
  244. 498 : JUMP_TIME (type: System.Int32)
  245. 49c : DOUBLE_JUMP_STEPS (type: System.Int32)
  246. 4a0 : WJLOCK_STEPS_SHORT (type: System.Int32)
  247. 4a4 : WJLOCK_STEPS_LONG (type: System.Int32)
  248. 4a8 : WJ_KICKOFF_SPEED (type: System.Single)
  249. 4ac : WALL_STICKY_STEPS (type: System.Int32)
  250. 4b0 : DASH_SPEED (type: System.Single)
  251. 4b4 : DASH_SPEED_SHARP (type: System.Single)
  252. 4b8 : DASH_TIME (type: System.Single)
  253. 4bc : DASH_QUEUE_STEPS (type: System.Int32)
  254. 4c0 : BACK_DASH_SPEED (type: System.Single)
  255. 4c4 : BACK_DASH_TIME (type: System.Single)
  256. 4c8 : SHADOW_DASH_SPEED (type: System.Single)
  257. 4cc : SHADOW_DASH_TIME (type: System.Single)
  258. 4d0 : SHADOW_DASH_COOLDOWN (type: System.Single)
  259. 4d4 : SUPER_DASH_SPEED (type: System.Single)
  260. 4d8 : DASH_COOLDOWN (type: System.Single)
  261. 4dc : DASH_COOLDOWN_CH (type: System.Single)
  262. 4e0 : BACKDASH_COOLDOWN (type: System.Single)
  263. 4e4 : WALLSLIDE_SPEED (type: System.Single)
  264. 4e8 : WALLSLIDE_DECEL (type: System.Single)
  265. 4ec : NAIL_CHARGE_TIME_DEFAULT (type: System.Single)
  266. 4f0 : NAIL_CHARGE_TIME_CHARM (type: System.Single)
  267. 4f4 : CYCLONE_HORIZONTAL_SPEED (type: System.Single)
  268. 4f8 : SWIM_ACCEL (type: System.Single)
  269. 4fc : SWIM_MAX_SPEED (type: System.Single)
  270. 500 : TIME_TO_ENTER_SCENE_BOT (type: System.Single)
  271. 504 : TIME_TO_ENTER_SCENE_HOR (type: System.Single)
  272. 508 : SPEED_TO_ENTER_SCENE_HOR (type: System.Single)
  273. 50c : SPEED_TO_ENTER_SCENE_UP (type: System.Single)
  274. 510 : SPEED_TO_ENTER_SCENE_DOWN (type: System.Single)
  275. 514 : DEFAULT_GRAVITY (type: System.Single)
  276. 518 : UNDERWATER_GRAVITY (type: System.Single)
  277. 51c : ATTACK_DURATION (type: System.Single)
  278. 520 : ATTACK_DURATION_CH (type: System.Single)
  279. 524 : ALT_ATTACK_RESET (type: System.Single)
  280. 528 : ATTACK_RECOVERY_TIME (type: System.Single)
  281. 52c : ATTACK_COOLDOWN_TIME (type: System.Single)
  282. 530 : ATTACK_COOLDOWN_TIME_CH (type: System.Single)
  283. 534 : BOUNCE_TIME (type: System.Single)
  284. 538 : BOUNCE_SHROOM_TIME (type: System.Single)
  285. 53c : BOUNCE_VELOCITY (type: System.Single)
  286. 540 : SHROOM_BOUNCE_VELOCITY (type: System.Single)
  287. 544 : RECOIL_HOR_TIME (type: System.Single)
  288. 548 : RECOIL_HOR_VELOCITY (type: System.Single)
  289. 54c : RECOIL_HOR_VELOCITY_LONG (type: System.Single)
  290. 550 : RECOIL_HOR_STEPS (type: System.Single)
  291. 554 : RECOIL_DOWN_VELOCITY (type: System.Single)
  292. 558 : RUN_PUFF_TIME (type: System.Single)
  293. 55c : BIG_FALL_TIME (type: System.Single)
  294. 560 : HARD_LANDING_TIME (type: System.Single)
  295. 564 : DOWN_DASH_TIME (type: System.Single)
  296. 568 : MAX_FALL_VELOCITY (type: System.Single)
  297. 56c : MAX_FALL_VELOCITY_UNDERWATER (type: System.Single)
  298. 570 : RECOIL_DURATION (type: System.Single)
  299. 574 : RECOIL_DURATION_STAL (type: System.Single)
  300. 578 : RECOIL_VELOCITY (type: System.Single)
  301. 57c : DAMAGE_FREEZE_DOWN (type: System.Single)
  302. 580 : DAMAGE_FREEZE_WAIT (type: System.Single)
  303. 584 : DAMAGE_FREEZE_UP (type: System.Single)
  304. 588 : INVUL_TIME (type: System.Single)
  305. 58c : INVUL_TIME_STAL (type: System.Single)
  306. 590 : INVUL_TIME_PARRY (type: System.Single)
  307. 594 : INVUL_TIME_QUAKE (type: System.Single)
  308. 598 : INVUL_TIME_CYCLONE (type: System.Single)
  309. 59c : CAST_TIME (type: System.Single)
  310. 5a0 : CAST_RECOIL_TIME (type: System.Single)
  311. 5a4 : CAST_RECOIL_VELOCITY (type: System.Single)
  312. 5a8 : WALLSLIDE_CLIP_DELAY (type: System.Single)
  313. 5ac : GRUB_SOUL_MP (type: System.Int32)
  314. 5b0 : GRUB_SOUL_MP_COMBO (type: System.Int32)
  315. 5b4 : JUMP_QUEUE_STEPS (type: System.Int32)
  316. 5b8 : JUMP_RELEASE_QUEUE_STEPS (type: System.Int32)
  317. 5bc : DOUBLE_JUMP_QUEUE_STEPS (type: System.Int32)
  318. 5c0 : ATTACK_QUEUE_STEPS (type: System.Int32)
  319. 5c4 : DELAY_BEFORE_ENTER (type: System.Single)
  320. 5c8 : LOOK_DELAY (type: System.Single)
  321. 5cc : LOOK_ANIM_DELAY (type: System.Single)
  322. 5d0 : DEATH_WAIT (type: System.Single)
  323. 5d4 : HAZARD_DEATH_CHECK_TIME (type: System.Single)
  324. 5d8 : FLOATING_CHECK_TIME (type: System.Single)
  325. 5dc : NAIL_TERRAIN_CHECK_TIME (type: System.Single)
  326. 5e0 : BUMP_VELOCITY (type: System.Single)
  327. 5e4 : BUMP_VELOCITY_DASH (type: System.Single)
  328. 5e8 : LANDING_BUFFER_STEPS (type: System.Int32)
  329. 5ec : LEDGE_BUFFER_STEPS (type: System.Int32)
  330. 5f0 : HEAD_BUMP_STEPS (type: System.Int32)
  331. 5f4 : MANTIS_CHARM_SCALE (type: System.Single)
  332. 5f8 : FIND_GROUND_POINT_DISTANCE (type: System.Single)
  333. 5fc : FIND_GROUND_POINT_DISTANCE_EXT (type: System.Single)
  334. 600 : hero_state (type: GlobalEnums.ActorStates)
  335. 604 : prev_hero_state (type: GlobalEnums.ActorStates)
  336. 608 : transitionState (type: GlobalEnums.HeroTransitionState)
  337. 60c : damageMode (type: GlobalEnums.DamageMode)
  338. 610 : move_input (type: System.Single)
  339. 614 : vertical_input (type: System.Single)
  340. 618 : controller_deadzone (type: System.Single)
  341. 61c : current_velocity (type: UnityEngine.Vector2)
  342. 624 : isGameplayScene (type: System.Boolean)
  343. 625 : isEnteringFirstLevel (type: System.Boolean)
  344. 628 : slashOffset (type: UnityEngine.Vector2)
  345. 630 : upSlashOffset (type: UnityEngine.Vector2)
  346. 638 : downwardSlashOffset (type: UnityEngine.Vector2)
  347. 640 : spell1Offset (type: UnityEngine.Vector2)
  348. 648 : jump_steps (type: System.Int32)
  349. 64c : jumped_steps (type: System.Int32)
  350. 650 : doubleJump_steps (type: System.Int32)
  351. 654 : dash_timer (type: System.Single)
  352. 658 : back_dash_timer (type: System.Single)
  353. 65c : shadow_dash_timer (type: System.Single)
  354. 660 : attack_time (type: System.Single)
  355. 664 : attack_cooldown (type: System.Single)
  356. 668 : transition_vel (type: UnityEngine.Vector2)
  357. 670 : altAttackTime (type: System.Single)
  358. 674 : lookDelayTimer (type: System.Single)
  359. 678 : bounceTimer (type: System.Single)
  360. 67c : recoilHorizontalTimer (type: System.Single)
  361. 680 : runPuffTimer (type: System.Single)
  362. 684 : <fallTimer>k__BackingField (type: System.Single)
  363. 688 : hardLandingTimer (type: System.Single)
  364. 68c : dashLandingTimer (type: System.Single)
  365. 690 : recoilTimer (type: System.Single)
  366. 694 : recoilSteps (type: System.Int32)
  367. 698 : landingBufferSteps (type: System.Int32)
  368. 69c : dashQueueSteps (type: System.Int32)
  369. 6a0 : dashQueuing (type: System.Boolean)
  370. 6a4 : shadowDashTimer (type: System.Single)
  371. 6a8 : dashCooldownTimer (type: System.Single)
  372. 6ac : nailChargeTimer (type: System.Single)
  373. 6b0 : wallLockSteps (type: System.Int32)
  374. 6b4 : wallslideClipTimer (type: System.Single)
  375. 6b8 : hardLandFailSafeTimer (type: System.Single)
  376. 6bc : hazardDeathTimer (type: System.Single)
  377. 6c0 : floatingBufferTimer (type: System.Single)
  378. 6c4 : attackDuration (type: System.Single)
  379. 6c8 : parryInvulnTimer (type: System.Single)
  380. 18 : slashPrefab (type: UnityEngine.GameObject)
  381. 20 : slashAltPrefab (type: UnityEngine.GameObject)
  382. 28 : upSlashPrefab (type: UnityEngine.GameObject)
  383. 30 : downSlashPrefab (type: UnityEngine.GameObject)
  384. 38 : wallSlashPrefab (type: UnityEngine.GameObject)
  385. 40 : normalSlash (type: NailSlash)
  386. 48 : alternateSlash (type: NailSlash)
  387. 50 : upSlash (type: NailSlash)
  388. 58 : downSlash (type: NailSlash)
  389. 60 : wallSlash (type: NailSlash)
  390. 68 : normalSlashFsm (type: PlayMakerFSM)
  391. 70 : alternateSlashFsm (type: PlayMakerFSM)
  392. 78 : upSlashFsm (type: PlayMakerFSM)
  393. 80 : downSlashFsm (type: PlayMakerFSM)
  394. 88 : wallSlashFsm (type: PlayMakerFSM)
  395. 90 : nailTerrainImpactEffectPrefab (type: UnityEngine.GameObject)
  396. 98 : spell1Prefab (type: UnityEngine.GameObject)
  397. a0 : takeHitPrefab (type: UnityEngine.GameObject)
  398. a8 : takeHitDoublePrefab (type: UnityEngine.GameObject)
  399. b0 : softLandingEffectPrefab (type: UnityEngine.GameObject)
  400. b8 : hardLandingEffectPrefab (type: UnityEngine.GameObject)
  401. c0 : runEffectPrefab (type: UnityEngine.GameObject)
  402. c8 : backDashPrefab (type: UnityEngine.GameObject)
  403. d0 : jumpEffectPrefab (type: UnityEngine.GameObject)
  404. d8 : jumpTrailPrefab (type: UnityEngine.GameObject)
  405. e0 : fallEffectPrefab (type: UnityEngine.GameObject)
  406. e8 : wallslideDustPrefab (type: UnityEngine.ParticleSystem)
  407. f0 : artChargeEffect (type: UnityEngine.GameObject)
  408. f8 : artChargedEffect (type: UnityEngine.GameObject)
  409. 100 : artChargedFlash (type: UnityEngine.GameObject)
  410. 108 : artChargedEffectAnim (type: tk2dSpriteAnimator)
  411. 110 : shadowdashBurstPrefab (type: UnityEngine.GameObject)
  412. 118 : shadowdashDownBurstPrefab (type: UnityEngine.GameObject)
  413. 120 : dashParticlesPrefab (type: UnityEngine.GameObject)
  414. 128 : shadowdashParticlesPrefab (type: UnityEngine.GameObject)
  415. 130 : shadowRingPrefab (type: UnityEngine.GameObject)
  416. 138 : shadowRechargePrefab (type: UnityEngine.GameObject)
  417. 140 : dJumpWingsPrefab (type: UnityEngine.GameObject)
  418. 148 : dJumpFlashPrefab (type: UnityEngine.GameObject)
  419. 150 : dJumpFeathers (type: UnityEngine.ParticleSystem)
  420. 158 : wallPuffPrefab (type: UnityEngine.GameObject)
  421. 160 : sharpShadowPrefab (type: UnityEngine.GameObject)
  422. 168 : grubberFlyBeamPrefabL (type: UnityEngine.GameObject)
  423. 170 : grubberFlyBeamPrefabR (type: UnityEngine.GameObject)
  424. 178 : grubberFlyBeamPrefabU (type: UnityEngine.GameObject)
  425. 180 : grubberFlyBeamPrefabD (type: UnityEngine.GameObject)
  426. 188 : grubberFlyBeamPrefabL_fury (type: UnityEngine.GameObject)
  427. 190 : grubberFlyBeamPrefabR_fury (type: UnityEngine.GameObject)
  428. 198 : grubberFlyBeamPrefabU_fury (type: UnityEngine.GameObject)
  429. 1a0 : grubberFlyBeamPrefabD_fury (type: UnityEngine.GameObject)
  430. 1a8 : carefreeShield (type: UnityEngine.GameObject)
  431. 1b0 : corpsePrefab (type: UnityEngine.GameObject)
  432. 1b8 : spikeDeathPrefab (type: UnityEngine.GameObject)
  433. 1c0 : acidDeathPrefab (type: UnityEngine.GameObject)
  434. 1c8 : lavaDeathPrefab (type: UnityEngine.GameObject)
  435. 1d0 : heroDeathPrefab (type: UnityEngine.GameObject)
  436. 1d8 : cutscenePrefab (type: UnityEngine.GameObject)
  437. 1e0 : gm (type: GameManager)
  438. 1e8 : rb2d (type: UnityEngine.Rigidbody2D)
  439. 1f0 : col2d (type: UnityEngine.Collider2D)
  440. 1f8 : renderer (type: UnityEngine.MeshRenderer)
  441. 200 : transform (type: UnityEngine.Transform)
  442. 208 : animCtrl (type: HeroAnimationController)
  443. 210 : cState (type: HeroControllerStates)
  444. 218 : playerData (type: PlayerData)
  445. 220 : audioCtrl (type: HeroAudioController)
  446. 228 : audioSource (type: UnityEngine.AudioSource)
  447. 230 : ui (type: UIManager)
  448. 238 : inputHandler (type: InputHandler)
  449. 240 : <geoCounter>k__BackingField (type: GeoCounter)
  450. 248 : <proxyFSM>k__BackingField (type: PlayMakerFSM)
  451. 250 : damageEffectFSM (type: PlayMakerFSM)
  452. 258 : dashParticleSystem (type: UnityEngine.ParticleSystem)
  453. 260 : invPulse (type: InvulnerablePulse)
  454. 268 : spriteFlash (type: SpriteFlash)
  455. 270 : footStepsRunAudioSource (type: UnityEngine.AudioSource)
  456. 278 : footStepsWalkAudioSource (type: UnityEngine.AudioSource)
  457. 6cc : prevGravityScale (type: System.Single)
  458. 6d0 : recoilVector (type: UnityEngine.Vector2)
  459. 6d8 : lastInputState (type: UnityEngine.Vector2)
  460. 6e0 : gatePosition (type: GlobalEnums.GatePosition)
  461. 280 : <sceneEntryGate>k__BackingField (type: TransitionPoint)
  462. 6e4 : runMsgSent (type: System.Boolean)
  463. 6e5 : hardLanded (type: System.Boolean)
  464. 6e6 : fallRumble (type: System.Boolean)
  465. 6e7 : acceptingInput (type: System.Boolean)
  466. 6e8 : fallTrailGenerated (type: System.Boolean)
  467. 6e9 : drainMP (type: System.Boolean)
  468. 6ec : drainMP_timer (type: System.Single)
  469. 6f0 : drainMP_time (type: System.Single)
  470. 6f4 : MP_drained (type: System.Single)
  471. 6f8 : drainMP_seconds (type: System.Single)
  472. 6fc : focusMP_amount (type: System.Single)
  473. 700 : dashBumpCorrection (type: System.Single)
  474. 704 : controlReqlinquished (type: System.Boolean)
  475. 705 : enterWithoutInput (type: System.Boolean)
  476. 706 : lookingUpAnim (type: System.Boolean)
  477. 707 : lookingDownAnim (type: System.Boolean)
  478. 708 : carefreeShieldEquipped (type: System.Boolean)
  479. 70c : hitsSinceShielded (type: System.Int32)
  480. 288 : endBeta (type: EndBeta)
  481. 710 : jumpQueueSteps (type: System.Int32)
  482. 714 : jumpQueuing (type: System.Boolean)
  483. 718 : doubleJumpQueueSteps (type: System.Int32)
  484. 71c : doubleJumpQueuing (type: System.Boolean)
  485. 720 : jumpReleaseQueueSteps (type: System.Int32)
  486. 724 : jumpReleaseQueuing (type: System.Boolean)
  487. 728 : attackQueueSteps (type: System.Int32)
  488. 72c : attackQueuing (type: System.Boolean)
  489. 72d : touchingWallL (type: System.Boolean)
  490. 72e : touchingWallR (type: System.Boolean)
  491. 72f : wallSlidingL (type: System.Boolean)
  492. 730 : wallSlidingR (type: System.Boolean)
  493. 731 : airDashed (type: System.Boolean)
  494. 732 : dashingDown (type: System.Boolean)
  495. 733 : wieldingLantern (type: System.Boolean)
  496. 734 : startWithWallslide (type: System.Boolean)
  497. 735 : startWithJump (type: System.Boolean)
  498. 736 : startWithFullJump (type: System.Boolean)
  499. 737 : startWithDash (type: System.Boolean)
  500. 738 : startWithAttack (type: System.Boolean)
  501. 739 : nailArt_cyclone (type: System.Boolean)
  502. 73a : wallSlashing (type: System.Boolean)
  503. 73b : doubleJumped (type: System.Boolean)
  504. 73c : inAcid (type: System.Boolean)
  505. 73d : wallJumpedR (type: System.Boolean)
  506. 73e : wallJumpedL (type: System.Boolean)
  507. 73f : wallLocked (type: System.Boolean)
  508. 740 : currentWalljumpSpeed (type: System.Single)
  509. 744 : walljumpSpeedDecel (type: System.Single)
  510. 748 : wallUnstickSteps (type: System.Int32)
  511. 74c : recoilLarge (type: System.Boolean)
  512. 750 : conveyorSpeed (type: System.Single)
  513. 754 : conveyorSpeedV (type: System.Single)
  514. 758 : enteringVertically (type: System.Boolean)
  515. 759 : playingWallslideClip (type: System.Boolean)
  516. 75a : playedMantisClawClip (type: System.Boolean)
  517. 75b : exitedSuperDashing (type: System.Boolean)
  518. 75c : exitedQuake (type: System.Boolean)
  519. 75d : fallCheckFlagged (type: System.Boolean)
  520. 760 : ledgeBufferSteps (type: System.Int32)
  521. 764 : headBumpSteps (type: System.Int32)
  522. 768 : nailChargeTime (type: System.Single)
  523. 76c : takeNoDamage (type: System.Boolean)
  524. 76d : joniBeam (type: System.Boolean)
  525. 76e : fadedSceneIn (type: System.Boolean)
  526. 76f : stopWalkingOut (type: System.Boolean)
  527. 770 : boundsChecking (type: System.Boolean)
  528. 771 : blockerFix (type: System.Boolean)
  529. 290 : positionHistory (type: UnityEngine.Vector2[])
  530. 772 : tilemapTestActive (type: System.Boolean)
  531. 774 : groundRayOriginC (type: UnityEngine.Vector2)
  532. 77c : groundRayOriginL (type: UnityEngine.Vector2)
  533. 784 : groundRayOriginR (type: UnityEngine.Vector2)
  534. 298 : takeDamageCoroutine (type: UnityEngine.Coroutine)
  535. 2a0 : tilemapTestCoroutine (type: UnityEngine.Coroutine)
  536. 2a8 : footstepsRunDust (type: UnityEngine.AudioClip)
  537. 2b0 : footstepsRunGrass (type: UnityEngine.AudioClip)
  538. 2b8 : footstepsRunBone (type: UnityEngine.AudioClip)
  539. 2c0 : footstepsRunSpa (type: UnityEngine.AudioClip)
  540. 2c8 : footstepsRunMetal (type: UnityEngine.AudioClip)
  541. 2d0 : footstepsRunWater (type: UnityEngine.AudioClip)
  542. 2d8 : footstepsWalkDust (type: UnityEngine.AudioClip)
  543. 2e0 : footstepsWalkGrass (type: UnityEngine.AudioClip)
  544. 2e8 : footstepsWalkBone (type: UnityEngine.AudioClip)
  545. 2f0 : footstepsWalkSpa (type: UnityEngine.AudioClip)
  546. 2f8 : footstepsWalkMetal (type: UnityEngine.AudioClip)
  547. 300 : nailArtCharge (type: UnityEngine.AudioClip)
  548. 308 : nailArtChargeComplete (type: UnityEngine.AudioClip)
  549. 310 : blockerImpact (type: UnityEngine.AudioClip)
  550. 318 : shadowDashClip (type: UnityEngine.AudioClip)
  551. 320 : sharpShadowClip (type: UnityEngine.AudioClip)
  552. 328 : doubleJumpClip (type: UnityEngine.AudioClip)
  553. 330 : mantisClawClip (type: UnityEngine.AudioClip)
  554. 338 : slash (type: UnityEngine.GameObject)
  555. 340 : slashComponent (type: NailSlash)
  556. 348 : slashFsm (type: PlayMakerFSM)
  557. 350 : runEffect (type: UnityEngine.GameObject)
  558. 358 : backDash (type: UnityEngine.GameObject)
  559. 360 : jumpEffect (type: UnityEngine.GameObject)
  560. 368 : fallEffect (type: UnityEngine.GameObject)
  561. 370 : dashEffect (type: UnityEngine.GameObject)
  562. 378 : grubberFlyBeam (type: UnityEngine.GameObject)
  563. 380 : hazardCorpe (type: UnityEngine.GameObject)
  564. 388 : vignetteFSM (type: PlayMakerFSM)
  565. 390 : heroLight (type: UnityEngine.SpriteRenderer)
  566. 398 : vignette (type: UnityEngine.SpriteRenderer)
  567. 3a0 : dashBurst (type: PlayMakerFSM)
  568. 3a8 : superDash (type: PlayMakerFSM)
  569. 3b0 : fsm_thornCounter (type: PlayMakerFSM)
  570. 3b8 : spellControl (type: PlayMakerFSM)
  571. 3c0 : fsm_fallTrail (type: PlayMakerFSM)
  572. 3c8 : fsm_orbitShield (type: PlayMakerFSM)
  573. 3d0 : softLandVibration (type: VibrationData)
  574. 3e8 : wallJumpVibration (type: VibrationData)
  575. 400 : wallSlideVibrationPlayer (type: VibrationPlayer)
  576. 408 : dashVibration (type: VibrationData)
  577. 420 : shadowDashVibration (type: VibrationData)
  578. 438 : doubleJumpVibration (type: VibrationData)
  579. 450 : heroInPosition (type: HeroController.HeroInPosition)
  580. 78c : isHeroInPosition (type: System.Boolean)
  581. 458 : OnTakenDamage (type: HeroController.TakeDamageEvent)
  582. 460 : OnDeath (type: HeroController.HeroDeathEvent)
  583. 78d : jumpReleaseQueueingEnabled (type: System.Boolean)
  584. 790 : preventCastByDialogueEndTimer (type: System.Single)
  585. 794 : oldPos (type: UnityEngine.Vector2)
  586. methods
  587. base class
  588. 28ae7f97198 : HeroControllerStates
  589. static fields
  590. fields
  591. 10 : facingRight (type: System.Boolean)
  592. 11 : onGround (type: System.Boolean)
  593. 12 : jumping (type: System.Boolean)
  594. 13 : wallJumping (type: System.Boolean)
  595. 14 : doubleJumping (type: System.Boolean)
  596. 15 : nailCharging (type: System.Boolean)
  597. 16 : shadowDashing (type: System.Boolean)
  598. 17 : swimming (type: System.Boolean)
  599. 18 : falling (type: System.Boolean)
  600. 19 : dashing (type: System.Boolean)
  601. 1a : superDashing (type: System.Boolean)
  602. 1b : superDashOnWall (type: System.Boolean)
  603. 1c : backDashing (type: System.Boolean)
  604. 1d : touchingWall (type: System.Boolean)
  605. 1e : wallSliding (type: System.Boolean)
  606. 1f : transitioning (type: System.Boolean)
  607. 20 : attacking (type: System.Boolean)
  608. 21 : lookingUp (type: System.Boolean)
  609. 22 : lookingDown (type: System.Boolean)
  610. 23 : lookingUpAnim (type: System.Boolean)
  611. 24 : lookingDownAnim (type: System.Boolean)
  612. 25 : altAttack (type: System.Boolean)
  613. 26 : upAttacking (type: System.Boolean)
  614. 27 : downAttacking (type: System.Boolean)
  615. 28 : bouncing (type: System.Boolean)
  616. 29 : shroomBouncing (type: System.Boolean)
  617. 2a : recoilingRight (type: System.Boolean)
  618. 2b : recoilingLeft (type: System.Boolean)
  619. 2c : dead (type: System.Boolean)
  620. 2d : hazardDeath (type: System.Boolean)
  621. 2e : hazardRespawning (type: System.Boolean)
  622. 2f : willHardLand (type: System.Boolean)
  623. 30 : recoilFrozen (type: System.Boolean)
  624. 31 : recoiling (type: System.Boolean)
  625. 32 : invulnerable (type: System.Boolean)
  626. 33 : casting (type: System.Boolean)
  627. 34 : castRecoiling (type: System.Boolean)
  628. 35 : preventDash (type: System.Boolean)
  629. 36 : preventBackDash (type: System.Boolean)
  630. 37 : dashCooldown (type: System.Boolean)
  631. 38 : backDashCooldown (type: System.Boolean)
  632. 39 : nearBench (type: System.Boolean)
  633. 3a : inWalkZone (type: System.Boolean)
  634. 3b : isPaused (type: System.Boolean)
  635. 3c : onConveyor (type: System.Boolean)
  636. 3d : onConveyorV (type: System.Boolean)
  637. 3e : inConveyorZone (type: System.Boolean)
  638. 3f : spellQuake (type: System.Boolean)
  639. 40 : freezeCharge (type: System.Boolean)
  640. 41 : focusing (type: System.Boolean)
  641. 42 : inAcid (type: System.Boolean)
  642. 43 : slidingLeft (type: System.Boolean)
  643. 44 : slidingRight (type: System.Boolean)
  644. 45 : touchingNonSlider (type: System.Boolean)
  645. 46 : wasOnGround (type: System.Boolean)
  646. methods
  647. base class
  648. 28ae7700d88 : InputHandler
  649. static fields
  650. 0 : Instance (type: InputHandler)
  651. fields
  652. 18 : OnCursorVisibilityChange (type: InputHandler.CursorVisibilityChange)
  653. 88 : verboseMode (type: System.Boolean)
  654. 20 : gm (type: GameManager)
  655. 28 : gs (type: GameSettings)
  656. 30 : gc (type: GameConfig)
  657. 38 : gameController (type: InControl.InputDevice)
  658. 40 : inputActions (type: HeroActions)
  659. 8c : lastActiveController (type: InControl.BindingSourceType)
  660. 90 : lastInputDeviceStyle (type: InControl.InputDeviceStyle)
  661. 94 : activeGamepadType (type: GlobalEnums.GamepadType)
  662. 98 : gamepadState (type: GlobalEnums.GamepadState)
  663. 48 : heroCtrl (type: HeroController)
  664. 50 : cState (type: HeroControllerStates)
  665. 58 : playerData (type: PlayerData)
  666. 60 : debugInfo (type: OnScreenDebugInfo)
  667. 68 : <mappableControllerActions>k__BackingField (type: System.Collections.Generic.List<InControl.PlayerAction>)
  668. 70 : nonMappableControllerActions (type: System.Collections.Generic.List<InControl.PlayerAction>)
  669. 78 : <unmappedActions>k__BackingField (type: System.Collections.Generic.List<InControl.PlayerAction>)
  670. 9c : inputX (type: System.Single)
  671. a0 : inputY (type: System.Single)
  672. a4 : acceptingInput (type: System.Boolean)
  673. a5 : skippingCutscene (type: System.Boolean)
  674. a6 : <pauseAllowed>k__BackingField (type: System.Boolean)
  675. a7 : readyToSkipCutscene (type: System.Boolean)
  676. a8 : <skipMode>k__BackingField (type: GlobalEnums.SkipPromptMode)
  677. ac : controllerDetected (type: System.Boolean)
  678. b0 : currentControllerProfile (type: GlobalEnums.ControllerProfile)
  679. b4 : tfrMode (type: InputHandler.TFRMode)
  680. b8 : isGameplayScene (type: System.Boolean)
  681. b9 : isTitleScreenScene (type: System.Boolean)
  682. ba : isMenuScene (type: System.Boolean)
  683. bb : isStagTravelScene (type: System.Boolean)
  684. bc : stagLockoutDuration (type: System.Single)
  685. c0 : stagLockoutActive (type: System.Boolean)
  686. c4 : skipCooldownTime (type: System.Single)
  687. c8 : controllerPressed (type: System.Boolean)
  688. 80 : RefreshActiveControllerEvent (type: InputHandler.ActiveControllerSwitch)
  689. methods
  690. base class
  691. 28ae7f97568 : InvulnerablePulse
  692. static fields
  693. fields
  694. 20 : invulColor (type: UnityEngine.Color)
  695. 30 : pulseDuration (type: System.Single)
  696. 34 : normalColor (type: UnityEngine.Color)
  697. 18 : sprite (type: tk2dSprite)
  698. 44 : pulsing (type: System.Boolean)
  699. 45 : reverse (type: System.Boolean)
  700. 48 : currentLerpTime (type: System.Single)
  701. methods
  702. base class
  703. 28ae7f1c910 : OnScreenDebugInfo
  704. static fields
  705. fields
  706. 18 : gm (type: GameManager)
  707. 20 : ih (type: InputHandler)
  708. 40 : unloadTime (type: System.Single)
  709. 44 : loadTime (type: System.Single)
  710. 48 : frameRate (type: System.Single)
  711. 28 : fps (type: System.String)
  712. 30 : infoString (type: System.String)
  713. 38 : versionNumber (type: System.String)
  714. 4c : loadProfilerRect (type: UnityEngine.Rect)
  715. 5c : fpsRect (type: UnityEngine.Rect)
  716. 6c : infoRect (type: UnityEngine.Rect)
  717. 7c : inputRect (type: UnityEngine.Rect)
  718. 8c : tfrRect (type: UnityEngine.Rect)
  719. 9c : showFPS (type: System.Boolean)
  720. 9d : showInfo (type: System.Boolean)
  721. 9e : showInput (type: System.Boolean)
  722. 9f : showLoadingTime (type: System.Boolean)
  723. a0 : showTFR (type: System.Boolean)
  724. methods
  725. base class
  726. 199e5b96cb8 : PersistentBoolData
  727. static fields
  728. fields
  729. 10 : id (type: System.String)
  730. 18 : sceneName (type: System.String)
  731. 20 : activated (type: System.Boolean)
  732. 21 : semiPersistent (type: System.Boolean)
  733. methods
  734. base class
  735. 199e5c2a530 : PersistentIntData
  736. static fields
  737. fields
  738. 10 : id (type: System.String)
  739. 18 : sceneName (type: System.String)
  740. 20 : value (type: System.Int32)
  741. 24 : semiPersistent (type: System.Boolean)
  742. methods
  743. base class
  744. 28ae77237e8 : PlayerData
  745. static fields
  746. 0 : _instance (type: PlayerData)
  747. fields
  748. 10 : version (type: System.String)
  749. 178 : awardAllAchievements (type: System.Boolean)
  750. 17c : profileID (type: System.Int32)
  751. 180 : playTime (type: System.Single)
  752. 184 : completionPercent (type: System.Single)
  753. 188 : openingCreditsPlayed (type: System.Boolean)
  754. 18c : permadeathMode (type: System.Int32)
  755. 190 : health (type: System.Int32)
  756. 194 : maxHealth (type: System.Int32)
  757. 198 : maxHealthBase (type: System.Int32)
  758. 19c : healthBlue (type: System.Int32)
  759. 1a0 : joniHealthBlue (type: System.Int32)
  760. 1a4 : damagedBlue (type: System.Boolean)
  761. 1a8 : heartPieces (type: System.Int32)
  762. 1ac : heartPieceCollected (type: System.Boolean)
  763. 1b0 : maxHealthCap (type: System.Int32)
  764. 1b4 : heartPieceMax (type: System.Boolean)
  765. 1b8 : prevHealth (type: System.Int32)
  766. 1bc : blockerHits (type: System.Int32)
  767. 1c0 : firstGeo (type: System.Boolean)
  768. 1c4 : geo (type: System.Int32)
  769. 1c8 : maxMP (type: System.Int32)
  770. 1cc : MPCharge (type: System.Int32)
  771. 1d0 : MPReserve (type: System.Int32)
  772. 1d4 : MPReserveMax (type: System.Int32)
  773. 1d8 : soulLimited (type: System.Boolean)
  774. 1dc : vesselFragments (type: System.Int32)
  775. 1e0 : vesselFragmentCollected (type: System.Boolean)
  776. 1e4 : MPReserveCap (type: System.Int32)
  777. 1e8 : vesselFragmentMax (type: System.Boolean)
  778. 1ec : focusMP_amount (type: System.Int32)
  779. 1f0 : atBench (type: System.Boolean)
  780. 18 : respawnScene (type: System.String)
  781. 1f4 : mapZone (type: GlobalEnums.MapZone)
  782. 20 : respawnMarkerName (type: System.String)
  783. 1f8 : respawnType (type: System.Int32)
  784. 1fc : respawnFacingRight (type: System.Boolean)
  785. 200 : hazardRespawnLocation (type: UnityEngine.Vector3)
  786. 20c : hazardRespawnFacingRight (type: System.Boolean)
  787. 28 : shadeScene (type: System.String)
  788. 30 : shadeMapZone (type: System.String)
  789. 210 : shadePositionX (type: System.Single)
  790. 214 : shadePositionY (type: System.Single)
  791. 218 : shadeHealth (type: System.Int32)
  792. 21c : shadeMP (type: System.Int32)
  793. 220 : shadeFireballLevel (type: System.Int32)
  794. 224 : shadeQuakeLevel (type: System.Int32)
  795. 228 : shadeScreamLevel (type: System.Int32)
  796. 22c : shadeSpecialType (type: System.Int32)
  797. 230 : shadeMapPos (type: UnityEngine.Vector3)
  798. 23c : dreamgateMapPos (type: UnityEngine.Vector3)
  799. 248 : geoPool (type: System.Int32)
  800. 24c : nailDamage (type: System.Int32)
  801. 250 : nailRange (type: System.Int32)
  802. 254 : beamDamage (type: System.Int32)
  803. 258 : canDash (type: System.Boolean)
  804. 259 : canBackDash (type: System.Boolean)
  805. 25a : canWallJump (type: System.Boolean)
  806. 25b : canSuperDash (type: System.Boolean)
  807. 25c : canShadowDash (type: System.Boolean)
  808. 25d : hasSpell (type: System.Boolean)
  809. 260 : fireballLevel (type: System.Int32)
  810. 264 : quakeLevel (type: System.Int32)
  811. 268 : screamLevel (type: System.Int32)
  812. 26c : hasNailArt (type: System.Boolean)
  813. 26d : hasCyclone (type: System.Boolean)
  814. 26e : hasDashSlash (type: System.Boolean)
  815. 26f : hasUpwardSlash (type: System.Boolean)
  816. 270 : hasAllNailArts (type: System.Boolean)
  817. 271 : hasDreamNail (type: System.Boolean)
  818. 272 : hasDreamGate (type: System.Boolean)
  819. 273 : dreamNailUpgraded (type: System.Boolean)
  820. 274 : dreamOrbs (type: System.Int32)
  821. 278 : dreamOrbsSpent (type: System.Int32)
  822. 38 : dreamGateScene (type: System.String)
  823. 27c : dreamGateX (type: System.Single)
  824. 280 : dreamGateY (type: System.Single)
  825. 284 : hasDash (type: System.Boolean)
  826. 285 : hasWalljump (type: System.Boolean)
  827. 286 : hasSuperDash (type: System.Boolean)
  828. 287 : hasShadowDash (type: System.Boolean)
  829. 288 : hasAcidArmour (type: System.Boolean)
  830. 289 : hasDoubleJump (type: System.Boolean)
  831. 28a : hasLantern (type: System.Boolean)
  832. 28b : hasTramPass (type: System.Boolean)
  833. 28c : hasQuill (type: System.Boolean)
  834. 28d : hasCityKey (type: System.Boolean)
  835. 28e : hasSlykey (type: System.Boolean)
  836. 28f : gaveSlykey (type: System.Boolean)
  837. 290 : hasWhiteKey (type: System.Boolean)
  838. 291 : usedWhiteKey (type: System.Boolean)
  839. 292 : hasMenderKey (type: System.Boolean)
  840. 293 : hasWaterwaysKey (type: System.Boolean)
  841. 294 : hasSpaKey (type: System.Boolean)
  842. 295 : hasLoveKey (type: System.Boolean)
  843. 296 : hasKingsBrand (type: System.Boolean)
  844. 297 : hasXunFlower (type: System.Boolean)
  845. 298 : ghostCoins (type: System.Int32)
  846. 29c : ore (type: System.Int32)
  847. 2a0 : foundGhostCoin (type: System.Boolean)
  848. 2a4 : trinket1 (type: System.Int32)
  849. 2a8 : foundTrinket1 (type: System.Boolean)
  850. 2ac : trinket2 (type: System.Int32)
  851. 2b0 : foundTrinket2 (type: System.Boolean)
  852. 2b4 : trinket3 (type: System.Int32)
  853. 2b8 : foundTrinket3 (type: System.Boolean)
  854. 2bc : trinket4 (type: System.Int32)
  855. 2c0 : foundTrinket4 (type: System.Boolean)
  856. 2c1 : noTrinket1 (type: System.Boolean)
  857. 2c2 : noTrinket2 (type: System.Boolean)
  858. 2c3 : noTrinket3 (type: System.Boolean)
  859. 2c4 : noTrinket4 (type: System.Boolean)
  860. 2c8 : soldTrinket1 (type: System.Int32)
  861. 2cc : soldTrinket2 (type: System.Int32)
  862. 2d0 : soldTrinket3 (type: System.Int32)
  863. 2d4 : soldTrinket4 (type: System.Int32)
  864. 2d8 : simpleKeys (type: System.Int32)
  865. 2dc : rancidEggs (type: System.Int32)
  866. 2e0 : notchShroomOgres (type: System.Boolean)
  867. 2e1 : notchFogCanyon (type: System.Boolean)
  868. 2e2 : gotLurkerKey (type: System.Boolean)
  869. 2e4 : gMap_doorX (type: System.Single)
  870. 2e8 : gMap_doorY (type: System.Single)
  871. 40 : gMap_doorScene (type: System.String)
  872. 48 : gMap_doorMapZone (type: System.String)
  873. 2ec : gMap_doorOriginOffsetX (type: System.Single)
  874. 2f0 : gMap_doorOriginOffsetY (type: System.Single)
  875. 2f4 : gMap_doorSceneWidth (type: System.Single)
  876. 2f8 : gMap_doorSceneHeight (type: System.Single)
  877. 2fc : guardiansDefeated (type: System.Int32)
  878. 300 : lurienDefeated (type: System.Boolean)
  879. 301 : hegemolDefeated (type: System.Boolean)
  880. 302 : monomonDefeated (type: System.Boolean)
  881. 303 : maskBrokenLurien (type: System.Boolean)
  882. 304 : maskBrokenHegemol (type: System.Boolean)
  883. 305 : maskBrokenMonomon (type: System.Boolean)
  884. 308 : maskToBreak (type: System.Int32)
  885. 30c : elderbug (type: System.Int32)
  886. 310 : metElderbug (type: System.Boolean)
  887. 311 : elderbugReintro (type: System.Boolean)
  888. 314 : elderbugHistory (type: System.Int32)
  889. 318 : elderbugHistory1 (type: System.Boolean)
  890. 319 : elderbugHistory2 (type: System.Boolean)
  891. 31a : elderbugHistory3 (type: System.Boolean)
  892. 31b : elderbugSpeechSly (type: System.Boolean)
  893. 31c : elderbugSpeechStation (type: System.Boolean)
  894. 31d : elderbugSpeechEggTemple (type: System.Boolean)
  895. 31e : elderbugSpeechMapShop (type: System.Boolean)
  896. 31f : elderbugSpeechBretta (type: System.Boolean)
  897. 320 : elderbugSpeechJiji (type: System.Boolean)
  898. 321 : elderbugSpeechMinesLift (type: System.Boolean)
  899. 322 : elderbugSpeechKingsPass (type: System.Boolean)
  900. 323 : elderbugSpeechInfectedCrossroads (type: System.Boolean)
  901. 324 : elderbugSpeechFinalBossDoor (type: System.Boolean)
  902. 325 : elderbugRequestedFlower (type: System.Boolean)
  903. 326 : elderbugGaveFlower (type: System.Boolean)
  904. 327 : elderbugFirstCall (type: System.Boolean)
  905. 328 : metQuirrel (type: System.Boolean)
  906. 32c : quirrelEggTemple (type: System.Int32)
  907. 330 : quirrelSlugShrine (type: System.Int32)
  908. 334 : quirrelRuins (type: System.Int32)
  909. 338 : quirrelMines (type: System.Int32)
  910. 33c : quirrelLeftStation (type: System.Boolean)
  911. 33d : quirrelLeftEggTemple (type: System.Boolean)
  912. 33e : quirrelCityEncountered (type: System.Boolean)
  913. 33f : quirrelCityLeft (type: System.Boolean)
  914. 340 : quirrelMinesEncountered (type: System.Boolean)
  915. 341 : quirrelMinesLeft (type: System.Boolean)
  916. 342 : quirrelMantisEncountered (type: System.Boolean)
  917. 343 : enteredMantisLordArea (type: System.Boolean)
  918. 344 : visitedDeepnestSpa (type: System.Boolean)
  919. 345 : quirrelSpaReady (type: System.Boolean)
  920. 346 : quirrelSpaEncountered (type: System.Boolean)
  921. 347 : quirrelArchiveEncountered (type: System.Boolean)
  922. 348 : quirrelEpilogueCompleted (type: System.Boolean)
  923. 349 : metRelicDealer (type: System.Boolean)
  924. 34a : metRelicDealerShop (type: System.Boolean)
  925. 34b : marmOutside (type: System.Boolean)
  926. 34c : marmOutsideConvo (type: System.Boolean)
  927. 34d : marmConvo1 (type: System.Boolean)
  928. 34e : marmConvo2 (type: System.Boolean)
  929. 34f : marmConvo3 (type: System.Boolean)
  930. 350 : marmConvoNailsmith (type: System.Boolean)
  931. 354 : cornifer (type: System.Int32)
  932. 358 : metCornifer (type: System.Boolean)
  933. 359 : corniferIntroduced (type: System.Boolean)
  934. 35a : corniferAtHome (type: System.Boolean)
  935. 35b : corn_crossroadsEncountered (type: System.Boolean)
  936. 35c : corn_crossroadsLeft (type: System.Boolean)
  937. 35d : corn_greenpathEncountered (type: System.Boolean)
  938. 35e : corn_greenpathLeft (type: System.Boolean)
  939. 35f : corn_fogCanyonEncountered (type: System.Boolean)
  940. 360 : corn_fogCanyonLeft (type: System.Boolean)
  941. 361 : corn_fungalWastesEncountered (type: System.Boolean)
  942. 362 : corn_fungalWastesLeft (type: System.Boolean)
  943. 363 : corn_cityEncountered (type: System.Boolean)
  944. 364 : corn_cityLeft (type: System.Boolean)
  945. 365 : corn_waterwaysEncountered (type: System.Boolean)
  946. 366 : corn_waterwaysLeft (type: System.Boolean)
  947. 367 : corn_minesEncountered (type: System.Boolean)
  948. 368 : corn_minesLeft (type: System.Boolean)
  949. 369 : corn_cliffsEncountered (type: System.Boolean)
  950. 36a : corn_cliffsLeft (type: System.Boolean)
  951. 36b : corn_deepnestEncountered (type: System.Boolean)
  952. 36c : corn_deepnestLeft (type: System.Boolean)
  953. 36d : corn_deepnestMet1 (type: System.Boolean)
  954. 36e : corn_deepnestMet2 (type: System.Boolean)
  955. 36f : corn_outskirtsEncountered (type: System.Boolean)
  956. 370 : corn_outskirtsLeft (type: System.Boolean)
  957. 371 : corn_royalGardensEncountered (type: System.Boolean)
  958. 372 : corn_royalGardensLeft (type: System.Boolean)
  959. 373 : corn_abyssEncountered (type: System.Boolean)
  960. 374 : corn_abyssLeft (type: System.Boolean)
  961. 375 : metIselda (type: System.Boolean)
  962. 376 : iseldaCorniferHomeConvo (type: System.Boolean)
  963. 377 : iseldaConvo1 (type: System.Boolean)
  964. 378 : brettaRescued (type: System.Boolean)
  965. 37c : brettaPosition (type: System.Int32)
  966. 380 : brettaState (type: System.Int32)
  967. 384 : brettaSeenBench (type: System.Boolean)
  968. 385 : brettaSeenBed (type: System.Boolean)
  969. 386 : brettaSeenBenchDiary (type: System.Boolean)
  970. 387 : brettaSeenBedDiary (type: System.Boolean)
  971. 388 : brettaLeftTown (type: System.Boolean)
  972. 389 : slyRescued (type: System.Boolean)
  973. 38a : slyBeta (type: System.Boolean)
  974. 38b : metSlyShop (type: System.Boolean)
  975. 38c : gotSlyCharm (type: System.Boolean)
  976. 38d : slyShellFrag1 (type: System.Boolean)
  977. 38e : slyShellFrag2 (type: System.Boolean)
  978. 38f : slyShellFrag3 (type: System.Boolean)
  979. 390 : slyShellFrag4 (type: System.Boolean)
  980. 391 : slyVesselFrag1 (type: System.Boolean)
  981. 392 : slyVesselFrag2 (type: System.Boolean)
  982. 393 : slyVesselFrag3 (type: System.Boolean)
  983. 394 : slyVesselFrag4 (type: System.Boolean)
  984. 395 : slyNotch1 (type: System.Boolean)
  985. 396 : slyNotch2 (type: System.Boolean)
  986. 397 : slySimpleKey (type: System.Boolean)
  987. 398 : slyRancidEgg (type: System.Boolean)
  988. 399 : slyConvoNailArt (type: System.Boolean)
  989. 39a : slyConvoMapper (type: System.Boolean)
  990. 39b : slyConvoNailHoned (type: System.Boolean)
  991. 39c : jijiDoorUnlocked (type: System.Boolean)
  992. 39d : jijiMet (type: System.Boolean)
  993. 39e : jijiShadeOffered (type: System.Boolean)
  994. 39f : jijiShadeCharmConvo (type: System.Boolean)
  995. 3a0 : metJinn (type: System.Boolean)
  996. 3a1 : jinnConvo1 (type: System.Boolean)
  997. 3a2 : jinnConvo2 (type: System.Boolean)
  998. 3a3 : jinnConvo3 (type: System.Boolean)
  999. 3a4 : jinnConvoKingBrand (type: System.Boolean)
  1000. 3a5 : jinnConvoShadeCharm (type: System.Boolean)
  1001. 3a8 : jinnEggsSold (type: System.Int32)
  1002. 3ac : zote (type: System.Int32)
  1003. 3b0 : zoteRescuedBuzzer (type: System.Boolean)
  1004. 3b1 : zoteDead (type: System.Boolean)
  1005. 3b4 : zoteDeathPos (type: System.Int32)
  1006. 3b8 : zoteSpokenCity (type: System.Boolean)
  1007. 3b9 : zoteLeftCity (type: System.Boolean)
  1008. 3ba : zoteTrappedDeepnest (type: System.Boolean)
  1009. 3bb : zoteRescuedDeepnest (type: System.Boolean)
  1010. 3bc : zoteDefeated (type: System.Boolean)
  1011. 3bd : zoteSpokenColosseum (type: System.Boolean)
  1012. 3c0 : zotePrecept (type: System.Int32)
  1013. 3c4 : zoteTownConvo (type: System.Int32)
  1014. 3c8 : shaman (type: System.Int32)
  1015. 3cc : shamanScreamConvo (type: System.Boolean)
  1016. 3cd : shamanQuakeConvo (type: System.Boolean)
  1017. 3ce : shamanFireball2Convo (type: System.Boolean)
  1018. 3cf : shamanScream2Convo (type: System.Boolean)
  1019. 3d0 : shamanQuake2Convo (type: System.Boolean)
  1020. 3d1 : metMiner (type: System.Boolean)
  1021. 3d4 : miner (type: System.Int32)
  1022. 3d8 : minerEarly (type: System.Int32)
  1023. 3dc : hornetGreenpath (type: System.Int32)
  1024. 3e0 : hornetFung (type: System.Int32)
  1025. 3e4 : hornet_f19 (type: System.Boolean)
  1026. 3e5 : hornetFountainEncounter (type: System.Boolean)
  1027. 3e6 : hornetCityBridge_ready (type: System.Boolean)
  1028. 3e7 : hornetCityBridge_completed (type: System.Boolean)
  1029. 3e8 : hornetAbyssEncounter (type: System.Boolean)
  1030. 3e9 : hornetDenEncounter (type: System.Boolean)
  1031. 3ea : metMoth (type: System.Boolean)
  1032. 3eb : ignoredMoth (type: System.Boolean)
  1033. 3ec : gladeDoorOpened (type: System.Boolean)
  1034. 3ed : mothDeparted (type: System.Boolean)
  1035. 3ee : completedRGDreamPlant (type: System.Boolean)
  1036. 3ef : dreamReward1 (type: System.Boolean)
  1037. 3f0 : dreamReward2 (type: System.Boolean)
  1038. 3f1 : dreamReward3 (type: System.Boolean)
  1039. 3f2 : dreamReward4 (type: System.Boolean)
  1040. 3f3 : dreamReward5 (type: System.Boolean)
  1041. 3f4 : dreamReward5b (type: System.Boolean)
  1042. 3f5 : dreamReward6 (type: System.Boolean)
  1043. 3f6 : dreamReward7 (type: System.Boolean)
  1044. 3f7 : dreamReward8 (type: System.Boolean)
  1045. 3f8 : dreamReward9 (type: System.Boolean)
  1046. 3f9 : dreamMothConvo1 (type: System.Boolean)
  1047. 3fa : bankerAccountPurchased (type: System.Boolean)
  1048. 3fb : metBanker (type: System.Boolean)
  1049. 3fc : bankerBalance (type: System.Int32)
  1050. 400 : bankerDeclined (type: System.Boolean)
  1051. 401 : bankerTheftCheck (type: System.Boolean)
  1052. 404 : bankerTheft (type: System.Int32)
  1053. 408 : bankerSpaMet (type: System.Boolean)
  1054. 409 : metGiraffe (type: System.Boolean)
  1055. 40a : metCharmSlug (type: System.Boolean)
  1056. 40b : salubraNotch1 (type: System.Boolean)
  1057. 40c : salubraNotch2 (type: System.Boolean)
  1058. 40d : salubraNotch3 (type: System.Boolean)
  1059. 40e : salubraNotch4 (type: System.Boolean)
  1060. 40f : salubraBlessing (type: System.Boolean)
  1061. 410 : salubraConvoCombo (type: System.Boolean)
  1062. 411 : salubraConvoOvercharm (type: System.Boolean)
  1063. 412 : salubraConvoTruth (type: System.Boolean)
  1064. 413 : cultistTransformed (type: System.Boolean)
  1065. 414 : metNailsmith (type: System.Boolean)
  1066. 418 : nailSmithUpgrades (type: System.Int32)
  1067. 41c : honedNail (type: System.Boolean)
  1068. 41d : nailsmithCliff (type: System.Boolean)
  1069. 41e : nailsmithKilled (type: System.Boolean)
  1070. 41f : nailsmithSpared (type: System.Boolean)
  1071. 420 : nailsmithKillSpeech (type: System.Boolean)
  1072. 421 : nailsmithSheo (type: System.Boolean)
  1073. 422 : nailsmithConvoArt (type: System.Boolean)
  1074. 423 : metNailmasterMato (type: System.Boolean)
  1075. 424 : metNailmasterSheo (type: System.Boolean)
  1076. 425 : metNailmasterOro (type: System.Boolean)
  1077. 426 : matoConvoSheo (type: System.Boolean)
  1078. 427 : matoConvoOro (type: System.Boolean)
  1079. 428 : matoConvoSly (type: System.Boolean)
  1080. 429 : sheoConvoMato (type: System.Boolean)
  1081. 42a : sheoConvoOro (type: System.Boolean)
  1082. 42b : sheoConvoSly (type: System.Boolean)
  1083. 42c : sheoConvoNailsmith (type: System.Boolean)
  1084. 42d : oroConvoSheo (type: System.Boolean)
  1085. 42e : oroConvoMato (type: System.Boolean)
  1086. 42f : oroConvoSly (type: System.Boolean)
  1087. 430 : hunterRoared (type: System.Boolean)
  1088. 431 : metHunter (type: System.Boolean)
  1089. 432 : hunterRewardOffered (type: System.Boolean)
  1090. 433 : huntersMarkOffered (type: System.Boolean)
  1091. 434 : hasHuntersMark (type: System.Boolean)
  1092. 435 : metLegEater (type: System.Boolean)
  1093. 436 : paidLegEater (type: System.Boolean)
  1094. 437 : refusedLegEater (type: System.Boolean)
  1095. 438 : legEaterConvo1 (type: System.Boolean)
  1096. 439 : legEaterConvo2 (type: System.Boolean)
  1097. 43a : legEaterConvo3 (type: System.Boolean)
  1098. 43b : legEaterBrokenConvo (type: System.Boolean)
  1099. 43c : legEaterDungConvo (type: System.Boolean)
  1100. 43d : legEaterInfectedCrossroadConvo (type: System.Boolean)
  1101. 43e : legEaterBoughtConvo (type: System.Boolean)
  1102. 43f : legEaterGoldConvo (type: System.Boolean)
  1103. 440 : legEaterLeft (type: System.Boolean)
  1104. 441 : tukMet (type: System.Boolean)
  1105. 444 : tukEggPrice (type: System.Int32)
  1106. 448 : tukDungEgg (type: System.Boolean)
  1107. 449 : metEmilitia (type: System.Boolean)
  1108. 44a : emilitiaKingsBrandConvo (type: System.Boolean)
  1109. 44b : metCloth (type: System.Boolean)
  1110. 44c : clothEnteredTramRoom (type: System.Boolean)
  1111. 44d : savedCloth (type: System.Boolean)
  1112. 44e : clothEncounteredQueensGarden (type: System.Boolean)
  1113. 44f : clothKilled (type: System.Boolean)
  1114. 450 : clothInTown (type: System.Boolean)
  1115. 451 : clothLeftTown (type: System.Boolean)
  1116. 452 : clothGhostSpoken (type: System.Boolean)
  1117. 453 : bigCatHitTail (type: System.Boolean)
  1118. 454 : bigCatHitTailConvo (type: System.Boolean)
  1119. 455 : bigCatMeet (type: System.Boolean)
  1120. 456 : bigCatTalk1 (type: System.Boolean)
  1121. 457 : bigCatTalk2 (type: System.Boolean)
  1122. 458 : bigCatTalk3 (type: System.Boolean)
  1123. 459 : bigCatKingsBrandConvo (type: System.Boolean)
  1124. 45a : bigCatShadeConvo (type: System.Boolean)
  1125. 45b : tisoEncounteredTown (type: System.Boolean)
  1126. 45c : tisoEncounteredBench (type: System.Boolean)
  1127. 45d : tisoEncounteredLake (type: System.Boolean)
  1128. 45e : tisoEncounteredColosseum (type: System.Boolean)
  1129. 45f : tisoDead (type: System.Boolean)
  1130. 460 : tisoShieldConvo (type: System.Boolean)
  1131. 464 : mossCultist (type: System.Int32)
  1132. 468 : maskmakerMet (type: System.Boolean)
  1133. 469 : maskmakerConvo1 (type: System.Boolean)
  1134. 46a : maskmakerConvo2 (type: System.Boolean)
  1135. 46b : maskmakerUnmasked1 (type: System.Boolean)
  1136. 46c : maskmakerUnmasked2 (type: System.Boolean)
  1137. 46d : maskmakerShadowDash (type: System.Boolean)
  1138. 46e : maskmakerKingsBrand (type: System.Boolean)
  1139. 46f : dungDefenderConvo1 (type: System.Boolean)
  1140. 470 : dungDefenderConvo2 (type: System.Boolean)
  1141. 471 : dungDefenderConvo3 (type: System.Boolean)
  1142. 472 : dungDefenderCharmConvo (type: System.Boolean)
  1143. 473 : dungDefenderIsmaConvo (type: System.Boolean)
  1144. 474 : dungDefenderAwoken (type: System.Boolean)
  1145. 475 : dungDefenderLeft (type: System.Boolean)
  1146. 476 : dungDefenderAwakeConvo (type: System.Boolean)
  1147. 477 : midwifeMet (type: System.Boolean)
  1148. 478 : midwifeConvo1 (type: System.Boolean)
  1149. 479 : midwifeConvo2 (type: System.Boolean)
  1150. 47a : metQueen (type: System.Boolean)
  1151. 47b : queenTalk1 (type: System.Boolean)
  1152. 47c : queenTalk2 (type: System.Boolean)
  1153. 47d : queenDung1 (type: System.Boolean)
  1154. 47e : queenDung2 (type: System.Boolean)
  1155. 47f : queenHornet (type: System.Boolean)
  1156. 480 : queenTalkExtra (type: System.Boolean)
  1157. 481 : gotQueenFragment (type: System.Boolean)
  1158. 482 : queenConvo_grimm1 (type: System.Boolean)
  1159. 483 : queenConvo_grimm2 (type: System.Boolean)
  1160. 484 : gotKingFragment (type: System.Boolean)
  1161. 485 : metXun (type: System.Boolean)
  1162. 486 : xunFailedConvo1 (type: System.Boolean)
  1163. 487 : xunFailedConvo2 (type: System.Boolean)
  1164. 488 : xunFlowerBroken (type: System.Boolean)
  1165. 48c : xunFlowerBrokeTimes (type: System.Int32)
  1166. 490 : xunFlowerGiven (type: System.Boolean)
  1167. 491 : xunRewardGiven (type: System.Boolean)
  1168. 494 : menderState (type: System.Int32)
  1169. 498 : menderSignBroken (type: System.Boolean)
  1170. 499 : allBelieverTabletsDestroyed (type: System.Boolean)
  1171. 49c : mrMushroomState (type: System.Int32)
  1172. 4a0 : openedMapperShop (type: System.Boolean)
  1173. 4a1 : openedSlyShop (type: System.Boolean)
  1174. 4a2 : metStag (type: System.Boolean)
  1175. 4a3 : travelling (type: System.Boolean)
  1176. 4a4 : stagPosition (type: System.Int32)
  1177. 4a8 : stationsOpened (type: System.Int32)
  1178. 4ac : stagConvoTram (type: System.Boolean)
  1179. 4ad : stagConvoTiso (type: System.Boolean)
  1180. 4ae : stagRemember1 (type: System.Boolean)
  1181. 4af : stagRemember2 (type: System.Boolean)
  1182. 4b0 : stagRemember3 (type: System.Boolean)
  1183. 4b1 : stagEggInspected (type: System.Boolean)
  1184. 4b2 : stagHopeConvo (type: System.Boolean)
  1185. 50 : nextScene (type: System.String)
  1186. 4b3 : littleFoolMet (type: System.Boolean)
  1187. 4b4 : ranAway (type: System.Boolean)
  1188. 4b5 : seenColosseumTitle (type: System.Boolean)
  1189. 4b6 : colosseumBronzeOpened (type: System.Boolean)
  1190. 4b7 : colosseumBronzeCompleted (type: System.Boolean)
  1191. 4b8 : colosseumSilverOpened (type: System.Boolean)
  1192. 4b9 : colosseumSilverCompleted (type: System.Boolean)
  1193. 4ba : colosseumGoldOpened (type: System.Boolean)
  1194. 4bb : colosseumGoldCompleted (type: System.Boolean)
  1195. 4bc : openedTown (type: System.Boolean)
  1196. 4bd : openedTownBuilding (type: System.Boolean)
  1197. 4be : openedCrossroads (type: System.Boolean)
  1198. 4bf : openedGreenpath (type: System.Boolean)
  1199. 4c0 : openedRuins1 (type: System.Boolean)
  1200. 4c1 : openedRuins2 (type: System.Boolean)
  1201. 4c2 : openedFungalWastes (type: System.Boolean)
  1202. 4c3 : openedRoyalGardens (type: System.Boolean)
  1203. 4c4 : openedRestingGrounds (type: System.Boolean)
  1204. 4c5 : openedDeepnest (type: System.Boolean)
  1205. 4c6 : openedStagNest (type: System.Boolean)
  1206. 4c7 : openedHiddenStation (type: System.Boolean)
  1207. 58 : dreamReturnScene (type: System.String)
  1208. 4c8 : charmSlots (type: System.Int32)
  1209. 4cc : charmSlotsFilled (type: System.Int32)
  1210. 4d0 : hasCharm (type: System.Boolean)
  1211. 60 : equippedCharms (type: System.Collections.Generic.List<System.Int32>)
  1212. 4d1 : charmBenchMsg (type: System.Boolean)
  1213. 4d4 : charmsOwned (type: System.Int32)
  1214. 4d8 : canOvercharm (type: System.Boolean)
  1215. 4d9 : overcharmed (type: System.Boolean)
  1216. 4da : gotCharm_1 (type: System.Boolean)
  1217. 4db : equippedCharm_1 (type: System.Boolean)
  1218. 4dc : charmCost_1 (type: System.Int32)
  1219. 4e0 : newCharm_1 (type: System.Boolean)
  1220. 4e1 : gotCharm_2 (type: System.Boolean)
  1221. 4e2 : equippedCharm_2 (type: System.Boolean)
  1222. 4e4 : charmCost_2 (type: System.Int32)
  1223. 4e8 : newCharm_2 (type: System.Boolean)
  1224. 4e9 : gotCharm_3 (type: System.Boolean)
  1225. 4ea : equippedCharm_3 (type: System.Boolean)
  1226. 4ec : charmCost_3 (type: System.Int32)
  1227. 4f0 : newCharm_3 (type: System.Boolean)
  1228. 4f1 : gotCharm_4 (type: System.Boolean)
  1229. 4f2 : equippedCharm_4 (type: System.Boolean)
  1230. 4f4 : charmCost_4 (type: System.Int32)
  1231. 4f8 : newCharm_4 (type: System.Boolean)
  1232. 4f9 : gotCharm_5 (type: System.Boolean)
  1233. 4fa : equippedCharm_5 (type: System.Boolean)
  1234. 4fc : charmCost_5 (type: System.Int32)
  1235. 500 : newCharm_5 (type: System.Boolean)
  1236. 501 : gotCharm_6 (type: System.Boolean)
  1237. 502 : equippedCharm_6 (type: System.Boolean)
  1238. 504 : charmCost_6 (type: System.Int32)
  1239. 508 : newCharm_6 (type: System.Boolean)
  1240. 509 : gotCharm_7 (type: System.Boolean)
  1241. 50a : equippedCharm_7 (type: System.Boolean)
  1242. 50c : charmCost_7 (type: System.Int32)
  1243. 510 : newCharm_7 (type: System.Boolean)
  1244. 511 : gotCharm_8 (type: System.Boolean)
  1245. 512 : equippedCharm_8 (type: System.Boolean)
  1246. 514 : charmCost_8 (type: System.Int32)
  1247. 518 : newCharm_8 (type: System.Boolean)
  1248. 519 : gotCharm_9 (type: System.Boolean)
  1249. 51a : equippedCharm_9 (type: System.Boolean)
  1250. 51c : charmCost_9 (type: System.Int32)
  1251. 520 : newCharm_9 (type: System.Boolean)
  1252. 521 : gotCharm_10 (type: System.Boolean)
  1253. 522 : equippedCharm_10 (type: System.Boolean)
  1254. 524 : charmCost_10 (type: System.Int32)
  1255. 528 : newCharm_10 (type: System.Boolean)
  1256. 529 : gotCharm_11 (type: System.Boolean)
  1257. 52a : equippedCharm_11 (type: System.Boolean)
  1258. 52c : charmCost_11 (type: System.Int32)
  1259. 530 : newCharm_11 (type: System.Boolean)
  1260. 531 : gotCharm_12 (type: System.Boolean)
  1261. 532 : equippedCharm_12 (type: System.Boolean)
  1262. 534 : charmCost_12 (type: System.Int32)
  1263. 538 : newCharm_12 (type: System.Boolean)
  1264. 539 : gotCharm_13 (type: System.Boolean)
  1265. 53a : equippedCharm_13 (type: System.Boolean)
  1266. 53c : charmCost_13 (type: System.Int32)
  1267. 540 : newCharm_13 (type: System.Boolean)
  1268. 541 : gotCharm_14 (type: System.Boolean)
  1269. 542 : equippedCharm_14 (type: System.Boolean)
  1270. 544 : charmCost_14 (type: System.Int32)
  1271. 548 : newCharm_14 (type: System.Boolean)
  1272. 549 : gotCharm_15 (type: System.Boolean)
  1273. 54a : equippedCharm_15 (type: System.Boolean)
  1274. 54c : charmCost_15 (type: System.Int32)
  1275. 550 : newCharm_15 (type: System.Boolean)
  1276. 551 : gotCharm_16 (type: System.Boolean)
  1277. 552 : equippedCharm_16 (type: System.Boolean)
  1278. 554 : charmCost_16 (type: System.Int32)
  1279. 558 : newCharm_16 (type: System.Boolean)
  1280. 559 : gotCharm_17 (type: System.Boolean)
  1281. 55a : equippedCharm_17 (type: System.Boolean)
  1282. 55c : charmCost_17 (type: System.Int32)
  1283. 560 : newCharm_17 (type: System.Boolean)
  1284. 561 : gotCharm_18 (type: System.Boolean)
  1285. 562 : equippedCharm_18 (type: System.Boolean)
  1286. 564 : charmCost_18 (type: System.Int32)
  1287. 568 : newCharm_18 (type: System.Boolean)
  1288. 569 : gotCharm_19 (type: System.Boolean)
  1289. 56a : equippedCharm_19 (type: System.Boolean)
  1290. 56c : charmCost_19 (type: System.Int32)
  1291. 570 : newCharm_19 (type: System.Boolean)
  1292. 571 : gotCharm_20 (type: System.Boolean)
  1293. 572 : equippedCharm_20 (type: System.Boolean)
  1294. 574 : charmCost_20 (type: System.Int32)
  1295. 578 : newCharm_20 (type: System.Boolean)
  1296. 579 : gotCharm_21 (type: System.Boolean)
  1297. 57a : equippedCharm_21 (type: System.Boolean)
  1298. 57c : charmCost_21 (type: System.Int32)
  1299. 580 : newCharm_21 (type: System.Boolean)
  1300. 581 : gotCharm_22 (type: System.Boolean)
  1301. 582 : equippedCharm_22 (type: System.Boolean)
  1302. 584 : charmCost_22 (type: System.Int32)
  1303. 588 : newCharm_22 (type: System.Boolean)
  1304. 589 : gotCharm_23 (type: System.Boolean)
  1305. 58a : equippedCharm_23 (type: System.Boolean)
  1306. 58b : brokenCharm_23 (type: System.Boolean)
  1307. 58c : charmCost_23 (type: System.Int32)
  1308. 590 : newCharm_23 (type: System.Boolean)
  1309. 591 : gotCharm_24 (type: System.Boolean)
  1310. 592 : equippedCharm_24 (type: System.Boolean)
  1311. 593 : brokenCharm_24 (type: System.Boolean)
  1312. 594 : charmCost_24 (type: System.Int32)
  1313. 598 : newCharm_24 (type: System.Boolean)
  1314. 599 : gotCharm_25 (type: System.Boolean)
  1315. 59a : equippedCharm_25 (type: System.Boolean)
  1316. 59b : brokenCharm_25 (type: System.Boolean)
  1317. 59c : charmCost_25 (type: System.Int32)
  1318. 5a0 : newCharm_25 (type: System.Boolean)
  1319. 5a1 : gotCharm_26 (type: System.Boolean)
  1320. 5a2 : equippedCharm_26 (type: System.Boolean)
  1321. 5a4 : charmCost_26 (type: System.Int32)
  1322. 5a8 : newCharm_26 (type: System.Boolean)
  1323. 5a9 : gotCharm_27 (type: System.Boolean)
  1324. 5aa : equippedCharm_27 (type: System.Boolean)
  1325. 5ac : charmCost_27 (type: System.Int32)
  1326. 5b0 : newCharm_27 (type: System.Boolean)
  1327. 5b1 : gotCharm_28 (type: System.Boolean)
  1328. 5b2 : equippedCharm_28 (type: System.Boolean)
  1329. 5b4 : charmCost_28 (type: System.Int32)
  1330. 5b8 : newCharm_28 (type: System.Boolean)
  1331. 5b9 : gotCharm_29 (type: System.Boolean)
  1332. 5ba : equippedCharm_29 (type: System.Boolean)
  1333. 5bc : charmCost_29 (type: System.Int32)
  1334. 5c0 : newCharm_29 (type: System.Boolean)
  1335. 5c1 : gotCharm_30 (type: System.Boolean)
  1336. 5c2 : equippedCharm_30 (type: System.Boolean)
  1337. 5c4 : charmCost_30 (type: System.Int32)
  1338. 5c8 : newCharm_30 (type: System.Boolean)
  1339. 5c9 : gotCharm_31 (type: System.Boolean)
  1340. 5ca : equippedCharm_31 (type: System.Boolean)
  1341. 5cc : charmCost_31 (type: System.Int32)
  1342. 5d0 : newCharm_31 (type: System.Boolean)
  1343. 5d1 : gotCharm_32 (type: System.Boolean)
  1344. 5d2 : equippedCharm_32 (type: System.Boolean)
  1345. 5d4 : charmCost_32 (type: System.Int32)
  1346. 5d8 : newCharm_32 (type: System.Boolean)
  1347. 5d9 : gotCharm_33 (type: System.Boolean)
  1348. 5da : equippedCharm_33 (type: System.Boolean)
  1349. 5dc : charmCost_33 (type: System.Int32)
  1350. 5e0 : newCharm_33 (type: System.Boolean)
  1351. 5e1 : gotCharm_34 (type: System.Boolean)
  1352. 5e2 : equippedCharm_34 (type: System.Boolean)
  1353. 5e4 : charmCost_34 (type: System.Int32)
  1354. 5e8 : newCharm_34 (type: System.Boolean)
  1355. 5e9 : gotCharm_35 (type: System.Boolean)
  1356. 5ea : equippedCharm_35 (type: System.Boolean)
  1357. 5ec : charmCost_35 (type: System.Int32)
  1358. 5f0 : newCharm_35 (type: System.Boolean)
  1359. 5f1 : gotCharm_36 (type: System.Boolean)
  1360. 5f2 : equippedCharm_36 (type: System.Boolean)
  1361. 5f4 : charmCost_36 (type: System.Int32)
  1362. 5f8 : newCharm_36 (type: System.Boolean)
  1363. 5f9 : gotCharm_37 (type: System.Boolean)
  1364. 5fa : equippedCharm_37 (type: System.Boolean)
  1365. 5fc : charmCost_37 (type: System.Int32)
  1366. 600 : newCharm_37 (type: System.Boolean)
  1367. 601 : gotCharm_38 (type: System.Boolean)
  1368. 602 : equippedCharm_38 (type: System.Boolean)
  1369. 604 : charmCost_38 (type: System.Int32)
  1370. 608 : newCharm_38 (type: System.Boolean)
  1371. 609 : gotCharm_39 (type: System.Boolean)
  1372. 60a : equippedCharm_39 (type: System.Boolean)
  1373. 60c : charmCost_39 (type: System.Int32)
  1374. 610 : newCharm_39 (type: System.Boolean)
  1375. 611 : gotCharm_40 (type: System.Boolean)
  1376. 612 : equippedCharm_40 (type: System.Boolean)
  1377. 614 : charmCost_40 (type: System.Int32)
  1378. 618 : newCharm_40 (type: System.Boolean)
  1379. 619 : fragileHealth_unbreakable (type: System.Boolean)
  1380. 61a : fragileGreed_unbreakable (type: System.Boolean)
  1381. 61b : fragileStrength_unbreakable (type: System.Boolean)
  1382. 61c : royalCharmState (type: System.Int32)
  1383. 620 : hasJournal (type: System.Boolean)
  1384. 624 : lastJournalItem (type: System.Int32)
  1385. 628 : killedDummy (type: System.Boolean)
  1386. 62c : killsDummy (type: System.Int32)
  1387. 630 : newDataDummy (type: System.Boolean)
  1388. 631 : seenJournalMsg (type: System.Boolean)
  1389. 632 : seenHunterMsg (type: System.Boolean)
  1390. 633 : fillJournal (type: System.Boolean)
  1391. 634 : journalEntriesCompleted (type: System.Int32)
  1392. 638 : journalNotesCompleted (type: System.Int32)
  1393. 63c : journalEntriesTotal (type: System.Int32)
  1394. 640 : killedCrawler (type: System.Boolean)
  1395. 644 : killsCrawler (type: System.Int32)
  1396. 648 : newDataCrawler (type: System.Boolean)
  1397. 649 : killedBuzzer (type: System.Boolean)
  1398. 64c : killsBuzzer (type: System.Int32)
  1399. 650 : newDataBuzzer (type: System.Boolean)
  1400. 651 : killedBouncer (type: System.Boolean)
  1401. 654 : killsBouncer (type: System.Int32)
  1402. 658 : newDataBouncer (type: System.Boolean)
  1403. 659 : killedClimber (type: System.Boolean)
  1404. 65c : killsClimber (type: System.Int32)
  1405. 660 : newDataClimber (type: System.Boolean)
  1406. 661 : killedHopper (type: System.Boolean)
  1407. 664 : killsHopper (type: System.Int32)
  1408. 668 : newDataHopper (type: System.Boolean)
  1409. 669 : killedWorm (type: System.Boolean)
  1410. 66c : killsWorm (type: System.Int32)
  1411. 670 : newDataWorm (type: System.Boolean)
  1412. 671 : killedSpitter (type: System.Boolean)
  1413. 674 : killsSpitter (type: System.Int32)
  1414. 678 : newDataSpitter (type: System.Boolean)
  1415. 679 : killedHatcher (type: System.Boolean)
  1416. 67c : killsHatcher (type: System.Int32)
  1417. 680 : newDataHatcher (type: System.Boolean)
  1418. 681 : killedHatchling (type: System.Boolean)
  1419. 684 : killsHatchling (type: System.Int32)
  1420. 688 : newDataHatchling (type: System.Boolean)
  1421. 689 : killedZombieRunner (type: System.Boolean)
  1422. 68c : killsZombieRunner (type: System.Int32)
  1423. 690 : newDataZombieRunner (type: System.Boolean)
  1424. 691 : killedZombieHornhead (type: System.Boolean)
  1425. 694 : killsZombieHornhead (type: System.Int32)
  1426. 698 : newDataZombieHornhead (type: System.Boolean)
  1427. 699 : killedZombieLeaper (type: System.Boolean)
  1428. 69c : killsZombieLeaper (type: System.Int32)
  1429. 6a0 : newDataZombieLeaper (type: System.Boolean)
  1430. 6a1 : killedZombieBarger (type: System.Boolean)
  1431. 6a4 : killsZombieBarger (type: System.Int32)
  1432. 6a8 : newDataZombieBarger (type: System.Boolean)
  1433. 6a9 : killedZombieShield (type: System.Boolean)
  1434. 6ac : killsZombieShield (type: System.Int32)
  1435. 6b0 : newDataZombieShield (type: System.Boolean)
  1436. 6b1 : killedZombieGuard (type: System.Boolean)
  1437. 6b4 : killsZombieGuard (type: System.Int32)
  1438. 6b8 : newDataZombieGuard (type: System.Boolean)
  1439. 6b9 : killedBigBuzzer (type: System.Boolean)
  1440. 6bc : killsBigBuzzer (type: System.Int32)
  1441. 6c0 : newDataBigBuzzer (type: System.Boolean)
  1442. 6c1 : killedBigFly (type: System.Boolean)
  1443. 6c4 : killsBigFly (type: System.Int32)
  1444. 6c8 : newDataBigFly (type: System.Boolean)
  1445. 6c9 : killedMawlek (type: System.Boolean)
  1446. 6cc : killsMawlek (type: System.Int32)
  1447. 6d0 : newDataMawlek (type: System.Boolean)
  1448. 6d1 : killedFalseKnight (type: System.Boolean)
  1449. 6d4 : killsFalseKnight (type: System.Int32)
  1450. 6d8 : newDataFalseKnight (type: System.Boolean)
  1451. 6d9 : killedRoller (type: System.Boolean)
  1452. 6dc : killsRoller (type: System.Int32)
  1453. 6e0 : newDataRoller (type: System.Boolean)
  1454. 6e1 : killedBlocker (type: System.Boolean)
  1455. 6e4 : killsBlocker (type: System.Int32)
  1456. 6e8 : newDataBlocker (type: System.Boolean)
  1457. 6e9 : killedPrayerSlug (type: System.Boolean)
  1458. 6ec : killsPrayerSlug (type: System.Int32)
  1459. 6f0 : newDataPrayerSlug (type: System.Boolean)
  1460. 6f1 : killedMenderBug (type: System.Boolean)
  1461. 6f4 : killsMenderBug (type: System.Int32)
  1462. 6f8 : newDataMenderBug (type: System.Boolean)
  1463. 6f9 : killedMossmanRunner (type: System.Boolean)
  1464. 6fc : killsMossmanRunner (type: System.Int32)
  1465. 700 : newDataMossmanRunner (type: System.Boolean)
  1466. 701 : killedMossmanShaker (type: System.Boolean)
  1467. 704 : killsMossmanShaker (type: System.Int32)
  1468. 708 : newDataMossmanShaker (type: System.Boolean)
  1469. 709 : killedMosquito (type: System.Boolean)
  1470. 70c : killsMosquito (type: System.Int32)
  1471. 710 : newDataMosquito (type: System.Boolean)
  1472. 711 : killedBlobFlyer (type: System.Boolean)
  1473. 714 : killsBlobFlyer (type: System.Int32)
  1474. 718 : newDataBlobFlyer (type: System.Boolean)
  1475. 719 : killedFungifiedZombie (type: System.Boolean)
  1476. 71c : killsFungifiedZombie (type: System.Int32)
  1477. 720 : newDataFungifiedZombie (type: System.Boolean)
  1478. 721 : killedPlantShooter (type: System.Boolean)
  1479. 724 : killsPlantShooter (type: System.Int32)
  1480. 728 : newDataPlantShooter (type: System.Boolean)
  1481. 729 : killedMossCharger (type: System.Boolean)
  1482. 72c : killsMossCharger (type: System.Int32)
  1483. 730 : newDataMossCharger (type: System.Boolean)
  1484. 731 : killedMegaMossCharger (type: System.Boolean)
  1485. 734 : killsMegaMossCharger (type: System.Int32)
  1486. 738 : newDataMegaMossCharger (type: System.Boolean)
  1487. 739 : killedSnapperTrap (type: System.Boolean)
  1488. 73c : killsSnapperTrap (type: System.Int32)
  1489. 740 : newDataSnapperTrap (type: System.Boolean)
  1490. 741 : killedMossKnight (type: System.Boolean)
  1491. 744 : killsMossKnight (type: System.Int32)
  1492. 748 : newDataMossKnight (type: System.Boolean)
  1493. 749 : killedGrassHopper (type: System.Boolean)
  1494. 74c : killsGrassHopper (type: System.Int32)
  1495. 750 : newDataGrassHopper (type: System.Boolean)
  1496. 751 : killedAcidFlyer (type: System.Boolean)
  1497. 754 : killsAcidFlyer (type: System.Int32)
  1498. 758 : newDataAcidFlyer (type: System.Boolean)
  1499. 759 : killedAcidWalker (type: System.Boolean)
  1500. 75c : killsAcidWalker (type: System.Int32)
  1501. 760 : newDataAcidWalker (type: System.Boolean)
  1502. 761 : killedMossFlyer (type: System.Boolean)
  1503. 764 : killsMossFlyer (type: System.Int32)
  1504. 768 : newDataMossFlyer (type: System.Boolean)
  1505. 769 : killedMossKnightFat (type: System.Boolean)
  1506. 76c : killsMossKnightFat (type: System.Int32)
  1507. 770 : newDataMossKnightFat (type: System.Boolean)
  1508. 771 : killedMossWalker (type: System.Boolean)
  1509. 774 : killsMossWalker (type: System.Int32)
  1510. 778 : newDataMossWalker (type: System.Boolean)
  1511. 779 : killedInfectedKnight (type: System.Boolean)
  1512. 77c : killsInfectedKnight (type: System.Int32)
  1513. 780 : newDataInfectedKnight (type: System.Boolean)
  1514. 781 : killedLazyFlyer (type: System.Boolean)
  1515. 784 : killsLazyFlyer (type: System.Int32)
  1516. 788 : newDataLazyFlyer (type: System.Boolean)
  1517. 789 : killedZapBug (type: System.Boolean)
  1518. 78c : killsZapBug (type: System.Int32)
  1519. 790 : newDataZapBug (type: System.Boolean)
  1520. 791 : killedJellyfish (type: System.Boolean)
  1521. 794 : killsJellyfish (type: System.Int32)
  1522. 798 : newDataJellyfish (type: System.Boolean)
  1523. 799 : killedJellyCrawler (type: System.Boolean)
  1524. 79c : killsJellyCrawler (type: System.Int32)
  1525. 7a0 : newDataJellyCrawler (type: System.Boolean)
  1526. 7a1 : killedMegaJellyfish (type: System.Boolean)
  1527. 7a4 : killsMegaJellyfish (type: System.Int32)
  1528. 7a8 : newDataMegaJellyfish (type: System.Boolean)
  1529. 7a9 : killedFungoonBaby (type: System.Boolean)
  1530. 7ac : killsFungoonBaby (type: System.Int32)
  1531. 7b0 : newDataFungoonBaby (type: System.Boolean)
  1532. 7b1 : killedMushroomTurret (type: System.Boolean)
  1533. 7b4 : killsMushroomTurret (type: System.Int32)
  1534. 7b8 : newDataMushroomTurret (type: System.Boolean)
  1535. 7b9 : killedMantis (type: System.Boolean)
  1536. 7bc : killsMantis (type: System.Int32)
  1537. 7c0 : newDataMantis (type: System.Boolean)
  1538. 7c1 : killedMushroomRoller (type: System.Boolean)
  1539. 7c4 : killsMushroomRoller (type: System.Int32)
  1540. 7c8 : newDataMushroomRoller (type: System.Boolean)
  1541. 7c9 : killedMushroomBrawler (type: System.Boolean)
  1542. 7cc : killsMushroomBrawler (type: System.Int32)
  1543. 7d0 : newDataMushroomBrawler (type: System.Boolean)
  1544. 7d1 : killedMushroomBaby (type: System.Boolean)
  1545. 7d4 : killsMushroomBaby (type: System.Int32)
  1546. 7d8 : newDataMushroomBaby (type: System.Boolean)
  1547. 7d9 : killedMantisFlyerChild (type: System.Boolean)
  1548. 7dc : killsMantisFlyerChild (type: System.Int32)
  1549. 7e0 : newDataMantisFlyerChild (type: System.Boolean)
  1550. 7e1 : killedFungusFlyer (type: System.Boolean)
  1551. 7e4 : killsFungusFlyer (type: System.Int32)
  1552. 7e8 : newDataFungusFlyer (type: System.Boolean)
  1553. 7e9 : killedFungCrawler (type: System.Boolean)
  1554. 7ec : killsFungCrawler (type: System.Int32)
  1555. 7f0 : newDataFungCrawler (type: System.Boolean)
  1556. 7f1 : killedMantisLord (type: System.Boolean)
  1557. 7f4 : killsMantisLord (type: System.Int32)
  1558. 7f8 : newDataMantisLord (type: System.Boolean)
  1559. 7f9 : killedBlackKnight (type: System.Boolean)
  1560. 7fc : killsBlackKnight (type: System.Int32)
  1561. 800 : newDataBlackKnight (type: System.Boolean)
  1562. 801 : killedElectricMage (type: System.Boolean)
  1563. 804 : killsElectricMage (type: System.Int32)
  1564. 808 : newDataElectricMage (type: System.Boolean)
  1565. 809 : killedMage (type: System.Boolean)
  1566. 80c : killsMage (type: System.Int32)
  1567. 810 : newDataMage (type: System.Boolean)
  1568. 811 : killedMageKnight (type: System.Boolean)
  1569. 814 : killsMageKnight (type: System.Int32)
  1570. 818 : newDataMageKnight (type: System.Boolean)
  1571. 819 : killedRoyalDandy (type: System.Boolean)
  1572. 81c : killsRoyalDandy (type: System.Int32)
  1573. 820 : newDataRoyalDandy (type: System.Boolean)
  1574. 821 : killedRoyalCoward (type: System.Boolean)
  1575. 824 : killsRoyalCoward (type: System.Int32)
  1576. 828 : newDataRoyalCoward (type: System.Boolean)
  1577. 829 : killedRoyalPlumper (type: System.Boolean)
  1578. 82c : killsRoyalPlumper (type: System.Int32)
  1579. 830 : newDataRoyalPlumper (type: System.Boolean)
  1580. 831 : killedFlyingSentrySword (type: System.Boolean)
  1581. 834 : killsFlyingSentrySword (type: System.Int32)
  1582. 838 : newDataFlyingSentrySword (type: System.Boolean)
  1583. 839 : killedFlyingSentryJavelin (type: System.Boolean)
  1584. 83c : killsFlyingSentryJavelin (type: System.Int32)
  1585. 840 : newDataFlyingSentryJavelin (type: System.Boolean)
  1586. 841 : killedSentry (type: System.Boolean)
  1587. 844 : killsSentry (type: System.Int32)
  1588. 848 : newDataSentry (type: System.Boolean)
  1589. 849 : killedSentryFat (type: System.Boolean)
  1590. 84c : killsSentryFat (type: System.Int32)
  1591. 850 : newDataSentryFat (type: System.Boolean)
  1592. 851 : killedMageBlob (type: System.Boolean)
  1593. 854 : killsMageBlob (type: System.Int32)
  1594. 858 : newDataMageBlob (type: System.Boolean)
  1595. 859 : killedGreatShieldZombie (type: System.Boolean)
  1596. 85c : killsGreatShieldZombie (type: System.Int32)
  1597. 860 : newDataGreatShieldZombie (type: System.Boolean)
  1598. 861 : killedJarCollector (type: System.Boolean)
  1599. 864 : killsJarCollector (type: System.Int32)
  1600. 868 : newDataJarCollector (type: System.Boolean)
  1601. 869 : killedMageBalloon (type: System.Boolean)
  1602. 86c : killsMageBalloon (type: System.Int32)
  1603. 870 : newDataMageBalloon (type: System.Boolean)
  1604. 871 : killedMageLord (type: System.Boolean)
  1605. 874 : killsMageLord (type: System.Int32)
  1606. 878 : newDataMageLord (type: System.Boolean)
  1607. 879 : killedGorgeousHusk (type: System.Boolean)
  1608. 87c : killsGorgeousHusk (type: System.Int32)
  1609. 880 : newDataGorgeousHusk (type: System.Boolean)
  1610. 881 : killedFlipHopper (type: System.Boolean)
  1611. 884 : killsFlipHopper (type: System.Int32)
  1612. 888 : newDataFlipHopper (type: System.Boolean)
  1613. 889 : killedFlukeman (type: System.Boolean)
  1614. 88c : killsFlukeman (type: System.Int32)
  1615. 890 : newDataFlukeman (type: System.Boolean)
  1616. 891 : killedInflater (type: System.Boolean)
  1617. 894 : killsInflater (type: System.Int32)
  1618. 898 : newDataInflater (type: System.Boolean)
  1619. 899 : killedFlukefly (type: System.Boolean)
  1620. 89c : killsFlukefly (type: System.Int32)
  1621. 8a0 : newDataFlukefly (type: System.Boolean)
  1622. 8a1 : killedFlukeMother (type: System.Boolean)
  1623. 8a4 : killsFlukeMother (type: System.Int32)
  1624. 8a8 : newDataFlukeMother (type: System.Boolean)
  1625. 8a9 : killedDungDefender (type: System.Boolean)
  1626. 8ac : killsDungDefender (type: System.Int32)
  1627. 8b0 : newDataDungDefender (type: System.Boolean)
  1628. 8b1 : killedCrystalCrawler (type: System.Boolean)
  1629. 8b4 : killsCrystalCrawler (type: System.Int32)
  1630. 8b8 : newDataCrystalCrawler (type: System.Boolean)
  1631. 8b9 : killedCrystalFlyer (type: System.Boolean)
  1632. 8bc : killsCrystalFlyer (type: System.Int32)
  1633. 8c0 : newDataCrystalFlyer (type: System.Boolean)
  1634. 8c1 : killedLaserBug (type: System.Boolean)
  1635. 8c4 : killsLaserBug (type: System.Int32)
  1636. 8c8 : newDataLaserBug (type: System.Boolean)
  1637. 8c9 : killedBeamMiner (type: System.Boolean)
  1638. 8cc : killsBeamMiner (type: System.Int32)
  1639. 8d0 : newDataBeamMiner (type: System.Boolean)
  1640. 8d1 : killedZombieMiner (type: System.Boolean)
  1641. 8d4 : killsZombieMiner (type: System.Int32)
  1642. 8d8 : newDataZombieMiner (type: System.Boolean)
  1643. 8d9 : killedMegaBeamMiner (type: System.Boolean)
  1644. 8dc : killsMegaBeamMiner (type: System.Int32)
  1645. 8e0 : newDataMegaBeamMiner (type: System.Boolean)
  1646. 8e1 : killedMinesCrawler (type: System.Boolean)
  1647. 8e4 : killsMinesCrawler (type: System.Int32)
  1648. 8e8 : newDataMinesCrawler (type: System.Boolean)
  1649. 8e9 : killedAngryBuzzer (type: System.Boolean)
  1650. 8ec : killsAngryBuzzer (type: System.Int32)
  1651. 8f0 : newDataAngryBuzzer (type: System.Boolean)
  1652. 8f1 : killedBurstingBouncer (type: System.Boolean)
  1653. 8f4 : killsBurstingBouncer (type: System.Int32)
  1654. 8f8 : newDataBurstingBouncer (type: System.Boolean)
  1655. 8f9 : killedBurstingZombie (type: System.Boolean)
  1656. 8fc : killsBurstingZombie (type: System.Int32)
  1657. 900 : newDataBurstingZombie (type: System.Boolean)
  1658. 901 : killedSpittingZombie (type: System.Boolean)
  1659. 904 : killsSpittingZombie (type: System.Int32)
  1660. 908 : newDataSpittingZombie (type: System.Boolean)
  1661. 909 : killedBabyCentipede (type: System.Boolean)
  1662. 90c : killsBabyCentipede (type: System.Int32)
  1663. 910 : newDataBabyCentipede (type: System.Boolean)
  1664. 911 : killedBigCentipede (type: System.Boolean)
  1665. 914 : killsBigCentipede (type: System.Int32)
  1666. 918 : newDataBigCentipede (type: System.Boolean)
  1667. 919 : killedCentipedeHatcher (type: System.Boolean)
  1668. 91c : killsCentipedeHatcher (type: System.Int32)
  1669. 920 : newDataCentipedeHatcher (type: System.Boolean)
  1670. 921 : killedLesserMawlek (type: System.Boolean)
  1671. 924 : killsLesserMawlek (type: System.Int32)
  1672. 928 : newDataLesserMawlek (type: System.Boolean)
  1673. 929 : killedSlashSpider (type: System.Boolean)
  1674. 92c : killsSlashSpider (type: System.Int32)
  1675. 930 : newDataSlashSpider (type: System.Boolean)
  1676. 931 : killedSpiderCorpse (type: System.Boolean)
  1677. 934 : killsSpiderCorpse (type: System.Int32)
  1678. 938 : newDataSpiderCorpse (type: System.Boolean)
  1679. 939 : killedShootSpider (type: System.Boolean)
  1680. 93c : killsShootSpider (type: System.Int32)
  1681. 940 : newDataShootSpider (type: System.Boolean)
  1682. 941 : killedMiniSpider (type: System.Boolean)
  1683. 944 : killsMiniSpider (type: System.Int32)
  1684. 948 : newDataMiniSpider (type: System.Boolean)
  1685. 949 : killedSpiderFlyer (type: System.Boolean)
  1686. 94c : killsSpiderFlyer (type: System.Int32)
  1687. 950 : newDataSpiderFlyer (type: System.Boolean)
  1688. 951 : killedMimicSpider (type: System.Boolean)
  1689. 954 : killsMimicSpider (type: System.Int32)
  1690. 958 : newDataMimicSpider (type: System.Boolean)
  1691. 959 : killedBeeHatchling (type: System.Boolean)
  1692. 95c : killsBeeHatchling (type: System.Int32)
  1693. 960 : newDataBeeHatchling (type: System.Boolean)
  1694. 961 : killedBeeStinger (type: System.Boolean)
  1695. 964 : killsBeeStinger (type: System.Int32)
  1696. 968 : newDataBeeStinger (type: System.Boolean)
  1697. 969 : killedBigBee (type: System.Boolean)
  1698. 96c : killsBigBee (type: System.Int32)
  1699. 970 : newDataBigBee (type: System.Boolean)
  1700. 971 : killedHiveKnight (type: System.Boolean)
  1701. 974 : killsHiveKnight (type: System.Int32)
  1702. 978 : newDataHiveKnight (type: System.Boolean)
  1703. 979 : killedBlowFly (type: System.Boolean)
  1704. 97c : killsBlowFly (type: System.Int32)
  1705. 980 : newDataBlowFly (type: System.Boolean)
  1706. 981 : killedCeilingDropper (type: System.Boolean)
  1707. 984 : killsCeilingDropper (type: System.Int32)
  1708. 988 : newDataCeilingDropper (type: System.Boolean)
  1709. 989 : killedGiantHopper (type: System.Boolean)
  1710. 98c : killsGiantHopper (type: System.Int32)
  1711. 990 : newDataGiantHopper (type: System.Boolean)
  1712. 991 : killedGrubMimic (type: System.Boolean)
  1713. 994 : killsGrubMimic (type: System.Int32)
  1714. 998 : newDataGrubMimic (type: System.Boolean)
  1715. 999 : killedMawlekTurret (type: System.Boolean)
  1716. 99c : killsMawlekTurret (type: System.Int32)
  1717. 9a0 : newDataMawlekTurret (type: System.Boolean)
  1718. 9a1 : killedOrangeScuttler (type: System.Boolean)
  1719. 9a4 : killsOrangeScuttler (type: System.Int32)
  1720. 9a8 : newDataOrangeScuttler (type: System.Boolean)
  1721. 9a9 : killedHealthScuttler (type: System.Boolean)
  1722. 9ac : killsHealthScuttler (type: System.Int32)
  1723. 9b0 : newDataHealthScuttler (type: System.Boolean)
  1724. 9b1 : killedPigeon (type: System.Boolean)
  1725. 9b4 : killsPigeon (type: System.Int32)
  1726. 9b8 : newDataPigeon (type: System.Boolean)
  1727. 9b9 : killedZombieHive (type: System.Boolean)
  1728. 9bc : killsZombieHive (type: System.Int32)
  1729. 9c0 : newDataZombieHive (type: System.Boolean)
  1730. 9c1 : killedDreamGuard (type: System.Boolean)
  1731. 9c4 : killsDreamGuard (type: System.Int32)
  1732. 9c8 : newDataDreamGuard (type: System.Boolean)
  1733. 9c9 : killedHornet (type: System.Boolean)
  1734. 9cc : killsHornet (type: System.Int32)
  1735. 9d0 : newDataHornet (type: System.Boolean)
  1736. 9d1 : killedAbyssCrawler (type: System.Boolean)
  1737. 9d4 : killsAbyssCrawler (type: System.Int32)
  1738. 9d8 : newDataAbyssCrawler (type: System.Boolean)
  1739. 9d9 : killedSuperSpitter (type: System.Boolean)
  1740. 9dc : killsSuperSpitter (type: System.Int32)
  1741. 9e0 : newDataSuperSpitter (type: System.Boolean)
  1742. 9e1 : killedSibling (type: System.Boolean)
  1743. 9e4 : killsSibling (type: System.Int32)
  1744. 9e8 : newDataSibling (type: System.Boolean)
  1745. 9e9 : killedPalaceFly (type: System.Boolean)
  1746. 9ec : killsPalaceFly (type: System.Int32)
  1747. 9f0 : newDataPalaceFly (type: System.Boolean)
  1748. 9f1 : killedEggSac (type: System.Boolean)
  1749. 9f4 : killsEggSac (type: System.Int32)
  1750. 9f8 : newDataEggSac (type: System.Boolean)
  1751. 9f9 : killedMummy (type: System.Boolean)
  1752. 9fc : killsMummy (type: System.Int32)
  1753. a00 : newDataMummy (type: System.Boolean)
  1754. a01 : killedOrangeBalloon (type: System.Boolean)
  1755. a04 : killsOrangeBalloon (type: System.Int32)
  1756. a08 : newDataOrangeBalloon (type: System.Boolean)
  1757. a09 : killedAbyssTendril (type: System.Boolean)
  1758. a0c : killsAbyssTendril (type: System.Int32)
  1759. a10 : newDataAbyssTendril (type: System.Boolean)
  1760. a11 : killedHeavyMantis (type: System.Boolean)
  1761. a14 : killsHeavyMantis (type: System.Int32)
  1762. a18 : newDataHeavyMantis (type: System.Boolean)
  1763. a19 : killedTraitorLord (type: System.Boolean)
  1764. a1c : killsTraitorLord (type: System.Int32)
  1765. a20 : newDataTraitorLord (type: System.Boolean)
  1766. a21 : killedMantisHeavyFlyer (type: System.Boolean)
  1767. a24 : killsMantisHeavyFlyer (type: System.Int32)
  1768. a28 : newDataMantisHeavyFlyer (type: System.Boolean)
  1769. a29 : killedGardenZombie (type: System.Boolean)
  1770. a2c : killsGardenZombie (type: System.Int32)
  1771. a30 : newDataGardenZombie (type: System.Boolean)
  1772. a31 : killedRoyalGuard (type: System.Boolean)
  1773. a34 : killsRoyalGuard (type: System.Int32)
  1774. a38 : newDataRoyalGuard (type: System.Boolean)
  1775. a39 : killedWhiteRoyal (type: System.Boolean)
  1776. a3c : killsWhiteRoyal (type: System.Int32)
  1777. a40 : newDataWhiteRoyal (type: System.Boolean)
  1778. a41 : openedPalaceGrounds (type: System.Boolean)
  1779. a42 : killedOblobble (type: System.Boolean)
  1780. a44 : killsOblobble (type: System.Int32)
  1781. a48 : newDataOblobble (type: System.Boolean)
  1782. a49 : killedZote (type: System.Boolean)
  1783. a4c : killsZote (type: System.Int32)
  1784. a50 : newDataZote (type: System.Boolean)
  1785. a51 : killedBlobble (type: System.Boolean)
  1786. a54 : killsBlobble (type: System.Int32)
  1787. a58 : newDataBlobble (type: System.Boolean)
  1788. a59 : killedColMosquito (type: System.Boolean)
  1789. a5c : killsColMosquito (type: System.Int32)
  1790. a60 : newDataColMosquito (type: System.Boolean)
  1791. a61 : killedColRoller (type: System.Boolean)
  1792. a64 : killsColRoller (type: System.Int32)
  1793. a68 : newDataColRoller (type: System.Boolean)
  1794. a69 : killedColFlyingSentry (type: System.Boolean)
  1795. a6c : killsColFlyingSentry (type: System.Int32)
  1796. a70 : newDataColFlyingSentry (type: System.Boolean)
  1797. a71 : killedColMiner (type: System.Boolean)
  1798. a74 : killsColMiner (type: System.Int32)
  1799. a78 : newDataColMiner (type: System.Boolean)
  1800. a79 : killedColShield (type: System.Boolean)
  1801. a7c : killsColShield (type: System.Int32)
  1802. a80 : newDataColShield (type: System.Boolean)
  1803. a81 : killedColWorm (type: System.Boolean)
  1804. a84 : killsColWorm (type: System.Int32)
  1805. a88 : newDataColWorm (type: System.Boolean)
  1806. a89 : killedColHopper (type: System.Boolean)
  1807. a8c : killsColHopper (type: System.Int32)
  1808. a90 : newDataColHopper (type: System.Boolean)
  1809. a91 : killedLobsterLancer (type: System.Boolean)
  1810. a94 : killsLobsterLancer (type: System.Int32)
  1811. a98 : newDataLobsterLancer (type: System.Boolean)
  1812. a99 : killedGhostAladar (type: System.Boolean)
  1813. a9c : killsGhostAladar (type: System.Int32)
  1814. aa0 : newDataGhostAladar (type: System.Boolean)
  1815. aa1 : killedGhostXero (type: System.Boolean)
  1816. aa4 : killsGhostXero (type: System.Int32)
  1817. aa8 : newDataGhostXero (type: System.Boolean)
  1818. aa9 : killedGhostHu (type: System.Boolean)
  1819. aac : killsGhostHu (type: System.Int32)
  1820. ab0 : newDataGhostHu (type: System.Boolean)
  1821. ab1 : killedGhostMarmu (type: System.Boolean)
  1822. ab4 : killsGhostMarmu (type: System.Int32)
  1823. ab8 : newDataGhostMarmu (type: System.Boolean)
  1824. ab9 : killedGhostNoEyes (type: System.Boolean)
  1825. abc : killsGhostNoEyes (type: System.Int32)
  1826. ac0 : newDataGhostNoEyes (type: System.Boolean)
  1827. ac1 : killedGhostMarkoth (type: System.Boolean)
  1828. ac4 : killsGhostMarkoth (type: System.Int32)
  1829. ac8 : newDataGhostMarkoth (type: System.Boolean)
  1830. ac9 : killedGhostGalien (type: System.Boolean)
  1831. acc : killsGhostGalien (type: System.Int32)
  1832. ad0 : newDataGhostGalien (type: System.Boolean)
  1833. ad1 : killedWhiteDefender (type: System.Boolean)
  1834. ad4 : killsWhiteDefender (type: System.Int32)
  1835. ad8 : newDataWhiteDefender (type: System.Boolean)
  1836. ad9 : killedGreyPrince (type: System.Boolean)
  1837. adc : killsGreyPrince (type: System.Int32)
  1838. ae0 : newDataGreyPrince (type: System.Boolean)
  1839. ae1 : killedZotelingBalloon (type: System.Boolean)
  1840. ae4 : killsZotelingBalloon (type: System.Int32)
  1841. ae8 : newDataZotelingBalloon (type: System.Boolean)
  1842. ae9 : killedZotelingHopper (type: System.Boolean)
  1843. aec : killsZotelingHopper (type: System.Int32)
  1844. af0 : newDataZotelingHopper (type: System.Boolean)
  1845. af1 : killedZotelingBuzzer (type: System.Boolean)
  1846. af4 : killsZotelingBuzzer (type: System.Int32)
  1847. af8 : newDataZotelingBuzzer (type: System.Boolean)
  1848. af9 : killedHollowKnight (type: System.Boolean)
  1849. afc : killsHollowKnight (type: System.Int32)
  1850. b00 : newDataHollowKnight (type: System.Boolean)
  1851. b01 : killedFinalBoss (type: System.Boolean)
  1852. b04 : killsFinalBoss (type: System.Int32)
  1853. b08 : newDataFinalBoss (type: System.Boolean)
  1854. b09 : killedHunterMark (type: System.Boolean)
  1855. b0c : killsHunterMark (type: System.Int32)
  1856. b10 : newDataHunterMark (type: System.Boolean)
  1857. b11 : killedFlameBearerSmall (type: System.Boolean)
  1858. b14 : killsFlameBearerSmall (type: System.Int32)
  1859. b18 : newDataFlameBearerSmall (type: System.Boolean)
  1860. b19 : killedFlameBearerMed (type: System.Boolean)
  1861. b1c : killsFlameBearerMed (type: System.Int32)
  1862. b20 : newDataFlameBearerMed (type: System.Boolean)
  1863. b21 : killedFlameBearerLarge (type: System.Boolean)
  1864. b24 : killsFlameBearerLarge (type: System.Int32)
  1865. b28 : newDataFlameBearerLarge (type: System.Boolean)
  1866. b29 : killedGrimm (type: System.Boolean)
  1867. b2c : killsGrimm (type: System.Int32)
  1868. b30 : newDataGrimm (type: System.Boolean)
  1869. b31 : killedNightmareGrimm (type: System.Boolean)
  1870. b34 : killsNightmareGrimm (type: System.Int32)
  1871. b38 : newDataNightmareGrimm (type: System.Boolean)
  1872. b39 : killedBindingSeal (type: System.Boolean)
  1873. b3c : killsBindingSeal (type: System.Int32)
  1874. b40 : newDataBindingSeal (type: System.Boolean)
  1875. b41 : killedFatFluke (type: System.Boolean)
  1876. b44 : killsFatFluke (type: System.Int32)
  1877. b48 : newDataFatFluke (type: System.Boolean)
  1878. b49 : killedPaleLurker (type: System.Boolean)
  1879. b4c : killsPaleLurker (type: System.Int32)
  1880. b50 : newDataPaleLurker (type: System.Boolean)
  1881. b51 : killedNailBros (type: System.Boolean)
  1882. b54 : killsNailBros (type: System.Int32)
  1883. b58 : newDataNailBros (type: System.Boolean)
  1884. b59 : killedPaintmaster (type: System.Boolean)
  1885. b5c : killsPaintmaster (type: System.Int32)
  1886. b60 : newDataPaintmaster (type: System.Boolean)
  1887. b61 : killedNailsage (type: System.Boolean)
  1888. b64 : killsNailsage (type: System.Int32)
  1889. b68 : newDataNailsage (type: System.Boolean)
  1890. b69 : killedHollowKnightPrime (type: System.Boolean)
  1891. b6c : killsHollowKnightPrime (type: System.Int32)
  1892. b70 : newDataHollowKnightPrime (type: System.Boolean)
  1893. b71 : killedGodseekerMask (type: System.Boolean)
  1894. b74 : killsGodseekerMask (type: System.Int32)
  1895. b78 : newDataGodseekerMask (type: System.Boolean)
  1896. b79 : killedVoidIdol_1 (type: System.Boolean)
  1897. b7c : killsVoidIdol_1 (type: System.Int32)
  1898. b80 : newDataVoidIdol_1 (type: System.Boolean)
  1899. b81 : killedVoidIdol_2 (type: System.Boolean)
  1900. b84 : killsVoidIdol_2 (type: System.Int32)
  1901. b88 : newDataVoidIdol_2 (type: System.Boolean)
  1902. b89 : killedVoidIdol_3 (type: System.Boolean)
  1903. b8c : killsVoidIdol_3 (type: System.Int32)
  1904. b90 : newDataVoidIdol_3 (type: System.Boolean)
  1905. b94 : grubsCollected (type: System.Int32)
  1906. b98 : grubRewards (type: System.Int32)
  1907. b9c : finalGrubRewardCollected (type: System.Boolean)
  1908. b9d : fatGrubKing (type: System.Boolean)
  1909. b9e : falseKnightDefeated (type: System.Boolean)
  1910. b9f : falseKnightDreamDefeated (type: System.Boolean)
  1911. ba0 : falseKnightOrbsCollected (type: System.Boolean)
  1912. ba1 : mawlekDefeated (type: System.Boolean)
  1913. ba2 : giantBuzzerDefeated (type: System.Boolean)
  1914. ba3 : giantFlyDefeated (type: System.Boolean)
  1915. ba4 : blocker1Defeated (type: System.Boolean)
  1916. ba5 : blocker2Defeated (type: System.Boolean)
  1917. ba6 : hornet1Defeated (type: System.Boolean)
  1918. ba7 : collectorDefeated (type: System.Boolean)
  1919. ba8 : hornetOutskirtsDefeated (type: System.Boolean)
  1920. ba9 : mageLordDreamDefeated (type: System.Boolean)
  1921. baa : mageLordOrbsCollected (type: System.Boolean)
  1922. bab : infectedKnightDreamDefeated (type: System.Boolean)
  1923. bac : infectedKnightOrbsCollected (type: System.Boolean)
  1924. bad : whiteDefenderDefeated (type: System.Boolean)
  1925. bae : whiteDefenderOrbsCollected (type: System.Boolean)
  1926. bb0 : whiteDefenderDefeats (type: System.Int32)
  1927. bb4 : greyPrinceDefeats (type: System.Int32)
  1928. bb8 : greyPrinceDefeated (type: System.Boolean)
  1929. bb9 : greyPrinceOrbsCollected (type: System.Boolean)
  1930. bbc : aladarSlugDefeated (type: System.Int32)
  1931. bc0 : xeroDefeated (type: System.Int32)
  1932. bc4 : elderHuDefeated (type: System.Int32)
  1933. bc8 : mumCaterpillarDefeated (type: System.Int32)
  1934. bcc : noEyesDefeated (type: System.Int32)
  1935. bd0 : markothDefeated (type: System.Int32)
  1936. bd4 : galienDefeated (type: System.Int32)
  1937. bd8 : XERO_encountered (type: System.Boolean)
  1938. bd9 : ALADAR_encountered (type: System.Boolean)
  1939. bda : HU_encountered (type: System.Boolean)
  1940. bdb : MUMCAT_encountered (type: System.Boolean)
  1941. bdc : NOEYES_encountered (type: System.Boolean)
  1942. bdd : MARKOTH_encountered (type: System.Boolean)
  1943. bde : GALIEN_encountered (type: System.Boolean)
  1944. bdf : xeroPinned (type: System.Boolean)
  1945. be0 : aladarPinned (type: System.Boolean)
  1946. be1 : huPinned (type: System.Boolean)
  1947. be2 : mumCaterpillarPinned (type: System.Boolean)
  1948. be3 : noEyesPinned (type: System.Boolean)
  1949. be4 : markothPinned (type: System.Boolean)
  1950. be5 : galienPinned (type: System.Boolean)
  1951. be8 : currentInvPane (type: System.Int32)
  1952. bec : showGeoUI (type: System.Boolean)
  1953. bed : showHealthUI (type: System.Boolean)
  1954. bee : promptFocus (type: System.Boolean)
  1955. bef : seenFocusTablet (type: System.Boolean)
  1956. bf0 : seenDreamNailPrompt (type: System.Boolean)
  1957. bf1 : isFirstGame (type: System.Boolean)
  1958. bf2 : enteredTutorialFirstTime (type: System.Boolean)
  1959. bf3 : isInvincible (type: System.Boolean)
  1960. bf4 : infiniteAirJump (type: System.Boolean)
  1961. bf5 : invinciTest (type: System.Boolean)
  1962. bf8 : currentArea (type: System.Int32)
  1963. bfc : visitedDirtmouth (type: System.Boolean)
  1964. bfd : visitedCrossroads (type: System.Boolean)
  1965. bfe : visitedGreenpath (type: System.Boolean)
  1966. bff : visitedFungus (type: System.Boolean)
  1967. c00 : visitedHive (type: System.Boolean)
  1968. c01 : visitedCrossroadsInfected (type: System.Boolean)
  1969. c02 : visitedRuins (type: System.Boolean)
  1970. c03 : visitedMines (type: System.Boolean)
  1971. c04 : visitedRoyalGardens (type: System.Boolean)
  1972. c05 : visitedFogCanyon (type: System.Boolean)
  1973. c06 : visitedDeepnest (type: System.Boolean)
  1974. c07 : visitedRestingGrounds (type: System.Boolean)
  1975. c08 : visitedWaterways (type: System.Boolean)
  1976. c09 : visitedAbyss (type: System.Boolean)
  1977. c0a : visitedOutskirts (type: System.Boolean)
  1978. c0b : visitedWhitePalace (type: System.Boolean)
  1979. c0c : visitedCliffs (type: System.Boolean)
  1980. c0d : visitedAbyssLower (type: System.Boolean)
  1981. c0e : visitedGodhome (type: System.Boolean)
  1982. c0f : visitedMines10 (type: System.Boolean)
  1983. 68 : scenesVisited (type: System.Collections.Generic.List<System.String>)
  1984. 70 : scenesMapped (type: System.Collections.Generic.List<System.String>)
  1985. 78 : scenesEncounteredBench (type: System.Collections.Generic.List<System.String>)
  1986. 80 : scenesGrubRescued (type: System.Collections.Generic.List<System.String>)
  1987. 88 : scenesFlameCollected (type: System.Collections.Generic.List<System.String>)
  1988. 90 : scenesEncounteredCocoon (type: System.Collections.Generic.List<System.String>)
  1989. 98 : scenesEncounteredDreamPlant (type: System.Collections.Generic.List<System.String>)
  1990. a0 : scenesEncounteredDreamPlantC (type: System.Collections.Generic.List<System.String>)
  1991. c10 : hasMap (type: System.Boolean)
  1992. c11 : mapAllRooms (type: System.Boolean)
  1993. c12 : atMapPrompt (type: System.Boolean)
  1994. c13 : mapDirtmouth (type: System.Boolean)
  1995. c14 : mapCrossroads (type: System.Boolean)
  1996. c15 : mapGreenpath (type: System.Boolean)
  1997. c16 : mapFogCanyon (type: System.Boolean)
  1998. c17 : mapRoyalGardens (type: System.Boolean)
  1999. c18 : mapFungalWastes (type: System.Boolean)
  2000. c19 : mapCity (type: System.Boolean)
  2001. c1a : mapWaterways (type: System.Boolean)
  2002. c1b : mapMines (type: System.Boolean)
  2003. c1c : mapDeepnest (type: System.Boolean)
  2004. c1d : mapCliffs (type: System.Boolean)
  2005. c1e : mapOutskirts (type: System.Boolean)
  2006. c1f : mapRestingGrounds (type: System.Boolean)
  2007. c20 : mapAbyss (type: System.Boolean)
  2008. a8 : mapZoneBools (type: System.Collections.Generic.Dictionary<System.String,PlayerData.MapBools>)
  2009. c21 : hasPin (type: System.Boolean)
  2010. c22 : hasPinBench (type: System.Boolean)
  2011. c23 : hasPinCocoon (type: System.Boolean)
  2012. c24 : hasPinDreamPlant (type: System.Boolean)
  2013. c25 : hasPinGuardian (type: System.Boolean)
  2014. c26 : hasPinBlackEgg (type: System.Boolean)
  2015. c27 : hasPinShop (type: System.Boolean)
  2016. c28 : hasPinSpa (type: System.Boolean)
  2017. c29 : hasPinStag (type: System.Boolean)
  2018. c2a : hasPinTram (type: System.Boolean)
  2019. c2b : hasPinGhost (type: System.Boolean)
  2020. c2c : hasPinGrub (type: System.Boolean)
  2021. c2d : hasMarker (type: System.Boolean)
  2022. c2e : hasMarker_r (type: System.Boolean)
  2023. c2f : hasMarker_b (type: System.Boolean)
  2024. c30 : hasMarker_y (type: System.Boolean)
  2025. c31 : hasMarker_w (type: System.Boolean)
  2026. c34 : spareMarkers_r (type: System.Int32)
  2027. c38 : spareMarkers_b (type: System.Int32)
  2028. c3c : spareMarkers_y (type: System.Int32)
  2029. c40 : spareMarkers_w (type: System.Int32)
  2030. b0 : placedMarkers_r (type: System.Collections.Generic.List<UnityEngine.Vector3>)
  2031. b8 : placedMarkers_b (type: System.Collections.Generic.List<UnityEngine.Vector3>)
  2032. c0 : placedMarkers_y (type: System.Collections.Generic.List<UnityEngine.Vector3>)
  2033. c8 : placedMarkers_w (type: System.Collections.Generic.List<UnityEngine.Vector3>)
  2034. c44 : environmentType (type: System.Int32)
  2035. c48 : environmentTypeDefault (type: System.Int32)
  2036. c4c : previousDarkness (type: System.Int32)
  2037. c50 : openedTramLower (type: System.Boolean)
  2038. c51 : openedTramRestingGrounds (type: System.Boolean)
  2039. c54 : tramLowerPosition (type: System.Int32)
  2040. c58 : tramRestingGroundsPosition (type: System.Int32)
  2041. c5c : mineLiftOpened (type: System.Boolean)
  2042. c5d : menderDoorOpened (type: System.Boolean)
  2043. c5e : vesselFragStagNest (type: System.Boolean)
  2044. c5f : shamanPillar (type: System.Boolean)
  2045. c60 : crossroadsMawlekWall (type: System.Boolean)
  2046. c61 : eggTempleVisited (type: System.Boolean)
  2047. c62 : crossroadsInfected (type: System.Boolean)
  2048. c63 : falseKnightFirstPlop (type: System.Boolean)
  2049. c64 : falseKnightWallRepaired (type: System.Boolean)
  2050. c65 : falseKnightWallBroken (type: System.Boolean)
  2051. c66 : falseKnightGhostDeparted (type: System.Boolean)
  2052. c67 : spaBugsEncountered (type: System.Boolean)
  2053. c68 : hornheadVinePlat (type: System.Boolean)
  2054. c69 : infectedKnightEncountered (type: System.Boolean)
  2055. c6a : megaMossChargerEncountered (type: System.Boolean)
  2056. c6b : megaMossChargerDefeated (type: System.Boolean)
  2057. c6c : dreamerScene1 (type: System.Boolean)
  2058. c6d : slugEncounterComplete (type: System.Boolean)
  2059. c6e : defeatedDoubleBlockers (type: System.Boolean)
  2060. c6f : oneWayArchive (type: System.Boolean)
  2061. c70 : defeatedMegaJelly (type: System.Boolean)
  2062. c71 : summonedMonomon (type: System.Boolean)
  2063. c72 : sawWoundedQuirrel (type: System.Boolean)
  2064. c73 : encounteredMegaJelly (type: System.Boolean)
  2065. c74 : defeatedMantisLords (type: System.Boolean)
  2066. c75 : encounteredGatekeeper (type: System.Boolean)
  2067. c76 : deepnestWall (type: System.Boolean)
  2068. c77 : queensStationNonDisplay (type: System.Boolean)
  2069. c78 : cityBridge1 (type: System.Boolean)
  2070. c79 : cityBridge2 (type: System.Boolean)
  2071. c7a : cityLift1 (type: System.Boolean)
  2072. c7b : cityLift1_isUp (type: System.Boolean)
  2073. c7c : liftArrival (type: System.Boolean)
  2074. c7d : openedMageDoor (type: System.Boolean)
  2075. c7e : openedMageDoor_v2 (type: System.Boolean)
  2076. c7f : brokenMageWindow (type: System.Boolean)
  2077. c80 : brokenMageWindowGlass (type: System.Boolean)
  2078. c81 : mageLordEncountered (type: System.Boolean)
  2079. c82 : mageLordEncountered_2 (type: System.Boolean)
  2080. c83 : mageLordDefeated (type: System.Boolean)
  2081. c84 : ruins1_5_tripleDoor (type: System.Boolean)
  2082. c85 : openedCityGate (type: System.Boolean)
  2083. c86 : cityGateClosed (type: System.Boolean)
  2084. c87 : bathHouseOpened (type: System.Boolean)
  2085. c88 : bathHouseWall (type: System.Boolean)
  2086. c89 : cityLift2 (type: System.Boolean)
  2087. c8a : cityLift2_isUp (type: System.Boolean)
  2088. c8b : city2_sewerDoor (type: System.Boolean)
  2089. c8c : openedLoveDoor (type: System.Boolean)
  2090. c8d : watcherChandelier (type: System.Boolean)
  2091. c8e : completedQuakeArea (type: System.Boolean)
  2092. c8f : kingsStationNonDisplay (type: System.Boolean)
  2093. c90 : tollBenchCity (type: System.Boolean)
  2094. c91 : waterwaysGate (type: System.Boolean)
  2095. c92 : defeatedDungDefender (type: System.Boolean)
  2096. c93 : dungDefenderEncounterReady (type: System.Boolean)
  2097. c94 : flukeMotherEncountered (type: System.Boolean)
  2098. c95 : flukeMotherDefeated (type: System.Boolean)
  2099. c96 : openedWaterwaysManhole (type: System.Boolean)
  2100. c97 : waterwaysAcidDrained (type: System.Boolean)
  2101. c98 : dungDefenderWallBroken (type: System.Boolean)
  2102. c99 : dungDefenderSleeping (type: System.Boolean)
  2103. c9a : defeatedMegaBeamMiner (type: System.Boolean)
  2104. c9b : defeatedMegaBeamMiner2 (type: System.Boolean)
  2105. c9c : brokeMinersWall (type: System.Boolean)
  2106. c9d : encounteredMimicSpider (type: System.Boolean)
  2107. c9e : steppedBeyondBridge (type: System.Boolean)
  2108. c9f : deepnestBridgeCollapsed (type: System.Boolean)
  2109. ca0 : spiderCapture (type: System.Boolean)
  2110. ca1 : deepnest26b_switch (type: System.Boolean)
  2111. ca2 : openedRestingGrounds02 (type: System.Boolean)
  2112. ca3 : restingGroundsCryptWall (type: System.Boolean)
  2113. ca4 : dreamNailConvo (type: System.Boolean)
  2114. ca8 : gladeGhostsKilled (type: System.Int32)
  2115. cac : openedGardensStagStation (type: System.Boolean)
  2116. cad : extendedGramophone (type: System.Boolean)
  2117. cae : tollBenchQueensGardens (type: System.Boolean)
  2118. caf : blizzardEnded (type: System.Boolean)
  2119. cb0 : encounteredHornet (type: System.Boolean)
  2120. cb1 : savedByHornet (type: System.Boolean)
  2121. cb2 : outskirtsWall (type: System.Boolean)
  2122. cb3 : abyssGateOpened (type: System.Boolean)
  2123. cb4 : abyssLighthouse (type: System.Boolean)
  2124. cb5 : blueVineDoor (type: System.Boolean)
  2125. cb6 : gotShadeCharm (type: System.Boolean)
  2126. cb7 : tollBenchAbyss (type: System.Boolean)
  2127. cb8 : fountainGeo (type: System.Int32)
  2128. cbc : fountainVesselSummoned (type: System.Boolean)
  2129. cbd : openedBlackEggPath (type: System.Boolean)
  2130. cbe : enteredDreamWorld (type: System.Boolean)
  2131. cbf : duskKnightDefeated (type: System.Boolean)
  2132. cc0 : whitePalaceOrb_1 (type: System.Boolean)
  2133. cc1 : whitePalaceOrb_2 (type: System.Boolean)
  2134. cc2 : whitePalaceOrb_3 (type: System.Boolean)
  2135. cc3 : whitePalace05_lever (type: System.Boolean)
  2136. cc4 : whitePalaceMidWarp (type: System.Boolean)
  2137. cc5 : whitePalaceSecretRoomVisited (type: System.Boolean)
  2138. cc6 : tramOpenedDeepnest (type: System.Boolean)
  2139. cc7 : tramOpenedCrossroads (type: System.Boolean)
  2140. cc8 : openedBlackEggDoor (type: System.Boolean)
  2141. cc9 : unchainedHollowKnight (type: System.Boolean)
  2142. ccc : flamesCollected (type: System.Int32)
  2143. cd0 : flamesRequired (type: System.Int32)
  2144. cd4 : nightmareLanternAppeared (type: System.Boolean)
  2145. cd5 : nightmareLanternLit (type: System.Boolean)
  2146. cd6 : troupeInTown (type: System.Boolean)
  2147. cd7 : divineInTown (type: System.Boolean)
  2148. cd8 : grimmChildLevel (type: System.Int32)
  2149. cdc : elderbugConvoGrimm (type: System.Boolean)
  2150. cdd : slyConvoGrimm (type: System.Boolean)
  2151. cde : iseldaConvoGrimm (type: System.Boolean)
  2152. cdf : midwifeWeaverlingConvo (type: System.Boolean)
  2153. ce0 : metGrimm (type: System.Boolean)
  2154. ce1 : foughtGrimm (type: System.Boolean)
  2155. ce2 : metBrum (type: System.Boolean)
  2156. ce3 : defeatedNightmareGrimm (type: System.Boolean)
  2157. ce4 : grimmchildAwoken (type: System.Boolean)
  2158. ce5 : gotBrummsFlame (type: System.Boolean)
  2159. ce6 : brummBrokeBrazier (type: System.Boolean)
  2160. ce7 : destroyedNightmareLantern (type: System.Boolean)
  2161. ce8 : gotGrimmNotch (type: System.Boolean)
  2162. ce9 : nymmInTown (type: System.Boolean)
  2163. cea : nymmSpoken (type: System.Boolean)
  2164. ceb : nymmCharmConvo (type: System.Boolean)
  2165. cec : nymmFinalConvo (type: System.Boolean)
  2166. ced : elderbugNymmConvo (type: System.Boolean)
  2167. cee : slyNymmConvo (type: System.Boolean)
  2168. cef : iseldaNymmConvo (type: System.Boolean)
  2169. cf0 : nymmMissedEggOpen (type: System.Boolean)
  2170. cf1 : elderbugTroupeLeftConvo (type: System.Boolean)
  2171. cf2 : elderbugBrettaLeft (type: System.Boolean)
  2172. cf3 : jijiGrimmConvo (type: System.Boolean)
  2173. cf4 : metDivine (type: System.Boolean)
  2174. cf5 : divineFinalConvo (type: System.Boolean)
  2175. cf6 : gaveFragileHeart (type: System.Boolean)
  2176. cf7 : gaveFragileGreed (type: System.Boolean)
  2177. cf8 : gaveFragileStrength (type: System.Boolean)
  2178. cfc : divineEatenConvos (type: System.Int32)
  2179. d00 : pooedFragileHeart (type: System.Boolean)
  2180. d01 : pooedFragileGreed (type: System.Boolean)
  2181. d02 : pooedFragileStrength (type: System.Boolean)
  2182. d04 : completionPercentage (type: System.Single)
  2183. d08 : disablePause (type: System.Boolean)
  2184. d09 : backerCredits (type: System.Boolean)
  2185. d0a : unlockedCompletionRate (type: System.Boolean)
  2186. d0c : mapKeyPref (type: System.Int32)
  2187. d0 : playerStory (type: System.Collections.Generic.List<System.String>)
  2188. d8 : playerStoryOutput (type: System.String)
  2189. d10 : betaEnd (type: System.Boolean)
  2190. d11 : newDatTraitorLord (type: System.Boolean)
  2191. e0 : bossReturnEntryGate (type: System.String)
  2192. e8 : bossDoorStateTier1 (type: BossSequenceDoor.Completion)
  2193. 100 : bossDoorStateTier2 (type: BossSequenceDoor.Completion)
  2194. 118 : bossDoorStateTier3 (type: BossSequenceDoor.Completion)
  2195. 130 : bossDoorStateTier4 (type: BossSequenceDoor.Completion)
  2196. 148 : bossDoorStateTier5 (type: BossSequenceDoor.Completion)
  2197. d14 : bossStatueTargetLevel (type: System.Int32)
  2198. 160 : currentBossStatueCompletionKey (type: System.String)
  2199. d18 : statueStateGruzMother (type: BossStatue.Completion)
  2200. d1f : statueStateVengefly (type: BossStatue.Completion)
  2201. d26 : statueStateBroodingMawlek (type: BossStatue.Completion)
  2202. d2d : statueStateFalseKnight (type: BossStatue.Completion)
  2203. d34 : statueStateFailedChampion (type: BossStatue.Completion)
  2204. d3b : statueStateHornet1 (type: BossStatue.Completion)
  2205. d42 : statueStateHornet2 (type: BossStatue.Completion)
  2206. d49 : statueStateMegaMossCharger (type: BossStatue.Completion)
  2207. d50 : statueStateMantisLords (type: BossStatue.Completion)
  2208. d57 : statueStateOblobbles (type: BossStatue.Completion)
  2209. d5e : statueStateGreyPrince (type: BossStatue.Completion)
  2210. d65 : statueStateBrokenVessel (type: BossStatue.Completion)
  2211. d6c : statueStateLostKin (type: BossStatue.Completion)
  2212. d73 : statueStateNosk (type: BossStatue.Completion)
  2213. d7a : statueStateFlukemarm (type: BossStatue.Completion)
  2214. d81 : statueStateCollector (type: BossStatue.Completion)
  2215. d88 : statueStateWatcherKnights (type: BossStatue.Completion)
  2216. d8f : statueStateSoulMaster (type: BossStatue.Completion)
  2217. d96 : statueStateSoulTyrant (type: BossStatue.Completion)
  2218. d9d : statueStateGodTamer (type: BossStatue.Completion)
  2219. da4 : statueStateCrystalGuardian1 (type: BossStatue.Completion)
  2220. dab : statueStateCrystalGuardian2 (type: BossStatue.Completion)
  2221. db2 : statueStateUumuu (type: BossStatue.Completion)
  2222. db9 : statueStateDungDefender (type: BossStatue.Completion)
  2223. dc0 : statueStateWhiteDefender (type: BossStatue.Completion)
  2224. dc7 : statueStateHiveKnight (type: BossStatue.Completion)
  2225. dce : statueStateTraitorLord (type: BossStatue.Completion)
  2226. dd5 : statueStateGrimm (type: BossStatue.Completion)
  2227. ddc : statueStateNightmareGrimm (type: BossStatue.Completion)
  2228. de3 : statueStateHollowKnight (type: BossStatue.Completion)
  2229. dea : statueStateElderHu (type: BossStatue.Completion)
  2230. df1 : statueStateGalien (type: BossStatue.Completion)
  2231. df8 : statueStateMarkoth (type: BossStatue.Completion)
  2232. dff : statueStateMarmu (type: BossStatue.Completion)
  2233. e06 : statueStateNoEyes (type: BossStatue.Completion)
  2234. e0d : statueStateXero (type: BossStatue.Completion)
  2235. e14 : statueStateGorb (type: BossStatue.Completion)
  2236. e1b : statueStateRadiance (type: BossStatue.Completion)
  2237. e22 : statueStateSly (type: BossStatue.Completion)
  2238. e29 : statueStateNailmasters (type: BossStatue.Completion)
  2239. e30 : statueStateMageKnight (type: BossStatue.Completion)
  2240. e37 : statueStatePaintmaster (type: BossStatue.Completion)
  2241. e3e : statueStateZote (type: BossStatue.Completion)
  2242. e45 : statueStateNoskHornet (type: BossStatue.Completion)
  2243. e4c : statueStateMantisLordsExtra (type: BossStatue.Completion)
  2244. e53 : godseekerUnlocked (type: System.Boolean)
  2245. 168 : currentBossSequence (type: BossSequenceController.BossSequenceData)
  2246. e54 : bossRushMode (type: System.Boolean)
  2247. e55 : bossDoorCageUnlocked (type: System.Boolean)
  2248. e56 : blueRoomDoorUnlocked (type: System.Boolean)
  2249. e57 : blueRoomActivated (type: System.Boolean)
  2250. e58 : finalBossDoorUnlocked (type: System.Boolean)
  2251. e59 : hasGodfinder (type: System.Boolean)
  2252. e5a : unlockedNewBossStatue (type: System.Boolean)
  2253. e5b : scaredFlukeHermitEncountered (type: System.Boolean)
  2254. e5c : scaredFlukeHermitReturned (type: System.Boolean)
  2255. e5d : enteredGGAtrium (type: System.Boolean)
  2256. e5e : extraFlowerAppear (type: System.Boolean)
  2257. e5f : givenGodseekerFlower (type: System.Boolean)
  2258. e60 : givenOroFlower (type: System.Boolean)
  2259. e61 : givenWhiteLadyFlower (type: System.Boolean)
  2260. e62 : givenEmilitiaFlower (type: System.Boolean)
  2261. 170 : unlockedBossScenes (type: System.Collections.Generic.List<System.String>)
  2262. e63 : queuedGodfinderIcon (type: System.Boolean)
  2263. e64 : godseekerSpokenAwake (type: System.Boolean)
  2264. e65 : nailsmithCorpseAppeared (type: System.Boolean)
  2265. e68 : godseekerWaterwaysSeenState (type: System.Int32)
  2266. e6c : godseekerWaterwaysSpoken1 (type: System.Boolean)
  2267. e6d : godseekerWaterwaysSpoken2 (type: System.Boolean)
  2268. e6e : godseekerWaterwaysSpoken3 (type: System.Boolean)
  2269. e70 : bossDoorEntranceTextSeen (type: System.Int32)
  2270. e74 : seenDoor4Finale (type: System.Boolean)
  2271. e75 : zoteStatueWallBroken (type: System.Boolean)
  2272. e76 : seenGGWastes (type: System.Boolean)
  2273. e77 : ordealAchieved (type: System.Boolean)
  2274. methods
  2275. base class
  2276. 199e5c2a270 : SceneData
  2277. static fields
  2278. 0 : _instance (type: SceneData)
  2279. fields
  2280. 10 : geoRocks (type: System.Collections.Generic.List<GeoRockData>)
  2281. 18 : persistentBoolItems (type: System.Collections.Generic.List<PersistentBoolData>)
  2282. 20 : persistentIntItems (type: System.Collections.Generic.List<PersistentIntData>)
  2283. methods
  2284. base class
  2285. 28ae74ab6f8 : UIManager
  2286. static fields
  2287. 0 : _instance (type: UIManager)
  2288. fields
  2289. 18 : gm (type: GameManager)
  2290. 20 : gs (type: GameSettings)
  2291. 28 : hero_ctrl (type: HeroController)
  2292. 30 : playerData (type: PlayerData)
  2293. 38 : ih (type: InputHandler)
  2294. 40 : uiAudioPlayer (type: MenuAudioController)
  2295. 48 : inputModule (type: InControl.HollowKnightInputModule)
  2296. 2a0 : MENU_FADE_SPEED (type: System.Single)
  2297. 2a4 : uiState (type: GlobalEnums.UIState)
  2298. 2a8 : menuState (type: GlobalEnums.MainMenuState)
  2299. 50 : eventSystem (type: UnityEngine.EventSystems.EventSystem)
  2300. 58 : UICanvas (type: UnityEngine.Canvas)
  2301. 60 : modalDimmer (type: UnityEngine.CanvasGroup)
  2302. 68 : canvasScaler (type: UnityEngine.UI.CanvasScaler)
  2303. 70 : gameplaySnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  2304. 78 : menuSilenceSnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  2305. 80 : menuPauseSnapshot (type: UnityEngine.Audio.AudioMixerSnapshot)
  2306. 88 : mainMenuScreen (type: UnityEngine.CanvasGroup)
  2307. 90 : mainMenuButtons (type: MainMenuOptions)
  2308. 98 : gameTitle (type: UnityEngine.SpriteRenderer)
  2309. a0 : subtitleFSM (type: PlayMakerFSM)
  2310. a8 : saveProfileScreen (type: UnityEngine.CanvasGroup)
  2311. b0 : saveProfileTitle (type: UnityEngine.CanvasGroup)
  2312. b8 : saveProfileControls (type: UnityEngine.CanvasGroup)
  2313. c0 : saveProfileTopFleur (type: UnityEngine.Animator)
  2314. c8 : saveSlots (type: PreselectOption)
  2315. d0 : slotOne (type: UnityEngine.UI.SaveSlotButton)
  2316. d8 : slotTwo (type: UnityEngine.UI.SaveSlotButton)
  2317. e0 : slotThree (type: UnityEngine.UI.SaveSlotButton)
  2318. e8 : slotFour (type: UnityEngine.UI.SaveSlotButton)
  2319. f0 : checkpointSprite (type: CheckpointSprite)
  2320. f8 : optionsMenuScreen (type: MenuScreen)
  2321. 100 : gameOptionsMenuScreen (type: MenuScreen)
  2322. 108 : gameMenuOptions (type: GameMenuOptions)
  2323. 110 : languageSetting (type: UnityEngine.UI.MenuLanguageSetting)
  2324. 118 : backerCreditsSetting (type: MenuSetting)
  2325. 120 : nativeAchievementsSetting (type: MenuSetting)
  2326. 128 : controllerRumbleSetting (type: MenuSetting)
  2327. 130 : nativeInputSetting (type: MenuSetting)
  2328. 138 : audioMenuScreen (type: MenuScreen)
  2329. 140 : masterSlider (type: MenuAudioSlider)
  2330. 148 : musicSlider (type: MenuAudioSlider)
  2331. 150 : soundSlider (type: MenuAudioSlider)
  2332. 158 : videoMenuScreen (type: MenuScreen)
  2333. 160 : videoMenuOptions (type: VideoMenuOptions)
  2334. 168 : resolutionOption (type: UnityEngine.UI.MenuResolutionSetting)
  2335. 170 : countdownTimer (type: ResolutionCountdownTimer)
  2336. 178 : fullscreenOption (type: MenuSetting)
  2337. 180 : vsyncOption (type: MenuSetting)
  2338. 188 : particlesOption (type: MenuSetting)
  2339. 190 : shadersOption (type: MenuSetting)
  2340. 198 : displayOption (type: UnityEngine.UI.MenuDisplaySetting)
  2341. 1a0 : frameCapOption (type: MenuSetting)
  2342. 1a8 : gamepadMenuScreen (type: MenuScreen)
  2343. 1b0 : controllerDetect (type: ControllerDetect)
  2344. 1b8 : remapGamepadMenuScreen (type: MenuScreen)
  2345. 1c0 : keyboardMenuScreen (type: MenuScreen)
  2346. 1c8 : overscanMenuScreen (type: MenuScreen)
  2347. 1d0 : overscanSetting (type: OverscanSetting)
  2348. 1d8 : brightnessMenuScreen (type: MenuScreen)
  2349. 1e0 : brightnessSetting (type: BrightnessSetting)
  2350. 1e8 : achievementsMenuScreen (type: MenuScreen)
  2351. 1f0 : achievementListRect (type: UnityEngine.RectTransform)
  2352. 1f8 : menuAchievementsList (type: MenuAchievementsList)
  2353. 200 : hiddenIcon (type: UnityEngine.Sprite)
  2354. 208 : achievementsPopupPanel (type: UnityEngine.GameObject)
  2355. 210 : extrasMenuScreen (type: MenuScreen)
  2356. 218 : extrasContentMenuScreen (type: MenuScreen)
  2357. 220 : playModeMenuScreen (type: MenuScreen)
  2358. 228 : pauseMenuAnimator (type: UnityEngine.Animator)
  2359. 230 : pauseMenuScreen (type: MenuScreen)
  2360. 238 : engageMenuScreen (type: MenuScreen)
  2361. 2ac : didLeaveEngageMenu (type: System.Boolean)
  2362. 240 : noSaveMenuScreen (type: MenuScreen)
  2363. 248 : quitGamePrompt (type: MenuScreen)
  2364. 250 : returnMainMenuPrompt (type: MenuScreen)
  2365. 258 : resolutionPrompt (type: MenuScreen)
  2366. 260 : cinematicSkipPopup (type: CinematicSkipPopup)
  2367. 268 : uiButtonSkins (type: UIButtonSkins)
  2368. 2ad : clearSaveFile (type: System.Boolean)
  2369. 270 : lastSelected (type: UnityEngine.UI.Selectable)
  2370. 2ae : lastSubmitWasMouse (type: System.Boolean)
  2371. 278 : activePrompt (type: MenuScreen)
  2372. 2af : ignoreUnpause (type: System.Boolean)
  2373. 2b0 : isFadingMenu (type: System.Boolean)
  2374. 2b4 : startMenuTime (type: System.Single)
  2375. 280 : togglePauseCo (type: UnityEngine.Coroutine)
  2376. 288 : goToPauseMenuCo (type: UnityEngine.Coroutine)
  2377. 290 : leavePauseMenuCo (type: UnityEngine.Coroutine)
  2378. 298 : graphicRaycaster (type: UnityEngine.UI.GraphicRaycaster)
  2379. 2b8 : menuAnimationCounter (type: System.Int32)
  2380. 2bc : permaDeath (type: System.Boolean)
  2381. 2bd : bossRush (type: System.Boolean)
  2382. methods
  2383. base class
  2384. 1f5e0f7d268 : UnityEngine.Vector3
  2385. static fields
  2386. 0 : zeroVector (type: UnityEngine.Vector3)
  2387. c : oneVector (type: UnityEngine.Vector3)
  2388. 18 : upVector (type: UnityEngine.Vector3)
  2389. 24 : downVector (type: UnityEngine.Vector3)
  2390. 30 : leftVector (type: UnityEngine.Vector3)
  2391. 3c : rightVector (type: UnityEngine.Vector3)
  2392. 48 : forwardVector (type: UnityEngine.Vector3)
  2393. 54 : backVector (type: UnityEngine.Vector3)
  2394. 60 : positiveInfinityVector (type: UnityEngine.Vector3)
  2395. 6c : negativeInfinityVector (type: UnityEngine.Vector3)
  2396. fields
  2397. 10 : x (type: System.Single)
  2398. 14 : y (type: System.Single)
  2399. 18 : z (type: System.Single)
  2400. methods
  2401. base class
  2402.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement