├── .gitattributes ├── .github ├── actions │ └── build │ │ └── action.yml └── workflows │ ├── checks.yml │ └── release.yml ├── .gitignore ├── .vscode ├── settings.json └── tasks.json ├── BUILD_ENV ├── CHANGELOG.md ├── CheatTable ├── .xml └── CheatEntries │ ├── .xml │ └── Open - The Grand Archives - Elden Ring │ ├── .cea │ ├── .xml │ ├── Camera │ ├── .xml │ ├── CSDebugCam │ │ ├── 107881 │ │ │ ├── .xml │ │ │ ├── 107882.xml │ │ │ ├── 107883.xml │ │ │ ├── 107884.xml │ │ │ └── 107885.xml │ │ ├── 107886 │ │ │ ├── .xml │ │ │ ├── 107887.xml │ │ │ ├── 107888.xml │ │ │ ├── 107889.xml │ │ │ └── 107890.xml │ │ ├── 107891 │ │ │ ├── .xml │ │ │ ├── 107892.xml │ │ │ ├── 107893.xml │ │ │ ├── 107894.xml │ │ │ └── 107895.xml │ │ ├── .xml │ │ ├── 107900.xml │ │ ├── 107901.xml │ │ ├── FOV.xml │ │ ├── Render Dist.xml │ │ ├── Reset.cea │ │ ├── Reset.xml │ │ ├── Set CSDebugCam to CSPersCam1 values.cea │ │ ├── Set CSDebugCam to CSPersCam1 values.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── CSPersCam0 │ │ ├── 107809 │ │ │ ├── .xml │ │ │ ├── 107810.xml │ │ │ ├── 107811.xml │ │ │ ├── 107812.xml │ │ │ └── 107813.xml │ │ ├── 107814 │ │ │ ├── .xml │ │ │ ├── 107815.xml │ │ │ ├── 107816.xml │ │ │ ├── 107817.xml │ │ │ └── 107818.xml │ │ ├── 107819 │ │ │ ├── .xml │ │ │ ├── 107820.xml │ │ │ ├── 107821.xml │ │ │ ├── 107822.xml │ │ │ └── 107823.xml │ │ ├── .xml │ │ ├── 107827.xml │ │ ├── 107829.xml │ │ ├── 107830.xml │ │ ├── FOV.xml │ │ ├── Render Dist.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── CSPersCam1 │ │ ├── 107833 │ │ │ ├── .xml │ │ │ ├── 107834.xml │ │ │ ├── 107835.xml │ │ │ ├── 107836.xml │ │ │ └── 107837.xml │ │ ├── 107838 │ │ │ ├── .xml │ │ │ ├── 107839.xml │ │ │ ├── 107840.xml │ │ │ ├── 107841.xml │ │ │ └── 107842.xml │ │ ├── 107843 │ │ │ ├── .xml │ │ │ ├── 107844.xml │ │ │ ├── 107845.xml │ │ │ ├── 107846.xml │ │ │ └── 107847.xml │ │ ├── .xml │ │ ├── 107851.xml │ │ ├── 107853.xml │ │ ├── 107854.xml │ │ ├── FOV.xml │ │ ├── Render Dist.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── CSPersCam2 │ │ ├── 107857 │ │ │ ├── .xml │ │ │ ├── 107858.xml │ │ │ ├── 107859.xml │ │ │ ├── 107860.xml │ │ │ └── 107861.xml │ │ ├── 107862 │ │ │ ├── .xml │ │ │ ├── 107863.xml │ │ │ ├── 107864.xml │ │ │ ├── 107865.xml │ │ │ └── 107866.xml │ │ ├── 107867 │ │ │ ├── .xml │ │ │ ├── 107868.xml │ │ │ ├── 107869.xml │ │ │ ├── 107870.xml │ │ │ └── 107871.xml │ │ ├── .xml │ │ ├── 107875.xml │ │ ├── 107877.xml │ │ ├── 107878.xml │ │ ├── FOV.xml │ │ ├── Render Dist.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── FieldArea.xml │ ├── Free Camera │ │ ├── .cea │ │ ├── .xml │ │ ├── Free camera mode [A+L3] フリーカメラモード.xml │ │ ├── How to use.cea │ │ └── How to use.xml │ └── GameRend.xml │ ├── Coordinates & Teleport │ ├── .xml │ ├── Bloodstain │ │ ├── .xml │ │ ├── HeroPoint.xml │ │ ├── Map.xml │ │ ├── Souls.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── InitPos │ │ ├── .xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── Player Character │ │ ├── .xml │ │ ├── Chunk Coords │ │ │ ├── .xml │ │ │ ├── X.xml │ │ │ ├── Y.xml │ │ │ └── Z.xml │ │ ├── Global Coords (read only) │ │ │ ├── .xml │ │ │ ├── X.xml │ │ │ ├── Y.xml │ │ │ └── Z.xml │ │ ├── Local Coords │ │ │ ├── .xml │ │ │ ├── X.xml │ │ │ ├── Y.xml │ │ │ └── Z.xml │ │ └── NoGravity.xml │ └── Teleport to Map-Relative Coordinates │ │ ├── Set Target to Current Position.cea │ │ ├── Set Target to Current Position.xml │ │ ├── Teleport to Bloodstain.cea │ │ ├── Teleport to Bloodstain.xml │ │ ├── Teleport.cea │ │ ├── Teleport.xml │ │ ├── .cea │ │ ├── .xml │ │ ├── Current Map-Relative Coords │ │ ├── .xml │ │ ├── Angle.xml │ │ ├── Map ID.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ │ └── Target Coords │ │ ├── .xml │ │ ├── Map ID.xml │ │ ├── X.xml │ │ ├── Y.xml │ │ └── Z.xml │ ├── Debug Stuff │ ├── .xml │ ├── GAME │ │ ├── .xml │ │ ├── Damage management ダメージ管理 │ │ │ ├── .xml │ │ │ ├── Damage from weapon Damipoli 武器ダミポリからダメージ発生するか.xml │ │ │ ├── Damage number ダメージ数.xml │ │ │ ├── Debug sphere display デバッグ球表示.xml │ │ │ ├── Debug sphere display 2 デバッグ球表示2.xml │ │ │ ├── Display debug information デバッグ情報表示.xml │ │ │ ├── Display the farthest attack arrival point 最遠攻撃到達点を表示.xml │ │ │ ├── Generated damage list 発生ダメージ一覧 │ │ │ │ ├── .xml │ │ │ │ └── Damage number ダメージ数[ SUM%d POOL%d ] [ EM%d SUM%d ].xml │ │ │ ├── History usage number 履歴使用数.xml │ │ │ ├── Slope of low hit assumed on the floor [angle 0-180] 床で仮定するロウヒットの斜度[角度 0〜180].xml │ │ │ ├── Sparking distance 火花出す距離.xml │ │ │ ├── Whether damage occurs by referring to attack parameters 攻撃パラメータ参照してダメージ発生するか.xml │ │ │ └── Whether to cast the damage with large rotation angle in multiple times 回転角が大きいダメージを複数回に分けてシェイプキャストするか.xml │ │ ├── LOCK_TGT_MAN │ │ │ ├── --- 2.xml │ │ │ ├── --- 3.xml │ │ │ ├── --- 4.xml │ │ │ ├── --- 5.xml │ │ │ ├── --- 6.xml │ │ │ ├── ---.xml │ │ │ ├── .xml │ │ │ ├── 107982.xml │ │ │ ├── 107983.xml │ │ │ ├── 107988.xml │ │ │ ├── 107989.xml │ │ │ ├── 107990.xml │ │ │ ├── 107991.xml │ │ │ ├── 107992.xml │ │ │ ├── CamAllRangeLockRadius.xml │ │ │ ├── CamFrontRangeLockRadius.xml │ │ │ ├── ChrAllRangeLockRadius.xml │ │ │ ├── ChrFrontRangeLockHalfAng [deg].xml │ │ │ ├── ChrFrontRangeLockRadius.xml │ │ │ ├── ChrFrontScoreAddBonusMax.xml │ │ │ ├── ChrFrontScoreAddBonusMaxEndHalfAng.xml │ │ │ ├── ChrLockRangeMaxRadius.xml │ │ │ ├── ChrLockRangeMaxRadius_forDark.xml │ │ │ ├── ChrLockRangeMaxRadius_forPitchDark.xml │ │ │ ├── Invisible lock timeout time [sec] 不可視ロックタイムアウト時間 [sec].xml │ │ │ ├── Is camera lock enabled カメラロックが有効か.xml │ │ │ ├── Is debug display enabled デバッグ表示が有効か.xml │ │ │ ├── Is it effective to test that hits that the camera does not hit also locks カメラの当たらないヒットにロックも当たらないテストが有効か.xml │ │ │ ├── Is lock mode enabled ロックモードが有効か.xml │ │ │ ├── Is lock range radius bonus damping effective ロック範囲半径ボーナス減衰が有効か.xml │ │ │ ├── Is manual lock change effective 手動ロック変更が有効か.xml │ │ │ ├── Is the lock target debug display enabled ロックターゲットデバッグ表示が有効か.xml │ │ │ ├── Is the summoning magic lock target debug display effective 召喚魔法用ロックターゲットデバッグ表示が有効か.xml │ │ │ ├── IsLockMode.xml │ │ │ ├── LockCamParamID ロックカメラパラムID.xml │ │ │ ├── LockCamParamInterpolationRate (0.0 to 1.0) ロックカメラパラム補間率(0.0〜1.0).xml │ │ │ ├── LockRangeRadiusBonus.xml │ │ │ ├── LockRangeRadiusBonusDampingEndAngle [rad] ロック範囲半径ボーナス減衰終了角度 [rad].xml │ │ │ ├── LockRangeRadiusBonusDampingStartAngle [rad] ロック範囲半径ボーナス減衰開始角度 [rad].xml │ │ │ ├── LockTgtListNum.xml │ │ │ ├── MapLockCamParamID マップ指定ロックカメラパラムID.xml │ │ │ ├── Stick playing frame スティック弾きフレーム.xml │ │ │ ├── Stick playing range [deg] スティック弾き範囲 [deg].xml │ │ │ ├── Stick playing strength スティック弾き強度.xml │ │ │ ├── TgtHeightMax.xml │ │ │ ├── TgtHeightRate.xml │ │ │ ├── Use flip target switching 弾きターゲット切替を使うか.xml │ │ │ ├── VisibleCheckIntervalTime.xml │ │ │ ├── Whether auto lock change is effective オートロック変更が有効か.xml │ │ │ ├── Whether auto lock change restriction is effective オートロック変更制限が有効か.xml │ │ │ ├── Whether forced lock is effective for conversation characters 会話キャラを強制ロックが有効か.xml │ │ │ ├── Whether player lock is effective プレイヤロックが有効か.xml │ │ │ ├── Whether the timeout in the visibility judgment of the locked target is valid ロック中ターゲットの可視判定でのタイムアウトが有効か.xml │ │ │ ├── Whether visibility judgment has been performed or whether debug display is enabled 可視判定をしたかデバッグ表示が有効か.xml │ │ │ └── camFrontRangeLockHalfAng [deg].xml │ │ ├── Party Member Info │ │ │ ├── .xml │ │ │ ├── 108014.xml │ │ │ ├── 108016.xml │ │ │ ├── 108018.xml │ │ │ ├── NPC members NPC メンバーの数.xml │ │ │ ├── black ghosts ブラックゴーストの数.xml │ │ │ ├── connected members 接続してるメンバーの数.xml │ │ │ ├── detective ghosts 探知ゴーストの数.xml │ │ │ ├── memberInfo │ │ │ │ ├── .xml │ │ │ │ ├── Slot 0 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108026.xml │ │ │ │ │ ├── 108027.xml │ │ │ │ │ ├── 108028.xml │ │ │ │ │ ├── 108029.xml │ │ │ │ │ ├── 108032.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ │ ├── Slot 1 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108037.xml │ │ │ │ │ ├── 108038.xml │ │ │ │ │ ├── 108039.xml │ │ │ │ │ ├── 108040.xml │ │ │ │ │ ├── 108043.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ │ ├── Slot 2 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108048.xml │ │ │ │ │ ├── 108049.xml │ │ │ │ │ ├── 108050.xml │ │ │ │ │ ├── 108051.xml │ │ │ │ │ ├── 108054.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ │ ├── Slot 3 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108059.xml │ │ │ │ │ ├── 108060.xml │ │ │ │ │ ├── 108061.xml │ │ │ │ │ ├── 108062.xml │ │ │ │ │ ├── 108065.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ │ ├── Slot 4 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108070.xml │ │ │ │ │ ├── 108071.xml │ │ │ │ │ ├── 108072.xml │ │ │ │ │ ├── 108073.xml │ │ │ │ │ ├── 108076.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ │ └── Slot 5 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 108081.xml │ │ │ │ │ ├── 108082.xml │ │ │ │ │ ├── 108083.xml │ │ │ │ │ ├── 108084.xml │ │ │ │ │ ├── 108087.xml │ │ │ │ │ ├── endFlag.xml │ │ │ │ │ ├── handle.xml │ │ │ │ │ ├── initFlag.xml │ │ │ │ │ ├── state.xml │ │ │ │ │ └── type.xml │ │ │ ├── members created キャラ作成済みのメンバーの数.xml │ │ │ └── white ghosts ホワイトゴーストの数.xml │ │ └── ThrowMan (PairAnimManager) │ │ │ ├── .xml │ │ │ └── Draw Throw Area.xml │ ├── GRAPHICS │ │ ├── .xml │ │ ├── GAME REND │ │ │ ├── .xml │ │ │ └── Free camera mode フリーカメラモード.xml │ │ └── GFX │ │ │ ├── .xml │ │ │ ├── Current FPS.xml │ │ │ ├── Debug FPS デバッグFPS.xml │ │ │ └── Use Debug FPS デバッグFPSを利用するか.xml │ ├── NETWORK.xml │ ├── PERFORMANCE.xml │ ├── RESOURCE.xml │ ├── SOUND.xml │ └── SYSTEM │ │ ├── .xml │ │ ├── DLC │ │ ├── ...49.xml │ │ ├── .xml │ │ ├── 3.xml │ │ ├── Bonus Gesture.xml │ │ ├── Shadow of the Erdtree Bonus Gesture.xml │ │ └── Shadow of the Erdtree.xml │ │ ├── FrpgHavokMan.xml │ │ ├── FrpgPhysWorld.xml │ │ ├── LOCALIZE.xml │ │ ├── TROPHY │ │ ├── ----------------------.xml │ │ ├── .xml │ │ ├── ID0 Elden Ring.xml │ │ ├── ID1 Elden Lord.xml │ │ ├── ID10 Maliketh the Black Blade.xml │ │ ├── ID11 Hoarah Loux the Warrior.xml │ │ ├── ID12 Dragonlord Placidusax.xml │ │ ├── ID13 God-Slaying Armament.xml │ │ ├── ID14 Legendary Armaments.xml │ │ ├── ID15 Legendary Ashen Remains.xml │ │ ├── ID16 Legendary Sorceries and Incantations.xml │ │ ├── ID17 Legendary Talismans.xml │ │ ├── ID18 Rennala, Queen of the Full Moon.xml │ │ ├── ID19 Lichdragon Fortissax.xml │ │ ├── ID2 Age of the Stars.xml │ │ ├── ID20 Godskin Duo.xml │ │ ├── ID21 Fire Giant.xml │ │ ├── ID22 Dragonkin Soldier of Nokstella.xml │ │ ├── ID23 Regal Ancestor Spirit.xml │ │ ├── ID24 Valiant Gargoyle.xml │ │ ├── ID25 Margit the Fell Omen.xml │ │ ├── ID26 Red Wolf of Radagon.xml │ │ ├── ID27 Godskin Noble.xml │ │ ├── ID28 Magma Wyrm Makar.xml │ │ ├── ID29 Godfrey the First Lord.xml │ │ ├── ID3 Lord of Frenzied Flame.xml │ │ ├── ID30 Mohg, the Omen.xml │ │ ├── ID31 Mimic Tear.xml │ │ ├── ID32 Loretta, Knight of the Haligtree.xml │ │ ├── ID33 Astel, Naturalborn of the Void.xml │ │ ├── ID34 Leonine Misbegotten.xml │ │ ├── ID35 Royal Knight Loretta.xml │ │ ├── ID36 Elemer of the Briar.xml │ │ ├── ID37 Ancestor Spirit.xml │ │ ├── ID38 Commander Niall.xml │ │ ├── ID39 Roundtable Hold.xml │ │ ├── ID4 Shardbearer Godrick.xml │ │ ├── ID40 Great Rune.xml │ │ ├── ID41 Erdtree Aflame.xml │ │ ├── ID5 Shardbearer Radahn.xml │ │ ├── ID6 Shardbearer Morgott.xml │ │ ├── ID7 Shardbearer Rykard.xml │ │ ├── ID8 Shardbearer Malenia.xml │ │ ├── ID9 Shardbearer Mohg.xml │ │ └── TrophyUnlock │ │ │ ├── Unlock.cea │ │ │ ├── Unlock.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Trophy ID.xml │ │ ├── USER MAN.xml │ │ └── WINDOW │ │ ├── .xml │ │ ├── Borderless Windowed Resolution.xml │ │ ├── Current Resolution.xml │ │ ├── Fullscreen Resolution.xml │ │ ├── GRAPHICSCONFIG │ │ ├── .xml │ │ ├── Antialiasing アンチエイリアシング品質.xml │ │ ├── Auto-detect best rendering settings 自動描画調整.xml │ │ ├── Depth of field DOF品質.xml │ │ ├── Effects quality エフェクト品質.xml │ │ ├── Global Illumination Quality.xml │ │ ├── Grass Quality.xml │ │ ├── Lighting quality ライティング品質.xml │ │ ├── Motion blur モーションブラー品質.xml │ │ ├── Quality Setting.xml │ │ ├── Ray Tracing Quality.xml │ │ ├── Reflection quality 反射品質.xml │ │ ├── Resolution-BorderlessWindowedHeight.xml │ │ ├── Resolution-BorderlessWindowedWidth.xml │ │ ├── Resolution-FullScreenHeight 画面解像度-フルスクリーン height.xml │ │ ├── Resolution-FullScreenWidth 画面解像度-フルスクリーン width.xml │ │ ├── Resolution-WindowScreenHeight 画面解像度-ウインドウ height.xml │ │ ├── Resolution-WindowScreenWidth 画面解像度-ウインドウ width.xml │ │ ├── SSAO SSAO品質.xml │ │ ├── Screen Mode スクリーンモード.xml │ │ ├── Shader quality シェーダー品質.xml │ │ ├── Shadow quality シャドウ品質.xml │ │ ├── Texture quality テクスチャフィルタ品質.xml │ │ ├── Volumetric Quality.xml │ │ └── Water surface quality 水面品質.xml │ │ ├── ScreenMode.xml │ │ └── Windowed Resolution.xml │ ├── Event Flags │ ├── .xml │ ├── Deprecated │ │ ├── (Old) Unlock all Cookbooks.cea │ │ ├── (Old) Unlock all Cookbooks.xml │ │ ├── (Old) Unlock all Graces.cea │ │ ├── (Old) Unlock all Graces.xml │ │ ├── (Old) Unlock all Maps.cea │ │ ├── (Old) Unlock all Maps.xml │ │ ├── (Old) Unlock all Whetblades.cea │ │ ├── (Old) Unlock all Whetblades.xml │ │ ├── .xml │ │ ├── Bosses │ │ │ ├── .xml │ │ │ ├── Dungeon │ │ │ │ ├── .xml │ │ │ │ ├── Godrick, the Grafted [Stormveil Castle] │ │ │ │ │ ├── .xml │ │ │ │ │ ├── isDefeated.xml │ │ │ │ │ └── isEncountered.xml │ │ │ │ ├── Margit, the Fell Omen [Castleward Tunnel] │ │ │ │ │ ├── .xml │ │ │ │ │ ├── isDefeated.xml │ │ │ │ │ └── isEncountered.xml │ │ │ │ ├── Red Wolf of Radagon [Academy of Raya Lucaria] │ │ │ │ │ ├── .xml │ │ │ │ │ ├── isDefeated.xml │ │ │ │ │ └── isEncountered.xml │ │ │ │ └── Rennala, Queen of the Full Moon [Academy of Raya Lucaria] │ │ │ │ │ ├── .xml │ │ │ │ │ ├── isDefeated.xml │ │ │ │ │ ├── isEncountered.xml │ │ │ │ │ └── isNPC.xml │ │ │ └── Open World │ │ │ │ ├── .xml │ │ │ │ └── Tree Sentinel [The First Step] │ │ │ │ ├── .xml │ │ │ │ └── isDefeated.xml │ │ ├── Cookbooks │ │ │ ├── .xml │ │ │ ├── Ancient Dragon Apostle's Cookbook [1].xml │ │ │ ├── Ancient Dragon Apostle's Cookbook [2].xml │ │ │ ├── Ancient Dragon Apostle's Cookbook [3].xml │ │ │ ├── Ancient Dragon Apostle's Cookbook [4].xml │ │ │ ├── Armorer's Cookbook [1].xml │ │ │ ├── Armorer's Cookbook [2].xml │ │ │ ├── Armorer's Cookbook [3].xml │ │ │ ├── Armorer's Cookbook [4].xml │ │ │ ├── Armorer's Cookbook [5].xml │ │ │ ├── Armorer's Cookbook [6].xml │ │ │ ├── Armorer's Cookbook [7].xml │ │ │ ├── Fevor's Cookbook [1].xml │ │ │ ├── Fevor's Cookbook [2].xml │ │ │ ├── Fevor's Cookbook [3].xml │ │ │ ├── Frenzied's Cookbook [1].xml │ │ │ ├── Frenzied's Cookbook [2].xml │ │ │ ├── Glintstone Craftsman's Cookbook [1].xml │ │ │ ├── Glintstone Craftsman's Cookbook [2].xml │ │ │ ├── Glintstone Craftsman's Cookbook [3].xml │ │ │ ├── Glintstone Craftsman's Cookbook [4].xml │ │ │ ├── Glintstone Craftsman's Cookbook [5].xml │ │ │ ├── Glintstone Craftsman's Cookbook [6].xml │ │ │ ├── Glintstone Craftsman's Cookbook [7].xml │ │ │ ├── Glintstone Craftsman's Cookbook [8].xml │ │ │ ├── Missionary's Cookbook [1].xml │ │ │ ├── Missionary's Cookbook [2].xml │ │ │ ├── Missionary's Cookbook [3].xml │ │ │ ├── Missionary's Cookbook [4].xml │ │ │ ├── Missionary's Cookbook [5].xml │ │ │ ├── Missionary's Cookbook [6].xml │ │ │ ├── Missionary's Cookbook [7].xml │ │ │ ├── Nomadic Warrior's Cookbook [10].xml │ │ │ ├── Nomadic Warrior's Cookbook [11].xml │ │ │ ├── Nomadic Warrior's Cookbook [12].xml │ │ │ ├── Nomadic Warrior's Cookbook [13].xml │ │ │ ├── Nomadic Warrior's Cookbook [14].xml │ │ │ ├── Nomadic Warrior's Cookbook [15].xml │ │ │ ├── Nomadic Warrior's Cookbook [16].xml │ │ │ ├── Nomadic Warrior's Cookbook [17].xml │ │ │ ├── Nomadic Warrior's Cookbook [18].xml │ │ │ ├── Nomadic Warrior's Cookbook [19].xml │ │ │ ├── Nomadic Warrior's Cookbook [20].xml │ │ │ ├── Nomadic Warrior's Cookbook [21].xml │ │ │ ├── Nomadic Warrior's Cookbook [22].xml │ │ │ ├── Nomadic Warrior's Cookbook [23].xml │ │ │ ├── Nomadic Warrior's Cookbook [24].xml │ │ │ ├── Nomadic Warrior's Cookbook [3].xml │ │ │ ├── Nomadic Warrior's Cookbook [4].xml │ │ │ ├── Nomadic Warrior's Cookbook [5].xml │ │ │ ├── Nomadic Warrior's Cookbook [6].xml │ │ │ ├── Nomadic Warrior's Cookbook [7].xml │ │ │ ├── Nomadic Warrior's Cookbook [8].xml │ │ │ ├── Nomadic Warrior's Cookbook [9].xml │ │ │ ├── Nomadic warrior's Cookbook [1].xml │ │ │ ├── Nomadic warrior's Cookbook [2].xml │ │ │ ├── Perfumer's Cookbook [1].xml │ │ │ ├── Perfumer's Cookbook [2].xml │ │ │ ├── Perfumer's Cookbook [3].xml │ │ │ └── Perfumer's Cookbook [4].xml │ │ ├── Doors, breakable floors, walls │ │ │ ├── .xml │ │ │ ├── Limgrave │ │ │ │ ├── .xml │ │ │ │ ├── Chapel of Anticipation.xml │ │ │ │ ├── Deathtouched Catacombs 1.xml │ │ │ │ ├── Deathtouched Catacombs 2.xml │ │ │ │ ├── Murkwater Catacombs 1.xml │ │ │ │ ├── Murkwater Catacombs 2.xml │ │ │ │ ├── Stormfoot Catacombs 1.xml │ │ │ │ ├── Stormfoot Catacombs 2.xml │ │ │ │ ├── Stranded Graveyard 1.xml │ │ │ │ ├── Stranded Graveyard 2.xml │ │ │ │ └── Stranded Graveyard fog wall.xml │ │ │ ├── Liurnia │ │ │ │ ├── .xml │ │ │ │ ├── Cliffbottom Catabombs 1.xml │ │ │ │ ├── Cliffbottom Catabombs 2.xml │ │ │ │ ├── Cliffbottom Catabombs fog wall.xml │ │ │ │ ├── Laskyar Ruins.xml │ │ │ │ └── Purified Ruins.xml │ │ │ ├── Roundtable Hold │ │ │ │ ├── .xml │ │ │ │ ├── Fog wall 1.xml │ │ │ │ ├── Fog wall 2.xml │ │ │ │ └── Gideon's room.xml │ │ │ ├── Stormveil Castle │ │ │ │ ├── .xml │ │ │ │ ├── Door above Chrysalids area │ │ │ │ │ ├── .xml │ │ │ │ │ └── Door above Chrysalids area.xml │ │ │ │ ├── Fog wall - Godskin Prayerbook, Godslayer's Seal.xml │ │ │ │ ├── Fog wall - Iron Whetblade.xml │ │ │ │ ├── Godrick door.xml │ │ │ │ ├── Liftside Chamber door │ │ │ │ │ ├── .xml │ │ │ │ │ └── Liftside Chamber door.xml │ │ │ │ ├── Main gate.xml │ │ │ │ ├── Rusty Key ambush room.xml │ │ │ │ └── Rusty Key door │ │ │ │ │ ├── .xml │ │ │ │ │ └── Rusty Key door.xml │ │ │ └── Weeping Peninsula │ │ │ │ ├── .xml │ │ │ │ ├── Earthbore Cave breakable floor.xml │ │ │ │ ├── Impaler's Catacombs 1.xml │ │ │ │ ├── Impaler's Catacombs 2.xml │ │ │ │ ├── Tombsward Catacombs 1.xml │ │ │ │ ├── Tombsward Catacombs 2.xml │ │ │ │ └── Tombsward Catacombs fog wall.xml │ │ ├── Maps │ │ │ ├── .xml │ │ │ ├── Map Ainsel River.xml │ │ │ ├── Map Altus Plateur.xml │ │ │ ├── Map Caelid.xml │ │ │ ├── Map Center.xml │ │ │ ├── Map Deeprooth Depths.xml │ │ │ ├── Map Dragonbarrow.xml │ │ │ ├── Map Fringefolk Hero's Cave.xml │ │ │ ├── Map Lake of Rot.xml │ │ │ ├── Map Leyndell, Royal Capital.xml │ │ │ ├── Map Limgrave, East.xml │ │ │ ├── Map Limgrave, West.xml │ │ │ ├── Map Liurnia, East.xml │ │ │ ├── Map Liurnia, North.xml │ │ │ ├── Map Liurnia, West.xml │ │ │ ├── Map Mohgwyn Palace.xml │ │ │ ├── Map Mountaintops of the Giants, East.xml │ │ │ ├── Map Mountaintops of the Giants, North.xml │ │ │ ├── Map Mountaintops of the Giants, West.xml │ │ │ ├── Map Mt. Gelmir.xml │ │ │ ├── Map N.xml │ │ │ ├── Map NE.xml │ │ │ ├── Map NW.xml │ │ │ ├── Map SE.xml │ │ │ ├── Map SW.xml │ │ │ ├── Map Siofra River.xml │ │ │ ├── Map Stormfoot Catacombs.xml │ │ │ ├── Map Weeping Peninsula.xml │ │ │ └── Show underground.xml │ │ ├── Misc │ │ │ ├── .xml │ │ │ └── In cut-sceneloading screen.xml │ │ ├── NPCs │ │ │ ├── .xml │ │ │ ├── Alexander │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Rear Gael Tunnel Entrance.xml │ │ │ │ └── Limgrave - quest start.xml │ │ │ ├── Bernahl │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ └── Dead.xml │ │ │ ├── Blaidd │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ └── Dead.xml │ │ │ ├── Boc │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Coastal Cave.xml │ │ │ │ ├── Limgrave - quest start.xml │ │ │ │ └── Liurnia - Lake-Facing Cliffs.xml │ │ │ ├── Boggart │ │ │ │ ├── .xml │ │ │ │ ├── 1. Liurnia - Boilprawn Shack.xml │ │ │ │ ├── 107427.xml │ │ │ │ ├── 107430.xml │ │ │ │ ├── 107431.xml │ │ │ │ ├── 107432.xml │ │ │ │ ├── 107433.xml │ │ │ │ ├── 107434.xml │ │ │ │ ├── 107435.xml │ │ │ │ ├── 107436.xml │ │ │ │ ├── 107437.xml │ │ │ │ ├── 107438.xml │ │ │ │ ├── 107439.xml │ │ │ │ ├── 107441.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ └── Dead.xml │ │ │ ├── D │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Summonwater Village.xml │ │ │ │ ├── Limgrave - quest start.xml │ │ │ │ ├── Related to Gurranq.xml │ │ │ │ └── Roundtable Hold.xml │ │ │ ├── Diallos │ │ │ │ ├── .xml │ │ │ │ ├── 1. Roundtable Hold.xml │ │ │ │ ├── 107458.xml │ │ │ │ ├── 107459.xml │ │ │ │ ├── 107460.xml │ │ │ │ ├── 107461.xml │ │ │ │ ├── 107462.xml │ │ │ │ ├── 107463.xml │ │ │ │ ├── 107464.xml │ │ │ │ ├── 107465.xml │ │ │ │ ├── 107466.xml │ │ │ │ ├── 2. Liurnia - Academy Gate Town.xml │ │ │ │ ├── 3. Roundtable Hold.xml │ │ │ │ ├── 4.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ └── Dead.xml │ │ │ ├── Edgar │ │ │ │ ├── .xml │ │ │ │ ├── 107476.xml │ │ │ │ ├── 107477.xml │ │ │ │ ├── 107478.xml │ │ │ │ ├── 107479.xml │ │ │ │ ├── 107480.xml │ │ │ │ ├── 107481.xml │ │ │ │ ├── 107482.xml │ │ │ │ ├── 107483.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Invader.xml │ │ │ │ ├── Weeping Peninsula - Irina's body.xml │ │ │ │ ├── Weeping Peninsula - misbegotten defeated.xml │ │ │ │ ├── Weeping Peninsula - quest start.xml │ │ │ │ └── Weeping Peninsula - summon sign.xml │ │ │ ├── Fia dialog │ │ │ │ ├── .xml │ │ │ │ ├── 1. Refuse to be held.xml │ │ │ │ ├── 107493.xml │ │ │ │ ├── 107494.xml │ │ │ │ ├── 107495.xml │ │ │ │ ├── 107496.xml │ │ │ │ ├── 107497.xml │ │ │ │ ├── 107498.xml │ │ │ │ ├── 107499.xml │ │ │ │ ├── 107500.xml │ │ │ │ ├── 107501.xml │ │ │ │ ├── 107502.xml │ │ │ │ ├── 107503.xml │ │ │ │ ├── 107504.xml │ │ │ │ ├── 107505.xml │ │ │ │ ├── 107506.xml │ │ │ │ ├── 107507.xml │ │ │ │ ├── 107508.xml │ │ │ │ ├── 107509.xml │ │ │ │ ├── 107510.xml │ │ │ │ ├── 107511.xml │ │ │ │ ├── 107512.xml │ │ │ │ ├── 107513.xml │ │ │ │ ├── 107514.xml │ │ │ │ ├── 107515.xml │ │ │ │ ├── 107516.xml │ │ │ │ ├── 2. Be held.xml │ │ │ │ ├── 3. Secret talk.xml │ │ │ │ ├── 4. Do you know... option.xml │ │ │ │ ├── 5. Do you know... dialog.xml │ │ │ │ ├── 6. About the Black Knifeprint option 1.xml │ │ │ │ ├── 7. Knifeprint Clue acquired.xml │ │ │ │ └── 8. About the Black Knifeprint option 2.xml │ │ │ ├── Gideon │ │ │ │ ├── .xml │ │ │ │ ├── 107521.xml │ │ │ │ ├── 107522.xml │ │ │ │ ├── 107523.xml │ │ │ │ ├── 107524.xml │ │ │ │ ├── 107525.xml │ │ │ │ ├── 107526.xml │ │ │ │ ├── 107527.xml │ │ │ │ ├── 107528.xml │ │ │ │ ├── 107529.xml │ │ │ │ ├── 107530.xml │ │ │ │ ├── 107531.xml │ │ │ │ ├── 107532.xml │ │ │ │ ├── 107533.xml │ │ │ │ ├── Fireplace.xml │ │ │ │ ├── Room - Godrick defeated.xml │ │ │ │ └── Room.xml │ │ │ ├── Gostoc │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Location │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Stormveil - Godrick arena.xml │ │ │ │ │ ├── Stormveil - above Rogier.xml │ │ │ │ │ └── Stormveil - quest start.xml │ │ │ │ └── Quest status │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 107545.xml │ │ │ │ │ ├── 107546.xml │ │ │ │ │ ├── 107547.xml │ │ │ │ │ ├── 107548.xml │ │ │ │ │ ├── 107549.xml │ │ │ │ │ ├── 107550.xml │ │ │ │ │ ├── 107551.xml │ │ │ │ │ ├── 107552.xml │ │ │ │ │ ├── 107553.xml │ │ │ │ │ ├── 107556.xml │ │ │ │ │ ├── After 1st introduction.xml │ │ │ │ │ ├── Always 1.xml │ │ │ │ │ ├── Merchant 2.xml │ │ │ │ │ ├── Merchant.xml │ │ │ │ │ ├── Sometimes 1, sometimes 0.xml │ │ │ │ │ └── The gates! Open the gates!.xml │ │ │ ├── Invaders │ │ │ │ ├── .xml │ │ │ │ ├── Caelid │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Anastasia, Tarnished-Eater.xml │ │ │ │ │ └── Millicent.xml │ │ │ │ ├── Limgrave │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bloody Finger Nerijus.xml │ │ │ │ │ └── Recusant Henricus.xml │ │ │ │ └── Roundtable Hold │ │ │ │ │ ├── .xml │ │ │ │ │ └── Mad Tongue Alberich.xml │ │ │ ├── Irina Hyetta │ │ │ │ ├── .xml │ │ │ │ ├── 107561.xml │ │ │ │ ├── 107568.xml │ │ │ │ ├── 107569.xml │ │ │ │ ├── 107570.xml │ │ │ │ ├── 107571.xml │ │ │ │ ├── 107572.xml │ │ │ │ ├── 107573.xml │ │ │ │ ├── 107574.xml │ │ │ │ ├── 107575.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Liurnia - Gate Town Bridge grace.xml │ │ │ │ ├── Liurnia - near Purified Ruins.xml │ │ │ │ ├── Weeping Peninsula - dead Liurnia - Lake-Facing Cliffs.xml │ │ │ │ └── Weeping Peninsula - quest start.xml │ │ │ ├── Kenneth Haight │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Fort Haight.xml │ │ │ │ └── Limgrave - quest start.xml │ │ │ ├── Melina │ │ │ │ ├── .xml │ │ │ │ ├── 1. Introduction.xml │ │ │ │ ├── 107583.xml │ │ │ │ ├── 107584.xml │ │ │ │ ├── 107585.xml │ │ │ │ ├── 107586.xml │ │ │ │ ├── 107587.xml │ │ │ │ ├── 107588.xml │ │ │ │ ├── 107591.xml │ │ │ │ ├── 107592.xml │ │ │ │ ├── 107593.xml │ │ │ │ ├── 107594.xml │ │ │ │ ├── 107595.xml │ │ │ │ ├── 107596.xml │ │ │ │ ├── 107597.xml │ │ │ │ ├── 107598.xml │ │ │ │ └── 2. Torrent whistle.xml │ │ │ ├── Nepheli Loux │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Liurnia - Albinauric village.xml │ │ │ │ ├── Roundtable Hold - near Gideon.xml │ │ │ │ └── Stormveil - quest start.xml │ │ │ ├── Nomadic merchants │ │ │ │ ├── .xml │ │ │ │ ├── Limgrave │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Kalé │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ │ ├── Nomadic Merchant 1 │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ │ ├── Nomadic Merchant 2 │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ │ └── Nomadic Merchant 3 │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ ├── Liurnia │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Isolated Merchant 2 │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ │ └── Nomadic Merchant 5 │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ │ └── Dead.xml │ │ │ │ └── Weeping Peninsula │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Isolated Merchant 1 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ └── Dead.xml │ │ │ │ │ └── Nomadic Merchant 4 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Alive, friendly.xml │ │ │ │ │ ├── Alive, hostile.xml │ │ │ │ │ └── Dead.xml │ │ │ ├── Patches │ │ │ │ ├── .xml │ │ │ │ ├── 107710.xml │ │ │ │ ├── 107711.xml │ │ │ │ ├── 107713.xml │ │ │ │ ├── 107715.xml │ │ │ │ ├── 107716.xml │ │ │ │ ├── 107717.xml │ │ │ │ ├── 107718.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Alive, initial boss mode.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Murkwater Cave.xml │ │ │ │ ├── Limgrave - crouch gesture.xml │ │ │ │ ├── Limgrave - last step of his quest.xml │ │ │ │ ├── Limgrave - quest start.xml │ │ │ │ └── Liurnia - Scenic Isle grace.xml │ │ │ ├── Roderika │ │ │ │ ├── .xml │ │ │ │ ├── Limgrave.xml │ │ │ │ ├── Roundtable Hold - blacksmith.xml │ │ │ │ └── Roundtable Hold - fireplace.xml │ │ │ ├── Rogier │ │ │ │ ├── .xml │ │ │ │ ├── 1. Stormveil.xml │ │ │ │ ├── 107614.xml │ │ │ │ ├── 107615.xml │ │ │ │ ├── 107616.xml │ │ │ │ ├── 107617.xml │ │ │ │ ├── 107618.xml │ │ │ │ ├── 107620.xml │ │ │ │ ├── 107621.xml │ │ │ │ ├── 107622.xml │ │ │ │ ├── 107623.xml │ │ │ │ ├── 107624.xml │ │ │ │ ├── 107625.xml │ │ │ │ ├── 107626.xml │ │ │ │ ├── 2. Disappears after seeing corpse.xml │ │ │ │ ├── 3. Roundtable Hold.xml │ │ │ │ ├── Corpse seen.xml │ │ │ │ ├── Dialog Roundtable Hold │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 1. I apologize, I'm unable to move dialog.xml │ │ │ │ │ ├── 107662.xml │ │ │ │ │ ├── 107663.xml │ │ │ │ │ ├── 107664.xml │ │ │ │ │ ├── 107665.xml │ │ │ │ │ ├── 107666.xml │ │ │ │ │ ├── 107667.xml │ │ │ │ │ ├── 107668.xml │ │ │ │ │ ├── 107669.xml │ │ │ │ │ ├── 107670.xml │ │ │ │ │ ├── 107671.xml │ │ │ │ │ ├── 107672.xml │ │ │ │ │ ├── 107673.xml │ │ │ │ │ ├── 107674.xml │ │ │ │ │ ├── 107675.xml │ │ │ │ │ ├── 107676.xml │ │ │ │ │ ├── 107677.xml │ │ │ │ │ ├── 107678.xml │ │ │ │ │ ├── 107679.xml │ │ │ │ │ ├── 107680.xml │ │ │ │ │ ├── 107681.xml │ │ │ │ │ ├── 107682.xml │ │ │ │ │ ├── 107683.xml │ │ │ │ │ ├── 107684.xml │ │ │ │ │ ├── 2. I've defeated Godrick option.xml │ │ │ │ │ ├── 3. Rogier's Rapier+8 acquired.xml │ │ │ │ │ ├── 4. Corpse option.xml │ │ │ │ │ ├── 5. Corpse dialog.xml │ │ │ │ │ ├── 6. About D option 1.xml │ │ │ │ │ ├── 7. About D dialog 1.xml │ │ │ │ │ ├── 8. About D option 2.xml │ │ │ │ │ └── 9. About D dialog 2.xml │ │ │ │ └── Dialog Stormveil │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 1. In Stormveil.xml │ │ │ │ │ ├── 107634.xml │ │ │ │ │ ├── 107635.xml │ │ │ │ │ ├── 107636.xml │ │ │ │ │ ├── 107637.xml │ │ │ │ │ ├── 107638.xml │ │ │ │ │ ├── 107639.xml │ │ │ │ │ ├── 107640.xml │ │ │ │ │ ├── 107641.xml │ │ │ │ │ ├── 107642.xml │ │ │ │ │ ├── 107643.xml │ │ │ │ │ ├── 107644.xml │ │ │ │ │ ├── 107645.xml │ │ │ │ │ ├── 107646.xml │ │ │ │ │ ├── 107647.xml │ │ │ │ │ ├── 107649.xml │ │ │ │ │ ├── 2. Don't tell him.xml │ │ │ │ │ ├── 3. I'm here to defeat Godrick - becomes merchant.xml │ │ │ │ │ ├── 4. Talk option.xml │ │ │ │ │ ├── 5. Talk dialog.xml │ │ │ │ │ ├── 6. Not in Stormveil.xml │ │ │ │ │ ├── After first talking to him 2.xml │ │ │ │ │ ├── After first talking to him 3.xml │ │ │ │ │ └── After first talking to him.xml │ │ │ ├── Rya │ │ │ │ ├── .xml │ │ │ │ ├── 1. Liurnia - near Scenic Isle.xml │ │ │ │ ├── 107688.xml │ │ │ │ ├── 107689.xml │ │ │ │ ├── 107690.xml │ │ │ │ ├── 107691.xml │ │ │ │ ├── 107692.xml │ │ │ │ ├── 107693.xml │ │ │ │ ├── 107694.xml │ │ │ │ ├── 107695.xml │ │ │ │ ├── 107696.xml │ │ │ │ ├── 107697.xml │ │ │ │ ├── 107698.xml │ │ │ │ ├── 107699.xml │ │ │ │ ├── 107700.xml │ │ │ │ ├── 107701.xml │ │ │ │ └── 2. 2nd location.xml │ │ │ ├── Sellen │ │ │ │ ├── .xml │ │ │ │ ├── 107720.xml │ │ │ │ ├── 107721.xml │ │ │ │ ├── 107724.xml │ │ │ │ ├── 107725.xml │ │ │ │ ├── 107726.xml │ │ │ │ ├── 107727.xml │ │ │ │ ├── 107728.xml │ │ │ │ ├── 107729.xml │ │ │ │ ├── 107730.xml │ │ │ │ ├── 107731.xml │ │ │ │ ├── 107732.xml │ │ │ │ ├── 107733.xml │ │ │ │ ├── 107735.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ └── Limgrave - quest start.xml │ │ │ ├── Thops │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ └── Liurnia - Church of Irith.xml │ │ │ ├── Varré │ │ │ │ ├── .xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ ├── Limgrave - Godrick defeated.xml │ │ │ │ ├── Limgrave - quest start.xml │ │ │ │ ├── Liurnia - Rose Church.xml │ │ │ │ ├── Liurnia - invaded 3 times.xml │ │ │ │ └── Liurnia - soaked cloth in blood.xml │ │ │ └── Yura │ │ │ │ ├── .xml │ │ │ │ ├── 1. Limgrave - quest start.xml │ │ │ │ ├── 2. Limgrave - after Nerijus invasion.xml │ │ │ │ ├── 3. Liurnia - Main Academy Gate.xml │ │ │ │ ├── 4. 4th location.xml │ │ │ │ ├── Alive, friendly.xml │ │ │ │ ├── Alive, hostile.xml │ │ │ │ ├── Dead.xml │ │ │ │ └── If killed in Limgrave.xml │ │ ├── Sites of Grace │ │ │ ├── .xml │ │ │ ├── Academy of Raya Lucaria │ │ │ │ ├── .xml │ │ │ │ ├── Church of the Cuckoo.xml │ │ │ │ ├── Debate Parlour.xml │ │ │ │ ├── Raya Lucaria Grand Library.xml │ │ │ │ └── Schoolhouse Classroom.xml │ │ │ ├── Ainsel River │ │ │ │ ├── .xml │ │ │ │ ├── Ainsel River Main │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ainsel River Main.xml │ │ │ │ │ ├── Nokstella Waterfall Basin.xml │ │ │ │ │ └── Nokstella, Eternal City.xml │ │ │ │ ├── Ainsel River │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ainsel River Downstream.xml │ │ │ │ │ ├── Ainsel River Sluice Gate.xml │ │ │ │ │ ├── Ainsel River Well Depths.xml │ │ │ │ │ ├── Astel, Naturalborn of the Void.xml │ │ │ │ │ └── Dragonkin Soldier of Nokstella.xml │ │ │ │ └── Lake of Rot │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Grand Cloister.xml │ │ │ │ │ └── Lake of Rot Shoreside.xml │ │ │ ├── Altus Plateau │ │ │ │ ├── .xml │ │ │ │ ├── Altus Plateau │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Abandoned Coffin.xml │ │ │ │ │ ├── Altus Highway Junction.xml │ │ │ │ │ ├── Altus Plateau.xml │ │ │ │ │ ├── Altus Tunnel.xml │ │ │ │ │ ├── Bower of Bounty.xml │ │ │ │ │ ├── Castellan's Hall.xml │ │ │ │ │ ├── Erdtree-Gazing Hill.xml │ │ │ │ │ ├── Forest-Spanning Greatbridge.xml │ │ │ │ │ ├── Old Altus Tunnel.xml │ │ │ │ │ ├── Perfumer's Grotto.xml │ │ │ │ │ ├── Rampartside Path.xml │ │ │ │ │ ├── Road of Iniquity Side Path.xml │ │ │ │ │ ├── Sage's Cave.xml │ │ │ │ │ ├── Sainted Hero's Grave.xml │ │ │ │ │ ├── Shaded Castle Inner Gate.xml │ │ │ │ │ ├── Shaded Castle Ramparts.xml │ │ │ │ │ ├── Unsightly Catacombs.xml │ │ │ │ │ ├── Windmill Heights.xml │ │ │ │ │ └── Windmill Village.xml │ │ │ │ ├── Leyndell, Royal Capital │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Auriza Side Tomb.xml │ │ │ │ │ ├── Auzira Hero's Grave.xml │ │ │ │ │ ├── Capital Rampart.xml │ │ │ │ │ ├── Divine Tower of West Altus Gate.xml │ │ │ │ │ ├── Divine Tower of West Altus.xml │ │ │ │ │ ├── Hermit Merchant's Shack.xml │ │ │ │ │ ├── Minor Erdtree Church.xml │ │ │ │ │ ├── Outer Wall Battleground.xml │ │ │ │ │ ├── Outer Wall Phantom Tree.xml │ │ │ │ │ └── Sealed Tunnel.xml │ │ │ │ └── Mt. Gelmir │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bridge of Iniquity.xml │ │ │ │ │ ├── Craftsman's Shack.xml │ │ │ │ │ ├── First Mt. Gelmir Campsite.xml │ │ │ │ │ ├── Gelmir Hero's Grave.xml │ │ │ │ │ ├── Ninth Mt. Gelmir Campsite.xml │ │ │ │ │ ├── Primeval Sorcerer Azur.xml │ │ │ │ │ ├── Road of Iniquity.xml │ │ │ │ │ ├── Seethewater Cave.xml │ │ │ │ │ ├── Seethewater River.xml │ │ │ │ │ ├── Seethewater Terminus.xml │ │ │ │ │ ├── Volcano Cave.xml │ │ │ │ │ └── Wyndham Catacombs.xml │ │ │ ├── Caelid │ │ │ │ ├── .xml │ │ │ │ ├── Caelid │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Abandoned Cave.xml │ │ │ │ │ ├── Caelem Ruins.xml │ │ │ │ │ ├── Caelid Catacombs.xml │ │ │ │ │ ├── Caelid Highway South.xml │ │ │ │ │ ├── Cathedral of Dragon Communion.xml │ │ │ │ │ ├── Chair-Crypt of Sellia.xml │ │ │ │ │ ├── Chamber Outside the Plaza.xml │ │ │ │ │ ├── Church of the Plague.xml │ │ │ │ │ ├── Deep Siofra Well.xml │ │ │ │ │ ├── Fort Gael North.xml │ │ │ │ │ ├── Gael Tunnel.xml │ │ │ │ │ ├── Gaol Cave.xml │ │ │ │ │ ├── Impassable Greatbridge.xml │ │ │ │ │ ├── Minor Erdtree Catacombs.xml │ │ │ │ │ ├── Rear Gael Tunnel Entrance.xml │ │ │ │ │ ├── Redmane Castle Plaza.xml │ │ │ │ │ ├── Rotview Balcony.xml │ │ │ │ │ ├── Sellia Backstreets.xml │ │ │ │ │ ├── Sellia Crystal Tunnel.xml │ │ │ │ │ ├── Sellia Under-Stair.xml │ │ │ │ │ ├── Smoldering Church.xml │ │ │ │ │ ├── Smoldering Wall.xml │ │ │ │ │ ├── Southern Aeonia Swamp Bank.xml │ │ │ │ │ ├── Starscourge Radahn.xml │ │ │ │ │ └── War-Dead Catacombs.xml │ │ │ │ ├── Greyoll's Dragonbarrow │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bestial Sanctum.xml │ │ │ │ │ ├── Divine Tower of Caelid Basement.xml │ │ │ │ │ ├── Divine Tower of Caelid Center.xml │ │ │ │ │ ├── Dragonbarrow Cave.xml │ │ │ │ │ ├── Dragonbarrow Fork.xml │ │ │ │ │ ├── Dragonbarrow West.xml │ │ │ │ │ ├── Farum Greatbridge.xml │ │ │ │ │ ├── Fort Faroth.xml │ │ │ │ │ ├── Isolated Divine Tower.xml │ │ │ │ │ ├── Isolated Merchant's Shack (Greyoll's Dragonbarrow).xml │ │ │ │ │ ├── Lenne's Rise.xml │ │ │ │ │ └── Sellia Hideaway.xml │ │ │ │ └── Swamp of Aeonia │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Aeonia Swamp Shore.xml │ │ │ │ │ ├── Astray from Caelid Highway North.xml │ │ │ │ │ ├── Heart of Aeonia.xml │ │ │ │ │ └── Inner Aeonia.xml │ │ │ ├── Crumbling Farum Azula │ │ │ │ ├── .xml │ │ │ │ ├── Beside the great Bridge.xml │ │ │ │ ├── Crumbling Beast Grave Depths.xml │ │ │ │ ├── Crumbling Beast Grave.xml │ │ │ │ ├── Dragon Temple Altar.xml │ │ │ │ ├── Dragon Temple Lift.xml │ │ │ │ ├── Dragon Temple Rooftop.xml │ │ │ │ ├── Dragon Temple Transept.xml │ │ │ │ ├── Dragon Temple.xml │ │ │ │ ├── Dragonlord Placidusax.xml │ │ │ │ ├── Maliketh, the Black Blade.xml │ │ │ │ └── Tempest-Facing Balcony.xml │ │ │ ├── Deeproot Depths │ │ │ │ ├── .xml │ │ │ │ ├── Across the Roots.xml │ │ │ │ ├── Deeproot Depths.xml │ │ │ │ ├── Great Waterfall Crest.xml │ │ │ │ ├── Prince of Death's Throne.xml │ │ │ │ ├── Root-Facing Cliffs.xml │ │ │ │ └── The Nameless Eternal City.xml │ │ │ ├── Leyndell, Royal Capital │ │ │ │ ├── .xml │ │ │ │ ├── Leyndell, Ashen Capital │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Divine Bridge.xml │ │ │ │ │ ├── East Capital Rampart.xml │ │ │ │ │ ├── Elden Throne.xml │ │ │ │ │ ├── Erdtree Sanctuary.xml │ │ │ │ │ ├── Leyendell, Capital of Ash.xml │ │ │ │ │ └── Queen's Bedchamber.xml │ │ │ │ ├── Leyndell, Royal Capital │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Avenue Balcony.xml │ │ │ │ │ ├── Divine Bridge.xml │ │ │ │ │ ├── East Capital Rampart.xml │ │ │ │ │ ├── Elden Throne.xml │ │ │ │ │ ├── Erdtree Sanctuary.xml │ │ │ │ │ ├── Fortified Manor, First Floor.xml │ │ │ │ │ ├── Lower Capital Church.xml │ │ │ │ │ ├── Queen's Bedchamber.xml │ │ │ │ │ └── West Capital Rampart.xml │ │ │ │ ├── Stone Platform │ │ │ │ │ ├── .xml │ │ │ │ │ └── Fractured Marika.xml │ │ │ │ └── Subterranean Shunning-Grounds │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Cathedral of the Forsaken.xml │ │ │ │ │ ├── Forsaken Depths.xml │ │ │ │ │ ├── Frenzied Flame Proscription.xml │ │ │ │ │ ├── Leyndell Catacombs.xml │ │ │ │ │ └── Underground Roadside.xml │ │ │ ├── Limgrave │ │ │ │ ├── .xml │ │ │ │ ├── Limgrave │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Agheel Lake North.xml │ │ │ │ │ ├── Agheel Lake South.xml │ │ │ │ │ ├── Artist's Shack (Limgrave).xml │ │ │ │ │ ├── Church of Dragon Communion.xml │ │ │ │ │ ├── Church of Elleh.xml │ │ │ │ │ ├── Coastal Cave.xml │ │ │ │ │ ├── Fort Haight West.xml │ │ │ │ │ ├── Gatefront.xml │ │ │ │ │ ├── Groveside Cave.xml │ │ │ │ │ ├── Highroad Cave.xml │ │ │ │ │ ├── Limgrave Tunnels.xml │ │ │ │ │ ├── Mistwood Outskirts.xml │ │ │ │ │ ├── Murkwater Catacombs.xml │ │ │ │ │ ├── Murkwater Cave.xml │ │ │ │ │ ├── Murkwater Coast.xml │ │ │ │ │ ├── Seaside Ruins.xml │ │ │ │ │ ├── Stormfoot Catacombs.xml │ │ │ │ │ ├── Summonwater Village Outskirts.xml │ │ │ │ │ ├── The First Step.xml │ │ │ │ │ ├── Third Church of Marika.xml │ │ │ │ │ └── Waypoint Ruins Cellar.xml │ │ │ │ ├── Stormhill │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Castleward Tunnel.xml │ │ │ │ │ ├── Deathtouched Catacombs.xml │ │ │ │ │ ├── Divine Tower of Limgrave.xml │ │ │ │ │ ├── Limgrave Tower Bridge.xml │ │ │ │ │ ├── Margit, the Fell Omen.xml │ │ │ │ │ ├── Saintsbridge.xml │ │ │ │ │ ├── Stormhill Shack.xml │ │ │ │ │ └── Warmaster's Shack.xml │ │ │ │ ├── Stranded Graveyard │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Cave of Knowledge.xml │ │ │ │ │ └── Stranded Graveyard.xml │ │ │ │ └── Weeping Peninsula │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ailing Village Outskirts.xml │ │ │ │ │ ├── Behind The Castle.xml │ │ │ │ │ ├── Beside the Crater-Pocked Glade.xml │ │ │ │ │ ├── Beside the Rampart Gaol.xml │ │ │ │ │ ├── Bridge of Sacrifice.xml │ │ │ │ │ ├── Castle Morne Lift.xml │ │ │ │ │ ├── Castle Morne Rampart.xml │ │ │ │ │ ├── Church of Pilgrimage.xml │ │ │ │ │ ├── Earthbore Cave.xml │ │ │ │ │ ├── Fourth Church of Marika.xml │ │ │ │ │ ├── Impaler's Catacombs.xml │ │ │ │ │ ├── Isolated Merchant's Shack (Limgrave).xml │ │ │ │ │ ├── Morne Moangrave.xml │ │ │ │ │ ├── Morne Tunnel.xml │ │ │ │ │ ├── South of the Lookout Tower.xml │ │ │ │ │ ├── Tombsward Catacombs.xml │ │ │ │ │ ├── Tombsward Cave.xml │ │ │ │ │ └── Tombsward.xml │ │ │ ├── Liurnia of the Lakes │ │ │ │ ├── .xml │ │ │ │ ├── Bellum Highway │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bellum Church.xml │ │ │ │ │ ├── Church of Inhibition.xml │ │ │ │ │ ├── East Raya Lucaria Gate.xml │ │ │ │ │ ├── Frenzied Flame Village Outskirts.xml │ │ │ │ │ └── Grand Lift of Dectus.xml │ │ │ │ ├── Liurnia of the Lakes │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Academy Crystal Cave.xml │ │ │ │ │ ├── Academy Gate Town.xml │ │ │ │ │ ├── Artist's Shack (Liurnia of the Lakes).xml │ │ │ │ │ ├── Behind Caria Manor.xml │ │ │ │ │ ├── Black Knife Catacombs.xml │ │ │ │ │ ├── Boilprawn Shack.xml │ │ │ │ │ ├── Church of Vows.xml │ │ │ │ │ ├── Cliffbottom Catacombs.xml │ │ │ │ │ ├── Converted Tower.xml │ │ │ │ │ ├── Crystalline Woods.xml │ │ │ │ │ ├── Divine Tower of Liurnia.xml │ │ │ │ │ ├── East Gate Bridge Trestle.xml │ │ │ │ │ ├── Eastern Liurnia Lake Shore.xml │ │ │ │ │ ├── Eastern Tableland.xml │ │ │ │ │ ├── Fallen Ruins of the Lake.xml │ │ │ │ │ ├── Folly on the Lake.xml │ │ │ │ │ ├── Foot of the Four Belfries.xml │ │ │ │ │ ├── Gate Town Bridge.xml │ │ │ │ │ ├── Gate Town North.xml │ │ │ │ │ ├── Jarburg.xml │ │ │ │ │ ├── Lake-Facing Cliffs.xml │ │ │ │ │ ├── Lakeside Crystal Cave.xml │ │ │ │ │ ├── Laskyar Ruins.xml │ │ │ │ │ ├── Liurnia Highway North.xml │ │ │ │ │ ├── Liurnia Highway South.xml │ │ │ │ │ ├── Liurnia Lake Shore.xml │ │ │ │ │ ├── Liurnia Tower Bridge.xml │ │ │ │ │ ├── Main Academy Gate.xml │ │ │ │ │ ├── Main Caria Manor Gate.xml │ │ │ │ │ ├── Manor Lower Level.xml │ │ │ │ │ ├── Manor Upper Level.xml │ │ │ │ │ ├── Mausoleum Compound.xml │ │ │ │ │ ├── Northern Liurnia Lake Shore.xml │ │ │ │ │ ├── Ranni's Chamber.xml │ │ │ │ │ ├── Ranni's Rise.xml │ │ │ │ │ ├── Ravine-Veiled Village.xml │ │ │ │ │ ├── Raya Lucaria Crystal Tunnel.xml │ │ │ │ │ ├── Revenger's Shack.xml │ │ │ │ │ ├── Road to the Manor.xml │ │ │ │ │ ├── Road's End Catacombs.xml │ │ │ │ │ ├── Royal Moongazing Grounds.xml │ │ │ │ │ ├── Ruined Labyrinth.xml │ │ │ │ │ ├── Scenic Isle.xml │ │ │ │ │ ├── Slumbering Wolf's Shack.xml │ │ │ │ │ ├── Sorcerer's Isle.xml │ │ │ │ │ ├── South Raya Lucaria Gate.xml │ │ │ │ │ ├── Stillwater Cave.xml │ │ │ │ │ ├── Study Hall Entrance.xml │ │ │ │ │ ├── Temple Quarter.xml │ │ │ │ │ ├── The Four Belfries.xml │ │ │ │ │ ├── The Ravine.xml │ │ │ │ │ └── Village of the Albinaurics.xml │ │ │ │ ├── Moonlight Altar │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Altar South.xml │ │ │ │ │ ├── Cathedral of Manus Celes.xml │ │ │ │ │ └── Moonlight Altar.xml │ │ │ │ └── Ruin-Strewn Precipice │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Magma Wyrm.xml │ │ │ │ │ ├── Ruin-Strewn Precipice Overlook.xml │ │ │ │ │ └── Ruin-Strewn Precipice.xml │ │ │ ├── Miquella's Haligtree │ │ │ │ ├── .xml │ │ │ │ ├── Elphael, Brace of the Haligtree │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Drainage Channel.xml │ │ │ │ │ ├── Elphael Inner Wall.xml │ │ │ │ │ ├── Haligtree Roots.xml │ │ │ │ │ ├── Malenia, Goddess of Rot.xml │ │ │ │ │ └── Prayer Room.xml │ │ │ │ └── Miquella's Haligtree │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Haligtree Canopy.xml │ │ │ │ │ ├── Haligtree Promenade.xml │ │ │ │ │ ├── Haligtree Town Plaza.xml │ │ │ │ │ └── Haligtree Town.xml │ │ │ ├── Mountaintops of the Giants │ │ │ │ ├── .xml │ │ │ │ ├── Consecrated Snowfield │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Apostate Derelict.xml │ │ │ │ │ ├── Cave of the Forlorn.xml │ │ │ │ │ ├── Consecrated Snowfield Catacombs.xml │ │ │ │ │ ├── Consecrated Snowfield.xml │ │ │ │ │ ├── Inner Consecrated Snowfield.xml │ │ │ │ │ ├── Ordina, Liturgical Town.xml │ │ │ │ │ └── Yelough Anix Tunnel.xml │ │ │ │ ├── Flame Peak │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Church of Repose.xml │ │ │ │ │ ├── Fire Giant.xml │ │ │ │ │ ├── Foot of the Forge.xml │ │ │ │ │ ├── Forge of the Giants.xml │ │ │ │ │ ├── Giant's Gravepost.xml │ │ │ │ │ ├── Giant's Mountaintop Catacombs.xml │ │ │ │ │ └── Giant-Conquering Hero's Grave.xml │ │ │ │ ├── Forbiden Lands │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Divine Tower of the East Altus Gate.xml │ │ │ │ │ ├── Divine Tower of the East Altus.xml │ │ │ │ │ ├── Forbidden Lands.xml │ │ │ │ │ ├── Grand Lift of Rold.xml │ │ │ │ │ └── Hidden Path to the Haligtree.xml │ │ │ │ └── Mountaintops of the Giants │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ancient Snow Valley Ruins.xml │ │ │ │ │ ├── Castle Sol Main Gate.xml │ │ │ │ │ ├── Castle Sol Rooftop.xml │ │ │ │ │ ├── Church of the Eclipse.xml │ │ │ │ │ ├── First Church of Marika.xml │ │ │ │ │ ├── Freezing Lake.xml │ │ │ │ │ ├── Snow Valley Ruins Overlook.xml │ │ │ │ │ ├── Spiritcaller's Cave.xml │ │ │ │ │ ├── Whiteridge Road.xml │ │ │ │ │ └── Zamor Ruins.xml │ │ │ ├── Nokron, Eternal City │ │ │ │ ├── .xml │ │ │ │ ├── Mohgwyn Palace │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Cocoon of the Empyrean.xml │ │ │ │ │ ├── Dynasty Mausoleum Entrance.xml │ │ │ │ │ ├── Dynasty Mausoleum Midpoint.xml │ │ │ │ │ └── Palace Approach Ledge-Road.xml │ │ │ │ ├── Nokron, Eternal City │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ancestral Woods.xml │ │ │ │ │ ├── Aqueduct-Facing Cliffs.xml │ │ │ │ │ ├── Great Waterfall Basin.xml │ │ │ │ │ ├── Mimic Tear.xml │ │ │ │ │ ├── Night's Sacred Ground.xml │ │ │ │ │ └── Nokron, Eternal City.xml │ │ │ │ └── Siofra River │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Below the Well.xml │ │ │ │ │ ├── Siofra River Bank.xml │ │ │ │ │ ├── Siofra River Well Depths.xml │ │ │ │ │ └── Worshippers' Woods.xml │ │ │ ├── Stormveil Castle │ │ │ │ ├── .xml │ │ │ │ ├── Gateside Chamber.xml │ │ │ │ ├── Godrick the Grafted.xml │ │ │ │ ├── Liftside Chamber.xml │ │ │ │ ├── Rampart Tower.xml │ │ │ │ ├── Secluded Cell.xml │ │ │ │ ├── Stormveil Cliffside.xml │ │ │ │ └── Stormveil Main Gate.xml │ │ │ ├── Table of Lost Grace Roundtable Hold.xml │ │ │ └── Volcano Manor │ │ │ │ ├── .xml │ │ │ │ ├── Abductor Virgin.xml │ │ │ │ ├── Audience Pathway.xml │ │ │ │ ├── Guest Hall.xml │ │ │ │ ├── Prison Town Church.xml │ │ │ │ ├── Rykard, Lord of Blasphemy.xml │ │ │ │ ├── Subterranean Inquisition Chamber.xml │ │ │ │ ├── Temple of Eiglay.xml │ │ │ │ └── Volcano Manor.xml │ │ └── Whetblades │ │ │ ├── .xml │ │ │ ├── 107232.xml │ │ │ ├── 107234.xml │ │ │ ├── 107238.xml │ │ │ ├── 107241.xml │ │ │ ├── 107244.xml │ │ │ ├── 107247.xml │ │ │ ├── Black Whetblade (Blood).xml │ │ │ ├── Black Whetblade (Occult).xml │ │ │ ├── Black Whetblade (Poison).xml │ │ │ ├── Glintstone Whetblade (Frost).xml │ │ │ ├── Glintstone Whetblade (Magic).xml │ │ │ ├── Iron Whetblade (Heavy).xml │ │ │ ├── Iron Whetblade (Keen).xml │ │ │ ├── Iron Whetblade (Quality).xml │ │ │ ├── Red-Hot Whetblade (Fire).xml │ │ │ ├── Red-Hot Whetblade (Flame Art).xml │ │ │ ├── Sanctified Whetblade (Lightning).xml │ │ │ ├── Sanctified Whetblade (Sacred).xml │ │ │ └── Upgrade - Standard 1.xml │ ├── Event Flags by ID │ │ ├── .cea │ │ ├── .xml │ │ ├── Category.xml │ │ ├── Event Flag ID.xml │ │ ├── Examples │ │ │ ├── .xml │ │ │ ├── Check if a Flag is Set.cea │ │ │ ├── Check if a Flag is Set.xml │ │ │ ├── Print Flags in Range.cea │ │ │ ├── Print Flags in Range.xml │ │ │ ├── Set Flag with ID.cea │ │ │ └── Set Flag with ID.xml │ │ ├── How to use.cea │ │ ├── How to use.xml │ │ └── State.xml │ ├── Invasion Regions.cea │ ├── Invasion Regions.xml │ ├── Save Character Flags.cea │ ├── Save Character Flags.xml │ └── Unlock all │ │ ├── .xml │ │ ├── Unlock all Colosseums.cea │ │ ├── Unlock all Colosseums.xml │ │ ├── Unlock all Cookbooks.cea │ │ ├── Unlock all Cookbooks.xml │ │ ├── Unlock all Graces.cea │ │ ├── Unlock all Graces.xml │ │ ├── Unlock all Maps.cea │ │ ├── Unlock all Maps.xml │ │ ├── Unlock all Summoning Pools.cea │ │ ├── Unlock all Summoning Pools.xml │ │ ├── Unlock all Whetblades.cea │ │ └── Unlock all Whetblades.xml │ ├── Hero │ ├── .xml │ ├── Animation │ │ ├── .xml │ │ ├── Animation Speed.xml │ │ ├── Current Animation │ │ │ ├── .xml │ │ │ └── Length played [seconds].xml │ │ └── Idle Animation.xml │ ├── Attributes │ │ ├── .xml │ │ ├── Arcane.xml │ │ ├── Dexterity.xml │ │ ├── Endurance.xml │ │ ├── Faith.xml │ │ ├── Humanity.xml │ │ ├── Intelligence.xml │ │ ├── Mind.xml │ │ ├── Soul Level.xml │ │ ├── Strength.xml │ │ └── Vigor.xml │ ├── Character Flags │ │ ├── .xml │ │ ├── No Attack.xml │ │ ├── No Hit.xml │ │ ├── No Move.xml │ │ ├── No Update.xml │ │ ├── NoDamage.xml │ │ ├── NoDead.xml │ │ ├── NoFPConsumption.xml │ │ ├── NoGoodsConsume.xml │ │ └── NoStaminaConsumption.xml │ ├── ChrAsm 2 │ │ ├── .xml │ │ ├── Accessory 1.xml │ │ ├── Accessory 2.xml │ │ ├── Accessory 3.xml │ │ ├── Accessory 4.xml │ │ ├── Accessory 5.xml │ │ ├── Armor.xml │ │ ├── Gauntlet.xml │ │ ├── Hair.xml │ │ ├── Helmet.xml │ │ ├── Leggings.xml │ │ ├── Pouch 1.xml │ │ ├── Pouch 2.xml │ │ ├── Pouch 3.xml │ │ ├── Pouch 4.xml │ │ ├── Pouch 5.xml │ │ ├── Pouch 6.xml │ │ ├── PrimaryArrow.xml │ │ ├── PrimaryBolt.xml │ │ ├── PrimaryLeftWep.xml │ │ ├── PrimaryRightWep.xml │ │ ├── Quick Item 1.xml │ │ ├── Quick Item 10.xml │ │ ├── Quick Item 2.xml │ │ ├── Quick Item 3.xml │ │ ├── Quick Item 4.xml │ │ ├── Quick Item 5.xml │ │ ├── Quick Item 6.xml │ │ ├── Quick Item 7.xml │ │ ├── Quick Item 8.xml │ │ ├── Quick Item 9.xml │ │ ├── SecondaryArrow.xml │ │ ├── SecondaryBolt.xml │ │ ├── SecondaryLeftWep.xml │ │ ├── SecondaryRightWep.xml │ │ ├── TertiaryArrow.xml │ │ ├── TertiaryBolt.xml │ │ ├── TertiaryLeftWep.xml │ │ └── TertiaryRightWep.xml │ ├── ChrAsm │ │ ├── .xml │ │ ├── Accessory 1.xml │ │ ├── Accessory 2.xml │ │ ├── Accessory 3.xml │ │ ├── Accessory 4.xml │ │ ├── Accessory 5.xml │ │ ├── ArmStyle.xml │ │ ├── Armor.xml │ │ ├── CurrentWepSlotOffset LEFT.xml │ │ ├── CurrentWepSlotOffset LEFT_ARROW.xml │ │ ├── CurrentWepSlotOffset LEFT_BOLT.xml │ │ ├── CurrentWepSlotOffset RIGHT.xml │ │ ├── CurrentWepSlotOffset RIGHT_ARROW.xml │ │ ├── CurrentWepSlotOffset RIGHT_BOLT.xml │ │ ├── Gauntlet.xml │ │ ├── Hair.xml │ │ ├── Helmet.xml │ │ ├── Leggings.xml │ │ ├── PrimaryArrow.xml │ │ ├── PrimaryBolt.xml │ │ ├── PrimaryLeftWep.xml │ │ ├── PrimaryRightWep.xml │ │ ├── SecondaryArrow.xml │ │ ├── SecondaryBolt.xml │ │ ├── SecondaryLeftWep.xml │ │ ├── SecondaryRightWep.xml │ │ ├── TertiaryArrow.xml │ │ ├── TertiaryBolt.xml │ │ ├── TertiaryLeftWep.xml │ │ ├── TertiaryRightWep.xml │ │ └── Unk │ │ │ ├── -- 2.xml │ │ │ ├── --.xml │ │ │ ├── .xml │ │ │ ├── 100334.xml │ │ │ ├── 100335.xml │ │ │ ├── 100336.xml │ │ │ ├── 100337.xml │ │ │ ├── 100338.xml │ │ │ ├── 100339.xml │ │ │ ├── 100340.xml │ │ │ ├── 100341.xml │ │ │ ├── 100342.xml │ │ │ ├── 100343.xml │ │ │ ├── 100344.xml │ │ │ ├── 100345.xml │ │ │ ├── 100347.xml │ │ │ ├── 100348.xml │ │ │ ├── 100349.xml │ │ │ ├── 100350.xml │ │ │ ├── 100351.xml │ │ │ ├── Accessory 1.xml │ │ │ ├── Accessory 2.xml │ │ │ ├── Accessory 3.xml │ │ │ ├── Accessory 4.xml │ │ │ └── Accessory 5.xml │ ├── EquipInventoryData │ │ ├── .cea │ │ ├── .xml │ │ ├── 100585.cea │ │ ├── 100585.xml │ │ ├── 100586.cea │ │ ├── 100586.xml │ │ ├── ===== Inventory list ===== │ │ │ ├── .xml │ │ │ ├── 100597.xml │ │ │ ├── 100598.xml │ │ │ ├── DispIdx.xml │ │ │ ├── GaItemHandle.xml │ │ │ ├── Idx.xml │ │ │ ├── Item │ │ │ │ ├── .xml │ │ │ │ ├── EquipId.xml │ │ │ │ ├── ItemId.xml │ │ │ │ └── Type.xml │ │ │ └── Quantity.xml │ │ ├── ====================================== 2.xml │ │ ├── ======================================.xml │ │ ├── Inventory Num.xml │ │ ├── Inventory Type.xml │ │ ├── Inventory.xml │ │ ├── Print items.cea │ │ ├── Print items.xml │ │ ├── Start.cea │ │ ├── Start.xml │ │ └── tailDataIdx.xml │ ├── EquipItemData │ │ ├── .xml │ │ ├── Great Rune │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ ├── Pouch │ │ │ ├── 1 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ ├── 2 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ ├── 3 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ ├── 4 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ ├── 5 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ ├── 6 │ │ │ │ ├── .xml │ │ │ │ ├── Idx.xml │ │ │ │ └── ItemId.xml │ │ │ └── .xml │ │ └── Quick Item │ │ │ ├── 1 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 2 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 3 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 4 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 5 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 6 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 7 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 8 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 9 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ ├── 10 │ │ │ ├── .xml │ │ │ ├── Idx.xml │ │ │ └── ItemId.xml │ │ │ └── .xml │ ├── EquipMagicData │ │ ├── .xml │ │ ├── == Equip Magic List == │ │ │ ├── .xml │ │ │ ├── Slot0.xml │ │ │ ├── Slot1.xml │ │ │ ├── Slot10.xml │ │ │ ├── Slot11.xml │ │ │ ├── Slot12.xml │ │ │ ├── Slot13.xml │ │ │ ├── Slot2.xml │ │ │ ├── Slot3.xml │ │ │ ├── Slot4.xml │ │ │ ├── Slot5.xml │ │ │ ├── Slot6.xml │ │ │ ├── Slot7.xml │ │ │ ├── Slot8.xml │ │ │ └── Slot9.xml │ │ ├── == Equip Magic Quantity List == │ │ │ ├── .xml │ │ │ ├── Quantity0.xml │ │ │ ├── Quantity1.xml │ │ │ ├── Quantity10.xml │ │ │ ├── Quantity11.xml │ │ │ ├── Quantity12.xml │ │ │ ├── Quantity13.xml │ │ │ ├── Quantity2.xml │ │ │ ├── Quantity3.xml │ │ │ ├── Quantity4.xml │ │ │ ├── Quantity5.xml │ │ │ ├── Quantity6.xml │ │ │ ├── Quantity7.xml │ │ │ ├── Quantity8.xml │ │ │ └── Quantity9.xml │ │ └── Selected Array Idx.xml │ ├── Face Data │ │ ├── .xml │ │ ├── 100681.xml │ │ ├── 100686.xml │ │ ├── 100689.xml │ │ ├── 100720.xml │ │ ├── 100721.xml │ │ ├── 100722.xml │ │ ├── 100723.xml │ │ ├── 100724.xml │ │ ├── 100725.xml │ │ ├── 100726.xml │ │ ├── 100727.xml │ │ ├── 100728.xml │ │ ├── 100729.xml │ │ ├── 100730.xml │ │ ├── 100731.xml │ │ ├── 100732.xml │ │ ├── 100733.xml │ │ ├── 100734.xml │ │ ├── 100735.xml │ │ ├── 100736.xml │ │ ├── 100737.xml │ │ ├── 100738.xml │ │ ├── 100739.xml │ │ ├── 100740.xml │ │ ├── 100741.xml │ │ ├── 100742.xml │ │ ├── 100743.xml │ │ ├── 100744.xml │ │ ├── 100745.xml │ │ ├── 100746.xml │ │ ├── 100747.xml │ │ ├── 100748.xml │ │ ├── 100749.xml │ │ ├── 100750.xml │ │ ├── 100751.xml │ │ ├── 100752.xml │ │ ├── 100753.xml │ │ ├── 100754.xml │ │ ├── 100755.xml │ │ ├── 100756.xml │ │ ├── 100757.xml │ │ ├── 100758.xml │ │ ├── 100759.xml │ │ ├── 100760.xml │ │ ├── 100761.xml │ │ ├── 100762.xml │ │ ├── 100763.xml │ │ ├── 100764.xml │ │ ├── 100765.xml │ │ ├── 100766.xml │ │ ├── 100767.xml │ │ ├── 100768.xml │ │ ├── 100769.xml │ │ ├── 100770.xml │ │ ├── 100771.xml │ │ ├── 100772.xml │ │ ├── 100773.xml │ │ ├── 100774.xml │ │ ├── 100775.xml │ │ ├── 100776.xml │ │ ├── 100777.xml │ │ ├── 100778.xml │ │ ├── 100779.xml │ │ ├── 100780.xml │ │ ├── 100781.xml │ │ ├── 100782.xml │ │ ├── 100783.xml │ │ ├── 100828.xml │ │ ├── 100883.xml │ │ ├── 100884.xml │ │ ├── 100885.xml │ │ ├── 100886.xml │ │ ├── 100887.xml │ │ ├── 100888.xml │ │ ├── 100889.xml │ │ ├── 100890.xml │ │ ├── 100891.xml │ │ ├── Accessories_Color_b.xml │ │ ├── Accessories_Color_g.xml │ │ ├── Accessories_Color_r.xml │ │ ├── Accessories_Model_Id.xml │ │ ├── Apparent Age.xml │ │ ├── Beard_Color_Root_Darkness.xml │ │ ├── Beard_Color_White.xml │ │ ├── Beard_Color_a.xml │ │ ├── Beard_Color_b.xml │ │ ├── Beard_Color_g.xml │ │ ├── Beard_Color_r.xml │ │ ├── Beard_Model_Id.xml │ │ ├── Beard_Stubble.xml │ │ ├── Body_Hair.xml │ │ ├── Body_Hair_Color_b.xml │ │ ├── Body_Hair_Color_g.xml │ │ ├── Body_Hair_Color_r.xml │ │ ├── Body_Scale_Abdomen.xml │ │ ├── Body_Scale_Arm_Left.xml │ │ ├── Body_Scale_Arm_Right.xml │ │ ├── Body_Scale_Breast.xml │ │ ├── Body_Scale_Head.xml │ │ ├── Body_Scale_Leg_Left.xml │ │ ├── Body_Scale_Leg_Right.xml │ │ ├── Brow Ridge Height.xml │ │ ├── Cheekbone Depth.xml │ │ ├── Cheekbone Height.xml │ │ ├── Cheekbone Protrusion.xml │ │ ├── Cheekbone Width.xml │ │ ├── Cheeks 2.xml │ │ ├── Cheeks.xml │ │ ├── Cheeks_Color_b.xml │ │ ├── Cheeks_Color_g.xml │ │ ├── Cheeks_Color_r.xml │ │ ├── Chin Depth.xml │ │ ├── Chin Height.xml │ │ ├── Chin Length.xml │ │ ├── Chin Protrusion.xml │ │ ├── Chin Size.xml │ │ ├── Chin Tip Position.xml │ │ ├── Chin Width.xml │ │ ├── Decal_Angle.xml │ │ ├── Decal_Color_b.xml │ │ ├── Decal_Color_g.xml │ │ ├── Decal_Color_r.xml │ │ ├── Decal_Flip.xml │ │ ├── Decal_Model_Id.xml │ │ ├── Decal_Position_x.xml │ │ ├── Decal_Position_y.xml │ │ ├── Decal_Scale.xml │ │ ├── Eye Position.xml │ │ ├── Eye Size.xml │ │ ├── Eye Spacing.xml │ │ ├── EyeSlant.xml │ │ ├── Eye_Left_Clouding.xml │ │ ├── Eye_Left_Clouding_b.xml │ │ ├── Eye_Left_Clouding_g.xml │ │ ├── Eye_Left_Clouding_r.xml │ │ ├── Eye_Left_Color_b.xml │ │ ├── Eye_Left_Color_g.xml │ │ ├── Eye_Left_Color_r.xml │ │ ├── Eye_Left_Iris_Size.xml │ │ ├── Eye_Left_Position.xml │ │ ├── Eye_Left_Sclera_b.xml │ │ ├── Eye_Left_Sclera_g.xml │ │ ├── Eye_Left_Sclera_r.xml │ │ ├── Eye_Model_Id.xml │ │ ├── Eye_Right_Clouding.xml │ │ ├── Eye_Right_Clouding_b.xml │ │ ├── Eye_Right_Clouding_g.xml │ │ ├── Eye_Right_Clouding_r.xml │ │ ├── Eye_Right_Color_b.xml │ │ ├── Eye_Right_Color_g.xml │ │ ├── Eye_Right_Color_r.xml │ │ ├── Eye_Right_Iris_Size.xml │ │ ├── Eye_Right_Position.xml │ │ ├── Eye_Right_Sclera_b.xml │ │ ├── Eye_Right_Sclera_g.xml │ │ ├── Eye_Right_Sclera_r.xml │ │ ├── Eyebrow_Color_Root_Darkness.xml │ │ ├── Eyebrow_Color_White.xml │ │ ├── Eyebrow_Color_a.xml │ │ ├── Eyebrow_Color_b.xml │ │ ├── Eyebrow_Color_g.xml │ │ ├── Eyebrow_Color_r.xml │ │ ├── Eyebrow_Model_Id.xml │ │ ├── Eyelash_Color_b.xml │ │ ├── Eyelash_Color_g.xml │ │ ├── Eyelash_Color_r.xml │ │ ├── Eyelash_Model_Id.xml │ │ ├── Eyeliner.xml │ │ ├── Eyeliner_Color_b.xml │ │ ├── Eyeliner_Color_g.xml │ │ ├── Eyeliner_Color_r.xml │ │ ├── Eyeshadow_Lower.xml │ │ ├── Eyeshadow_Lower_Color_b.xml │ │ ├── Eyeshadow_Lower_Color_g.xml │ │ ├── Eyeshadow_Lower_Color_r.xml │ │ ├── Eyeshadow_Upper.xml │ │ ├── Eyeshadow_Upper_Color_b.xml │ │ ├── Eyeshadow_Upper_Color_g.xml │ │ ├── Eyeshadow_Upper_Color_r.xml │ │ ├── Face Protrusion.xml │ │ ├── FaceData_AOB.xml │ │ ├── Face_Model_Id.xml │ │ ├── Facial Aesthetic.xml │ │ ├── Facial Feature Slant.xml │ │ ├── Forehead Depth.xml │ │ ├── Forehead Protrusion.xml │ │ ├── Form Emphasis.xml │ │ ├── Frenzied Flame.xml │ │ ├── Hair_Color_Root_Darkness.xml │ │ ├── Hair_Color_White.xml │ │ ├── Hair_Color_a.xml │ │ ├── Hair_Color_b.xml │ │ ├── Hair_Color_g.xml │ │ ├── Hair_Color_r.xml │ │ ├── Hair_Model_Id.xml │ │ ├── Horizontal Face Ratio.xml │ │ ├── Inner Brow Ridge.xml │ │ ├── Jaw Contour.xml │ │ ├── Jaw Protrusion.xml │ │ ├── Jaw With.xml │ │ ├── Lip Fullness.xml │ │ ├── Lip Protrusion.xml │ │ ├── Lip Shape.xml │ │ ├── Lip Size.xml │ │ ├── Lip Thickness.xml │ │ ├── Lipstick.xml │ │ ├── Lipstick_Color_b.xml │ │ ├── Lipstick_Color_g.xml │ │ ├── Lipstick_Color_r.xml │ │ ├── Lower Jaw.xml │ │ ├── Mouth Expression.xml │ │ ├── Mouth Occlusion.xml │ │ ├── Mouth Position.xml │ │ ├── Mouth Protrusion.xml │ │ ├── Mouth Slant.xml │ │ ├── Mouth Width.xml │ │ ├── Mouth-Chin Distance.xml │ │ ├── Nose Bridge Height.xml │ │ ├── Nose Bridge Protrusion 1.xml │ │ ├── Nose Bridge Protrusion 2.xml │ │ ├── Nose Bridge Width.xml │ │ ├── Nose Height.xml │ │ ├── Nose Position.xml │ │ ├── Nose Protrusion.xml │ │ ├── Nose Ridge Depth.xml │ │ ├── Nose Ridge Length.xml │ │ ├── Nose Size.xml │ │ ├── Nose Slant.xml │ │ ├── Nose Tip Height.xml │ │ ├── NoseForehead Ratio.xml │ │ ├── Nostril Size.xml │ │ ├── Nostril Slant.xml │ │ ├── Nostril Width.xml │ │ ├── Outer Brow Ridge.xml │ │ ├── Skin_Color_a.xml │ │ ├── Skin_Color_b.xml │ │ ├── Skin_Color_g.xml │ │ ├── Skin_Color_r.xml │ │ ├── Skin_Dark_Circle.xml │ │ ├── Skin_Dark_Circle_Color_b.xml │ │ ├── Skin_Dark_Circle_Color_g.xml │ │ ├── Skin_Dark_Circle_Color_r.xml │ │ ├── Skin_Pores.xml │ │ ├── Unk (Numen = 128).xml │ │ └── Vertical Face Ratio.xml │ ├── GameData │ │ ├── .xml │ │ ├── Death Num.xml │ │ ├── LanCutPoint.xml │ │ ├── Play Time.xml │ │ └── Played Area │ │ │ ├── .xml │ │ │ ├── end.xml │ │ │ └── start.xml │ ├── GestureEquipData │ │ ├── .xml │ │ ├── Gesture 1.xml │ │ ├── Gesture 2.xml │ │ ├── Gesture 3.xml │ │ ├── Gesture 4.xml │ │ ├── Gesture 5.xml │ │ ├── Gesture 6.xml │ │ └── Gesture 7.xml │ ├── GestureGameData │ │ ├── -- Shadow of the Erdtree --.xml │ │ ├── -- Unused --.xml │ │ ├── .xml │ │ ├── As You Wish.xml │ │ ├── Balled Up.xml │ │ ├── Beckon.xml │ │ ├── Bow.xml │ │ ├── Bravo.xml │ │ ├── By My Sword.xml │ │ ├── Calm Down!.xml │ │ ├── Casual Greeting.xml │ │ ├── Crossed Legs.xml │ │ ├── Curtsy.xml │ │ ├── Dejection.xml │ │ ├── Desperate Prayer.xml │ │ ├── Dozing Cross-Legged.xml │ │ ├── Erudition.xml │ │ ├── Extreme Repentance.xml │ │ ├── Fancy Spin.xml │ │ ├── Fetal Position.xml │ │ ├── Finger Snap.xml │ │ ├── Fire Spur Me.xml │ │ ├── Golden Order Totality.xml │ │ ├── GoodsName.xml │ │ ├── Grovel For Mercy.xml │ │ ├── Heartening Cry.xml │ │ ├── Hoslow's Oath.xml │ │ ├── Inner Order.xml │ │ ├── Jump for Joy.xml │ │ ├── Let Us Go Together.xml │ │ ├── May the Best Win.xml │ │ ├── My Lord.xml │ │ ├── My Thanks.xml │ │ ├── Nod In Thought.xml │ │ ├── O Mother.xml │ │ ├── Outer Order.xml │ │ ├── Patches' Crouch.xml │ │ ├── Point Downwards.xml │ │ ├── Point Forwards.xml │ │ ├── Point Upwards.xml │ │ ├── Polite Bow.xml │ │ ├── Prayer.xml │ │ ├── Rallying Cry.xml │ │ ├── Rapture.xml │ │ ├── Rest.xml │ │ ├── Reverential Bow.xml │ │ ├── Ring of Miquella (Pre-order).xml │ │ ├── Ring of Miquella.xml │ │ ├── Sitting Sideways.xml │ │ ├── Spread Out.xml │ │ ├── Strength!.xml │ │ ├── The Carian Oath.xml │ │ ├── The Ring (Pre-order).xml │ │ ├── The Ring.xml │ │ ├── The Two Fingers.xml │ │ ├── Triumphant Delight.xml │ │ ├── Unlock All Base Game Gestures.cea │ │ ├── Unlock All Base Game Gestures.xml │ │ ├── Unlock All Shadow of the Erdtree Gestures.cea │ │ ├── Unlock All Shadow of the Erdtree Gestures.xml │ │ ├── Unlock Cut Gestures.cea │ │ ├── Unlock Cut Gestures.xml │ │ ├── Unused Gesture 2.xml │ │ ├── Unused Gesture 3.xml │ │ ├── Unused Gesture 4.xml │ │ ├── Unused Gesture 5.xml │ │ ├── Unused Gesture 6.xml │ │ ├── Unused Gesture 7.xml │ │ ├── Unused Gesture.xml │ │ ├── Wait.xml │ │ ├── Warm Welcome.xml │ │ ├── Wave.xml │ │ └── What Do You Want.xml │ ├── OptionData │ │ ├── .xml │ │ ├── Camera Options │ │ │ ├── .xml │ │ │ ├── Camera Auto Rotation.xml │ │ │ ├── Camera Auto Wall Recovery.xml │ │ │ ├── Camera Speed.xml │ │ │ ├── Camera X-Axis.xml │ │ │ ├── Camera Y-Axis.xml │ │ │ ├── Cinematic Effects.xml │ │ │ └── Reset Camera Y-Axis.xml │ │ ├── Controller Settings │ │ │ ├── .xml │ │ │ └── Controls-Button Settings.xml │ │ ├── Game Options │ │ │ ├── .xml │ │ │ ├── Auto-Target.xml │ │ │ ├── Controller Vibration.xml │ │ │ ├── Manual Attack Aiming.xml │ │ │ └── Toggle Auto Lock-On.xml │ │ ├── Graphics │ │ │ ├── .xml │ │ │ ├── Advanced Settings │ │ │ │ ├── .xml │ │ │ │ ├── Antialiasing Quality.xml │ │ │ │ ├── Depth of Field.xml │ │ │ │ ├── Effects Quality.xml │ │ │ │ ├── Global Illumination Quality.xml │ │ │ │ ├── Grass Quality.xml │ │ │ │ ├── Lightning Quality.xml │ │ │ │ ├── Motion Blur.xml │ │ │ │ ├── Reflection Quality.xml │ │ │ │ ├── SSAO.xml │ │ │ │ ├── Shader Quality.xml │ │ │ │ ├── Shadow Quality.xml │ │ │ │ ├── Texture quality.xml │ │ │ │ ├── Volumetric Quality.xml │ │ │ │ └── Water Surface Quality.xml │ │ │ ├── Auto-detect best rendering settings 自動描画調整.xml │ │ │ ├── Quality Setting.xml │ │ │ ├── Ray Tracing Quality.xml │ │ │ ├── Resolution (read only) │ │ │ │ ├── .xml │ │ │ │ ├── Borderless Windowed Resolution.xml │ │ │ │ ├── Fullscreen Resolution.xml │ │ │ │ └── Windowed Resolution.xml │ │ │ └── Screen Mode.xml │ │ ├── Key Bindings │ │ │ ├── .xml │ │ │ ├── Controls-Key Bindings.xml │ │ │ ├── Mouse Sensitivity.xml │ │ │ ├── Mouse X-Axis.xml │ │ │ └── Mouse Y-Axis.xml │ │ ├── Network │ │ │ ├── .xml │ │ │ ├── Cross-Region Play.xml │ │ │ ├── Data Usage Agreement.xml │ │ │ ├── Display Player Names.xml │ │ │ ├── Launch Setting.xml │ │ │ ├── Send Summon Sign.xml │ │ │ └── Voice Chat.xml │ │ └── Sound and Display │ │ │ ├── .xml │ │ │ ├── BGM Volume.xml │ │ │ ├── Brightness.xml │ │ │ ├── Device for On-Screen Prompts.xml │ │ │ ├── Display Blood.xml │ │ │ ├── HDR.xml │ │ │ ├── HUD.xml │ │ │ ├── Master Volume.xml │ │ │ ├── SE Volume.xml │ │ │ ├── Show Tutorials.xml │ │ │ ├── Sound Type.xml │ │ │ ├── Subtitles.xml │ │ │ └── Voice Volume.xml │ ├── PlayerParam │ │ ├── .xml │ │ ├── Appearance.xml │ │ ├── Arcane.xml │ │ ├── ArcheType.xml │ │ ├── BaseMaxHp.xml │ │ ├── BaseMaxSp.xml │ │ ├── ChrType.xml │ │ ├── Dexterity.xml │ │ ├── Endurance.xml │ │ ├── Faith.xml │ │ ├── Focus 2.xml │ │ ├── Focus.xml │ │ ├── Gender.xml │ │ ├── Gift.xml │ │ ├── Hp.xml │ │ ├── Immunity 2.xml │ │ ├── Immunity.xml │ │ ├── Intelligence.xml │ │ ├── MaxHp.xml │ │ ├── MaxMp.xml │ │ ├── MaxSp.xml │ │ ├── Mind.xml │ │ ├── Mp.xml │ │ ├── PlayerName.xml │ │ ├── Robustness 2.xml │ │ ├── Robustness.xml │ │ ├── Soul.xml │ │ ├── SoulLv.xml │ │ ├── Sp.xml │ │ ├── Strength.xml │ │ ├── Total Get Soul.xml │ │ ├── Vigor.xml │ │ ├── Vitality.xml │ │ └── Voice Type.xml │ ├── Resistances │ │ ├── .xml │ │ ├── Focus (Madness).xml │ │ ├── Focus (Sleep).xml │ │ ├── Immunity (Poison).xml │ │ ├── Immunity (Scarlet Rot).xml │ │ ├── Max Focus (Madness).xml │ │ ├── Max Focus (Sleep).xml │ │ ├── Max Immunity (Poison).xml │ │ ├── Max Immunity (Scarlet Rot).xml │ │ ├── Max Robustness (Frostbite).xml │ │ ├── Max Robustness (Hemorrhage).xml │ │ ├── Max Vitality (Deathblight).xml │ │ ├── Robustness (Frostbite).xml │ │ ├── Robustness (Hemorrhage).xml │ │ └── Vitality (Deathblight).xml │ ├── SpecialEffect │ │ ├── .xml │ │ ├── Active Effects (0-15) │ │ │ ├── 10 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 11 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 12 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 13 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 14 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 15 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── .xml │ │ │ ├── 00 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 01 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 02 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 03 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 04 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 05 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 06 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 07 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ ├── 08 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ │ └── 09 │ │ │ │ ├── .xml │ │ │ │ ├── Duration.xml │ │ │ │ ├── Interval.xml │ │ │ │ └── Total Duration.xml │ │ ├── Print SpEffects.cea │ │ └── Print SpEffects.xml │ ├── Stats │ │ ├── .xml │ │ ├── BaseMaxHP.xml │ │ ├── BaseMaxMP.xml │ │ ├── BaseMaxSP.xml │ │ ├── HP.xml │ │ ├── MP.xml │ │ ├── MaxHP.xml │ │ ├── MaxHP2.xml │ │ ├── MaxMP.xml │ │ ├── MaxSP.xml │ │ └── SP.xml │ ├── SuperArmor │ │ ├── .xml │ │ ├── ExtraSADurability 2.xml │ │ ├── ExtraSADurability.xml │ │ ├── SADurability 2.xml │ │ ├── SADurability.xml │ │ ├── break.xml │ │ └── recoverTime.xml │ └── Toughness │ │ ├── .xml │ │ ├── ToughnessDurability 2.xml │ │ ├── ToughnessDurability 3.xml │ │ ├── ToughnessDurability.xml │ │ └── recoverTime.xml │ ├── MiscWIP │ ├── .xml │ ├── Bases │ │ ├── .xml │ │ ├── CSFlipper.xml │ │ ├── CSLuaEventManager.xml │ │ ├── CSMenuMan.xml │ │ ├── CSNetMan.xml │ │ ├── CSSessionManager.xml │ │ ├── DamageCtrl.xml │ │ ├── FieldArea.xml │ │ ├── GameDataMan.xml │ │ ├── GameMan.xml │ │ ├── MapItemMan.xml │ │ ├── MsgRepository.xml │ │ ├── SoloParamRepository.xml │ │ ├── WorldChrMan.xml │ │ └── WorldChrManDbg.xml │ ├── Dependencies │ │ ├── .xml │ │ ├── CSCRIPT V2 - C Scripting QoL & Extensions.cea │ │ ├── CSCRIPT V2 - C Scripting QoL & Extensions.xml │ │ ├── FD4Singleton Finder & Symbol Registerer.cea │ │ ├── FD4Singleton Finder & Symbol Registerer.xml │ │ ├── Global Functions │ │ │ ├── .xml │ │ │ ├── AddSoul_code.cea │ │ │ ├── AddSoul_code.xml │ │ │ ├── Bullet_code.cea │ │ │ ├── Bullet_code.xml │ │ │ ├── ChangeMagic_code.cea │ │ │ ├── ChangeMagic_code.xml │ │ │ ├── Error functions.cea │ │ │ ├── Error functions.xml │ │ │ ├── EventFlag_code.cea │ │ │ ├── EventFlag_code.xml │ │ │ ├── EzState_code.cea │ │ │ ├── EzState_code.xml │ │ │ ├── Get functions.cea │ │ │ ├── Get functions.xml │ │ │ ├── GetThingName_code.cea │ │ │ ├── GetThingName_code.xml │ │ │ ├── ItemDrop_code.cea │ │ │ ├── ItemDrop_code.xml │ │ │ ├── ItemGive_code.cea │ │ │ ├── ItemGive_code.xml │ │ │ ├── ItemPopup_code.cea │ │ │ ├── ItemPopup_code.xml │ │ │ ├── PlayAnimation_code.cea │ │ │ ├── PlayAnimation_code.xml │ │ │ ├── RemoveItem_code.cea │ │ │ ├── RemoveItem_code.xml │ │ │ ├── SpEffect_code.cea │ │ │ ├── SpEffect_code.xml │ │ │ ├── Test functions.cea │ │ │ ├── Test functions.xml │ │ │ ├── Warp_code.cea │ │ │ ├── Warp_code.xml │ │ │ ├── equipItem_code.cea │ │ │ ├── equipItem_code.xml │ │ │ ├── tgaMemory_code.cea │ │ │ └── tgaMemory_code.xml │ │ ├── Symbol Lookup Fix.cea │ │ └── Symbol Lookup Fix.xml │ ├── Deprecated │ │ ├── .xml │ │ ├── ItemGib │ │ │ ├── Spawn Item.cea │ │ │ ├── Spawn Item.xml │ │ │ ├── .cea │ │ │ └── .xml │ │ ├── Npc Menus.cea │ │ └── Npc Menus.xml │ └── Dropdowns │ │ ├── .xml │ │ ├── ACCESSORY_ID.xml │ │ ├── BUDDY_ID.xml │ │ ├── BUDDY_STONE_ID.xml │ │ ├── BonfireId.xml │ │ ├── BonfireIdDLC.xml │ │ ├── CHAR_TYPE.xml │ │ ├── ChrReinforceLv.xml │ │ ├── ENABLED_DISABLED.xml │ │ ├── EventFlagId.xml │ │ ├── GEM_ID.xml │ │ ├── GESTURE_ID.xml │ │ ├── GOODS_ID.xml │ │ ├── ItemDropdown.xml │ │ ├── ItemDropdownDLC.xml │ │ ├── ItemGem.xml │ │ ├── ItemGemDLC.xml │ │ ├── ItemReinforceLv.xml │ │ ├── ItemType.xml │ │ ├── ItemUpgrade.xml │ │ ├── MAGIC_ID.xml │ │ ├── ON_OFF.xml │ │ ├── PROTECTOR_ID.xml │ │ ├── STATE_INFO.xml │ │ ├── SWORD_ARTS_ID.xml │ │ ├── TEAM_TYPE.xml │ │ ├── TRUE_FALSE.xml │ │ ├── UNLOCKED_LOCKED.xml │ │ ├── WEAPON_ID.xml │ │ └── idle_anim.xml │ ├── Param Mods │ ├── .xml │ ├── Dependencies │ │ ├── .xml │ │ ├── CParamUtils.cea │ │ ├── CParamUtils.xml │ │ └── ParamUtils │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Classes │ │ │ ├── .xml │ │ │ └── BaseParamClass │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── ActionButtonParam.cea │ │ │ ├── ActionButtonParam.xml │ │ │ ├── AiSoundParam.cea │ │ │ ├── AiSoundParam.xml │ │ │ ├── AtkParam_Npc.cea │ │ │ ├── AtkParam_Npc.xml │ │ │ ├── AtkParam_Pc.cea │ │ │ ├── AtkParam_Pc.xml │ │ │ ├── AttackElementCorrectParam.cea │ │ │ ├── AttackElementCorrectParam.xml │ │ │ ├── BehaviorParam_PC.cea │ │ │ ├── BehaviorParam_PC.xml │ │ │ ├── BonfireWarpParam.cea │ │ │ ├── BonfireWarpParam.xml │ │ │ ├── BuddyParam.cea │ │ │ ├── BuddyParam.xml │ │ │ ├── Bullet.cea │ │ │ ├── Bullet.xml │ │ │ ├── CalcCorrectGraph.cea │ │ │ ├── CalcCorrectGraph.xml │ │ │ ├── Ceremony.cea │ │ │ ├── Ceremony.xml │ │ │ ├── CharaInitParam.cea │ │ │ ├── CharaInitParam.xml │ │ │ ├── ClearCountCorrectParam.cea │ │ │ ├── ClearCountCorrectParam.xml │ │ │ ├── CoolTimeParam.cea │ │ │ ├── CoolTimeParam.xml │ │ │ ├── DecalParam.cea │ │ │ ├── DecalParam.xml │ │ │ ├── EquipMtrlSetParam.cea │ │ │ ├── EquipMtrlSetParam.xml │ │ │ ├── EquipParamAccessory.cea │ │ │ ├── EquipParamAccessory.xml │ │ │ ├── EquipParamGoods.cea │ │ │ ├── EquipParamGoods.xml │ │ │ ├── EquipParamProtector.cea │ │ │ ├── EquipParamProtector.xml │ │ │ ├── EquipParamWeapon.cea │ │ │ ├── EquipParamWeapon.xml │ │ │ ├── HitEffectSfxParam.cea │ │ │ ├── HitEffectSfxParam.xml │ │ │ ├── HitMtrlParam.cea │ │ │ ├── HitMtrlParam.xml │ │ │ ├── ItemLotParam.cea │ │ │ ├── ItemLotParam.xml │ │ │ ├── LockCamParam.cea │ │ │ ├── LockCamParam.xml │ │ │ ├── LodParam.cea │ │ │ ├── LodParam.xml │ │ │ ├── Magic.cea │ │ │ ├── Magic.xml │ │ │ ├── MapMimicryEstablishmentParam.cea │ │ │ ├── MapMimicryEstablishmentParam.xml │ │ │ ├── NetworkAreaParam.cea │ │ │ ├── NetworkAreaParam.xml │ │ │ ├── NpcParam.cea │ │ │ ├── NpcParam.xml │ │ │ ├── NpcThinkParam.cea │ │ │ ├── NpcThinkParam.xml │ │ │ ├── ObjActParam.cea │ │ │ ├── ObjActParam.xml │ │ │ ├── ObjectParam.cea │ │ │ ├── ObjectParam.xml │ │ │ ├── PhantomParam.cea │ │ │ ├── PhantomParam.xml │ │ │ ├── PlayRegionParam.cea │ │ │ ├── PlayRegionParam.xml │ │ │ ├── ReinforceParamWeapon.cea │ │ │ ├── ReinforceParamWeapon.xml │ │ │ ├── RoleParam.cea │ │ │ ├── RoleParam.xml │ │ │ ├── ShopLineupParam.cea │ │ │ ├── ShopLineupParam.xml │ │ │ ├── SpEffectParam.cea │ │ │ ├── SpEffectParam.xml │ │ │ ├── SpEffectVfxParam.cea │ │ │ ├── SpEffectVfxParam.xml │ │ │ ├── SwordArtsParam.cea │ │ │ ├── SwordArtsParam.xml │ │ │ ├── ThrowParam.cea │ │ │ ├── ThrowParam.xml │ │ │ ├── UpperArmParam.cea │ │ │ ├── UpperArmParam.xml │ │ │ ├── WetAspectParam.cea │ │ │ ├── WetAspectParam.xml │ │ │ ├── WhiteSignCoolTimeParam.cea │ │ │ └── WhiteSignCoolTimeParam.xml │ ├── Param Scripting │ │ ├── .xml │ │ ├── C │ │ │ ├── .xml │ │ │ ├── Blaidd the Half-Wolf.cea │ │ │ ├── Blaidd the Half-Wolf.xml │ │ │ ├── Custom FOV for specific cases.cea │ │ │ ├── Custom FOV for specific cases.xml │ │ │ ├── Deathblight Daggers.cea │ │ │ ├── Deathblight Daggers.xml │ │ │ ├── Example C Param Patcher script Double somber weapon base damage.cea │ │ │ └── Example C Param Patcher script Double somber weapon base damage.xml │ │ └── Lua │ │ │ ├── .xml │ │ │ ├── Blaidd the Half-Wolf Spirit Ash.cea │ │ │ ├── Blaidd the Half-Wolf Spirit Ash.xml │ │ │ ├── Custom Camera Distance.cea │ │ │ ├── Custom Camera Distance.xml │ │ │ ├── Custom FOV.cea │ │ │ ├── Custom FOV.xml │ │ │ ├── Discardable items.cea │ │ │ ├── Discardable items.xml │ │ │ ├── Upgrades Need No Materials.cea │ │ │ ├── Upgrades Need No Materials.xml │ │ │ ├── Warp out of uncleared mini dungeons.cea │ │ │ └── Warp out of uncleared mini dungeons.xml │ ├── Params │ │ ├── .xml │ │ ├── A list of all params, use helpers if you want to modify them.xml │ │ ├── ActionButtonParam.xml │ │ ├── AiSoundParam.xml │ │ ├── AssetEnvironmentGeometryParam.xml │ │ ├── AssetMaterialSfxParam.xml │ │ ├── AssetModelSfxParam.xml │ │ ├── AtkParam_Npc.xml │ │ ├── AtkParam_Pc.xml │ │ ├── AttackElementCorrectParam.xml │ │ ├── AutoCreateEnvSoundParam.xml │ │ ├── BaseChrSelectMenuParam.xml │ │ ├── BehaviorParam.xml │ │ ├── BehaviorParam_PC.xml │ │ ├── BonfireWarpParam.xml │ │ ├── BonfireWarpSubCategoryParam.xml │ │ ├── BonfireWarpTabParam.xml │ │ ├── BuddyParam.xml │ │ ├── BuddyStoneParam.xml │ │ ├── BudgetParam.xml │ │ ├── Bullet.xml │ │ ├── BulletCreateLimitParam.xml │ │ ├── CalcCorrectGraph.xml │ │ ├── Ceremony.xml │ │ ├── CharMakeMenuListItemParam.xml │ │ ├── CharMakeMenuTopParam.xml │ │ ├── CharaInitParam.xml │ │ ├── ChrActivateConditionParam.xml │ │ ├── ChrModelParam.xml │ │ ├── ClearCountCorrectParam.xml │ │ ├── CoolTimeParam.xml │ │ ├── CutSceneTextureLoadParam.xml │ │ ├── CutsceneGparamTimeParam.xml │ │ ├── CutsceneGparamWeatherParam.xml │ │ ├── CutsceneMapIdParam.xml │ │ ├── CutsceneTimezoneConvertParam.xml │ │ ├── CutsceneWeatherOverrideGparamConvertParam.xml │ │ ├── DecalParam.xml │ │ ├── DirectionCameraParam.xml │ │ ├── EnemyCommonParam.xml │ │ ├── EnvObjLotParam.xml │ │ ├── EquipMtrlSetParam.xml │ │ ├── EquipParamAccessory.xml │ │ ├── EquipParamCustomWeapon.xml │ │ ├── EquipParamGem.xml │ │ ├── EquipParamGoods.xml │ │ ├── EquipParamProtector.xml │ │ ├── EquipParamWeapon.xml │ │ ├── FaceParam.xml │ │ ├── FaceRangeParam.xml │ │ ├── FeTextEffectParam.xml │ │ ├── FootSfxParam.xml │ │ ├── GameAreaParam.xml │ │ ├── GameSystemCommonParam.xml │ │ ├── GestureParam.xml │ │ ├── GparamRefSettings.xml │ │ ├── GraphicsCommonParam.xml │ │ ├── GraphicsConfig.xml │ │ ├── GrassLodRangeParam.xml │ │ ├── GrassTypeParam.xml │ │ ├── GrassTypeParam_Lv1.xml │ │ ├── GrassTypeParam_Lv2.xml │ │ ├── HPEstusFlaskRecoveryParam.xml │ │ ├── HitEffectSeParam.xml │ │ ├── HitEffectSfxConceptParam.xml │ │ ├── HitEffectSfxParam.xml │ │ ├── HitMtrlParam.xml │ │ ├── ItemLotParam_enemy.xml │ │ ├── ItemLotParam_map.xml │ │ ├── KeyAssignMenuItemParam.xml │ │ ├── KeyAssignParam_TypeA.xml │ │ ├── KeyAssignParam_TypeB.xml │ │ ├── KeyAssignParam_TypeC.xml │ │ ├── KnockBackParam.xml │ │ ├── KnowledgeLoadScreenItemParam.xml │ │ ├── LegacyDistantViewPartsReplaceParam.xml │ │ ├── LoadBalancerDrawDistScaleParam.xml │ │ ├── LoadBalancerDrawDistScaleParam_ps4.xml │ │ ├── LoadBalancerDrawDistScaleParam_ps5.xml │ │ ├── LoadBalancerDrawDistScaleParam_xb1.xml │ │ ├── LoadBalancerDrawDistScaleParam_xb1x.xml │ │ ├── LoadBalancerDrawDistScaleParam_xss.xml │ │ ├── LoadBalancerDrawDistScaleParam_xsx.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_ps4.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_ps5.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_win64.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_xb1.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_xb1x.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_xss.xml │ │ ├── LoadBalancerNewDrawDistScaleParam_xsx.xml │ │ ├── LoadBalancerParam.xml │ │ ├── LockCamParam.xml │ │ ├── MPEstusFlaskRecoveryParam.xml │ │ ├── Magic.xml │ │ ├── MapDefaultInfoParam.xml │ │ ├── MapGdRegionDrawParam.xml │ │ ├── MapGdRegionInfoParam.xml │ │ ├── MapGridCreateHeightLimitInfoParam.xml │ │ ├── MapMimicryEstablishmentParam.xml │ │ ├── MapNameTexParam.xml │ │ ├── MapPieceTexParam.xml │ │ ├── MaterialExParam.xml │ │ ├── MenuColorTableParam.xml │ │ ├── MenuCommonParam.xml │ │ ├── MenuOffscrRendParam.xml │ │ ├── MenuPropertyLayoutParam.xml │ │ ├── MenuPropertySpecParam.xml │ │ ├── MenuValueTableParam.xml │ │ ├── MimicryEstablishmentTexParam.xml │ │ ├── MoveParam.xml │ │ ├── MultiHPEstusFlaskBonusParam.xml │ │ ├── MultiMPEstusFlaskBonusParam.xml │ │ ├── MultiPlayCorrectionParam.xml │ │ ├── MultiSoulBonusRateParam.xml │ │ ├── NetworkAreaParam.xml │ │ ├── NetworkMsgParam.xml │ │ ├── NetworkParam.xml │ │ ├── NpcAiActionParam.xml │ │ ├── NpcAiBehaviorProbability.xml │ │ ├── NpcParam.xml │ │ ├── NpcThinkParam.xml │ │ ├── ObjActParam.xml │ │ ├── Param table (offset+18+0 = name) │ │ │ ├── .xml │ │ │ └── Example EquipParamWeapon.xml │ │ ├── PartsDrawParam.xml │ │ ├── PhantomParam.xml │ │ ├── PlayRegionParam.xml │ │ ├── PlayerCommonParam.xml │ │ ├── PostureControlParam_Gender.xml │ │ ├── PostureControlParam_Pro.xml │ │ ├── PostureControlParam_WepLeft.xml │ │ ├── PostureControlParam_WepRight.xml │ │ ├── RandomAppearParam.xml │ │ ├── ReinforceParamProtector.xml │ │ ├── ReinforceParamWeapon.xml │ │ ├── ResistCorrectParam.xml │ │ ├── RideParam.xml │ │ ├── RoleParam.xml │ │ ├── RollingObjLotParam.xml │ │ ├── RuntimeBoneControlParam.xml │ │ ├── SeActivationRangeParam.xml │ │ ├── SeMaterialConvertParam.xml │ │ ├── SfxBlockResShareParam.xml │ │ ├── ShopLineupParam.xml │ │ ├── ShopLineupParam_Recipe.xml │ │ ├── SignPuddleParam.xml │ │ ├── SoundAssetSoundObjEnableDistParam.xml │ │ ├── SoundAutoEnvSoundGroupParam.xml │ │ ├── SoundAutoReverbEvaluationDistParam.xml │ │ ├── SoundAutoReverbSelectParam.xml │ │ ├── SoundChrPhysicsSeParam.xml │ │ ├── SoundCommonIngameParam.xml │ │ ├── SoundCutsceneParam.xml │ │ ├── SpEffectParam.xml │ │ ├── SpEffectSetParam.xml │ │ ├── SpEffectVfxParam.xml │ │ ├── SpeedtreeParam.xml │ │ ├── SwordArtsParam.xml │ │ ├── TalkParam.xml │ │ ├── ThrowDirectionSfxParam.xml │ │ ├── ThrowParam.xml │ │ ├── ToughnessParam.xml │ │ ├── TutorialParam.xml │ │ ├── WaypointParam.xml │ │ ├── WeatherAssetCreateParam.xml │ │ ├── WeatherAssetReplaceParam.xml │ │ ├── WeatherLotParam.xml │ │ ├── WeatherLotTexParam.xml │ │ ├── WeatherParam.xml │ │ ├── WepAbsorpPosParam.xml │ │ ├── WetAspectParam.xml │ │ ├── WhiteSignCoolTimeParam.xml │ │ ├── WorldMapLegacyConvParam.xml │ │ ├── WorldMapPieceParam.xml │ │ ├── WorldMapPlaceNameParam.xml │ │ ├── WorldMapPointParam.xml │ │ ├── WwiseValueToStrParam_BgmBossChrIdConv.xml │ │ ├── WwiseValueToStrParam_EnvPlaceType.xml │ │ ├── WwiseValueToStrParam_Switch_AttackStrength.xml │ │ ├── WwiseValueToStrParam_Switch_AttackType.xml │ │ ├── WwiseValueToStrParam_Switch_DamageAmount.xml │ │ ├── WwiseValueToStrParam_Switch_DeffensiveMaterial.xml │ │ ├── WwiseValueToStrParam_Switch_GrassHitType.xml │ │ ├── WwiseValueToStrParam_Switch_HitStop.xml │ │ ├── WwiseValueToStrParam_Switch_OffensiveMaterial.xml │ │ ├── WwiseValueToStrParam_Switch_PlayerEquipmentBottoms.xml │ │ ├── WwiseValueToStrParam_Switch_PlayerEquipmentTops.xml │ │ ├── WwiseValueToStrParam_Switch_PlayerShoes.xml │ │ └── WwiseValueToStrParam_Switch_PlayerVoiceType.xml │ ├── Special Params │ │ ├── .xml │ │ ├── EnemyCommonParam │ │ │ ├── .xml │ │ │ ├── activateChrByTime_PhantomId.xml │ │ │ ├── dummy8 reserved0.xml │ │ │ ├── dummy8 reserved18.xml │ │ │ ├── dummy8 reserved5.xml │ │ │ ├── findUnfavorableFailedPointDist.xml │ │ │ ├── findUnfavorableFailedPointHeight.xml │ │ │ ├── memoryTargetTryApproachTime.xml │ │ │ ├── searchTargetTryApproachTime.xml │ │ │ └── soundTargetTryApproachTime.xml │ │ ├── GameSystemCommonParam │ │ │ ├── .xml │ │ │ ├── OldMonkOfYellow_CreateSignSpEffectId.xml │ │ │ ├── SpEffectId_EnableUseItem_StragglerActivate.xml │ │ │ ├── SpEffectId_StragglerOppose.xml │ │ │ ├── SpEffectId_StragglerTarget.xml │ │ │ ├── SpEffectId_StragglerWakeUp.xml │ │ │ ├── StragglerActivateDist.xml │ │ │ ├── aIJump_AnimYMoveCorrectRate_onJumpOff.xml │ │ │ ├── aIJump_DecelerateParam.xml │ │ │ ├── actionButtonInputCancelTime.xml │ │ │ ├── activityOfDeadSpEffect_BulletId.xml │ │ │ ├── activityOfDeadSpEffect_DeadFadeOutTime.xml │ │ │ ├── activityOfDeadSpEffect_ShootBulletDummypolyId.xml │ │ │ ├── activityOfDeadTargetSearchSpEffect_MaxLength.xml │ │ │ ├── activityOfDeadTargetSearchSpEffect_OnHitSpEffect.xml │ │ │ ├── addSoloBreakInPoint_Black.xml │ │ │ ├── addSoloBreakInPoint_ForceJoin.xml │ │ │ ├── addSoloBreakInPoint_VisitorGuardian.xml │ │ │ ├── addSoloBreakInPoint_VisitorRedHunter.xml │ │ │ ├── addSoloBreakInPoint_White.xml │ │ │ ├── afterEndingMapUid.xml │ │ │ ├── afterEndingReturnPointEntityId.xml │ │ │ ├── aiSightRateStart_Evening_Hour.xml │ │ │ ├── aiSightRateStart_Evening_Minute.xml │ │ │ ├── aiSightRateStart_Midnight_Hour.xml │ │ │ ├── aiSightRateStart_Midnight_Minute.xml │ │ │ ├── aiSightRateStart_Morning_Hour.xml │ │ │ ├── aiSightRateStart_Morning_Minute.xml │ │ │ ├── aiSightRateStart_Night_Hour.xml │ │ │ ├── aiSightRateStart_Night_Minute.xml │ │ │ ├── aiSightRateStart_Noon_Hour.xml │ │ │ ├── aiSightRateStart_Noon_Minute.xml │ │ │ ├── aiSightRate_evening.xml │ │ │ ├── aiSightRate_midnightA.xml │ │ │ ├── aiSightRate_morning.xml │ │ │ ├── aiSightRate_night.xml │ │ │ ├── aiSightRate_noonA.xml │ │ │ ├── aiSightRate_sunloss_dark.xml │ │ │ ├── aiSightRate_sunloss_light.xml │ │ │ ├── aiSightRate_sunloss_veryDark.xml │ │ │ ├── allowUseBuddyItem_sfxDmyPolyId.xml │ │ │ ├── allowUseBuddyItem_sfxDmyPolyId_horse.xml │ │ │ ├── allowUseBuddyItem_sfxId.xml │ │ │ ├── allowUseBuddyItem_sfxInterval.xml │ │ │ ├── autoInvadePoint_cancelDist.xml │ │ │ ├── autoInvadePoint_generateDist.xml │ │ │ ├── baseToughnessRecoverTime.xml │ │ │ ├── bigRuneGreaterDemonBreakInGoodsId.xml │ │ │ ├── bigRuneGreaterDemonBreakInGoodsNum.xml │ │ │ ├── bigRuneGreaterDemon_SummonBuddySpecialEffectId_Buddy.xml │ │ │ ├── bigRuneGreaterDemon_SummonBuddySpecialEffectId_Pc.xml │ │ │ ├── blockClearBonusDelayTime.xml │ │ │ ├── bonfireCheckEnemyRange.xml │ │ │ ├── breakInOnce_A_rebreakInGoodsId.xml │ │ │ ├── breakInOnce_A_rebreakInGoodsNum.xml │ │ │ ├── breakIn_A_rebreakInGoodsId.xml │ │ │ ├── breakIn_A_rebreakInGoodsNum.xml │ │ │ ├── breakIn_B_rebreakInGoodsId.xml │ │ │ ├── breakIn_B_rebreakInGoodsNum.xml │ │ │ ├── buddyDisappearDelaySec.xml │ │ │ ├── buddyPassThroughTriggerTime.xml │ │ │ ├── buddyWarp_ThresholdRangePathStacked.xml │ │ │ ├── buddyWarp_ThresholdTimePathStacked.xml │ │ │ ├── buddyWarp_TriggerDistToPlayer.xml │ │ │ ├── buddyWarp_TriggerTimeRayBlocked.xml │ │ │ ├── chrActivateDist_forLeavePC.xml │ │ │ ├── chrEventTrun_180TurnStartAngle.xml │ │ │ ├── chrEventTrun_90TurnStartAngle.xml │ │ │ ├── chrEventTrun_byLeft180.xml │ │ │ ├── chrEventTrun_byLeft90.xml │ │ │ ├── chrEventTrun_byRight180.xml │ │ │ ├── chrEventTrun_byRight90.xml │ │ │ ├── defeatMultiModeBossOfSoulCorrectRate_byHost.xml │ │ │ ├── defeatMultiModeBossOfSoulCorrectRate_byTeamGhost.xml │ │ │ ├── defeatMultiModeEnemyOfSoulCorrectRate_byHost.xml │ │ │ ├── defeatMultiModeEnemyOfSoulCorrectRate_byTeamGhost.xml │ │ │ ├── dummy8 reserve4_2.xml │ │ │ ├── dummy8 reserved_124.xml │ │ │ ├── dummy8 weatherLotCondition_reserved.xml │ │ │ ├── enemyDetectionSpEffect_BulletId_byCoopRing_RedHunter.xml │ │ │ ├── enemyDetectionSpEffect_BulletId_byInvadeOrb_None.xml │ │ │ ├── enemyDetectionSpEffect_BulletId_byNpcEnemy.xml │ │ │ ├── enemyDetectionSpEffect_ShootBulletDummypolyId.xml │ │ │ ├── enemyHpGaugeScreenOffset_byUp.xml │ │ │ ├── enemySpEffectIdAfterSleepCollectorItemLot.xml │ │ │ ├── estusFlaskRecovery_AbsorptionProductionSfxId_byHp.xml │ │ │ ├── estusFlaskRecovery_AbsorptionProductionSfxId_byMp.xml │ │ │ ├── estusFlaskRecovery_AddEstusTimeestusFlaskRecovery_AddEstusTime.xml │ │ │ ├── fallDamageRate_forRideNPC.xml │ │ │ ├── fallDamageRate_forRidePC.xml │ │ │ ├── flickDamageCutRateSuccessGurad.xml │ │ │ ├── ghostFootprintDecalParamId.xml │ │ │ ├── guestLeaveSessionDist.xml │ │ │ ├── guestLeavingMessageDistMax.xml │ │ │ ├── guestLeavingMessageDistMin.xml │ │ │ ├── guestResummonDist.xml │ │ │ ├── homeBonfireParamId.xml │ │ │ ├── hostModeCostItemId.xml │ │ │ ├── ignorNetStateSyncTime_ForThrow.xml │ │ │ ├── invincibleTimer_forNetPC.xml │ │ │ ├── invincibleTimer_forNetPC_initSync.xml │ │ │ ├── item370_MaxSfxNum.xml │ │ │ ├── leaveAroundHostWarningTime.xml │ │ │ ├── machingLevelRedSignUpperAbs.xml │ │ │ ├── machingLevelRedSignUpperRel.xml │ │ │ ├── machingLevelWhiteSignUpperAbs.xml │ │ │ ├── machingLevelWhiteSignUpperRel.xml │ │ │ ├── machingWeaponLevelUpperRedSign_0.xml │ │ │ ├── machingWeaponLevelUpperRedSign_1.xml │ │ │ ├── machingWeaponLevelUpperRedSign_10.xml │ │ │ ├── machingWeaponLevelUpperRedSign_11.xml │ │ │ ├── machingWeaponLevelUpperRedSign_12.xml │ │ │ ├── machingWeaponLevelUpperRedSign_13.xml │ │ │ ├── machingWeaponLevelUpperRedSign_14.xml │ │ │ ├── machingWeaponLevelUpperRedSign_15.xml │ │ │ ├── machingWeaponLevelUpperRedSign_16.xml │ │ │ ├── machingWeaponLevelUpperRedSign_17.xml │ │ │ ├── machingWeaponLevelUpperRedSign_18.xml │ │ │ ├── machingWeaponLevelUpperRedSign_19.xml │ │ │ ├── machingWeaponLevelUpperRedSign_2.xml │ │ │ ├── machingWeaponLevelUpperRedSign_20.xml │ │ │ ├── machingWeaponLevelUpperRedSign_21.xml │ │ │ ├── machingWeaponLevelUpperRedSign_22.xml │ │ │ ├── machingWeaponLevelUpperRedSign_23.xml │ │ │ ├── machingWeaponLevelUpperRedSign_24.xml │ │ │ ├── machingWeaponLevelUpperRedSign_25.xml │ │ │ ├── machingWeaponLevelUpperRedSign_3.xml │ │ │ ├── machingWeaponLevelUpperRedSign_4.xml │ │ │ ├── machingWeaponLevelUpperRedSign_5.xml │ │ │ ├── machingWeaponLevelUpperRedSign_6.xml │ │ │ ├── machingWeaponLevelUpperRedSign_7.xml │ │ │ ├── machingWeaponLevelUpperRedSign_8.xml │ │ │ ├── machingWeaponLevelUpperRedSign_9.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_0.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_1.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_10.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_11.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_12.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_13.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_14.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_15.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_16.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_17.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_18.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_19.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_2.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_20.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_21.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_22.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_23.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_24.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_25.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_3.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_4.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_5.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_6.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_7.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_8.xml │ │ │ ├── machingWeaponLevelUpperWhiteSign_9.xml │ │ │ ├── menuTimezoneStart_Day1_Hour.xml │ │ │ ├── menuTimezoneStart_Day1_Minute.xml │ │ │ ├── menuTimezoneStart_Day2_Hour.xml │ │ │ ├── menuTimezoneStart_Day2_Minute.xml │ │ │ ├── menuTimezoneStart_Evening_Hour.xml │ │ │ ├── menuTimezoneStart_Evening_Minute.xml │ │ │ ├── menuTimezoneStart_Midnight_Hour.xml │ │ │ ├── menuTimezoneStart_Midnight_Minute.xml │ │ │ ├── menuTimezoneStart_Morning_Hour.xml │ │ │ ├── menuTimezoneStart_Morning_Minute.xml │ │ │ ├── menuTimezoneStart_Night_Hour.xml │ │ │ ├── menuTimezoneStart_Night_Minute.xml │ │ │ ├── morningIngameHour.xml │ │ │ ├── morningIngameMinute.xml │ │ │ ├── morningIngameSecond.xml │ │ │ ├── msbEventGeomTreasureInfo_actionButtonParamId_box.xml │ │ │ ├── msbEventGeomTreasureInfo_actionButtonParamId_corpse.xml │ │ │ ├── msbEventGeomTreasureInfo_actionButtonParamId_shine.xml │ │ │ ├── msbEventGeomTreasureInfo_itemGetAnimId_box.xml │ │ │ ├── msbEventGeomTreasureInfo_itemGetAnimId_corpse.xml │ │ │ ├── msbEventGeomTreasureInfo_itemGetAnimId_shine.xml │ │ │ ├── netPenaltyForgiveItemLimitTime.xml │ │ │ ├── netPenaltyPointLanDisconnect.xml │ │ │ ├── netPenaltyPointProfileSignout.xml │ │ │ ├── netPenaltyPointReboot.xml │ │ │ ├── netPenaltyPointThreshold.xml │ │ │ ├── netPnaltyPointSuspend.xml │ │ │ ├── nightIngameHour.xml │ │ │ ├── nightIngameMinute.xml │ │ │ ├── nightIngameSecond.xml │ │ │ ├── noonIngameHour.xml │ │ │ ├── noonIngameMinute.xml │ │ │ ├── noonIngameSecond.xml │ │ │ ├── npcTalkAnimBeginDiffAngle.xml │ │ │ ├── npcTalkAnimEndDiffAngle.xml │ │ │ ├── npcTalkTimeOutThreshold.xml │ │ │ ├── onBuddySummon_atBuddyUnsummon_spEffectId_pc.xml │ │ │ ├── onBuddySummon_inActivateRange_sfxDmyPolyId.xml │ │ │ ├── onBuddySummon_inActivateRange_sfxDmyPolyId_horse.xml │ │ │ ├── onBuddySummon_inActivateRange_sfxId.xml │ │ │ ├── onBuddySummon_inActivateRange_sfxInterval.xml │ │ │ ├── onBuddySummon_inActivateRange_spEffectId_buddy.xml │ │ │ ├── onBuddySummon_inActivateRange_spEffectId_pc.xml │ │ │ ├── onBuddySummon_inWarnRange_spEffectId_buddy.xml │ │ │ ├── onBuddySummon_inWarnRange_spEffectId_pc.xml │ │ │ ├── pclightScaleByTimezone.xml │ │ │ ├── pclightScaleChangeEnd_Hour.xml │ │ │ ├── pclightScaleChangeEnd_Minute.xml │ │ │ ├── pclightScaleChangeStart_Hour.xml │ │ │ ├── pclightScaleChangeStart_Minute.xml │ │ │ ├── pickUpBerserkerSignSpEffectBulletId.xml │ │ │ ├── playRegionCollectDist.xml │ │ │ ├── recoverBelowMaxHpCompletionNoticeSpEffectId.xml │ │ │ ├── redHunter_HostBossAreaGetSoulRate.xml │ │ │ ├── remotePlayerThreatLvNotify_EndNotifyDist.xml │ │ │ ├── remotePlayerThreatLvNotify_NotifyDist.xml │ │ │ ├── remotePlayerThreatLvNotify_NotifyTime.xml │ │ │ ├── remotePlayerThreatLvNotify_ThreatLv.xml │ │ │ ├── respawnSpecialEffectActiveCheckerSpEffectId.xml │ │ │ ├── retryPointActivatedDialogDelayTime.xml │ │ │ ├── retryPointActivatedDialogTextId.xml │ │ │ ├── retryPointActivatedPcAnimId.xml │ │ │ ├── retryPointAreaRadius.xml │ │ │ ├── rideJumpRegionDefaultSfxId.xml │ │ │ ├── rideJumpoff_SfxHeightOffset.xml │ │ │ ├── rideJumpoff_SfxId.xml │ │ │ ├── rideJumpoff_SpEffectId.xml │ │ │ ├── rideJumpoff_SpEffectIdPc.xml │ │ │ ├── saAttackRate_forVsRideAtk.xml │ │ │ ├── saLargeDamageHitSfx_ForceDamage.xml │ │ │ ├── saLargeDamageHitSfx_MinDamage.xml │ │ │ ├── saLargeDamageHitSfx_SfxId.xml │ │ │ ├── saLargeDamageHitSfx_Threshold.xml │ │ │ ├── sendGlobalEventLogIntervalTime.xml │ │ │ ├── sendPlayLogIntervalTime.xml │ │ │ ├── sightRangeLowerPromiseRate.xml │ │ │ ├── signCreatableDistFromSafePos.xml │ │ │ ├── signPuddleAppearDmypolyId0.xml │ │ │ ├── signPuddleAppearDmypolyId1.xml │ │ │ ├── signPuddleAppearDmypolyId2.xml │ │ │ ├── signPuddleAppearDmypolyId3.xml │ │ │ ├── signPuddleAssetId.xml │ │ │ ├── signPuddleOpenDialogDelayTime.xml │ │ │ ├── signPuddleOpenPcAnimId.xml │ │ │ ├── sleepCollectorItemActionButtonParamId.xml │ │ │ ├── sleepCollectorSpEffectId.xml │ │ │ ├── soloBreakInMaxPoint.xml │ │ │ ├── stealthAtkDamageRate.xml │ │ │ ├── stealthSystemSightAngleReduceRate_InStealthRigid_NotSightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_InStealthRigid_NotSightHide_StealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_InStealthRigid_SightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_InStealthRigid_SightHide_StealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_NotInStealthRigid_NotSightHide_StealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_NotInStealthRigid_SightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightAngleReduceRate_NotInStealthRigid_SightHide_StealthMode.xml │ │ │ ├── stealthSystemSightRate_InStealthRigid_NotSightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightRate_InStealthRigid_NotSightHide_StealthMode.xml │ │ │ ├── stealthSystemSightRate_InStealthRigid_SightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightRate_InStealthRigid_SightHide_StealthMode.xml │ │ │ ├── stealthSystemSightRate_NotInStealthRigid_NotSightHide_StealthMode.xml │ │ │ ├── stealthSystemSightRate_NotInStealthRigid_SightHide_NotStealthMode.xml │ │ │ ├── stealthSystemSightRate_NotInStealthRigid_SightHide_StealthMode.xml │ │ │ ├── succeedBerserkerSelfKillingEffectId.xml │ │ │ ├── summonDataCoopMatchingLevelUpperAbs.xml │ │ │ ├── summonDataCoopMatchingLevelUpperRel.xml │ │ │ ├── summonDataCoopMatchingWepLevelMul.xml │ │ │ ├── tutorialCheckRideJumpRegionExpandRange.xml │ │ │ ├── tutorialFlagOnAccessDistView.xml │ │ │ ├── tutorialFlagOnAccessRetryPoint.xml │ │ │ ├── tutorialFlagOnEnterRideJumpRegion.xml │ │ │ ├── tutorialFlagOnGetGroupReward.xml │ │ │ ├── uncontrolledMoveThresholdTime.xml │ │ │ ├── unlockExchangeMenuEventFlagId.xml │ │ │ ├── unlockMessageMenuEventFlagId.xml │ │ │ ├── weatherLotConditionStart_DayBreak_Hour.xml │ │ │ ├── weatherLotConditionStart_DayBreak_Minute.xml │ │ │ ├── weatherLotConditionStart_Day_Hour.xml │ │ │ ├── weatherLotConditionStart_Day_Minute.xml │ │ │ ├── weatherLotConditionStart_Evening_Hour.xml │ │ │ ├── weatherLotConditionStart_Evening_Minute.xml │ │ │ ├── weatherLotConditionStart_Morning_Hour.xml │ │ │ ├── weatherLotConditionStart_Morning_Minute.xml │ │ │ ├── weatherLotConditionStart_Night_Hour.xml │ │ │ ├── weatherLotConditionStart_Night_Minute.xml │ │ │ ├── worldMapPointDiscoveryExpandRange.xml │ │ │ └── worldMapPointReentryExpandRange.xml │ │ ├── GraphicsCommonParam │ │ │ ├── .xml │ │ │ ├── charaWetDecalFadeRange.xml │ │ │ ├── dummy8 reserved02.xml │ │ │ ├── dummy8 reserved04.xml │ │ │ └── hitBulletDecalOffset_HitIns.xml │ │ ├── MenuCommonParam │ │ │ ├── .xml │ │ │ ├── actionPanelChangeThreshold_PassTime.xml │ │ │ ├── actionPanelChangeThreshold_Vel.xml │ │ │ ├── autoHideHpThresholdRatio.xml │ │ │ ├── autoHideHpThresholdValue.xml │ │ │ ├── autoHideMpThresholdRatio.xml │ │ │ ├── autoHideMpThresholdValue.xml │ │ │ ├── autoHideSpThresholdRatio.xml │ │ │ ├── autoHideSpThresholdValue.xml │ │ │ ├── compassBonfireDispDistance.xml │ │ │ ├── compassEnemyHostInnerDistance.xml │ │ │ ├── compassFriendGuestInnerDistance.xml │ │ │ ├── compassFriendHostInnerDistance.xml │ │ │ ├── compassMemoDispDistance.xml │ │ │ ├── cutsceneKeyGuideAliveTime.xml │ │ │ ├── decalPosOffsetX.xml │ │ │ ├── decalPosOffsetY.xml │ │ │ ├── dummy8 reserved17.xml │ │ │ ├── dummy8 reserved33.xml │ │ │ ├── dummy8 reserved8.xml │ │ │ ├── enemyTagSafeBottom.xml │ │ │ ├── enemyTagSafeLeft.xml │ │ │ ├── enemyTagSafeRight.xml │ │ │ ├── enemyTagSafeTop.xml │ │ │ ├── itemGetLogAliveTime.xml │ │ │ ├── kgIconScale.xml │ │ │ ├── kgIconScale_forConfig.xml │ │ │ ├── kgIconScale_forTable.xml │ │ │ ├── kgIconVspace.xml │ │ │ ├── kgIconVspace_forConfig.xml │ │ │ ├── kgIconVspace_forTable.xml │ │ │ ├── markerGoalThreshold.xml │ │ │ ├── partyGhostDeath_ToFadeOutTime.xml │ │ │ ├── pcHorseHpRecoverDispThreshold.xml │ │ │ ├── playerMaxHpLimit.xml │ │ │ ├── playerMaxMpLimit.xml │ │ │ ├── playerMaxSaLimit.xml │ │ │ ├── playerMaxSpLimit.xml │ │ │ ├── preOpeningMovie_WaitSec.xml │ │ │ ├── soloPlayDeath_ToFadeOutTime.xml │ │ │ ├── svSliderStep.xml │ │ │ ├── systemAnnounceNoScrollWaitTime.xml │ │ │ ├── systemAnnounceScrollBufferTime.xml │ │ │ ├── systemAnnounceScrollCount.xml │ │ │ ├── systemAnnounceScrollSpeed.xml │ │ │ ├── targetStateBattleDurationTime.xml │ │ │ ├── targetStateSearchDurationTime.xml │ │ │ ├── tutorialDisplayTime.xml │ │ │ ├── worldMapCursorFirstDelay.xml │ │ │ ├── worldMapCursorFirstDistance.xml │ │ │ ├── worldMapCursorSelectRadius.xml │ │ │ ├── worldMapCursorSnapRadius.xml │ │ │ ├── worldMapCursorSnapTime.xml │ │ │ ├── worldMapCursorSpeed.xml │ │ │ ├── worldMapCursorWaitTime.xml │ │ │ ├── worldMapIconScaleMin.xml │ │ │ ├── worldMapZoomAnimationTime.xml │ │ │ ├── worldMap_IsChangeableLayerEventFlagId.xml │ │ │ ├── worldMap_SearchRadius.xml │ │ │ ├── worldMap_TravelMargin.xml │ │ │ └── worldMap_TravelMargin_Point.xml │ │ ├── PlayerCommonParam │ │ │ ├── .xml │ │ │ ├── animeID_DropItemPick.xml │ │ │ ├── animeID_MaterialItemPick.xml │ │ │ ├── animeID_SleepCollectorItemPick.xml │ │ │ ├── arrowBoltModelIdOffset.xml │ │ │ ├── arrowBoltRemainingNumModelMaskThreshold1.xml │ │ │ ├── arrowBoltRemainingNumModelMaskThreshold2.xml │ │ │ ├── arrowCaseWepBindDmypolyId.xml │ │ │ ├── baseAccSlotNum.xml │ │ │ ├── baseMagicSlotSize.xml │ │ │ ├── boltPouchWepBindDmypolyId.xml │ │ │ ├── chrAimCam_rideOffsetHeight.xml │ │ │ ├── clearCountCorrectBaseSpEffectId.xml │ │ │ ├── dummy8 reserved02.xml │ │ │ ├── dummy8 reserved123.xml │ │ │ ├── dummy8 reserved23.xml │ │ │ ├── dummy8 reserved27.xml │ │ │ ├── dummy8 reserved32.xml │ │ │ ├── dummy8 reserved41.xml │ │ │ ├── dummy8 reserved45.xml │ │ │ ├── estusFlaskAllocateRate.xml │ │ │ ├── flareOverrideHomingAngle.xml │ │ │ ├── flareOverrideHomingStopRange.xml │ │ │ ├── guardStatusCorrect_MaxStatusVal.xml │ │ │ ├── hpEstusFlaskAllocateOffsetForYellowMonk.xml │ │ │ ├── hpEstusFlaskAllocateRateForYellowMonk.xml │ │ │ ├── kickAcceptanceDeg.xml │ │ │ ├── lowStatus_AtkGuardBreak.xml │ │ │ ├── lowStatus_AtkPowDown.xml │ │ │ ├── lowStatus_ConsumeStaminaRate.xml │ │ │ ├── mpEstusFlaskAllocateOffsetForYellowMonk.xml │ │ │ ├── mpEstusFlaskAllocateRateForYellowMonk.xml │ │ │ ├── npcPlayerAnalogWeightRate_Heavy.xml │ │ │ ├── npcPlayerAnalogWeightRate_Light.xml │ │ │ ├── npcPlayerAnalogWeightRate_Normal.xml │ │ │ ├── npcPlayerAnalogWeightRate_SuperLight.xml │ │ │ ├── npcPlayerAnalogWeightRate_WeightOver.xml │ │ │ ├── playerFootEffect_bySFX.xml │ │ │ ├── requestTimeLeftBothHand.xml │ │ │ ├── resistCurseItemId.xml │ │ │ ├── resistCurseItemLotParamId_map.xml │ │ │ ├── resistCurseItemMaxNum.xml │ │ │ ├── resistCurseItemSpEffectBaseId.xml │ │ │ ├── resistRecoverPoint_Blood_Enemy.xml │ │ │ ├── resistRecoverPoint_Blood_Player.xml │ │ │ ├── resistRecoverPoint_Curse_Enemy.xml │ │ │ ├── resistRecoverPoint_Curse_Player.xml │ │ │ ├── resistRecoverPoint_Desease_Enemy.xml │ │ │ ├── resistRecoverPoint_Desease_Player.xml │ │ │ ├── resistRecoverPoint_Freeze_Enemy.xml │ │ │ ├── resistRecoverPoint_Freeze_Player.xml │ │ │ ├── resistRecoverPoint_Madness_Enemy.xml │ │ │ ├── resistRecoverPoint_Madness_Player.xml │ │ │ ├── resistRecoverPoint_Poision_Enemy.xml │ │ │ ├── resistRecoverPoint_Poision_Player.xml │ │ │ ├── resistRecoverPoint_Sleep_Enemy.xml │ │ │ ├── resistRecoverPoint_Sleep_Player.xml │ │ │ ├── retributionMagic_burstDmypolyId.xml │ │ │ ├── retributionMagic_burstMagicParamId.xml │ │ │ ├── retributionMagic_damageCountNum.xml │ │ │ ├── retributionMagic_damageCountRemainTime.xml │ │ │ ├── snipeModeDrawAlpha_FadeTime.xml │ │ │ ├── systemEnchant_BigRune.xml │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ ├── unlockEventFlagBaseId_forWepAttr.xml │ │ │ └── unlockEventFlagStepNum_forWepAttr.xml │ │ └── These are header and work like helpers.xml │ └── Tools │ │ ├── .xml │ │ ├── Find ID by address in any param.cea │ │ ├── Find ID by address in any param.xml │ │ ├── Find ID by address in specific param.cea │ │ ├── Find ID by address in specific param.xml │ │ ├── Find address by ID in a param.cea │ │ ├── Find address by ID in a param.xml │ │ ├── Get param list as table and print it.cea │ │ ├── Get param list as table and print it.xml │ │ ├── Print all IDs of a param.cea │ │ ├── Print all IDs of a param.xml │ │ ├── Print list of all params with addresses.cea │ │ ├── Print list of all params with addresses.xml │ │ ├── Print the address of a param.cea │ │ └── Print the address of a param.xml │ ├── Scripts │ ├── .xml │ ├── Build Creation │ │ ├── .xml │ │ ├── Add charge to flask.cea │ │ ├── Add charge to flask.xml │ │ ├── AddSoul │ │ │ ├── Give Runes.cea │ │ │ ├── Give Runes.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Runes.xml │ │ ├── ItemGib │ │ │ ├── Spawn Item.cea │ │ │ ├── Spawn Item.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Ash of War.xml │ │ │ ├── Details │ │ │ │ ├── .xml │ │ │ │ ├── Ash of War.xml │ │ │ │ ├── ItemID │ │ │ │ │ ├── .xml │ │ │ │ │ ├── EquipID.xml │ │ │ │ │ └── EquipType.xml │ │ │ │ ├── Quantity.xml │ │ │ │ ├── Reinforcement Level.xml │ │ │ │ └── Upgrade.xml │ │ │ ├── Item.xml │ │ │ ├── MassItemGib │ │ │ │ ├── -- Base Game -- │ │ │ │ │ ├── -- Goods -- │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Give all bell bearings.cea │ │ │ │ │ │ ├── Give all bell bearings.xml │ │ │ │ │ │ ├── Give all crafting materials.cea │ │ │ │ │ │ ├── Give all crafting materials.xml │ │ │ │ │ │ ├── Give all crystal tears.cea │ │ │ │ │ │ ├── Give all crystal tears.xml │ │ │ │ │ │ ├── Give all greases.cea │ │ │ │ │ │ ├── Give all greases.xml │ │ │ │ │ │ ├── Give all incantations.cea │ │ │ │ │ │ ├── Give all incantations.xml │ │ │ │ │ │ ├── Give all limited quantity craftables.cea │ │ │ │ │ │ ├── Give all limited quantity craftables.xml │ │ │ │ │ │ ├── Give all sorceries.cea │ │ │ │ │ │ ├── Give all sorceries.xml │ │ │ │ │ │ ├── Give all spirit ashes.cea │ │ │ │ │ │ ├── Give all spirit ashes.xml │ │ │ │ │ │ ├── Give all upgrade materials.cea │ │ │ │ │ │ ├── Give all upgrade materials.xml │ │ │ │ │ │ ├── Give misc consumables.cea │ │ │ │ │ │ └── Give misc consumables.xml │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Give all accessories.cea │ │ │ │ │ ├── Give all accessories.xml │ │ │ │ │ ├── Give all ashes of war.cea │ │ │ │ │ ├── Give all ashes of war.xml │ │ │ │ │ ├── Give all projectiles.cea │ │ │ │ │ ├── Give all projectiles.xml │ │ │ │ │ ├── Give all protectors.cea │ │ │ │ │ ├── Give all protectors.xml │ │ │ │ │ ├── Give all weapons.cea │ │ │ │ │ └── Give all weapons.xml │ │ │ │ ├── -- Shadow of the Erdtree -- │ │ │ │ │ ├── -- Goods -- │ │ │ │ │ │ ├── .xml │ │ │ │ │ │ ├── Give all bell bearings (SotE).cea │ │ │ │ │ │ ├── Give all bell bearings (SotE).xml │ │ │ │ │ │ ├── Give all crafting materials (SotE).cea │ │ │ │ │ │ ├── Give all crafting materials (SotE).xml │ │ │ │ │ │ ├── Give all crystal tears (SotE).cea │ │ │ │ │ │ ├── Give all crystal tears (SotE).xml │ │ │ │ │ │ ├── Give all greases (SotE).cea │ │ │ │ │ │ ├── Give all greases (SotE).xml │ │ │ │ │ │ ├── Give all hefty pots(SotE).cea │ │ │ │ │ │ ├── Give all hefty pots(SotE).xml │ │ │ │ │ │ ├── Give all incantations (SotE).cea │ │ │ │ │ │ ├── Give all incantations (SotE).xml │ │ │ │ │ │ ├── Give all remembrances (SotE).cea │ │ │ │ │ │ ├── Give all remembrances (SotE).xml │ │ │ │ │ │ ├── Give all sorceries (SotE).cea │ │ │ │ │ │ ├── Give all sorceries (SotE).xml │ │ │ │ │ │ ├── Give all spirit ashes (SotE).cea │ │ │ │ │ │ ├── Give all spirit ashes (SotE).xml │ │ │ │ │ │ ├── Give misc consumables (SotE).cea │ │ │ │ │ │ └── Give misc consumables (SotE).xml │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Give all accessories (SotE).cea │ │ │ │ │ ├── Give all accessories (SotE).xml │ │ │ │ │ ├── Give all ashes of war (SotE).cea │ │ │ │ │ ├── Give all ashes of war (SotE).xml │ │ │ │ │ ├── Give all projectiles (SotE).cea │ │ │ │ │ ├── Give all projectiles (SotE).xml │ │ │ │ │ ├── Give all protectors (SotE).cea │ │ │ │ │ ├── Give all protectors (SotE).xml │ │ │ │ │ ├── Give all weapons (SotE).cea │ │ │ │ │ └── Give all weapons (SotE).xml │ │ │ │ ├── .xml │ │ │ │ ├── Give all prattling pates.cea │ │ │ │ ├── Give all prattling pates.xml │ │ │ │ ├── Give build starting items.cea │ │ │ │ └── Give build starting items.xml │ │ │ ├── Quantity.xml │ │ │ ├── Reinforcement Level (Regular Somber).xml │ │ │ └── Upgrade.xml │ │ ├── Set flask level.cea │ │ ├── Set flask level.xml │ │ ├── Unlock All Gestures.cea │ │ ├── Unlock All Gestures.xml │ │ ├── Upgrades Need No Materials.cea │ │ ├── Upgrades Need No Materials.xml │ │ └── Warp │ │ │ ├── Warp.cea │ │ │ ├── Warp.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Location.xml │ ├── Cheats │ │ ├── .xml │ │ ├── Kill all mobs.cea │ │ └── Kill all mobs.xml │ ├── Functions │ │ ├── --.xml │ │ ├── .xml │ │ ├── Advanced C scripting example No code injection ItemDrop with custom coordinates │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Call.cea │ │ │ ├── Call.xml │ │ │ ├── Custom spawn coords │ │ │ │ ├── .xml │ │ │ │ ├── Map ID.xml │ │ │ │ ├── X.xml │ │ │ │ ├── Y.xml │ │ │ │ └── Z.xml │ │ │ ├── Do not network.xml │ │ │ ├── Item list │ │ │ │ ├── .xml │ │ │ │ ├── Count.xml │ │ │ │ ├── Item 0 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 1 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 2 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 3 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 4 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 5 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 6 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 7 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ ├── Item 8 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ │ └── Item 9 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Ash of War.xml │ │ │ │ │ ├── ID.xml │ │ │ │ │ ├── Quantity.xml │ │ │ │ │ └── Unused.xml │ │ │ ├── Last original spawn coords │ │ │ │ ├── .xml │ │ │ │ ├── Map ID.xml │ │ │ │ ├── X.xml │ │ │ │ ├── Y.xml │ │ │ │ └── Z.xml │ │ │ ├── Random position spread 2.xml │ │ │ ├── Random position spread.xml │ │ │ └── Use custom coordinates.xml │ │ ├── ApplyEffect │ │ │ ├── Add SpEffect.cea │ │ │ ├── Add SpEffect.xml │ │ │ ├── Erase All.cea │ │ │ ├── Erase All.xml │ │ │ ├── Remove SpEffect.cea │ │ │ ├── Remove SpEffect.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── SpEffectId.xml │ │ │ └── Usage Examples │ │ │ │ ├── .xml │ │ │ │ ├── Apply multiple effects.cea │ │ │ │ ├── Apply multiple effects.xml │ │ │ │ ├── Apply one effect.cea │ │ │ │ └── Apply one effect.xml │ │ ├── BulletSpawn │ │ │ ├── Spawn Bullet on self.cea │ │ │ ├── Spawn Bullet on self.xml │ │ │ ├── Spawn Bullet.cea │ │ │ ├── Spawn Bullet.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Bullet.xml │ │ │ ├── X.xml │ │ │ ├── Y.xml │ │ │ └── Z.xml │ │ ├── ChangeMagic │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Attune multiple │ │ │ │ ├── .xml │ │ │ │ ├── Attune all weapon buffs.cea │ │ │ │ ├── Attune all weapon buffs.xml │ │ │ │ ├── Remove all.cea │ │ │ │ └── Remove all.xml │ │ │ ├── Magic ID.xml │ │ │ ├── Slot.xml │ │ │ ├── ← Attune.cea │ │ │ ├── ← Attune.xml │ │ │ ├── ← Remove.cea │ │ │ └── ← Remove.xml │ │ ├── EquipItem │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Equip multiple │ │ │ │ ├── .xml │ │ │ │ ├── Example 1 Basic.cea │ │ │ │ ├── Example 1 Basic.xml │ │ │ │ ├── Example 2 Unequip all slots.cea │ │ │ │ ├── Example 2 Unequip all slots.xml │ │ │ │ ├── Example 3 Set specific slots.cea │ │ │ │ ├── Example 3 Set specific slots.xml │ │ │ │ ├── Example 4 Random items.cea │ │ │ │ └── Example 4 Random items.xml │ │ │ ├── Inventory Idx.xml │ │ │ ├── Item │ │ │ │ ├── .xml │ │ │ │ ├── EquipID.xml │ │ │ │ ├── EquipType.xml │ │ │ │ └── ItemID.xml │ │ │ ├── Slot.xml │ │ │ ├── ← Equip by Inventory Idx.cea │ │ │ ├── ← Equip by Inventory Idx.xml │ │ │ ├── ← Equip by Item ID.cea │ │ │ ├── ← Equip by Item ID.xml │ │ │ ├── ← Unequip slot.cea │ │ │ └── ← Unequip slot.xml │ │ ├── ItemDrop │ │ │ ├── Spawn Item.cea │ │ │ ├── Spawn Item.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── 101114.xml │ │ │ ├── Ash of War.xml │ │ │ ├── Item.xml │ │ │ └── Quantity.xml │ │ ├── PlayAnimation │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── List.cea │ │ │ ├── List.xml │ │ │ ├── W_Attack.cea │ │ │ ├── W_Attack.xml │ │ │ ├── W_DeathStart.cea │ │ │ ├── W_DeathStart.xml │ │ │ ├── W_Event60060.cea │ │ │ ├── W_Event60060.xml │ │ │ ├── W_Event90311.cea │ │ │ ├── W_Event90311.xml │ │ │ ├── W_ItemInvalid.cea │ │ │ └── W_ItemInvalid.xml │ │ ├── RemoveItem │ │ │ ├── Remove by Inventory Idx.cea │ │ │ ├── Remove by Inventory Idx.xml │ │ │ ├── Remove by Item ID.cea │ │ │ ├── Remove by Item ID.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── How to use.cea │ │ │ ├── How to use.xml │ │ │ ├── Inventory Idx.xml │ │ │ ├── Inventory.xml │ │ │ ├── Item │ │ │ │ ├── .xml │ │ │ │ ├── EquipID.xml │ │ │ │ ├── EquipType.xml │ │ │ │ └── ItemID.xml │ │ │ ├── Remove multiple │ │ │ │ ├── .xml │ │ │ │ ├── Remove All Duplicates (Chest).cea │ │ │ │ ├── Remove All Duplicates (Chest).xml │ │ │ │ ├── Remove All Duplicates (Player inventory).cea │ │ │ │ └── Remove All Duplicates (Player inventory).xml │ │ │ └── Warning Avoid removing items that are currently equipped.xml │ │ └── Warp │ │ │ ├── Warp.cea │ │ │ ├── Warp.xml │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Location.xml │ ├── Helpers │ │ ├── .xml │ │ ├── Address Helpers │ │ │ ├── .xml │ │ │ ├── AtkParam_Pc │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── AppearAiSoundId.xml │ │ │ │ │ ├── HitAiSoundId.xml │ │ │ │ │ ├── HitRumbleId.xml │ │ │ │ │ ├── HitRumbleIdByMiddle.xml │ │ │ │ │ ├── HitRumbleIdByNormal.xml │ │ │ │ │ ├── HitRumbleIdByRoot.xml │ │ │ │ │ ├── IgnoreNotifyMissSwingForAI.xml │ │ │ │ │ ├── atkAttribute.xml │ │ │ │ │ ├── atkBehaviorId.xml │ │ │ │ │ ├── atkBehaviorId_2.xml │ │ │ │ │ ├── atkDark.xml │ │ │ │ │ ├── atkDarkCorrection.xml │ │ │ │ │ ├── atkDir_forSfx.xml │ │ │ │ │ ├── atkFire.xml │ │ │ │ │ ├── atkFireCorrection.xml │ │ │ │ │ ├── atkMag.xml │ │ │ │ │ ├── atkMagCorrection.xml │ │ │ │ │ ├── atkMaterial.xml │ │ │ │ │ ├── atkObj.xml │ │ │ │ │ ├── atkPhys.xml │ │ │ │ │ ├── atkPhysCorrection.xml │ │ │ │ │ ├── atkPow_forSe.xml │ │ │ │ │ ├── atkPow_forSfx.xml │ │ │ │ │ ├── atkRegainHp.xml │ │ │ │ │ ├── atkStam.xml │ │ │ │ │ ├── atkStamCorrection.xml │ │ │ │ │ ├── atkSuperArmor.xml │ │ │ │ │ ├── atkSuperArmorCorrection.xml │ │ │ │ │ ├── atkThrowEscape.xml │ │ │ │ │ ├── atkThrowEscapeCorrection.xml │ │ │ │ │ ├── atkThun.xml │ │ │ │ │ ├── atkThunCorrection.xml │ │ │ │ │ ├── atkType.xml │ │ │ │ │ ├── blowingCorrection.xml │ │ │ │ │ ├── decalBaseId1.xml │ │ │ │ │ ├── decalBaseId2.xml │ │ │ │ │ ├── decalId1.xml │ │ │ │ │ ├── decalId2.xml │ │ │ │ │ ├── defSeMaterial1.xml │ │ │ │ │ ├── defSeMaterial2.xml │ │ │ │ │ ├── defSfxMaterial1.xml │ │ │ │ │ ├── defSfxMaterial2.xml │ │ │ │ │ ├── defSfxMaterialVariationValue.xml │ │ │ │ │ ├── disableGuard.xml │ │ │ │ │ ├── disableHitSpEffect.xml │ │ │ │ │ ├── disableStaminaAttack.xml │ │ │ │ │ ├── dmgLevel.xml │ │ │ │ │ ├── dmgLevel_vsPlayer.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ │ ├── dummy8 pad5.xml │ │ │ │ │ ├── dummy8 pad6.xml │ │ │ │ │ ├── excludeThreatLvNotify.xml │ │ │ │ │ ├── friendlyTarget.xml │ │ │ │ │ ├── guardAtkRate.xml │ │ │ │ │ ├── guardAtkRateCorrection.xml │ │ │ │ │ ├── guardBreakCorrection.xml │ │ │ │ │ ├── guardBreakRate.xml │ │ │ │ │ ├── guardCutCancelRate.xml │ │ │ │ │ ├── guardRangeType.xml │ │ │ │ │ ├── guardRate.xml │ │ │ │ │ ├── guardStaminaCutRate.xml │ │ │ │ │ ├── hit0_DmyPoly1.xml │ │ │ │ │ ├── hit0_DmyPoly2.xml │ │ │ │ │ ├── hit0_Radius.xml │ │ │ │ │ ├── hit0_hitType.xml │ │ │ │ │ ├── hit10_DmyPoly1.xml │ │ │ │ │ ├── hit10_DmyPoly2.xml │ │ │ │ │ ├── hit10_Radius.xml │ │ │ │ │ ├── hit10_hitType.xml │ │ │ │ │ ├── hit11_DmyPoly1.xml │ │ │ │ │ ├── hit11_DmyPoly2.xml │ │ │ │ │ ├── hit11_Radius.xml │ │ │ │ │ ├── hit11_hitType.xml │ │ │ │ │ ├── hit12_DmyPoly1.xml │ │ │ │ │ ├── hit12_DmyPoly2.xml │ │ │ │ │ ├── hit12_Radius.xml │ │ │ │ │ ├── hit12_hitType.xml │ │ │ │ │ ├── hit13_DmyPoly1.xml │ │ │ │ │ ├── hit13_DmyPoly2.xml │ │ │ │ │ ├── hit13_Radius.xml │ │ │ │ │ ├── hit13_hitType.xml │ │ │ │ │ ├── hit14_DmyPoly1.xml │ │ │ │ │ ├── hit14_DmyPoly2.xml │ │ │ │ │ ├── hit14_Radius.xml │ │ │ │ │ ├── hit14_hitType.xml │ │ │ │ │ ├── hit15_DmyPoly1.xml │ │ │ │ │ ├── hit15_DmyPoly2.xml │ │ │ │ │ ├── hit15_Radius.xml │ │ │ │ │ ├── hit15_hitType.xml │ │ │ │ │ ├── hit1_DmyPoly1.xml │ │ │ │ │ ├── hit1_DmyPoly2.xml │ │ │ │ │ ├── hit1_Radius.xml │ │ │ │ │ ├── hit1_hitType.xml │ │ │ │ │ ├── hit2_DmyPoly1.xml │ │ │ │ │ ├── hit2_DmyPoly2.xml │ │ │ │ │ ├── hit2_Radius.xml │ │ │ │ │ ├── hit2_hitType.xml │ │ │ │ │ ├── hit3_DmyPoly1.xml │ │ │ │ │ ├── hit3_DmyPoly2.xml │ │ │ │ │ ├── hit3_Radius.xml │ │ │ │ │ ├── hit3_hitType.xml │ │ │ │ │ ├── hit4_DmyPoly1.xml │ │ │ │ │ ├── hit4_DmyPoly2.xml │ │ │ │ │ ├── hit4_Radius.xml │ │ │ │ │ ├── hit4_hitType.xml │ │ │ │ │ ├── hit5_DmyPoly1.xml │ │ │ │ │ ├── hit5_DmyPoly2.xml │ │ │ │ │ ├── hit5_Radius.xml │ │ │ │ │ ├── hit5_hitType.xml │ │ │ │ │ ├── hit6_DmyPoly1.xml │ │ │ │ │ ├── hit6_DmyPoly2.xml │ │ │ │ │ ├── hit6_Radius.xml │ │ │ │ │ ├── hit6_hitType.xml │ │ │ │ │ ├── hit7_DmyPoly1.xml │ │ │ │ │ ├── hit7_DmyPoly2.xml │ │ │ │ │ ├── hit7_Radius.xml │ │ │ │ │ ├── hit7_hitType.xml │ │ │ │ │ ├── hit8_DmyPoly1.xml │ │ │ │ │ ├── hit8_DmyPoly2.xml │ │ │ │ │ ├── hit8_Radius.xml │ │ │ │ │ ├── hit8_hitType.xml │ │ │ │ │ ├── hit9_DmyPoly1.xml │ │ │ │ │ ├── hit9_DmyPoly2.xml │ │ │ │ │ ├── hit9_Radius.xml │ │ │ │ │ ├── hit9_hitType.xml │ │ │ │ │ ├── hitSourceType.xml │ │ │ │ │ ├── hitStopTime.xml │ │ │ │ │ ├── hti0_Priority.xml │ │ │ │ │ ├── hti10_Priority.xml │ │ │ │ │ ├── hti11_Priority.xml │ │ │ │ │ ├── hti12_Priority.xml │ │ │ │ │ ├── hti13_Priority.xml │ │ │ │ │ ├── hti14_Priority.xml │ │ │ │ │ ├── hti15_Priority.xml │ │ │ │ │ ├── hti1_Priority.xml │ │ │ │ │ ├── hti2_Priority.xml │ │ │ │ │ ├── hti3_Priority.xml │ │ │ │ │ ├── hti4_Priority.xml │ │ │ │ │ ├── hti5_Priority.xml │ │ │ │ │ ├── hti6_Priority.xml │ │ │ │ │ ├── hti7_Priority.xml │ │ │ │ │ ├── hti8_Priority.xml │ │ │ │ │ ├── hti9_Priority.xml │ │ │ │ │ ├── isAddBaseAtk.xml │ │ │ │ │ ├── isArrowAtk.xml │ │ │ │ │ ├── isCheckDoorPenetration.xml │ │ │ │ │ ├── isDisableBothHandsAtkBonus.xml │ │ │ │ │ ├── isDisableNoDamage.xml │ │ │ │ │ ├── isDisableParry.xml │ │ │ │ │ ├── isEnableCalcDamageForBushesObj.xml │ │ │ │ │ ├── isGhostAtk.xml │ │ │ │ │ ├── isInvalidatedByNoDamageInAir.xml │ │ │ │ │ ├── isVsRideAtk.xml │ │ │ │ │ ├── knockbackDist.xml │ │ │ │ │ ├── mapHitType.xml │ │ │ │ │ ├── opposeTarget.xml │ │ │ │ │ ├── overwriteAttackElementCorrectId.xml │ │ │ │ │ ├── parryForwardOffset.xml │ │ │ │ │ ├── regainableHpRateScale.xml │ │ │ │ │ ├── regainableSlotId.xml │ │ │ │ │ ├── regainableTimeScale.xml │ │ │ │ │ ├── repatHitSfx.xml │ │ │ │ │ ├── selfTarget.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byDmg.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byPoint.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byRate.xml │ │ │ │ │ ├── spEffectId0.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId3.xml │ │ │ │ │ ├── spEffectId4.xml │ │ │ │ │ ├── statusAilmentAtkPowerCorrectRate.xml │ │ │ │ │ ├── statusAilmentAtkPowerCorrectRate_byPoint.xml │ │ │ │ │ ├── subCategory1.xml │ │ │ │ │ ├── subCategory2.xml │ │ │ │ │ ├── throwDamageAttribute.xml │ │ │ │ │ ├── throwFlag.xml │ │ │ │ │ ├── throwTypeId.xml │ │ │ │ │ ├── traceDmyIdHead0.xml │ │ │ │ │ ├── traceDmyIdHead1.xml │ │ │ │ │ ├── traceDmyIdHead2.xml │ │ │ │ │ ├── traceDmyIdHead3.xml │ │ │ │ │ ├── traceDmyIdHead4.xml │ │ │ │ │ ├── traceDmyIdHead5.xml │ │ │ │ │ ├── traceDmyIdHead6.xml │ │ │ │ │ ├── traceDmyIdHead7.xml │ │ │ │ │ ├── traceDmyIdTail0.xml │ │ │ │ │ ├── traceDmyIdTail1.xml │ │ │ │ │ ├── traceDmyIdTail2.xml │ │ │ │ │ ├── traceDmyIdTail3.xml │ │ │ │ │ ├── traceDmyIdTail4.xml │ │ │ │ │ ├── traceDmyIdTail5.xml │ │ │ │ │ ├── traceDmyIdTail6.xml │ │ │ │ │ ├── traceDmyIdTail7.xml │ │ │ │ │ ├── traceSfxId0.xml │ │ │ │ │ ├── traceSfxId1.xml │ │ │ │ │ ├── traceSfxId2.xml │ │ │ │ │ ├── traceSfxId3.xml │ │ │ │ │ ├── traceSfxId4.xml │ │ │ │ │ ├── traceSfxId5.xml │ │ │ │ │ ├── traceSfxId6.xml │ │ │ │ │ ├── traceSfxId7.xml │ │ │ │ │ └── wepRegainHpScale.xml │ │ │ ├── Bullet │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── Address.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── EmittePosType.xml │ │ │ │ │ ├── FollowType.xml │ │ │ │ │ ├── HitBulletID.xml │ │ │ │ │ ├── Material_AttackMaterial.xml │ │ │ │ │ ├── Material_AttackType.xml │ │ │ │ │ ├── accelInRange.xml │ │ │ │ │ ├── accelOutRange.xml │ │ │ │ │ ├── accelTime.xml │ │ │ │ │ ├── assetNo_Hit.xml │ │ │ │ │ ├── atkAttribute.xml │ │ │ │ │ ├── atkId_Bullet.xml │ │ │ │ │ ├── attachEffectType.xml │ │ │ │ │ ├── autoSearchNPCThinkID.xml │ │ │ │ │ ├── ballisticCalcType.xml │ │ │ │ │ ├── bulletSfxDeleteType_byForceErase.xml │ │ │ │ │ ├── bulletSfxDeleteType_byHit.xml │ │ │ │ │ ├── bulletSfxDeleteType_byLifeDead.xml │ │ │ │ │ ├── createLimitGroupId.xml │ │ │ │ │ ├── damageDamp.xml │ │ │ │ │ ├── darkDamageDamp.xml │ │ │ │ │ ├── dist.xml │ │ │ │ │ ├── dmgCalcSide.xml │ │ │ │ │ ├── dmgHitRecordLifeTime.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad2[1].xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ │ ├── dummy8 pad5.xml │ │ │ │ │ ├── expDelay.xml │ │ │ │ │ ├── externalForce.xml │ │ │ │ │ ├── fireDamageDamp.xml │ │ │ │ │ ├── followDmypoly_forSfxPose.xml │ │ │ │ │ ├── followOffset_BaseHeight.xml │ │ │ │ │ ├── followOffset_Radius.xml │ │ │ │ │ ├── gravityInRange.xml │ │ │ │ │ ├── gravityOutRange.xml │ │ │ │ │ ├── hitRadius.xml │ │ │ │ │ ├── hitRadiusMax.xml │ │ │ │ │ ├── homingAngle.xml │ │ │ │ │ ├── homingAngleX.xml │ │ │ │ │ ├── homingBeginDist.xml │ │ │ │ │ ├── hormingOffsetRange.xml │ │ │ │ │ ├── hormingStopRange.xml │ │ │ │ │ ├── howitzerInitMaxVelocity.xml │ │ │ │ │ ├── howitzerInitMinVelocity.xml │ │ │ │ │ ├── howitzerShootAngleXMax.xml │ │ │ │ │ ├── howitzerShootAngleXMin.xml │ │ │ │ │ ├── initVellocity.xml │ │ │ │ │ ├── intervalCreateBulletId.xml │ │ │ │ │ ├── intervalCreateTimeMax.xml │ │ │ │ │ ├── intervalCreateTimeMin.xml │ │ │ │ │ ├── intervalCreateWaitTime.xml │ │ │ │ │ ├── isAiInterruptShootNoDamageBullet.xml │ │ │ │ │ ├── isAttackSFX.xml │ │ │ │ │ ├── isCheckWall_byCenterRay.xml │ │ │ │ │ ├── isDisableHitSfx_byChrAndObj.xml │ │ │ │ │ ├── isEnableAutoHoming.xml │ │ │ │ │ ├── isEndlessHit.xml │ │ │ │ │ ├── isHitBothTeam.xml │ │ │ │ │ ├── isHitDarkForceMagic.xml │ │ │ │ │ ├── isHitFlare.xml │ │ │ │ │ ├── isHitForceMagic.xml │ │ │ │ │ ├── isHitOtherBulletForceEraseA.xml │ │ │ │ │ ├── isHitOtherBulletForceEraseB.xml │ │ │ │ │ ├── isIgnoreMoveStateIfHitWater.xml │ │ │ │ │ ├── isIgnoreSfxIfHitWater.xml │ │ │ │ │ ├── isInheritSfxToChild.xml │ │ │ │ │ ├── isInheritSpeedToChild.xml │ │ │ │ │ ├── isNonDependenceMagicForFunnleNum.xml │ │ │ │ │ ├── isOwnerOverrideInitAngle.xml │ │ │ │ │ ├── isPenetrateChr.xml │ │ │ │ │ ├── isPenetrateMap.xml │ │ │ │ │ ├── isPenetrateObj.xml │ │ │ │ │ ├── isSyncBulletCulcDumypolyPos.xml │ │ │ │ │ ├── isUseBulletWallFilter.xml │ │ │ │ │ ├── isUseMultiDmyPolyIfPlace.xml │ │ │ │ │ ├── isUseSharedHitList.xml │ │ │ │ │ ├── knockbackDamp.xml │ │ │ │ │ ├── launchConditionType.xml │ │ │ │ │ ├── life.xml │ │ │ │ │ ├── lifeRandomRange.xml │ │ │ │ │ ├── lockShootLimitAng.xml │ │ │ │ │ ├── maxVellocity.xml │ │ │ │ │ ├── minVellocity.xml │ │ │ │ │ ├── nolockTargetDist.xml │ │ │ │ │ ├── numShoot.xml │ │ │ │ │ ├── predictionShootObserveTime.xml │ │ │ │ │ ├── prevVelocityDirRate.xml │ │ │ │ │ ├── randomCreateRadius.xml │ │ │ │ │ ├── seId_Bullet1.xml │ │ │ │ │ ├── seId_Bullet2.xml │ │ │ │ │ ├── seId_Flick.xml │ │ │ │ │ ├── seId_Hit.xml │ │ │ │ │ ├── sfxId_Bullet.xml │ │ │ │ │ ├── sfxId_Flick.xml │ │ │ │ │ ├── sfxId_ForceErase.xml │ │ │ │ │ ├── sfxId_Hit.xml │ │ │ │ │ ├── sfxPostureType.xml │ │ │ │ │ ├── shootAngle.xml │ │ │ │ │ ├── shootAngleInterval.xml │ │ │ │ │ ├── shootAngleXInterval.xml │ │ │ │ │ ├── shootAngleXMaxRandom.xml │ │ │ │ │ ├── shootAngleXZ.xml │ │ │ │ │ ├── shootAngleYMaxRandom.xml │ │ │ │ │ ├── shootInterval.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spBulletDistUpRate.xml │ │ │ │ │ ├── spEffectIDForShooter.xml │ │ │ │ │ ├── spEffectId0.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId3.xml │ │ │ │ │ ├── spEffectId4.xml │ │ │ │ │ ├── spelDamageDamp.xml │ │ │ │ │ ├── spreadTime.xml │ │ │ │ │ ├── staminaDamp.xml │ │ │ │ │ ├── targetYOffsetRange.xml │ │ │ │ │ └── thunderDamageDamp.xml │ │ │ ├── Find Address │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── Attack.cea │ │ │ │ ├── Attack.xml │ │ │ │ ├── Bullet.cea │ │ │ │ ├── Bullet.xml │ │ │ │ ├── How to.cea │ │ │ │ ├── How to.xml │ │ │ │ ├── SpEffect.cea │ │ │ │ ├── SpEffect.xml │ │ │ │ ├── Switch to VEH Debugger.cea │ │ │ │ ├── Switch to VEH Debugger.xml │ │ │ │ ├── Throw.cea │ │ │ │ └── Throw.xml │ │ │ ├── SpEffectParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── Address.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── AppearAiSoundId.xml │ │ │ │ │ ├── IconId.xml │ │ │ │ │ ├── NoGuardDamageRate.xml │ │ │ │ │ ├── VowType0.xml │ │ │ │ │ ├── VowType1.xml │ │ │ │ │ ├── VowType2.xml │ │ │ │ │ ├── VowType3.xml │ │ │ │ │ ├── VowType4.xml │ │ │ │ │ ├── VowType5.xml │ │ │ │ │ ├── VowType6.xml │ │ │ │ │ ├── VowType7.xml │ │ │ │ │ ├── accumuOverFireId.xml │ │ │ │ │ ├── accumuOverVal.xml │ │ │ │ │ ├── accumuUnderFireId.xml │ │ │ │ │ ├── accumuUnderVal.xml │ │ │ │ │ ├── accumuVal.xml │ │ │ │ │ ├── addAwarePointCorrectValue_forMe.xml │ │ │ │ │ ├── addAwarePointCorrectValue_forTarget.xml │ │ │ │ │ ├── addBehaviorJudgeId_add.xml │ │ │ │ │ ├── addBehaviorJudgeId_condition.xml │ │ │ │ │ ├── addDeceasedLv.xml │ │ │ │ │ ├── addDexterityStatus.xml │ │ │ │ │ ├── addEndureStatus.xml │ │ │ │ │ ├── addFaithStatus.xml │ │ │ │ │ ├── addFootEffectSfxId.xml │ │ │ │ │ ├── addLifeForceStatus.xml │ │ │ │ │ ├── addLuckStatus.xml │ │ │ │ │ ├── addMagicStatus.xml │ │ │ │ │ ├── addStrengthStatus.xml │ │ │ │ │ ├── addVitalityStatus.xml │ │ │ │ │ ├── addWillpowerStatus.xml │ │ │ │ │ ├── allItemWeightChangeRate.xml │ │ │ │ │ ├── animIdOffset.xml │ │ │ │ │ ├── antiDarkSightDmypolyId.xml │ │ │ │ │ ├── antiDarkSightRadius.xml │ │ │ │ │ ├── antiMagicIgnore.xml │ │ │ │ │ ├── applyIdOnGetSoul.xml │ │ │ │ │ ├── applyPartsGroup.xml │ │ │ │ │ ├── artsConsumptionRate.xml │ │ │ │ │ ├── atkAttribute.xml │ │ │ │ │ ├── atkEnemyDmgCorrectRate_Dark.xml │ │ │ │ │ ├── atkEnemyDmgCorrectRate_Fire.xml │ │ │ │ │ ├── atkEnemyDmgCorrectRate_Magic.xml │ │ │ │ │ ├── atkEnemyDmgCorrectRate_Physics.xml │ │ │ │ │ ├── atkEnemyDmgCorrectRate_Thunder.xml │ │ │ │ │ ├── atkFlickPower.xml │ │ │ │ │ ├── atkOccurrenceSpEffectId.xml │ │ │ │ │ ├── atkPlayerDmgCorrectRate_Dark.xml │ │ │ │ │ ├── atkPlayerDmgCorrectRate_Fire.xml │ │ │ │ │ ├── atkPlayerDmgCorrectRate_Magic.xml │ │ │ │ │ ├── atkPlayerDmgCorrectRate_Physics.xml │ │ │ │ │ ├── atkPlayerDmgCorrectRate_Thunder.xml │ │ │ │ │ ├── bAdjustAgilityAblity.xml │ │ │ │ │ ├── bAdjustFaithAblity.xml │ │ │ │ │ ├── bAdjustMagicAblity.xml │ │ │ │ │ ├── bAdjustStrengthAblity.xml │ │ │ │ │ ├── bCurrHPIndependeMaxHP.xml │ │ │ │ │ ├── bGameClearBonus.xml │ │ │ │ │ ├── behaviorId.xml │ │ │ │ │ ├── bloodDamageRate.xml │ │ │ │ │ ├── bloodDefDamageRate.xml │ │ │ │ │ ├── blowAttackPower.xml │ │ │ │ │ ├── blowAttackPowerRate.xml │ │ │ │ │ ├── blowAttackRate.xml │ │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ │ ├── bowDistRate.xml │ │ │ │ │ ├── categoryPriority.xml │ │ │ │ │ ├── changeAgilityPoint.xml │ │ │ │ │ ├── changeBloodResistPoint.xml │ │ │ │ │ ├── changeCurseResistPoint.xml │ │ │ │ │ ├── changeDiseaseResistPoint.xml │ │ │ │ │ ├── changeFaithPoint.xml │ │ │ │ │ ├── changeFreezeResistPoint.xml │ │ │ │ │ ├── changeHpEstusFlaskCorrectRate.xml │ │ │ │ │ ├── changeHpEstusFlaskPoint.xml │ │ │ │ │ ├── changeHpEstusFlaskRate.xml │ │ │ │ │ ├── changeHpPoint.xml │ │ │ │ │ ├── changeHpRate.xml │ │ │ │ │ ├── changeLuckPoint.xml │ │ │ │ │ ├── changeMadnessResistPoint.xml │ │ │ │ │ ├── changeMagicPoint.xml │ │ │ │ │ ├── changeMagicSlot.xml │ │ │ │ │ ├── changeMiracleSlot.xml │ │ │ │ │ ├── changeMpEstusFlaskCorrectRate.xml │ │ │ │ │ ├── changeMpEstusFlaskPoint.xml │ │ │ │ │ ├── changeMpEstusFlaskRate.xml │ │ │ │ │ ├── changeMpPoint.xml │ │ │ │ │ ├── changeMpRate.xml │ │ │ │ │ ├── changePoisonResistPoint.xml │ │ │ │ │ ├── changeSaPoint.xml │ │ │ │ │ ├── changeSaRecoveryVelocity.xml │ │ │ │ │ ├── changeSleepResistPoint.xml │ │ │ │ │ ├── changeStaminaPoint.xml │ │ │ │ │ ├── changeStaminaRate.xml │ │ │ │ │ ├── changeStrengthPoint.xml │ │ │ │ │ ├── changeSuperArmorPoint 2.xml │ │ │ │ │ ├── changeSuperArmorPoint.xml │ │ │ │ │ ├── changeTeamType.xml │ │ │ │ │ ├── chrProxyHeightRate.xml │ │ │ │ │ ├── clearSoul.xml │ │ │ │ │ ├── clearTarget.xml │ │ │ │ │ ├── conditionHp.xml │ │ │ │ │ ├── conditionHpRate.xml │ │ │ │ │ ├── consumeStaminaRate.xml │ │ │ │ │ ├── contractLifeRate.xml │ │ │ │ │ ├── corrosionIgnore.xml │ │ │ │ │ ├── curseDefDamageRate.xml │ │ │ │ │ ├── cycleOccurrenceSpEffectId.xml │ │ │ │ │ ├── darkAttackPower.xml │ │ │ │ │ ├── darkAttackPowerRate.xml │ │ │ │ │ ├── darkAttackRate.xml │ │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ │ ├── darkDiffence.xml │ │ │ │ │ ├── darkDiffenceRate.xml │ │ │ │ │ ├── defEnemyDmgCorrectRate_Dark.xml │ │ │ │ │ ├── defEnemyDmgCorrectRate_Fire.xml │ │ │ │ │ ├── defEnemyDmgCorrectRate_Magic.xml │ │ │ │ │ ├── defEnemyDmgCorrectRate_Physics.xml │ │ │ │ │ ├── defEnemyDmgCorrectRate_Thunder.xml │ │ │ │ │ ├── defFlickPower.xml │ │ │ │ │ ├── defObjDmgCorrectRate.xml │ │ │ │ │ ├── defObjectAttackPowerRate.xml │ │ │ │ │ ├── defPlayerDmgCorrectRate_Dark.xml │ │ │ │ │ ├── defPlayerDmgCorrectRate_Fire.xml │ │ │ │ │ ├── defPlayerDmgCorrectRate_Magic.xml │ │ │ │ │ ├── defPlayerDmgCorrectRate_Physics.xml │ │ │ │ │ ├── defPlayerDmgCorrectRate_Thunder.xml │ │ │ │ │ ├── deleteCriteriaDamage.xml │ │ │ │ │ ├── dexterityCancelSystemOnlyAddDexterity.xml │ │ │ │ │ ├── disableBlood.xml │ │ │ │ │ ├── disableCurse.xml │ │ │ │ │ ├── disableDisease.xml │ │ │ │ │ ├── disableFreeze.xml │ │ │ │ │ ├── disableMadness.xml │ │ │ │ │ ├── disablePoison.xml │ │ │ │ │ ├── disableSleep.xml │ │ │ │ │ ├── diseaseDefDamageRate.xml │ │ │ │ │ ├── dispIconNonactive.xml │ │ │ │ │ ├── dmgLv_BlowLL.xml │ │ │ │ │ ├── dmgLv_BlowM.xml │ │ │ │ │ ├── dmgLv_BlowS.xml │ │ │ │ │ ├── dmgLv_Breath.xml │ │ │ │ │ ├── dmgLv_L.xml │ │ │ │ │ ├── dmgLv_M.xml │ │ │ │ │ ├── dmgLv_Min.xml │ │ │ │ │ ├── dmgLv_None.xml │ │ │ │ │ ├── dmgLv_Push.xml │ │ │ │ │ ├── dmgLv_S.xml │ │ │ │ │ ├── dmgLv_Strike.xml │ │ │ │ │ ├── dmgLv_Uppercut.xml │ │ │ │ │ ├── dmypolyId.xml │ │ │ │ │ ├── dontDeleteOnDead.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── effectEndDeleteDecalGroupId.xml │ │ │ │ │ ├── effectEndurance.xml │ │ │ │ │ ├── effectTargetAI.xml │ │ │ │ │ ├── effectTargetAttacker.xml │ │ │ │ │ ├── effectTargetEnemy.xml │ │ │ │ │ ├── effectTargetFriend.xml │ │ │ │ │ ├── effectTargetFriendlyTarget.xml │ │ │ │ │ ├── effectTargetGhost.xml │ │ │ │ │ ├── effectTargetLive.xml │ │ │ │ │ ├── effectTargetOpposeTarget.xml │ │ │ │ │ ├── effectTargetPcDeceased.xml │ │ │ │ │ ├── effectTargetPcHorse.xml │ │ │ │ │ ├── effectTargetPlayer.xml │ │ │ │ │ ├── effectTargetSelf.xml │ │ │ │ │ ├── effectTargetSelfTarget.xml │ │ │ │ │ ├── enableCharm.xml │ │ │ │ │ ├── enableLifeTime.xml │ │ │ │ │ ├── equipWeightChangeRate.xml │ │ │ │ │ ├── eraseOnBonfireRecover.xml │ │ │ │ │ ├── extendLifeRate.xml │ │ │ │ │ ├── eye_angX.xml │ │ │ │ │ ├── eye_angY.xml │ │ │ │ │ ├── fakeTargetIgnore.xml │ │ │ │ │ ├── fakeTargetIgnoreAjin.xml │ │ │ │ │ ├── fakeTargetIgnoreAnimal.xml │ │ │ │ │ ├── fakeTargetIgnoreMirageArts.xml │ │ │ │ │ ├── fakeTargetIgnoreUndead.xml │ │ │ │ │ ├── fallDamageRate.xml │ │ │ │ │ ├── fireAttackPower.xml │ │ │ │ │ ├── fireAttackPowerRate.xml │ │ │ │ │ ├── fireAttackRate.xml │ │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ │ ├── fireDiffence.xml │ │ │ │ │ ├── fireDiffenceRate.xml │ │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ │ ├── freezeAttackPower.xml │ │ │ │ │ ├── freezeDamageRate.xml │ │ │ │ │ ├── freezeDefDamageRate.xml │ │ │ │ │ ├── goodsConsumptionRate.xml │ │ │ │ │ ├── grabityIgnore.xml │ │ │ │ │ ├── grabityRate.xml │ │ │ │ │ ├── guardDefFlickPowerRate.xml │ │ │ │ │ ├── guardStaminaCutRate.xml │ │ │ │ │ ├── hasTarget.xml │ │ │ │ │ ├── haveSoulRate.xml │ │ │ │ │ ├── hearingAiSoundLevel.xml │ │ │ │ │ ├── hearingSearchAdd.xml │ │ │ │ │ ├── hearingSearchCutIgnore.xml │ │ │ │ │ ├── hearingSearchEnemyAdd.xml │ │ │ │ │ ├── hearingSearchEnemyCut.xml │ │ │ │ │ ├── hearingSearchRate.xml │ │ │ │ │ ├── heroPointDamage.xml │ │ │ │ │ ├── hpRecoverRate.xml │ │ │ │ │ ├── hugeEnemyPickupHeightOverwrite.xml │ │ │ │ │ ├── insideDurability.xml │ │ │ │ │ ├── invocationConditionsStateChange1.xml │ │ │ │ │ ├── invocationConditionsStateChange2.xml │ │ │ │ │ ├── invocationConditionsStateChange3.xml │ │ │ │ │ ├── isCheckAboveShadowTest.xml │ │ │ │ │ ├── isContractSpEffectLife.xml │ │ │ │ │ ├── isDisableNetSync.xml │ │ │ │ │ ├── isExtendSpEffectLife.xml │ │ │ │ │ ├── isIgnoreNoDamage.xml │ │ │ │ │ ├── isStopSearchedNotify.xml │ │ │ │ │ ├── isUseAtkParamAtkPowerCorrect.xml │ │ │ │ │ ├── isUseStatusAilmentAtkPowerCorrect.xml │ │ │ │ │ ├── isWaitModeDelete.xml │ │ │ │ │ ├── itemDropRate.xml │ │ │ │ │ ├── lifeReductionRate.xml │ │ │ │ │ ├── lifeReductionType.xml │ │ │ │ │ ├── madnessAttackPower.xml │ │ │ │ │ ├── madnessDamageRate.xml │ │ │ │ │ ├── madnessDefDamageRate.xml │ │ │ │ │ ├── magParamChange.xml │ │ │ │ │ ├── magicAttackPower.xml │ │ │ │ │ ├── magicAttackPowerRate.xml │ │ │ │ │ ├── magicAttackRate.xml │ │ │ │ │ ├── magicConsumptionRate.xml │ │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ │ ├── magicDiffence.xml │ │ │ │ │ ├── magicDiffenceRate.xml │ │ │ │ │ ├── magicEffectTimeChange.xml │ │ │ │ │ ├── magicSubCategoryChange3.xml │ │ │ │ │ ├── maxDurability.xml │ │ │ │ │ ├── maxHpChangeRate.xml │ │ │ │ │ ├── maxHpRate.xml │ │ │ │ │ ├── maxMpRate.xml │ │ │ │ │ ├── maxStaminaRate.xml │ │ │ │ │ ├── miracleConsumptionRate.xml │ │ │ │ │ ├── miracleParamChange.xml │ │ │ │ │ ├── motionInterval.xml │ │ │ │ │ ├── moveType.xml │ │ │ │ │ ├── mpRecoverChangeSpeed.xml │ │ │ │ │ ├── neutralAttackPower.xml │ │ │ │ │ ├── neutralAttackPowerRate.xml │ │ │ │ │ ├── neutralAttackRate.xml │ │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ │ ├── noDead.xml │ │ │ │ │ ├── normalSpotChangeRate.xml │ │ │ │ │ ├── overwrite_BackHome_LookTargetDist.xml │ │ │ │ │ ├── overwrite_backhomeBattleDist.xml │ │ │ │ │ ├── overwrite_backhomeDist.xml │ │ │ │ │ ├── overwrite_maxBackhomeDist.xml │ │ │ │ │ ├── physicsAttackPower.xml │ │ │ │ │ ├── physicsAttackPowerRate.xml │ │ │ │ │ ├── physicsAttackRate.xml │ │ │ │ │ ├── physicsDiffence.xml │ │ │ │ │ ├── physicsDiffenceRate.xml │ │ │ │ │ ├── poisonDefDamageRate.xml │ │ │ │ │ ├── poizonAttackPower.xml │ │ │ │ │ ├── rayCastPassedTime.xml │ │ │ │ │ ├── recoverArtsPoint_Dex.xml │ │ │ │ │ ├── recoverArtsPoint_Magic.xml │ │ │ │ │ ├── recoverArtsPoint_Miracle.xml │ │ │ │ │ ├── recoverArtsPoint_Str.xml │ │ │ │ │ ├── regainGaugeDamage.xml │ │ │ │ │ ├── regainRate.xml │ │ │ │ │ ├── registBlood.xml │ │ │ │ │ ├── registBloodChangeRate.xml │ │ │ │ │ ├── registCurse.xml │ │ │ │ │ ├── registCurseChangeRate.xml │ │ │ │ │ ├── registFreezeChangeRate.xml │ │ │ │ │ ├── registIllness.xml │ │ │ │ │ ├── registIllnessChangeRate.xml │ │ │ │ │ ├── registMadnessChangeRate.xml │ │ │ │ │ ├── registPoizonChangeRate.xml │ │ │ │ │ ├── registSleepChangeRate.xml │ │ │ │ │ ├── repAtkDmgLv.xml │ │ │ │ │ ├── replaceSpEffectId.xml │ │ │ │ │ ├── replanningOnFire.xml │ │ │ │ │ ├── requestBlackSOS.xml │ │ │ │ │ ├── requestForceJoinBlackSOS.xml │ │ │ │ │ ├── requestForceJoinBlackSOS_B.xml │ │ │ │ │ ├── requestKickSession.xml │ │ │ │ │ ├── requestLeaveColiseumSession.xml │ │ │ │ │ ├── requestLeaveSession.xml │ │ │ │ │ ├── requestNpcInveda.xml │ │ │ │ │ ├── requestSOS.xml │ │ │ │ │ ├── saAttackPowerRate.xml │ │ │ │ │ ├── saReceiveDamageRate.xml │ │ │ │ │ ├── saveCategory.xml │ │ │ │ │ ├── shamanConsumptionRate.xml │ │ │ │ │ ├── shamanParamChange.xml │ │ │ │ │ ├── sightSearchAdd.xml │ │ │ │ │ ├── sightSearchCutIgnore.xml │ │ │ │ │ ├── sightSearchEnemyAdd.xml │ │ │ │ │ ├── sightSearchEnemyCut.xml │ │ │ │ │ ├── sightSearchRate.xml │ │ │ │ │ ├── slashAttackPower.xml │ │ │ │ │ ├── slashAttackPowerRate.xml │ │ │ │ │ ├── slashAttackRate.xml │ │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ │ ├── sleepAttackPower.xml │ │ │ │ │ ├── sleepDamageRate.xml │ │ │ │ │ ├── sleepDefDamageRate.xml │ │ │ │ │ ├── soul.xml │ │ │ │ │ ├── soulRate.xml │ │ │ │ │ ├── soulStealRate.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ │ ├── spCategory.xml │ │ │ │ │ ├── staminaAttackRate.xml │ │ │ │ │ ├── staminaRecoverChangeSpeed.xml │ │ │ │ │ ├── stateInfo.xml │ │ │ │ │ ├── targetPriority.xml │ │ │ │ │ ├── teamOffenseEffectivity.xml │ │ │ │ │ ├── throwAttackParamChange.xml │ │ │ │ │ ├── throwCondition.xml │ │ │ │ │ ├── thrustAttackPower.xml │ │ │ │ │ ├── thrustAttackPowerRate.xml │ │ │ │ │ ├── thrustAttackRate.xml │ │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ │ ├── thunderAttackPower.xml │ │ │ │ │ ├── thunderAttackPowerRate.xml │ │ │ │ │ ├── thunderAttackRate.xml │ │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ │ ├── thunderDiffence.xml │ │ │ │ │ ├── thunderDiffenceRate.xml │ │ │ │ │ ├── toughnessDamageCutRate.xml │ │ │ │ │ ├── unk353_4.xml │ │ │ │ │ ├── value_Magnification.xml │ │ │ │ │ ├── vfxId.xml │ │ │ │ │ ├── vfxId1.xml │ │ │ │ │ ├── vfxId2.xml │ │ │ │ │ ├── vfxId3.xml │ │ │ │ │ ├── vfxId4.xml │ │ │ │ │ ├── vfxId5.xml │ │ │ │ │ ├── vfxId6.xml │ │ │ │ │ ├── vfxId7.xml │ │ │ │ │ ├── vitalSpotChangeRate.xml │ │ │ │ │ ├── vowType10.xml │ │ │ │ │ ├── vowType11.xml │ │ │ │ │ ├── vowType12.xml │ │ │ │ │ ├── vowType13.xml │ │ │ │ │ ├── vowType14.xml │ │ │ │ │ ├── vowType15.xml │ │ │ │ │ ├── vowType8.xml │ │ │ │ │ ├── vowType9.xml │ │ │ │ │ ├── weakDmgRateA.xml │ │ │ │ │ ├── weakDmgRateB.xml │ │ │ │ │ ├── weakDmgRateC.xml │ │ │ │ │ ├── weakDmgRateD.xml │ │ │ │ │ ├── weakDmgRateE.xml │ │ │ │ │ ├── weakDmgRateF.xml │ │ │ │ │ ├── wepParamChange.xml │ │ │ │ │ └── wetConditionDepth.xml │ │ │ └── ThrowParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── Address.xml │ │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── AtkChrId.xml │ │ │ │ ├── AtkEnableState.xml │ │ │ │ ├── DefChrId.xml │ │ │ │ ├── DiffAngMax.xml │ │ │ │ ├── DiffAngMax_start.xml │ │ │ │ ├── DiffAngMin.xml │ │ │ │ ├── DiffAngMin_start.xml │ │ │ │ ├── Dist.xml │ │ │ │ ├── Dist_start.xml │ │ │ │ ├── PadType.xml │ │ │ │ ├── adsrobModelPosInterpolationTime.xml │ │ │ │ ├── atkAnimId.xml │ │ │ │ ├── atkSorbDmyId.xml │ │ │ │ ├── defAnimId.xml │ │ │ │ ├── defSorbDmyId.xml │ │ │ │ ├── diffAngMyToDef.xml │ │ │ │ ├── diffAngMyToDef_start.xml │ │ │ │ ├── dmyHasChrDirType.xml │ │ │ │ ├── dummy8 pad0 2.xml │ │ │ │ ├── dummy8 pad0.xml │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ ├── escHp.xml │ │ │ │ ├── isEnableCorrectPos_forThrowAdjust.xml │ │ │ │ ├── isEnableThrowFollowingFallAssist.xml │ │ │ │ ├── isEnableThrowFollowingFeedback.xml │ │ │ │ ├── isSkipSphereCast.xml │ │ │ │ ├── isSkipWepCate.xml │ │ │ │ ├── isTurnAtker.xml │ │ │ │ ├── judgeRangeBasePosDmyId1.xml │ │ │ │ ├── judgeRangeBasePosDmyId2.xml │ │ │ │ ├── lowerYRange.xml │ │ │ │ ├── lowerYRange_start.xml │ │ │ │ ├── selfEscCycleCnt.xml │ │ │ │ ├── selfEscCycleTime.xml │ │ │ │ ├── sphereCastRadiusRateLow.xml │ │ │ │ ├── sphereCastRadiusRateTop.xml │ │ │ │ ├── throwFollowingEndEasingTime.xml │ │ │ │ ├── throwFollowingType.xml │ │ │ │ ├── throwType.xml │ │ │ │ ├── throwTypeId.xml │ │ │ │ ├── upperYRange.xml │ │ │ │ └── upperYRange_start.xml │ │ ├── Currently Equipped Magic │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── ReplacementMagic1.xml │ │ │ │ ├── ReplacementMagic2.xml │ │ │ │ ├── ReplacementMagic3.xml │ │ │ │ ├── ReplacementMagic4.xml │ │ │ │ ├── ReplacementStatus1.xml │ │ │ │ ├── ReplacementStatus2.xml │ │ │ │ ├── ReplacementStatus3.xml │ │ │ │ ├── ReplacementStatus4.xml │ │ │ │ ├── ReplacementStatusType.xml │ │ │ │ ├── VowType10.xml │ │ │ │ ├── VowType11.xml │ │ │ │ ├── VowType12.xml │ │ │ │ ├── VowType13.xml │ │ │ │ ├── VowType14.xml │ │ │ │ ├── VowType15.xml │ │ │ │ ├── aiNotifyType.xml │ │ │ │ ├── aiUseJudgeId.xml │ │ │ │ ├── analogDexiterityMax.xml │ │ │ │ ├── analogDexiterityMin.xml │ │ │ │ ├── behaviorId.xml │ │ │ │ ├── castResonanceMagic.xml │ │ │ │ ├── castSfxId.xml │ │ │ │ ├── consumeLoopMP_forMenu.xml │ │ │ │ ├── consumeSA.xml │ │ │ │ ├── consumeType1.xml │ │ │ │ ├── consumeType10.xml │ │ │ │ ├── consumeType2.xml │ │ │ │ ├── consumeType3.xml │ │ │ │ ├── consumeType4.xml │ │ │ │ ├── consumeType5.xml │ │ │ │ ├── consumeType6.xml │ │ │ │ ├── consumeType7.xml │ │ │ │ ├── consumeType8.xml │ │ │ │ ├── consumeType9.xml │ │ │ │ ├── createLimitGroupId.xml │ │ │ │ ├── disableOffline.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── disableRiding.xml │ │ │ │ ├── dummy8 pad[8].xml │ │ │ │ ├── dummy8 pad_11.xml │ │ │ │ ├── effectSfxId.xml │ │ │ │ ├── enableRiding.xml │ │ │ │ ├── enable_black.xml │ │ │ │ ├── enable_gray.xml │ │ │ │ ├── enable_live.xml │ │ │ │ ├── enable_multi.xml │ │ │ │ ├── enable_multi_only.xml │ │ │ │ ├── enable_white.xml │ │ │ │ ├── ezStateBehaviorType.xml │ │ │ │ ├── fireSfxId.xml │ │ │ │ ├── hasSpEffectType.xml │ │ │ │ ├── iconId.xml │ │ │ │ ├── isEnchant.xml │ │ │ │ ├── isShieldEnchant.xml │ │ │ │ ├── isUseNoAttackRegion.xml │ │ │ │ ├── isValidTough_ProtSADmg.xml │ │ │ │ ├── isWarpMagic.xml │ │ │ │ ├── limitCancelSpEffectId.xml │ │ │ │ ├── maxQuantity.xml │ │ │ │ ├── mp.xml │ │ │ │ ├── mp_charge.xml │ │ │ │ ├── mtrlItemId.xml │ │ │ │ ├── opmeMenuType.xml │ │ │ │ ├── overDexterity.xml │ │ │ │ ├── refCategory1.xml │ │ │ │ ├── refCategory10.xml │ │ │ │ ├── refCategory2.xml │ │ │ │ ├── refCategory3.xml │ │ │ │ ├── refCategory4.xml │ │ │ │ ├── refCategory5.xml │ │ │ │ ├── refCategory6.xml │ │ │ │ ├── refCategory7.xml │ │ │ │ ├── refCategory8.xml │ │ │ │ ├── refCategory9.xml │ │ │ │ ├── refId1.xml │ │ │ │ ├── refId10.xml │ │ │ │ ├── refId2.xml │ │ │ │ ├── refId3.xml │ │ │ │ ├── refId4.xml │ │ │ │ ├── refId5.xml │ │ │ │ ├── refId6.xml │ │ │ │ ├── refId7.xml │ │ │ │ ├── refId8.xml │ │ │ │ ├── refId9.xml │ │ │ │ ├── refType.xml │ │ │ │ ├── replaceCategory.xml │ │ │ │ ├── replaceMagicId.xml │ │ │ │ ├── requirementFaith.xml │ │ │ │ ├── requirementIntellect.xml │ │ │ │ ├── requirementLuck.xml │ │ │ │ ├── slotLength.xml │ │ │ │ ├── sortId.xml │ │ │ │ ├── spEffectCategory.xml │ │ │ │ ├── stamina.xml │ │ │ │ ├── stamina_charge.xml │ │ │ │ ├── subCategory1.xml │ │ │ │ ├── subCategory2.xml │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ ├── useLimitCategory.xml │ │ │ │ ├── vowType0.xml │ │ │ │ ├── vowType1.xml │ │ │ │ ├── vowType2.xml │ │ │ │ ├── vowType3.xml │ │ │ │ ├── vowType4.xml │ │ │ │ ├── vowType5.xml │ │ │ │ ├── vowType6.xml │ │ │ │ ├── vowType7.xml │ │ │ │ ├── vowType8.xml │ │ │ │ ├── vowType9.xml │ │ │ │ └── yesNoDialogMessageId.xml │ │ ├── ID Helpers │ │ │ ├── .xml │ │ │ ├── AtkParam_Pc │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── AppearAiSoundId.xml │ │ │ │ │ ├── HitAiSoundId.xml │ │ │ │ │ ├── HitRumbleId.xml │ │ │ │ │ ├── HitRumbleIdByMiddle.xml │ │ │ │ │ ├── HitRumbleIdByNormal.xml │ │ │ │ │ ├── HitRumbleIdByRoot.xml │ │ │ │ │ ├── IgnoreNotifyMissSwingForAI.xml │ │ │ │ │ ├── atkAttribute.xml │ │ │ │ │ ├── atkBehaviorId.xml │ │ │ │ │ ├── atkBehaviorId_2.xml │ │ │ │ │ ├── atkDark.xml │ │ │ │ │ ├── atkDarkCorrection.xml │ │ │ │ │ ├── atkDir_forSfx.xml │ │ │ │ │ ├── atkFire.xml │ │ │ │ │ ├── atkFireCorrection.xml │ │ │ │ │ ├── atkMag.xml │ │ │ │ │ ├── atkMagCorrection.xml │ │ │ │ │ ├── atkMaterial.xml │ │ │ │ │ ├── atkObj.xml │ │ │ │ │ ├── atkPhys.xml │ │ │ │ │ ├── atkPhysCorrection.xml │ │ │ │ │ ├── atkPow_forSe.xml │ │ │ │ │ ├── atkPow_forSfx.xml │ │ │ │ │ ├── atkRegainHp.xml │ │ │ │ │ ├── atkStam.xml │ │ │ │ │ ├── atkStamCorrection.xml │ │ │ │ │ ├── atkSuperArmor.xml │ │ │ │ │ ├── atkSuperArmorCorrection.xml │ │ │ │ │ ├── atkThrowEscape.xml │ │ │ │ │ ├── atkThrowEscapeCorrection.xml │ │ │ │ │ ├── atkThun.xml │ │ │ │ │ ├── atkThunCorrection.xml │ │ │ │ │ ├── atkType.xml │ │ │ │ │ ├── blowingCorrection.xml │ │ │ │ │ ├── decalBaseId1.xml │ │ │ │ │ ├── decalBaseId2.xml │ │ │ │ │ ├── decalId1.xml │ │ │ │ │ ├── decalId2.xml │ │ │ │ │ ├── defSeMaterial1.xml │ │ │ │ │ ├── defSeMaterial2.xml │ │ │ │ │ ├── defSfxMaterial1.xml │ │ │ │ │ ├── defSfxMaterial2.xml │ │ │ │ │ ├── defSfxMaterialVariationValue.xml │ │ │ │ │ ├── disableGuard.xml │ │ │ │ │ ├── disableHitSpEffect.xml │ │ │ │ │ ├── disableStaminaAttack.xml │ │ │ │ │ ├── dmgLevel.xml │ │ │ │ │ ├── dmgLevel_vsPlayer.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ │ ├── dummy8 pad5.xml │ │ │ │ │ ├── dummy8 pad6.xml │ │ │ │ │ ├── excludeThreatLvNotify.xml │ │ │ │ │ ├── friendlyTarget.xml │ │ │ │ │ ├── guardAtkRate.xml │ │ │ │ │ ├── guardAtkRateCorrection.xml │ │ │ │ │ ├── guardBreakCorrection.xml │ │ │ │ │ ├── guardBreakRate.xml │ │ │ │ │ ├── guardCutCancelRate.xml │ │ │ │ │ ├── guardRangeType.xml │ │ │ │ │ ├── guardRate.xml │ │ │ │ │ ├── guardStaminaCutRate.xml │ │ │ │ │ ├── hit0_DmyPoly1.xml │ │ │ │ │ ├── hit0_DmyPoly2.xml │ │ │ │ │ ├── hit0_Radius.xml │ │ │ │ │ ├── hit0_hitType.xml │ │ │ │ │ ├── hit10_DmyPoly1.xml │ │ │ │ │ ├── hit10_DmyPoly2.xml │ │ │ │ │ ├── hit10_Radius.xml │ │ │ │ │ ├── hit10_hitType.xml │ │ │ │ │ ├── hit11_DmyPoly1.xml │ │ │ │ │ ├── hit11_DmyPoly2.xml │ │ │ │ │ ├── hit11_Radius.xml │ │ │ │ │ ├── hit11_hitType.xml │ │ │ │ │ ├── hit12_DmyPoly1.xml │ │ │ │ │ ├── hit12_DmyPoly2.xml │ │ │ │ │ ├── hit12_Radius.xml │ │ │ │ │ ├── hit12_hitType.xml │ │ │ │ │ ├── hit13_DmyPoly1.xml │ │ │ │ │ ├── hit13_DmyPoly2.xml │ │ │ │ │ ├── hit13_Radius.xml │ │ │ │ │ ├── hit13_hitType.xml │ │ │ │ │ ├── hit14_DmyPoly1.xml │ │ │ │ │ ├── hit14_DmyPoly2.xml │ │ │ │ │ ├── hit14_Radius.xml │ │ │ │ │ ├── hit14_hitType.xml │ │ │ │ │ ├── hit15_DmyPoly1.xml │ │ │ │ │ ├── hit15_DmyPoly2.xml │ │ │ │ │ ├── hit15_Radius.xml │ │ │ │ │ ├── hit15_hitType.xml │ │ │ │ │ ├── hit1_DmyPoly1.xml │ │ │ │ │ ├── hit1_DmyPoly2.xml │ │ │ │ │ ├── hit1_Radius.xml │ │ │ │ │ ├── hit1_hitType.xml │ │ │ │ │ ├── hit2_DmyPoly1.xml │ │ │ │ │ ├── hit2_DmyPoly2.xml │ │ │ │ │ ├── hit2_Radius.xml │ │ │ │ │ ├── hit2_hitType.xml │ │ │ │ │ ├── hit3_DmyPoly1.xml │ │ │ │ │ ├── hit3_DmyPoly2.xml │ │ │ │ │ ├── hit3_Radius.xml │ │ │ │ │ ├── hit3_hitType.xml │ │ │ │ │ ├── hit4_DmyPoly1.xml │ │ │ │ │ ├── hit4_DmyPoly2.xml │ │ │ │ │ ├── hit4_Radius.xml │ │ │ │ │ ├── hit4_hitType.xml │ │ │ │ │ ├── hit5_DmyPoly1.xml │ │ │ │ │ ├── hit5_DmyPoly2.xml │ │ │ │ │ ├── hit5_Radius.xml │ │ │ │ │ ├── hit5_hitType.xml │ │ │ │ │ ├── hit6_DmyPoly1.xml │ │ │ │ │ ├── hit6_DmyPoly2.xml │ │ │ │ │ ├── hit6_Radius.xml │ │ │ │ │ ├── hit6_hitType.xml │ │ │ │ │ ├── hit7_DmyPoly1.xml │ │ │ │ │ ├── hit7_DmyPoly2.xml │ │ │ │ │ ├── hit7_Radius.xml │ │ │ │ │ ├── hit7_hitType.xml │ │ │ │ │ ├── hit8_DmyPoly1.xml │ │ │ │ │ ├── hit8_DmyPoly2.xml │ │ │ │ │ ├── hit8_Radius.xml │ │ │ │ │ ├── hit8_hitType.xml │ │ │ │ │ ├── hit9_DmyPoly1.xml │ │ │ │ │ ├── hit9_DmyPoly2.xml │ │ │ │ │ ├── hit9_Radius.xml │ │ │ │ │ ├── hit9_hitType.xml │ │ │ │ │ ├── hitSourceType.xml │ │ │ │ │ ├── hitStopTime.xml │ │ │ │ │ ├── hti0_Priority.xml │ │ │ │ │ ├── hti10_Priority.xml │ │ │ │ │ ├── hti11_Priority.xml │ │ │ │ │ ├── hti12_Priority.xml │ │ │ │ │ ├── hti13_Priority.xml │ │ │ │ │ ├── hti14_Priority.xml │ │ │ │ │ ├── hti15_Priority.xml │ │ │ │ │ ├── hti1_Priority.xml │ │ │ │ │ ├── hti2_Priority.xml │ │ │ │ │ ├── hti3_Priority.xml │ │ │ │ │ ├── hti4_Priority.xml │ │ │ │ │ ├── hti5_Priority.xml │ │ │ │ │ ├── hti6_Priority.xml │ │ │ │ │ ├── hti7_Priority.xml │ │ │ │ │ ├── hti8_Priority.xml │ │ │ │ │ ├── hti9_Priority.xml │ │ │ │ │ ├── isAddBaseAtk.xml │ │ │ │ │ ├── isArrowAtk.xml │ │ │ │ │ ├── isCheckDoorPenetration.xml │ │ │ │ │ ├── isDisableBothHandsAtkBonus.xml │ │ │ │ │ ├── isDisableNoDamage.xml │ │ │ │ │ ├── isDisableParry.xml │ │ │ │ │ ├── isEnableCalcDamageForBushesObj.xml │ │ │ │ │ ├── isGhostAtk.xml │ │ │ │ │ ├── isInvalidatedByNoDamageInAir.xml │ │ │ │ │ ├── isVsRideAtk.xml │ │ │ │ │ ├── knockbackDist.xml │ │ │ │ │ ├── mapHitType.xml │ │ │ │ │ ├── opposeTarget.xml │ │ │ │ │ ├── overwriteAttackElementCorrectId.xml │ │ │ │ │ ├── parryForwardOffset.xml │ │ │ │ │ ├── regainableHpRateScale.xml │ │ │ │ │ ├── regainableSlotId.xml │ │ │ │ │ ├── regainableTimeScale.xml │ │ │ │ │ ├── repatHitSfx.xml │ │ │ │ │ ├── selfTarget.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byDmg.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byPoint.xml │ │ │ │ │ ├── spEffectAtkPowerCorrectRate_byRate.xml │ │ │ │ │ ├── spEffectId0.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId3.xml │ │ │ │ │ ├── spEffectId4.xml │ │ │ │ │ ├── statusAilmentAtkPowerCorrectRate.xml │ │ │ │ │ ├── statusAilmentAtkPowerCorrectRate_byPoint.xml │ │ │ │ │ ├── subCategory1.xml │ │ │ │ │ ├── subCategory2.xml │ │ │ │ │ ├── throwDamageAttribute.xml │ │ │ │ │ ├── throwFlag.xml │ │ │ │ │ ├── throwTypeId.xml │ │ │ │ │ ├── traceDmyIdHead0.xml │ │ │ │ │ ├── traceDmyIdHead1.xml │ │ │ │ │ ├── traceDmyIdHead2.xml │ │ │ │ │ ├── traceDmyIdHead3.xml │ │ │ │ │ ├── traceDmyIdHead4.xml │ │ │ │ │ ├── traceDmyIdHead5.xml │ │ │ │ │ ├── traceDmyIdHead6.xml │ │ │ │ │ ├── traceDmyIdHead7.xml │ │ │ │ │ ├── traceDmyIdTail0.xml │ │ │ │ │ ├── traceDmyIdTail1.xml │ │ │ │ │ ├── traceDmyIdTail2.xml │ │ │ │ │ ├── traceDmyIdTail3.xml │ │ │ │ │ ├── traceDmyIdTail4.xml │ │ │ │ │ ├── traceDmyIdTail5.xml │ │ │ │ │ ├── traceDmyIdTail6.xml │ │ │ │ │ ├── traceDmyIdTail7.xml │ │ │ │ │ ├── traceSfxId0.xml │ │ │ │ │ ├── traceSfxId1.xml │ │ │ │ │ ├── traceSfxId2.xml │ │ │ │ │ ├── traceSfxId3.xml │ │ │ │ │ ├── traceSfxId4.xml │ │ │ │ │ ├── traceSfxId5.xml │ │ │ │ │ ├── traceSfxId6.xml │ │ │ │ │ ├── traceSfxId7.xml │ │ │ │ │ └── wepRegainHpScale.xml │ │ │ ├── BuddyParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── appearOnAroundSekihi.xml │ │ │ │ │ ├── disablePCTargetShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── dopingSpEffect_lv0.xml │ │ │ │ │ ├── dopingSpEffect_lv1.xml │ │ │ │ │ ├── dopingSpEffect_lv10.xml │ │ │ │ │ ├── dopingSpEffect_lv2.xml │ │ │ │ │ ├── dopingSpEffect_lv3.xml │ │ │ │ │ ├── dopingSpEffect_lv4.xml │ │ │ │ │ ├── dopingSpEffect_lv5.xml │ │ │ │ │ ├── dopingSpEffect_lv6.xml │ │ │ │ │ ├── dopingSpEffect_lv7.xml │ │ │ │ │ ├── dopingSpEffect_lv8.xml │ │ │ │ │ ├── dopingSpEffect_lv9.xml │ │ │ │ │ ├── dummy8 Reserve.xml │ │ │ │ │ ├── dummy8 Reserve2.xml │ │ │ │ │ ├── generateAnimId.xml │ │ │ │ │ ├── npcParamId.xml │ │ │ │ │ ├── npcParamId_ridden.xml │ │ │ │ │ ├── npcPlayerInitParamId.xml │ │ │ │ │ ├── npcThinkParamId.xml │ │ │ │ │ ├── npcThinkParamId_ridden.xml │ │ │ │ │ ├── pcFollowType.xml │ │ │ │ │ ├── triggerSpEffectId.xml │ │ │ │ │ ├── x_offset.xml │ │ │ │ │ ├── y_offset.xml │ │ │ │ │ └── z_offset.xml │ │ │ ├── BuddyStoneParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── activateRange.xml │ │ │ │ │ ├── buddyId.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── dopingSpEffectId.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── eliminateTargetEntityId.xml │ │ │ │ │ ├── isSpecial.xml │ │ │ │ │ ├── overwriteActivateRegionEntityId.xml │ │ │ │ │ ├── overwriteReturnRange.xml │ │ │ │ │ ├── summonedEventFlagId.xml │ │ │ │ │ ├── talkChrEntityId.xml │ │ │ │ │ └── warnRegionEntityId.xml │ │ │ ├── Bullet │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── EmittePosType.xml │ │ │ │ │ ├── FollowType.xml │ │ │ │ │ ├── HitBulletID.xml │ │ │ │ │ ├── Material_AttackMaterial.xml │ │ │ │ │ ├── Material_AttackType.xml │ │ │ │ │ ├── accelInRange.xml │ │ │ │ │ ├── accelOutRange.xml │ │ │ │ │ ├── accelTime.xml │ │ │ │ │ ├── assetNo_Hit.xml │ │ │ │ │ ├── atkAttribute.xml │ │ │ │ │ ├── atkId_Bullet.xml │ │ │ │ │ ├── attachEffectType.xml │ │ │ │ │ ├── autoSearchNPCThinkID.xml │ │ │ │ │ ├── ballisticCalcType.xml │ │ │ │ │ ├── bulletSfxDeleteType_byForceErase.xml │ │ │ │ │ ├── bulletSfxDeleteType_byHit.xml │ │ │ │ │ ├── bulletSfxDeleteType_byLifeDead.xml │ │ │ │ │ ├── createLimitGroupId.xml │ │ │ │ │ ├── damageDamp.xml │ │ │ │ │ ├── darkDamageDamp.xml │ │ │ │ │ ├── dist.xml │ │ │ │ │ ├── dmgCalcSide.xml │ │ │ │ │ ├── dmgHitRecordLifeTime.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad2[1].xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ │ ├── dummy8 pad5.xml │ │ │ │ │ ├── expDelay.xml │ │ │ │ │ ├── externalForce.xml │ │ │ │ │ ├── fireDamageDamp.xml │ │ │ │ │ ├── followDmypoly_forSfxPose.xml │ │ │ │ │ ├── followOffset_BaseHeight.xml │ │ │ │ │ ├── followOffset_Radius.xml │ │ │ │ │ ├── gravityInRange.xml │ │ │ │ │ ├── gravityOutRange.xml │ │ │ │ │ ├── hitRadius.xml │ │ │ │ │ ├── hitRadiusMax.xml │ │ │ │ │ ├── homingAngle.xml │ │ │ │ │ ├── homingAngleX.xml │ │ │ │ │ ├── homingBeginDist.xml │ │ │ │ │ ├── hormingOffsetRange.xml │ │ │ │ │ ├── hormingStopRange.xml │ │ │ │ │ ├── howitzerInitMaxVelocity.xml │ │ │ │ │ ├── howitzerInitMinVelocity.xml │ │ │ │ │ ├── howitzerShootAngleXMax.xml │ │ │ │ │ ├── howitzerShootAngleXMin.xml │ │ │ │ │ ├── initVellocity.xml │ │ │ │ │ ├── intervalCreateBulletId.xml │ │ │ │ │ ├── intervalCreateTimeMax.xml │ │ │ │ │ ├── intervalCreateTimeMin.xml │ │ │ │ │ ├── intervalCreateWaitTime.xml │ │ │ │ │ ├── isAiInterruptShootNoDamageBullet.xml │ │ │ │ │ ├── isAttackSFX.xml │ │ │ │ │ ├── isCheckWall_byCenterRay.xml │ │ │ │ │ ├── isDisableHitSfx_byChrAndObj.xml │ │ │ │ │ ├── isEnableAutoHoming.xml │ │ │ │ │ ├── isEndlessHit.xml │ │ │ │ │ ├── isHitBothTeam.xml │ │ │ │ │ ├── isHitDarkForceMagic.xml │ │ │ │ │ ├── isHitFlare.xml │ │ │ │ │ ├── isHitForceMagic.xml │ │ │ │ │ ├── isHitOtherBulletForceEraseA.xml │ │ │ │ │ ├── isHitOtherBulletForceEraseB.xml │ │ │ │ │ ├── isIgnoreMoveStateIfHitWater.xml │ │ │ │ │ ├── isIgnoreSfxIfHitWater.xml │ │ │ │ │ ├── isInheritSfxToChild.xml │ │ │ │ │ ├── isInheritSpeedToChild.xml │ │ │ │ │ ├── isNonDependenceMagicForFunnleNum.xml │ │ │ │ │ ├── isOwnerOverrideInitAngle.xml │ │ │ │ │ ├── isPenetrateChr.xml │ │ │ │ │ ├── isPenetrateMap.xml │ │ │ │ │ ├── isPenetrateObj.xml │ │ │ │ │ ├── isSyncBulletCulcDumypolyPos.xml │ │ │ │ │ ├── isUseBulletWallFilter.xml │ │ │ │ │ ├── isUseMultiDmyPolyIfPlace.xml │ │ │ │ │ ├── isUseSharedHitList.xml │ │ │ │ │ ├── knockbackDamp.xml │ │ │ │ │ ├── launchConditionType.xml │ │ │ │ │ ├── life.xml │ │ │ │ │ ├── lifeRandomRange.xml │ │ │ │ │ ├── lockShootLimitAng.xml │ │ │ │ │ ├── maxVellocity.xml │ │ │ │ │ ├── minVellocity.xml │ │ │ │ │ ├── nolockTargetDist.xml │ │ │ │ │ ├── numShoot.xml │ │ │ │ │ ├── predictionShootObserveTime.xml │ │ │ │ │ ├── prevVelocityDirRate.xml │ │ │ │ │ ├── randomCreateRadius.xml │ │ │ │ │ ├── seId_Bullet1.xml │ │ │ │ │ ├── seId_Bullet2.xml │ │ │ │ │ ├── seId_Flick.xml │ │ │ │ │ ├── seId_Hit.xml │ │ │ │ │ ├── sfxId_Bullet.xml │ │ │ │ │ ├── sfxId_Flick.xml │ │ │ │ │ ├── sfxId_ForceErase.xml │ │ │ │ │ ├── sfxId_Hit.xml │ │ │ │ │ ├── sfxPostureType.xml │ │ │ │ │ ├── shootAngle.xml │ │ │ │ │ ├── shootAngleInterval.xml │ │ │ │ │ ├── shootAngleXInterval.xml │ │ │ │ │ ├── shootAngleXMaxRandom.xml │ │ │ │ │ ├── shootAngleXZ.xml │ │ │ │ │ ├── shootAngleYMaxRandom.xml │ │ │ │ │ ├── shootInterval.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spBulletDistUpRate.xml │ │ │ │ │ ├── spEffectIDForShooter.xml │ │ │ │ │ ├── spEffectId0.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId3.xml │ │ │ │ │ ├── spEffectId4.xml │ │ │ │ │ ├── spelDamageDamp.xml │ │ │ │ │ ├── spreadTime.xml │ │ │ │ │ ├── staminaDamp.xml │ │ │ │ │ ├── targetYOffsetRange.xml │ │ │ │ │ └── thunderDamageDamp.xml │ │ │ ├── CalcCorrectGraph │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── adjPt_maxGrowVal0.xml │ │ │ │ │ ├── adjPt_maxGrowVal1.xml │ │ │ │ │ ├── adjPt_maxGrowVal2.xml │ │ │ │ │ ├── adjPt_maxGrowVal3.xml │ │ │ │ │ ├── adjPt_maxGrowVal4.xml │ │ │ │ │ ├── adjustment_value.xml │ │ │ │ │ ├── boundry_inclination_soul.xml │ │ │ │ │ ├── boundry_value.xml │ │ │ │ │ ├── init_inclination_soul.xml │ │ │ │ │ ├── pad.xml │ │ │ │ │ ├── stageMaxGrowVal0.xml │ │ │ │ │ ├── stageMaxGrowVal1.xml │ │ │ │ │ ├── stageMaxGrowVal2.xml │ │ │ │ │ ├── stageMaxGrowVal3.xml │ │ │ │ │ ├── stageMaxGrowVal4.xml │ │ │ │ │ ├── stageMaxVal0.xml │ │ │ │ │ ├── stageMaxVal1.xml │ │ │ │ │ ├── stageMaxVal2.xml │ │ │ │ │ ├── stageMaxVal3.xml │ │ │ │ │ └── stageMaxVal4.xml │ │ │ ├── EquipParamAccessory │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── accessoryCategory.xml │ │ │ │ │ ├── accessoryGroup.xml │ │ │ │ │ ├── basicPrice.xml │ │ │ │ │ ├── behaviorId.xml │ │ │ │ │ ├── compTrophySedId.xml │ │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── equipModelCategory.xml │ │ │ │ │ ├── equipModelGender.xml │ │ │ │ │ ├── equipModelId.xml │ │ │ │ │ ├── iconId.xml │ │ │ │ │ ├── isDeposit.xml │ │ │ │ │ ├── isDiscard.xml │ │ │ │ │ ├── isDrop.xml │ │ │ │ │ ├── isEquipOutBrake.xml │ │ │ │ │ ├── qwcId.xml │ │ │ │ │ ├── rarity.xml │ │ │ │ │ ├── refCategory.xml │ │ │ │ │ ├── refId.xml │ │ │ │ │ ├── residentSpEffectId1.xml │ │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ │ ├── residentSpEffectId3.xml │ │ │ │ │ ├── residentSpEffectId4.xml │ │ │ │ │ ├── saleValue.xml │ │ │ │ │ ├── sellValue.xml │ │ │ │ │ ├── sfxVariationId.xml │ │ │ │ │ ├── shopLv.xml │ │ │ │ │ ├── showDialogCondType.xml │ │ │ │ │ ├── showLogCondType.xml │ │ │ │ │ ├── sortGroupId.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── spEffectCategory.xml │ │ │ │ │ ├── trophySGradeId.xml │ │ │ │ │ ├── trophySeqId.xml │ │ │ │ │ ├── vagrantBonusEneDropitemLotid.xml │ │ │ │ │ ├── vagrantItemEneDropItemLotId.xml │ │ │ │ │ ├── vagrantItemLotId.xml │ │ │ │ │ └── weight.xml │ │ │ ├── EquipParamCustomWeapon │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── baseWepId.xml │ │ │ │ │ ├── gemId.xml │ │ │ │ │ └── reinforceLv.xml │ │ │ ├── EquipParamGem │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── canMountWep_AxeLarge.xml │ │ │ │ │ ├── canMountWep_AxeNormal.xml │ │ │ │ │ ├── canMountWep_AxhammerLarge.xml │ │ │ │ │ ├── canMountWep_Ballista.xml │ │ │ │ │ ├── canMountWep_BowLarge.xml │ │ │ │ │ ├── canMountWep_BowNormal.xml │ │ │ │ │ ├── canMountWep_BowSmall.xml │ │ │ │ │ ├── canMountWep_Claw.xml │ │ │ │ │ ├── canMountWep_ClossBow.xml │ │ │ │ │ ├── canMountWep_Dagger.xml │ │ │ │ │ ├── canMountWep_Flail.xml │ │ │ │ │ ├── canMountWep_HammerLarge.xml │ │ │ │ │ ├── canMountWep_HammerNormal.xml │ │ │ │ │ ├── canMountWep_Knuckle.xml │ │ │ │ │ ├── canMountWep_RapierHeavy.xml │ │ │ │ │ ├── canMountWep_SaberLarge.xml │ │ │ │ │ ├── canMountWep_SaberNormal.xml │ │ │ │ │ ├── canMountWep_ShieldLarge.xml │ │ │ │ │ ├── canMountWep_ShieldNormal.xml │ │ │ │ │ ├── canMountWep_ShieldSmall.xml │ │ │ │ │ ├── canMountWep_Sickle.xml │ │ │ │ │ ├── canMountWep_Sorcery.xml │ │ │ │ │ ├── canMountWep_SpearAxe.xml │ │ │ │ │ ├── canMountWep_SpearHeavy.xml │ │ │ │ │ ├── canMountWep_SpearLarge.xml │ │ │ │ │ ├── canMountWep_SpearNormal.xml │ │ │ │ │ ├── canMountWep_Staff.xml │ │ │ │ │ ├── canMountWep_SwordDoubleEdge.xml │ │ │ │ │ ├── canMountWep_SwordGigantic.xml │ │ │ │ │ ├── canMountWep_SwordLarge.xml │ │ │ │ │ ├── canMountWep_SwordNormal.xml │ │ │ │ │ ├── canMountWep_SwordPierce.xml │ │ │ │ │ ├── canMountWep_Talisman.xml │ │ │ │ │ ├── canMountWep_Torch.xml │ │ │ │ │ ├── canMountWep_Whip.xml │ │ │ │ │ ├── canMountWep_katana.xml │ │ │ │ │ ├── compTrophySedId.xml │ │ │ │ │ ├── configurableWepAttr00.xml │ │ │ │ │ ├── configurableWepAttr01.xml │ │ │ │ │ ├── configurableWepAttr02.xml │ │ │ │ │ ├── configurableWepAttr03.xml │ │ │ │ │ ├── configurableWepAttr04.xml │ │ │ │ │ ├── configurableWepAttr05.xml │ │ │ │ │ ├── configurableWepAttr06.xml │ │ │ │ │ ├── configurableWepAttr07.xml │ │ │ │ │ ├── configurableWepAttr08.xml │ │ │ │ │ ├── configurableWepAttr09.xml │ │ │ │ │ ├── configurableWepAttr10.xml │ │ │ │ │ ├── configurableWepAttr11.xml │ │ │ │ │ ├── configurableWepAttr12.xml │ │ │ │ │ ├── configurableWepAttr13.xml │ │ │ │ │ ├── configurableWepAttr14.xml │ │ │ │ │ ├── configurableWepAttr15.xml │ │ │ │ │ ├── configurableWepAttr16.xml │ │ │ │ │ ├── configurableWepAttr17.xml │ │ │ │ │ ├── configurableWepAttr18.xml │ │ │ │ │ ├── configurableWepAttr19.xml │ │ │ │ │ ├── configurableWepAttr20.xml │ │ │ │ │ ├── configurableWepAttr21.xml │ │ │ │ │ ├── configurableWepAttr22.xml │ │ │ │ │ ├── configurableWepAttr23.xml │ │ │ │ │ ├── defaultWepAttr.xml │ │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── dummy8 pad6.xml │ │ │ │ │ ├── dummy8 reserved2_canMountWep.xml │ │ │ │ │ ├── dummy8 reserved_canMountWep.xml │ │ │ │ │ ├── iconId.xml │ │ │ │ │ ├── isDeposit.xml │ │ │ │ │ ├── isDiscard.xml │ │ │ │ │ ├── isDrop.xml │ │ │ │ │ ├── itemGetTutorialFlagId.xml │ │ │ │ │ ├── mountValue.xml │ │ │ │ │ ├── mountWepTextId.xml │ │ │ │ │ ├── rank.xml │ │ │ │ │ ├── rarity.xml │ │ │ │ │ ├── saleValue.xml │ │ │ │ │ ├── sellValue.xml │ │ │ │ │ ├── showDialogCondType 2.xml │ │ │ │ │ ├── showDialogCondType.xml │ │ │ │ │ ├── showLogCondType.xml │ │ │ │ │ ├── sortGroupId.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── spEffectId0.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId_forAtk0.xml │ │ │ │ │ ├── spEffectId_forAtk1.xml │ │ │ │ │ ├── spEffectId_forAtk2.xml │ │ │ │ │ ├── spEffectMsgId0.xml │ │ │ │ │ ├── spEffectMsgId1.xml │ │ │ │ │ ├── swordArtsParamId.xml │ │ │ │ │ └── trophySeqId.xml │ │ │ ├── EquipParamGoods │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── aiUseJudgeId.xml │ │ │ │ │ ├── appearanceReplaceItemId.xml │ │ │ │ │ ├── autoReplenishType.xml │ │ │ │ │ ├── basicPrice.xml │ │ │ │ │ ├── behaviorId.xml │ │ │ │ │ ├── canMultiUse.xml │ │ │ │ │ ├── castSfxId.xml │ │ │ │ │ ├── compTrophySedId.xml │ │ │ │ │ ├── consumeHP.xml │ │ │ │ │ ├── consumeHeroPoint.xml │ │ │ │ │ ├── consumeMP.xml │ │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── disableRiding.xml │ │ │ │ │ ├── disableUseAtColiseum.xml │ │ │ │ │ ├── disableUseAtOutOfColiseum.xml │ │ │ │ │ ├── disable_offline.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── dummy8 reserve3.xml │ │ │ │ │ ├── dummy8 reserve4.xml │ │ │ │ │ ├── dummy8 reserve5.xml │ │ │ │ │ ├── effectSfxId.xml │ │ │ │ │ ├── enableRiding.xml │ │ │ │ │ ├── enable_ActiveBigRune.xml │ │ │ │ │ ├── enable_Ladder.xml │ │ │ │ │ ├── enable_black.xml │ │ │ │ │ ├── enable_gray.xml │ │ │ │ │ ├── enable_live.xml │ │ │ │ │ ├── enable_multi.xml │ │ │ │ │ ├── enable_white.xml │ │ │ │ │ ├── fireSfxId.xml │ │ │ │ │ ├── goodsType.xml │ │ │ │ │ ├── goodsUseAnim.xml │ │ │ │ │ ├── iconId.xml │ │ │ │ │ ├── isApplySpecialEffect.xml │ │ │ │ │ ├── isAutoEquip.xml │ │ │ │ │ ├── isBonfireWarpItem.xml │ │ │ │ │ ├── isConsume.xml │ │ │ │ │ ├── isDeposit.xml │ │ │ │ │ ├── isDisableHand.xml │ │ │ │ │ ├── isDiscard.xml │ │ │ │ │ ├── isDrop.xml │ │ │ │ │ ├── isEnableFastUseItem.xml │ │ │ │ │ ├── isEnhance.xml │ │ │ │ │ ├── isEquip.xml │ │ │ │ │ ├── isEstablishment.xml │ │ │ │ │ ├── isFixItem.xml │ │ │ │ │ ├── isFullSuppleItem.xml │ │ │ │ │ ├── isOnlyOne.xml │ │ │ │ │ ├── isRemoveItem_forGameClear.xml │ │ │ │ │ ├── isShieldEnchant.xml │ │ │ │ │ ├── isSleepCollectionItem.xml │ │ │ │ │ ├── isSummonHorse.xml │ │ │ │ │ ├── isSuppleItem.xml │ │ │ │ │ ├── isUseMultiPenaltyOnly.xml │ │ │ │ │ ├── isUseMultiPlayPreparation.xml │ │ │ │ │ ├── isUseNoAttackRegion.xml │ │ │ │ │ ├── isWarpProhibited.xml │ │ │ │ │ ├── itemGetTutorialFlagId.xml │ │ │ │ │ ├── maxNum.xml │ │ │ │ │ ├── maxRepositoryNum.xml │ │ │ │ │ ├── modelId.xml │ │ │ │ │ ├── opmeMenuType.xml │ │ │ │ │ ├── overDexterity.xml │ │ │ │ │ ├── potGroupId.xml │ │ │ │ │ ├── rarity.xml │ │ │ │ │ ├── refCategory.xml │ │ │ │ │ ├── refId_1 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId_default │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refVirtualWepId.xml │ │ │ │ │ ├── reinforceGoodsId.xml │ │ │ │ │ ├── reinforceMaterialId.xml │ │ │ │ │ ├── reinforcePrice.xml │ │ │ │ │ ├── replaceCategory.xml │ │ │ │ │ ├── replaceItemId.xml │ │ │ │ │ ├── saleValue.xml │ │ │ │ │ ├── sellValue.xml │ │ │ │ │ ├── sfxVariationId.xml │ │ │ │ │ ├── shopLv.xml │ │ │ │ │ ├── showDialogCondType.xml │ │ │ │ │ ├── showLogCondType.xml │ │ │ │ │ ├── sortGroupId.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── spEffectCategory.xml │ │ │ │ │ ├── suppleType.xml │ │ │ │ │ ├── syncNumVaryId.xml │ │ │ │ │ ├── trophySeqId.xml │ │ │ │ │ ├── useEnableSpEffectType.xml │ │ │ │ │ ├── useLevel.xml │ │ │ │ │ ├── useLevel_vowType0.xml │ │ │ │ │ ├── useLevel_vowType1.xml │ │ │ │ │ ├── useLevel_vowType10.xml │ │ │ │ │ ├── useLevel_vowType11.xml │ │ │ │ │ ├── useLevel_vowType12.xml │ │ │ │ │ ├── useLevel_vowType13.xml │ │ │ │ │ ├── useLevel_vowType14.xml │ │ │ │ │ ├── useLevel_vowType15.xml │ │ │ │ │ ├── useLevel_vowType2.xml │ │ │ │ │ ├── useLevel_vowType3.xml │ │ │ │ │ ├── useLevel_vowType4.xml │ │ │ │ │ ├── useLevel_vowType5.xml │ │ │ │ │ ├── useLevel_vowType6.xml │ │ │ │ │ ├── useLevel_vowType7.xml │ │ │ │ │ ├── useLevel_vowType8.xml │ │ │ │ │ ├── useLevel_vowType9.xml │ │ │ │ │ ├── useLimitCategory.xml │ │ │ │ │ ├── useLimitSpEffectType.xml │ │ │ │ │ ├── useLimitSummonBuddy.xml │ │ │ │ │ ├── vagrantBonusEneDropItemLotId.xml │ │ │ │ │ ├── vagrantItemEneDropItemLotId.xml │ │ │ │ │ ├── vagrantItemLotId.xml │ │ │ │ │ ├── weight.xml │ │ │ │ │ └── yesNoDialogMessageId.xml │ │ │ ├── EquipParamProtector │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Model Masks 2 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── dummy8 padbit.xml │ │ │ │ │ ├── invisibleFlag48.xml │ │ │ │ │ ├── invisibleFlag49.xml │ │ │ │ │ ├── invisibleFlag50.xml │ │ │ │ │ ├── invisibleFlag51.xml │ │ │ │ │ ├── invisibleFlag52.xml │ │ │ │ │ ├── invisibleFlag53.xml │ │ │ │ │ ├── invisibleFlag54.xml │ │ │ │ │ ├── invisibleFlag55.xml │ │ │ │ │ ├── invisibleFlag56.xml │ │ │ │ │ ├── invisibleFlag57.xml │ │ │ │ │ ├── invisibleFlag58.xml │ │ │ │ │ ├── invisibleFlag59.xml │ │ │ │ │ ├── invisibleFlag60.xml │ │ │ │ │ ├── invisibleFlag61.xml │ │ │ │ │ ├── invisibleFlag62.xml │ │ │ │ │ ├── invisibleFlag63.xml │ │ │ │ │ ├── invisibleFlag64.xml │ │ │ │ │ ├── invisibleFlag65.xml │ │ │ │ │ ├── invisibleFlag66.xml │ │ │ │ │ ├── invisibleFlag67.xml │ │ │ │ │ ├── invisibleFlag68.xml │ │ │ │ │ ├── invisibleFlag69.xml │ │ │ │ │ ├── invisibleFlag70.xml │ │ │ │ │ ├── invisibleFlag71.xml │ │ │ │ │ ├── invisibleFlag72.xml │ │ │ │ │ ├── invisibleFlag73.xml │ │ │ │ │ ├── invisibleFlag74.xml │ │ │ │ │ ├── invisibleFlag75.xml │ │ │ │ │ ├── invisibleFlag76.xml │ │ │ │ │ ├── invisibleFlag77.xml │ │ │ │ │ ├── invisibleFlag78.xml │ │ │ │ │ ├── invisibleFlag79.xml │ │ │ │ │ └── invisibleFlag80.xml │ │ │ │ │ ├── Model Masks │ │ │ │ │ ├── .xml │ │ │ │ │ ├── 00 (Hide upper face).xml │ │ │ │ │ ├── 01 (Hide lower face).xml │ │ │ │ │ ├── 02.xml │ │ │ │ │ ├── 03.xml │ │ │ │ │ ├── 04 (Hide upper neck).xml │ │ │ │ │ ├── 05 (Hide lower neck).xml │ │ │ │ │ ├── 06 (Hide torso).xml │ │ │ │ │ ├── 07 (Hide chest strap).xml │ │ │ │ │ ├── 08 (Hide shoulders).xml │ │ │ │ │ ├── 09 (Hide elbows).xml │ │ │ │ │ ├── 10 (Hide wrists).xml │ │ │ │ │ ├── 11 (Hide hands).xml │ │ │ │ │ ├── 12.xml │ │ │ │ │ ├── 13 (Hide waist).xml │ │ │ │ │ ├── 14 (Hide calves).xml │ │ │ │ │ ├── 15 (Hide shins).xml │ │ │ │ │ ├── 16 (Hide feet).xml │ │ │ │ │ ├── 17 (Hide bra).xml │ │ │ │ │ ├── 18 (Hide knot on pants).xml │ │ │ │ │ ├── 19 (Hide belt).xml │ │ │ │ │ ├── 20.xml │ │ │ │ │ ├── 21.xml │ │ │ │ │ ├── 22.xml │ │ │ │ │ ├── 23.xml │ │ │ │ │ ├── 24.xml │ │ │ │ │ ├── 25 (Hide sleeves).xml │ │ │ │ │ ├── 26.xml │ │ │ │ │ ├── 27.xml │ │ │ │ │ ├── 28.xml │ │ │ │ │ ├── 29.xml │ │ │ │ │ ├── 30.xml │ │ │ │ │ ├── 31.xml │ │ │ │ │ ├── 32.xml │ │ │ │ │ ├── 33.xml │ │ │ │ │ ├── 34.xml │ │ │ │ │ ├── 35.xml │ │ │ │ │ ├── 36.xml │ │ │ │ │ ├── 37.xml │ │ │ │ │ ├── 38.xml │ │ │ │ │ ├── 39.xml │ │ │ │ │ ├── 40.xml │ │ │ │ │ ├── 41.xml │ │ │ │ │ ├── 42.xml │ │ │ │ │ ├── 43.xml │ │ │ │ │ ├── 44.xml │ │ │ │ │ ├── 45.xml │ │ │ │ │ ├── 46.xml │ │ │ │ │ ├── 47.xml │ │ │ │ │ ├── 48.xml │ │ │ │ │ ├── 49.xml │ │ │ │ │ ├── 50 (pants related).xml │ │ │ │ │ ├── 51.xml │ │ │ │ │ ├── 52.xml │ │ │ │ │ ├── 53.xml │ │ │ │ │ ├── 54.xml │ │ │ │ │ ├── 55.xml │ │ │ │ │ ├── 56.xml │ │ │ │ │ ├── 57 (Hide skirt).xml │ │ │ │ │ ├── 58.xml │ │ │ │ │ ├── 59.xml │ │ │ │ │ ├── 60 (Hide hair scalp).xml │ │ │ │ │ ├── 61 (Hide hair low).xml │ │ │ │ │ ├── 62.xml │ │ │ │ │ ├── 63 (Hide hair top in).xml │ │ │ │ │ ├── 64 (Hide hair top out).xml │ │ │ │ │ ├── 65 (Hide hair front in).xml │ │ │ │ │ ├── 66 (Hide hair front out).xml │ │ │ │ │ ├── 67 (Hide hair sides).xml │ │ │ │ │ ├── 68 (Hide hair back).xml │ │ │ │ │ ├── 69.xml │ │ │ │ │ ├── 70.xml │ │ │ │ │ ├── 71.xml │ │ │ │ │ ├── 72.xml │ │ │ │ │ ├── 73.xml │ │ │ │ │ ├── 74.xml │ │ │ │ │ ├── 75.xml │ │ │ │ │ ├── 76.xml │ │ │ │ │ ├── 77.xml │ │ │ │ │ ├── 78.xml │ │ │ │ │ ├── 79.xml │ │ │ │ │ ├── 80.xml │ │ │ │ │ ├── 81.xml │ │ │ │ │ ├── 82.xml │ │ │ │ │ ├── 83.xml │ │ │ │ │ ├── 84.xml │ │ │ │ │ ├── 85.xml │ │ │ │ │ ├── 86.xml │ │ │ │ │ ├── 87.xml │ │ │ │ │ ├── 88.xml │ │ │ │ │ ├── 89.xml │ │ │ │ │ ├── 90.xml │ │ │ │ │ ├── 91.xml │ │ │ │ │ ├── 92.xml │ │ │ │ │ ├── 93.xml │ │ │ │ │ ├── 94.xml │ │ │ │ │ ├── 95.xml │ │ │ │ │ ├── 96.xml │ │ │ │ │ └── 97.xml │ │ │ │ │ ├── armEquip.xml │ │ │ │ │ ├── autoFootEffectDecalBaseId2.xml │ │ │ │ │ ├── autoFootEffectDecalBaseId3.xml │ │ │ │ │ ├── autoFootEffectDecalId.xml │ │ │ │ │ ├── basicPrice.xml │ │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ │ ├── bodyEquip.xml │ │ │ │ │ ├── corectSARecover.xml │ │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ │ ├── defFlickPower.xml │ │ │ │ │ ├── defenseBlow.xml │ │ │ │ │ ├── defenseDark.xml │ │ │ │ │ ├── defenseFire.xml │ │ │ │ │ ├── defenseMagic.xml │ │ │ │ │ ├── defenseMaterial1.xml │ │ │ │ │ ├── defenseMaterialSfx1.xml │ │ │ │ │ ├── defenseMaterialSfx2.xml │ │ │ │ │ ├── defenseMaterialSfx_Weak1.xml │ │ │ │ │ ├── defenseMaterialSfx_Weak2.xml │ │ │ │ │ ├── defenseMaterialVariationValue.xml │ │ │ │ │ ├── defenseMaterialVariationValue_Weak.xml │ │ │ │ │ ├── defenseMaterial_Weak1.xml │ │ │ │ │ ├── defenseMaterial_Weak2.xml │ │ │ │ │ ├── defensePhysics.xml │ │ │ │ │ ├── defenseSlash.xml │ │ │ │ │ ├── defenseThrust.xml │ │ │ │ │ ├── defenseThunder.xml │ │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── dummy8 pad04.xml │ │ │ │ │ ├── dummy8 pad06.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── durability.xml │ │ │ │ │ ├── durabilityMax.xml │ │ │ │ │ ├── equipModelCategory.xml │ │ │ │ │ ├── equipModelGender.xml │ │ │ │ │ ├── equipModelId.xml │ │ │ │ │ ├── faceScaleF_MaxX.xml │ │ │ │ │ ├── faceScaleF_MaxZ.xml │ │ │ │ │ ├── faceScaleF_ScaleX.xml │ │ │ │ │ ├── faceScaleF_ScaleZ.xml │ │ │ │ │ ├── faceScaleM_MaxX.xml │ │ │ │ │ ├── faceScaleM_MaxZ.xml │ │ │ │ │ ├── faceScaleM_ScaleX.xml │ │ │ │ │ ├── faceScaleM_ScaleZ.xml │ │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ │ ├── fixPrice.xml │ │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ │ ├── footMaterialSe.xml │ │ │ │ │ ├── headEquip.xml │ │ │ │ │ ├── iconIdF.xml │ │ │ │ │ ├── iconIdM.xml │ │ │ │ │ ├── isDeposit.xml │ │ │ │ │ ├── isDiscard.xml │ │ │ │ │ ├── isDrop.xml │ │ │ │ │ ├── isSkipWeakDamageAnim.xml │ │ │ │ │ ├── knockback.xml │ │ │ │ │ ├── knockbackBounceRate.xml │ │ │ │ │ ├── knockbackParamId.xml │ │ │ │ │ ├── legEquip.xml │ │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ │ ├── materialSetId.xml │ │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ │ ├── originEquipPro.xml │ │ │ │ │ ├── originEquipPro1.xml │ │ │ │ │ ├── originEquipPro10.xml │ │ │ │ │ ├── originEquipPro11.xml │ │ │ │ │ ├── originEquipPro12.xml │ │ │ │ │ ├── originEquipPro13.xml │ │ │ │ │ ├── originEquipPro14.xml │ │ │ │ │ ├── originEquipPro15.xml │ │ │ │ │ ├── originEquipPro2.xml │ │ │ │ │ ├── originEquipPro3.xml │ │ │ │ │ ├── originEquipPro4.xml │ │ │ │ │ ├── originEquipPro5.xml │ │ │ │ │ ├── originEquipPro6.xml │ │ │ │ │ ├── originEquipPro7.xml │ │ │ │ │ ├── originEquipPro8.xml │ │ │ │ │ ├── originEquipPro9.xml │ │ │ │ │ ├── partsDamageRate.xml │ │ │ │ │ ├── partsDmgType.xml │ │ │ │ │ ├── postureControlId.xml │ │ │ │ │ ├── protectorCategory.xml │ │ │ │ │ ├── qwcId.xml │ │ │ │ │ ├── rarity.xml │ │ │ │ │ ├── reinforceTypeId.xml │ │ │ │ │ ├── residentSpEffectId.xml │ │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ │ ├── residentSpEffectId3.xml │ │ │ │ │ ├── resistBlood.xml │ │ │ │ │ ├── resistCurse.xml │ │ │ │ │ ├── resistDisease.xml │ │ │ │ │ ├── resistFreeze.xml │ │ │ │ │ ├── resistMadness.xml │ │ │ │ │ ├── resistPoison.xml │ │ │ │ │ ├── resistSleep.xml │ │ │ │ │ ├── saDurability 2.xml │ │ │ │ │ ├── saDurability.xml │ │ │ │ │ ├── saleValue.xml │ │ │ │ │ ├── sellValue.xml │ │ │ │ │ ├── shopLv.xml │ │ │ │ │ ├── showDialogCondType.xml │ │ │ │ │ ├── showLogCondType.xml │ │ │ │ │ ├── simpleModelForDlc.xml │ │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ │ ├── sortGroupId.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ │ ├── toughnessDamageCutRate.xml │ │ │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ │ │ ├── trophySGradeId.xml │ │ │ │ │ ├── useFaceScale.xml │ │ │ │ │ ├── wanderingEquipId.xml │ │ │ │ │ └── weight.xml │ │ │ ├── EquipParamWeapon │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── DerivationLevelType.xml │ │ │ │ │ ├── absorpParamId (sheath position).xml │ │ │ │ │ ├── arrowBoltEquipId.xml │ │ │ │ │ ├── arrowSlotEquipable.xml │ │ │ │ │ ├── atkAttribute2.xml │ │ │ │ │ ├── atkMaterial.xml │ │ │ │ │ ├── attackBaseDark.xml │ │ │ │ │ ├── attackBaseFire.xml │ │ │ │ │ ├── attackBaseMagic.xml │ │ │ │ │ ├── attackBaseParry.xml │ │ │ │ │ ├── attackBasePhysics.xml │ │ │ │ │ ├── attackBaseRepel.xml │ │ │ │ │ ├── attackBaseStamina.xml │ │ │ │ │ ├── attackBaseThunder.xml │ │ │ │ │ ├── attackElementCorrectId.xml │ │ │ │ │ ├── attackThrowEscape.xml │ │ │ │ │ ├── attainmentWepStatusDex.xml │ │ │ │ │ ├── attainmentWepStatusFai.xml │ │ │ │ │ ├── attainmentWepStatusLuc.xml │ │ │ │ │ ├── attainmentWepStatusMag.xml │ │ │ │ │ ├── attainmentWepStatusStr.xml │ │ │ │ │ ├── autoReplenishType.xml │ │ │ │ │ ├── baseChangeCategory.xml │ │ │ │ │ ├── baseChangePrice.xml │ │ │ │ │ ├── behaviorVariationId.xml │ │ │ │ │ ├── bloodGuardResist.xml │ │ │ │ │ ├── bloodGuardResist_MaxCorrect.xml │ │ │ │ │ ├── blowGuardCutRate.xml │ │ │ │ │ ├── boltSlotEquipable.xml │ │ │ │ │ ├── bothHandEquipable.xml │ │ │ │ │ ├── bowDistRate.xml │ │ │ │ │ ├── correctAgility.xml │ │ │ │ │ ├── correctFaith.xml │ │ │ │ │ ├── correctLuck.xml │ │ │ │ │ ├── correctMagic.xml │ │ │ │ │ ├── correctStrength.xml │ │ │ │ │ ├── correctType_Blood.xml │ │ │ │ │ ├── correctType_Dark.xml │ │ │ │ │ ├── correctType_Fire.xml │ │ │ │ │ ├── correctType_Madness.xml │ │ │ │ │ ├── correctType_Magic.xml │ │ │ │ │ ├── correctType_Physics.xml │ │ │ │ │ ├── correctType_Poison.xml │ │ │ │ │ ├── correctType_Sleep.xml │ │ │ │ │ ├── correctType_Thunder.xml │ │ │ │ │ ├── curseGuardResist.xml │ │ │ │ │ ├── curseGuardResist_MaxCorrect.xml │ │ │ │ │ ├── darkGuardCutRate.xml │ │ │ │ │ ├── darkGuardCutRate_MaxCorrect.xml │ │ │ │ │ ├── defMaterial.xml │ │ │ │ │ ├── defMaterialVariationValue.xml │ │ │ │ │ ├── defSeMaterial2.xml │ │ │ │ │ ├── defSfxMaterial.xml │ │ │ │ │ ├── defSfxMaterial1.xml │ │ │ │ │ ├── defSfxMaterial2.xml │ │ │ │ │ ├── defenseBaseParry.xml │ │ │ │ │ ├── disableBaseChangeReset.xml │ │ │ │ │ ├── disableGemAttr.xml │ │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── disableRepair.xml │ │ │ │ │ ├── diseaseGuardResist.xml │ │ │ │ │ ├── diseaseGuardResist_MaxCorrect.xml │ │ │ │ │ ├── dummy pad2.xml │ │ │ │ │ ├── dummy8 pad.xml │ │ │ │ │ ├── durability.xml │ │ │ │ │ ├── durabilityMax.xml │ │ │ │ │ ├── enableGuard (LH buff).xml │ │ │ │ │ ├── enableMagic.xml │ │ │ │ │ ├── enableMiracle.xml │ │ │ │ │ ├── enableParry.xml │ │ │ │ │ ├── enableSorcery (Pyromancy).xml │ │ │ │ │ ├── enableThrow.xml │ │ │ │ │ ├── enableVowMagic.xml │ │ │ │ │ ├── enchantSfxSize.xml │ │ │ │ │ ├── equipModelCategory.xml │ │ │ │ │ ├── equipModelGender.xml │ │ │ │ │ ├── equipModelId.xml │ │ │ │ │ ├── fireGuardCutRate.xml │ │ │ │ │ ├── fireGuardCutRate_MaxCorrect.xml │ │ │ │ │ ├── fixPrice.xml │ │ │ │ │ ├── freezeGuardResist.xml │ │ │ │ │ ├── freezeGuardResist_MaxCorrect.xml │ │ │ │ │ ├── gemMountType.xml │ │ │ │ │ ├── guardAngle.xml │ │ │ │ │ ├── guardBaseRepel.xml │ │ │ │ │ ├── guardCutCancelRate.xml │ │ │ │ │ ├── guardLevel.xml │ │ │ │ │ ├── guardmotionCategory.xml │ │ │ │ │ ├── iconId.xml │ │ │ │ │ ├── invisibleOnRemo.xml │ │ │ │ │ ├── isAutoEquip.xml │ │ │ │ │ ├── isBlowAttackType.xml │ │ │ │ │ ├── isCustom (reinforcable).xml │ │ │ │ │ ├── isDarkHand.xml │ │ │ │ │ ├── isDeposit.xml │ │ │ │ │ ├── isDiscard.xml │ │ │ │ │ ├── isDragonSlayer.xml │ │ │ │ │ ├── isDrop.xml │ │ │ │ │ ├── isDualBlade.xml │ │ │ │ │ ├── isDurabilityDivergence.xml │ │ │ │ │ ├── isEnableEmergencyStep.xml │ │ │ │ │ ├── isEnhance (RH buff).xml │ │ │ │ │ ├── isHeroPointCorrect (luck).xml │ │ │ │ │ ├── isNormalAttackType.xml │ │ │ │ │ ├── isSlashAttackType.xml │ │ │ │ │ ├── isSoulParamIdChange_model0.xml │ │ │ │ │ ├── isSoulParamIdChange_model1.xml │ │ │ │ │ ├── isSoulParamIdChange_model2.xml │ │ │ │ │ ├── isSoulParamIdChange_model4.xml │ │ │ │ │ ├── isThrustAttackType.xml │ │ │ │ │ ├── isValidTough_ProtSADmg.xml │ │ │ │ │ ├── isVersusGhostWep.xml │ │ │ │ │ ├── lanternWep.xml │ │ │ │ │ ├── leftHandEquipable.xml │ │ │ │ │ ├── levelSyncCorrectId.xml │ │ │ │ │ ├── madnessGuardResist.xml │ │ │ │ │ ├── madnessGuardResist_MaxCorrect.xml │ │ │ │ │ ├── magGuardCutRate.xml │ │ │ │ │ ├── magGuardCutRate_MaxCorrect.xml │ │ │ │ │ ├── materialSetId.xml │ │ │ │ │ ├── maxArrowQuantity.xml │ │ │ │ │ ├── originEquipWep.xml │ │ │ │ │ ├── originEquipWep1.xml │ │ │ │ │ ├── originEquipWep10.xml │ │ │ │ │ ├── originEquipWep11.xml │ │ │ │ │ ├── originEquipWep12.xml │ │ │ │ │ ├── originEquipWep13.xml │ │ │ │ │ ├── originEquipWep14.xml │ │ │ │ │ ├── originEquipWep15.xml │ │ │ │ │ ├── originEquipWep16.xml │ │ │ │ │ ├── originEquipWep17.xml │ │ │ │ │ ├── originEquipWep18.xml │ │ │ │ │ ├── originEquipWep19.xml │ │ │ │ │ ├── originEquipWep2.xml │ │ │ │ │ ├── originEquipWep20.xml │ │ │ │ │ ├── originEquipWep21.xml │ │ │ │ │ ├── originEquipWep22.xml │ │ │ │ │ ├── originEquipWep23.xml │ │ │ │ │ ├── originEquipWep24.xml │ │ │ │ │ ├── originEquipWep25.xml │ │ │ │ │ ├── originEquipWep3.xml │ │ │ │ │ ├── originEquipWep4.xml │ │ │ │ │ ├── originEquipWep5.xml │ │ │ │ │ ├── originEquipWep6.xml │ │ │ │ │ ├── originEquipWep7.xml │ │ │ │ │ ├── originEquipWep8.xml │ │ │ │ │ ├── originEquipWep9.xml │ │ │ │ │ ├── overStrength.xml │ │ │ │ │ ├── parryDamageLife.xml │ │ │ │ │ ├── physGuardCutRate.xml │ │ │ │ │ ├── physGuardCutRate_MaxCorrect.xml │ │ │ │ │ ├── poisonGuardResist.xml │ │ │ │ │ ├── poisonGuardResist_MaxCorrect.xml │ │ │ │ │ ├── postureControlId_Left.xml │ │ │ │ │ ├── postureControlId_Right.xml │ │ │ │ │ ├── properAgility.xml │ │ │ │ │ ├── properFaith.xml │ │ │ │ │ ├── properLuck.xml │ │ │ │ │ ├── properMagic.xml │ │ │ │ │ ├── properStrength.xml │ │ │ │ │ ├── rarity.xml │ │ │ │ │ ├── reinforcePrice.xml │ │ │ │ │ ├── reinforceShopCategory.xml │ │ │ │ │ ├── reinforceTypeId.xml │ │ │ │ │ ├── residentSfxId_1.xml │ │ │ │ │ ├── residentSfxId_2.xml │ │ │ │ │ ├── residentSfxId_3.xml │ │ │ │ │ ├── residentSfxId_4.xml │ │ │ │ │ ├── residentSfx_1_IsVisibleForHang.xml │ │ │ │ │ ├── residentSfx_2_IsVisibleForHang.xml │ │ │ │ │ ├── residentSfx_3_IsVisibleForHang.xml │ │ │ │ │ ├── residentSfx_4_IsVisibleForHang.xml │ │ │ │ │ ├── residentSfx_DmyId_1.xml │ │ │ │ │ ├── residentSfx_DmyId_2.xml │ │ │ │ │ ├── residentSfx_DmyId_3.xml │ │ │ │ │ ├── residentSfx_DmyId_4.xml │ │ │ │ │ ├── residentSpEffectId.xml │ │ │ │ │ ├── residentSpEffectId1.xml │ │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ │ ├── rightHandEquipable.xml │ │ │ │ │ ├── saDurability.xml │ │ │ │ │ ├── saGuardCutRate.xml │ │ │ │ │ ├── saWeaponDamage 2.xml │ │ │ │ │ ├── saWeaponDamage.xml │ │ │ │ │ ├── saleValue.xml │ │ │ │ │ ├── sellValue.xml │ │ │ │ │ ├── showDialogCondType.xml │ │ │ │ │ ├── showLogCondType.xml │ │ │ │ │ ├── simpleModelForDlc.xml │ │ │ │ │ ├── slashGuardCutRate.xml │ │ │ │ │ ├── sleepGuardResist.xml │ │ │ │ │ ├── sleepGuardResist_MaxCorrect.xml │ │ │ │ │ ├── sortGroupId.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── spAtkcategory.xml │ │ │ │ │ ├── spAttribute.xml │ │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ │ ├── spEffectBehaviorId.xml │ │ │ │ │ ├── spEffectBehaviorId1.xml │ │ │ │ │ ├── spEffectBehaviorId2.xml │ │ │ │ │ ├── spEffectMsgId0.xml │ │ │ │ │ ├── spEffectMsgId1.xml │ │ │ │ │ ├── spEffectMsgId2.xml │ │ │ │ │ ├── staminaConsumptionRate.xml │ │ │ │ │ ├── staminaGuardDef.xml │ │ │ │ │ ├── staminaGuardDef_MaxCorrect.xml │ │ │ │ │ ├── stealthAtkRate.xml │ │ │ │ │ ├── swordArtsParamId.xml │ │ │ │ │ ├── throwAtkRate.xml │ │ │ │ │ ├── thrustGuardCutRate.xml │ │ │ │ │ ├── thunGuardCutRate.xml │ │ │ │ │ ├── thunGuardCutRate_MaxCorrect.xml │ │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ │ ├── traceDmyIdHead0.xml │ │ │ │ │ ├── traceDmyIdHead1.xml │ │ │ │ │ ├── traceDmyIdHead2.xml │ │ │ │ │ ├── traceDmyIdHead3.xml │ │ │ │ │ ├── traceDmyIdHead4.xml │ │ │ │ │ ├── traceDmyIdHead5.xml │ │ │ │ │ ├── traceDmyIdHead6.xml │ │ │ │ │ ├── traceDmyIdHead7.xml │ │ │ │ │ ├── traceDmyIdTail0.xml │ │ │ │ │ ├── traceDmyIdTail1.xml │ │ │ │ │ ├── traceDmyIdTail2.xml │ │ │ │ │ ├── traceDmyIdTail3.xml │ │ │ │ │ ├── traceDmyIdTail4.xml │ │ │ │ │ ├── traceDmyIdTail5.xml │ │ │ │ │ ├── traceDmyIdTail6.xml │ │ │ │ │ ├── traceDmyIdTail7.xml │ │ │ │ │ ├── traceSfxId0.xml │ │ │ │ │ ├── traceSfxId1.xml │ │ │ │ │ ├── traceSfxId2.xml │ │ │ │ │ ├── traceSfxId3.xml │ │ │ │ │ ├── traceSfxId4.xml │ │ │ │ │ ├── traceSfxId5.xml │ │ │ │ │ ├── traceSfxId6.xml │ │ │ │ │ ├── traceSfxId7.xml │ │ │ │ │ ├── trophySGradeId.xml │ │ │ │ │ ├── trophySeqId.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Blood.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Curse.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Dark.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Disease.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Fire.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Freeze.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Madness.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Magic.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Physics.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Poison.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Sleep.xml │ │ │ │ │ ├── vsPlayerDmgCorrectRate_Thunder.xml │ │ │ │ │ ├── wanderingEquipId.xml │ │ │ │ │ ├── weakA_DamageRate.xml │ │ │ │ │ ├── weakB_DamageRate.xml │ │ │ │ │ ├── weakC_DamageRate.xml │ │ │ │ │ ├── weakD_DamageRate.xml │ │ │ │ │ ├── weakE_DamageRate.xml │ │ │ │ │ ├── weakF_DamageRate.xml │ │ │ │ │ ├── weaponCategory.xml │ │ │ │ │ ├── weaponWeightRate.xml │ │ │ │ │ ├── weight.xml │ │ │ │ │ ├── wepCollidableType0.xml │ │ │ │ │ ├── wepCollidableType1.xml │ │ │ │ │ ├── wepRegainHp.xml │ │ │ │ │ ├── wepSeIdOffset.xml │ │ │ │ │ ├── wepType.xml │ │ │ │ │ ├── wepmotionBothHandId.xml │ │ │ │ │ ├── wepmotionCategory.xml │ │ │ │ │ └── wepmotionOneHandId.xml │ │ │ ├── Magic │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ ├── Name.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Effect.xml │ │ │ │ │ ├── ReplacementMagic1.xml │ │ │ │ │ ├── ReplacementMagic2.xml │ │ │ │ │ ├── ReplacementMagic3.xml │ │ │ │ │ ├── ReplacementMagic4.xml │ │ │ │ │ ├── ReplacementStatus1.xml │ │ │ │ │ ├── ReplacementStatus2.xml │ │ │ │ │ ├── ReplacementStatus3.xml │ │ │ │ │ ├── ReplacementStatus4.xml │ │ │ │ │ ├── ReplacementStatusType.xml │ │ │ │ │ ├── VowType10.xml │ │ │ │ │ ├── VowType11.xml │ │ │ │ │ ├── VowType12.xml │ │ │ │ │ ├── VowType13.xml │ │ │ │ │ ├── VowType14.xml │ │ │ │ │ ├── VowType15.xml │ │ │ │ │ ├── aiNotifyType.xml │ │ │ │ │ ├── aiUseJudgeId.xml │ │ │ │ │ ├── analogDexiterityMax.xml │ │ │ │ │ ├── analogDexiterityMin.xml │ │ │ │ │ ├── behaviorId.xml │ │ │ │ │ ├── castResonanceMagic.xml │ │ │ │ │ ├── castSfxId.xml │ │ │ │ │ ├── consumeLoopMP_forMenu.xml │ │ │ │ │ ├── consumeSA.xml │ │ │ │ │ ├── consumeType1.xml │ │ │ │ │ ├── consumeType10.xml │ │ │ │ │ ├── consumeType2.xml │ │ │ │ │ ├── consumeType3.xml │ │ │ │ │ ├── consumeType4.xml │ │ │ │ │ ├── consumeType5.xml │ │ │ │ │ ├── consumeType6.xml │ │ │ │ │ ├── consumeType7.xml │ │ │ │ │ ├── consumeType8.xml │ │ │ │ │ ├── consumeType9.xml │ │ │ │ │ ├── createLimitGroupId.xml │ │ │ │ │ ├── disableOffline.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── disableRiding.xml │ │ │ │ │ ├── dummy8 pad[8].xml │ │ │ │ │ ├── dummy8 pad_11.xml │ │ │ │ │ ├── effectSfxId.xml │ │ │ │ │ ├── enableRiding.xml │ │ │ │ │ ├── enable_black.xml │ │ │ │ │ ├── enable_gray.xml │ │ │ │ │ ├── enable_live.xml │ │ │ │ │ ├── enable_multi.xml │ │ │ │ │ ├── enable_multi_only.xml │ │ │ │ │ ├── enable_white.xml │ │ │ │ │ ├── ezStateBehaviorType.xml │ │ │ │ │ ├── fireSfxId.xml │ │ │ │ │ ├── hasSpEffectType.xml │ │ │ │ │ ├── iconId.xml │ │ │ │ │ ├── isEnchant.xml │ │ │ │ │ ├── isShieldEnchant.xml │ │ │ │ │ ├── isUseNoAttackRegion.xml │ │ │ │ │ ├── isValidTough_ProtSADmg.xml │ │ │ │ │ ├── isWarpMagic.xml │ │ │ │ │ ├── limitCancelSpEffectId.xml │ │ │ │ │ ├── maxQuantity.xml │ │ │ │ │ ├── mp.xml │ │ │ │ │ ├── mp_charge.xml │ │ │ │ │ ├── mtrlItemId.xml │ │ │ │ │ ├── opmeMenuType.xml │ │ │ │ │ ├── overDexterity.xml │ │ │ │ │ ├── refCategory1.xml │ │ │ │ │ ├── refCategory10.xml │ │ │ │ │ ├── refCategory2.xml │ │ │ │ │ ├── refCategory3.xml │ │ │ │ │ ├── refCategory4.xml │ │ │ │ │ ├── refCategory5.xml │ │ │ │ │ ├── refCategory6.xml │ │ │ │ │ ├── refCategory7.xml │ │ │ │ │ ├── refCategory8.xml │ │ │ │ │ ├── refCategory9.xml │ │ │ │ │ ├── refId1 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId10 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId2 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId3 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId4 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId5 │ │ │ │ │ ├── .xml │ │ │ │ │ └── Bullet.xml │ │ │ │ │ ├── refId6 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId7 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId8 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refId9 │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bullet.xml │ │ │ │ │ └── Effect.xml │ │ │ │ │ ├── refType.xml │ │ │ │ │ ├── replaceCategory.xml │ │ │ │ │ ├── replaceMagicId.xml │ │ │ │ │ ├── requirementFaith.xml │ │ │ │ │ ├── requirementIntellect.xml │ │ │ │ │ ├── requirementLuck.xml │ │ │ │ │ ├── slotLength.xml │ │ │ │ │ ├── sortId.xml │ │ │ │ │ ├── spEffectCategory.xml │ │ │ │ │ ├── stamina.xml │ │ │ │ │ ├── stamina_charge.xml │ │ │ │ │ ├── subCategory1.xml │ │ │ │ │ ├── subCategory2.xml │ │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ │ ├── useLimitCategory.xml │ │ │ │ │ ├── vowType0.xml │ │ │ │ │ ├── vowType1.xml │ │ │ │ │ ├── vowType2.xml │ │ │ │ │ ├── vowType3.xml │ │ │ │ │ ├── vowType4.xml │ │ │ │ │ ├── vowType5.xml │ │ │ │ │ ├── vowType6.xml │ │ │ │ │ ├── vowType7.xml │ │ │ │ │ ├── vowType8.xml │ │ │ │ │ ├── vowType9.xml │ │ │ │ │ └── yesNoDialogMessageId.xml │ │ │ ├── NpcParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── GameClearSpEffectID.xml │ │ │ │ │ ├── RetargetReferenceChrId.xml │ │ │ │ │ ├── SfxResBankId.xml │ │ │ │ │ ├── SoundAddBankId.xml │ │ │ │ │ ├── SoundBankId.xml │ │ │ │ │ ├── WanderGhostPhantomId.xml │ │ │ │ │ ├── animIdOffset.xml │ │ │ │ │ ├── animIdOffset2.xml │ │ │ │ │ ├── attachHitInitializeDead.xml │ │ │ │ │ ├── autoFootEffectDecalBaseId1.xml │ │ │ │ │ ├── autoFootEffectDecalBaseId2.xml │ │ │ │ │ ├── autoFootEffectDecalBaseId3.xml │ │ │ │ │ ├── autoFootEffectSfxId.xml │ │ │ │ │ ├── behaviorVariationId.xml │ │ │ │ │ ├── bloodGuardResist.xml │ │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ │ ├── blowGuardCutRate.xml │ │ │ │ │ ├── burnSfxType.xml │ │ │ │ │ ├── chrActivateConditionParamId.xml │ │ │ │ │ ├── chrDeadTutorialFlagId.xml │ │ │ │ │ ├── chrHitGroupAndNavimesh.xml │ │ │ │ │ ├── chrHitHeight.xml │ │ │ │ │ ├── chrHitRadius.xml │ │ │ │ │ ├── chrNavimeshFlag_Alive.xml │ │ │ │ │ ├── chrNavimeshFlag_Dead.xml │ │ │ │ │ ├── clothOffLodLevel.xml │ │ │ │ │ ├── clothUpdateOffset.xml │ │ │ │ │ ├── curseGuardResist.xml │ │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ │ ├── darkGuardCutRate.xml │ │ │ │ │ ├── dbgBehaviorL1.xml │ │ │ │ │ ├── dbgBehaviorL2.xml │ │ │ │ │ ├── dbgBehaviorLD.xml │ │ │ │ │ ├── dbgBehaviorLL.xml │ │ │ │ │ ├── dbgBehaviorLR.xml │ │ │ │ │ ├── dbgBehaviorLU.xml │ │ │ │ │ ├── dbgBehaviorR1.xml │ │ │ │ │ ├── dbgBehaviorR2.xml │ │ │ │ │ ├── dbgBehaviorRD.xml │ │ │ │ │ ├── dbgBehaviorRL.xml │ │ │ │ │ ├── dbgBehaviorRR.xml │ │ │ │ │ ├── dbgBehaviorRU.xml │ │ │ │ │ ├── deactivateDist.xml │ │ │ │ │ ├── deactiveMoveDist.xml │ │ │ │ │ ├── deactiveMoveSpeed.xml │ │ │ │ │ ├── defFlickPower.xml │ │ │ │ │ ├── def_blow.xml │ │ │ │ │ ├── def_dark.xml │ │ │ │ │ ├── def_fire.xml │ │ │ │ │ ├── def_mag.xml │ │ │ │ │ ├── def_phys.xml │ │ │ │ │ ├── def_slash.xml │ │ │ │ │ ├── def_thrust.xml │ │ │ │ │ ├── def_thunder.xml │ │ │ │ │ ├── defaultLodParamId.xml │ │ │ │ │ ├── disableActivateLegacy_xb1.xml │ │ │ │ │ ├── disableActivateOpen_xb1.xml │ │ │ │ │ ├── disableClothRigidHit.xml │ │ │ │ │ ├── disableInitializeDead.xml │ │ │ │ │ ├── disableLockOnAng.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── disableRespawn.xml │ │ │ │ │ ├── diseaseGuardResist.xml │ │ │ │ │ ├── doesAlwaysUseSpecialTurn.xml │ │ │ │ │ ├── drawType.xml │ │ │ │ │ ├── dropType.xml │ │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ │ ├── dummy8 pad12.xml │ │ │ │ │ ├── dummy8 pad7.xml │ │ │ │ │ ├── enableAILockDmyPoly_212.xml │ │ │ │ │ ├── enableAILockDmyPoly_213.xml │ │ │ │ │ ├── enableAILockDmyPoly_214.xml │ │ │ │ │ ├── enableSoundObjDist.xml │ │ │ │ │ ├── estusFlaskLotPoint.xml │ │ │ │ │ ├── estusFlaskRecoveryParamId.xml │ │ │ │ │ ├── estusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ │ ├── excludeGroupRewardCheck.xml │ │ │ │ │ ├── faceIconId.xml │ │ │ │ │ ├── fallDamageDump.xml │ │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ │ ├── fireGuardCutRate.xml │ │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ │ ├── footIkErrorHeightLimit.xml │ │ │ │ │ ├── footIkErrorOffGain.xml │ │ │ │ │ ├── footIkErrorOnGain.xml │ │ │ │ │ ├── forwardUndulationLimit.xml │ │ │ │ │ ├── freezeGuardResist.xml │ │ │ │ │ ├── getSoul.xml │ │ │ │ │ ├── ghostModelId.xml │ │ │ │ │ ├── guardAngle.xml │ │ │ │ │ ├── guardLevel.xml │ │ │ │ │ ├── hearingHeadSize.xml │ │ │ │ │ ├── hitHeight.xml │ │ │ │ │ ├── hitRadius.xml │ │ │ │ │ ├── hitStopType.xml │ │ │ │ │ ├── hitYOffset.xml │ │ │ │ │ ├── hp.xml │ │ │ │ │ ├── hpEstusFlaskLotPoint.xml │ │ │ │ │ ├── hpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ │ ├── humanityLotId.xml │ │ │ │ │ ├── isBulletOwner_byObject.xml │ │ │ │ │ ├── isCalculatePvPDamage.xml │ │ │ │ │ ├── isChangeWanderGhost.xml │ │ │ │ │ ├── isCrowd.xml │ │ │ │ │ ├── isEnableNeckTurn.xml │ │ │ │ │ ├── isEnableStepDispInterpolate.xml │ │ │ │ │ ├── isGhost.xml │ │ │ │ │ ├── isHitRumble.xml │ │ │ │ │ ├── isHostSyncChr.xml │ │ │ │ │ ├── isKeepHitOnRide.xml │ │ │ │ │ ├── isMoveAnimWait.xml │ │ │ │ │ ├── isNoDamageMotion.xml │ │ │ │ │ ├── isRideAtkTarget.xml │ │ │ │ │ ├── isSkipWeakDamageAnim.xml │ │ │ │ │ ├── isSmoothTurn.xml │ │ │ │ │ ├── isSoulGetByBoss.xml │ │ │ │ │ ├── isSpCollide.xml │ │ │ │ │ ├── isStealthTarget.xml │ │ │ │ │ ├── isUnduration.xml │ │ │ │ │ ├── isUseFootIKNormalByUnduration.xml │ │ │ │ │ ├── isUseLowHitFootIk.xml │ │ │ │ │ ├── isWeakA.xml │ │ │ │ │ ├── isWeakB.xml │ │ │ │ │ ├── isWeakC.xml │ │ │ │ │ ├── isWeakD.xml │ │ │ │ │ ├── isWeakE.xml │ │ │ │ │ ├── isWeakF.xml │ │ │ │ │ ├── itemLotId_enemy.xml │ │ │ │ │ ├── itemLotId_map.xml │ │ │ │ │ ├── itemSearchRadius.xml │ │ │ │ │ ├── knockbackParamId.xml │ │ │ │ │ ├── knockbackRate.xml │ │ │ │ │ ├── ladderEndChkOffsetLow.xml │ │ │ │ │ ├── ladderEndChkOffsetTop.xml │ │ │ │ │ ├── ladderWarpOffset.xml │ │ │ │ │ ├── loadAssetId.xml │ │ │ │ │ ├── lockCameraParamId.xml │ │ │ │ │ ├── lockDist.xml │ │ │ │ │ ├── lockGazePoint0.xml │ │ │ │ │ ├── lockGazePoint1.xml │ │ │ │ │ ├── lockGazePoint2.xml │ │ │ │ │ ├── lockGazePoint3.xml │ │ │ │ │ ├── lockGazePoint4.xml │ │ │ │ │ ├── lockGazePoint5.xml │ │ │ │ │ ├── lockGazePoint6.xml │ │ │ │ │ ├── lockGazePoint7.xml │ │ │ │ │ ├── lockScoreOffset.xml │ │ │ │ │ ├── madnessGuardResist.xml │ │ │ │ │ ├── magGuardCutRate.xml │ │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ │ ├── materialSe1.xml │ │ │ │ │ ├── materialSe2.xml │ │ │ │ │ ├── materialSe_Weak1.xml │ │ │ │ │ ├── materialSe_Weak2.xml │ │ │ │ │ ├── materialSfx1.xml │ │ │ │ │ ├── materialSfx2.xml │ │ │ │ │ ├── materialSfx_Weak1.xml │ │ │ │ │ ├── materialSfx_Weak2.xml │ │ │ │ │ ├── materialVariationValue.xml │ │ │ │ │ ├── materialVariationValue_Weak.xml │ │ │ │ │ ├── maxAnklePitchAngle.xml │ │ │ │ │ ├── maxAnkleRollAngle.xml │ │ │ │ │ ├── modelDispMask0.xml │ │ │ │ │ ├── modelDispMask1.xml │ │ │ │ │ ├── modelDispMask10.xml │ │ │ │ │ ├── modelDispMask11.xml │ │ │ │ │ ├── modelDispMask12.xml │ │ │ │ │ ├── modelDispMask13.xml │ │ │ │ │ ├── modelDispMask14.xml │ │ │ │ │ ├── modelDispMask15.xml │ │ │ │ │ ├── modelDispMask16.xml │ │ │ │ │ ├── modelDispMask17.xml │ │ │ │ │ ├── modelDispMask18.xml │ │ │ │ │ ├── modelDispMask19.xml │ │ │ │ │ ├── modelDispMask2.xml │ │ │ │ │ ├── modelDispMask20.xml │ │ │ │ │ ├── modelDispMask21.xml │ │ │ │ │ ├── modelDispMask22.xml │ │ │ │ │ ├── modelDispMask23.xml │ │ │ │ │ ├── modelDispMask24.xml │ │ │ │ │ ├── modelDispMask25.xml │ │ │ │ │ ├── modelDispMask26.xml │ │ │ │ │ ├── modelDispMask27.xml │ │ │ │ │ ├── modelDispMask28.xml │ │ │ │ │ ├── modelDispMask29.xml │ │ │ │ │ ├── modelDispMask3.xml │ │ │ │ │ ├── modelDispMask30.xml │ │ │ │ │ ├── modelDispMask31.xml │ │ │ │ │ ├── modelDispMask4.xml │ │ │ │ │ ├── modelDispMask5.xml │ │ │ │ │ ├── modelDispMask6.xml │ │ │ │ │ ├── modelDispMask7.xml │ │ │ │ │ ├── modelDispMask8.xml │ │ │ │ │ ├── modelDispMask9.xml │ │ │ │ │ ├── moveType.xml │ │ │ │ │ ├── mp.xml │ │ │ │ │ ├── mpEstusFlaskLotPoint.xml │ │ │ │ │ ├── mpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ │ ├── mpRecoverBaseVel.xml │ │ │ │ │ ├── multiPlayCorrectionParamId.xml │ │ │ │ │ ├── nameId.xml │ │ │ │ │ ├── networkWarpDist.xml │ │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ │ ├── normalChangeAnimChrId.xml │ │ │ │ │ ├── normalChangeModelId.xml │ │ │ │ │ ├── normalChangeResouceId.xml │ │ │ │ │ ├── normalChangeTexChrId.xml │ │ │ │ │ ├── npcPlayerWeightType.xml │ │ │ │ │ ├── npcType.xml │ │ │ │ │ ├── overlapCameraDmypolyId.xml │ │ │ │ │ ├── paintRenderTargetSize.xml │ │ │ │ │ ├── parryAttack.xml │ │ │ │ │ ├── parryDefence.xml │ │ │ │ │ ├── partsDamageRate1.xml │ │ │ │ │ ├── partsDamageRate2.xml │ │ │ │ │ ├── partsDamageRate3.xml │ │ │ │ │ ├── partsDamageRate4.xml │ │ │ │ │ ├── partsDamageRate5.xml │ │ │ │ │ ├── partsDamageRate6.xml │ │ │ │ │ ├── partsDamageRate7.xml │ │ │ │ │ ├── partsDamageRate8.xml │ │ │ │ │ ├── partsDamageType.xml │ │ │ │ │ ├── phantomShaderId.xml │ │ │ │ │ ├── physGuardCutRate.xml │ │ │ │ │ ├── poisonGuardResist.xml │ │ │ │ │ ├── pushOutCamRegionRadius.xml │ │ │ │ │ ├── residentMaterialExParamId00.xml │ │ │ │ │ ├── residentMaterialExParamId01.xml │ │ │ │ │ ├── residentMaterialExParamId02.xml │ │ │ │ │ ├── residentMaterialExParamId03.xml │ │ │ │ │ ├── residentMaterialExParamId04.xml │ │ │ │ │ ├── resistCorrectId_blood.xml │ │ │ │ │ ├── resistCorrectId_curse.xml │ │ │ │ │ ├── resistCorrectId_disease.xml │ │ │ │ │ ├── resistCorrectId_freeze.xml │ │ │ │ │ ├── resistCorrectId_madness.xml │ │ │ │ │ ├── resistCorrectId_poison.xml │ │ │ │ │ ├── resistCorrectId_sleep.xml │ │ │ │ │ ├── resist_blood.xml │ │ │ │ │ ├── resist_curse.xml │ │ │ │ │ ├── resist_desease.xml │ │ │ │ │ ├── resist_freeze.xml │ │ │ │ │ ├── resist_madness.xml │ │ │ │ │ ├── resist_poison.xml │ │ │ │ │ ├── resist_sleep.xml │ │ │ │ │ ├── retargetMoveRate.xml │ │ │ │ │ ├── roleNameId.xml │ │ │ │ │ ├── saGuardCutRate.xml │ │ │ │ │ ├── saRecoveryRate.xml │ │ │ │ │ ├── sfxSize.xml │ │ │ │ │ ├── sideUndulationLimit.xml │ │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ │ ├── slashGuardCutRate.xml │ │ │ │ │ ├── sleepCollectorItemLotId_enemy.xml │ │ │ │ │ ├── sleepCollectorItemLotId_map.xml │ │ │ │ │ ├── sleepGuardResist.xml │ │ │ │ │ ├── spEffectID0.xml │ │ │ │ │ ├── spEffectID1.xml │ │ │ │ │ ├── spEffectID10.xml │ │ │ │ │ ├── spEffectID11.xml │ │ │ │ │ ├── spEffectID12.xml │ │ │ │ │ ├── spEffectID13.xml │ │ │ │ │ ├── spEffectID14.xml │ │ │ │ │ ├── spEffectID15.xml │ │ │ │ │ ├── spEffectID16.xml │ │ │ │ │ ├── spEffectID17.xml │ │ │ │ │ ├── spEffectID18.xml │ │ │ │ │ ├── spEffectID19.xml │ │ │ │ │ ├── spEffectID2.xml │ │ │ │ │ ├── spEffectID20.xml │ │ │ │ │ ├── spEffectID21.xml │ │ │ │ │ ├── spEffectID22.xml │ │ │ │ │ ├── spEffectID23.xml │ │ │ │ │ ├── spEffectID24.xml │ │ │ │ │ ├── spEffectID25.xml │ │ │ │ │ ├── spEffectID26.xml │ │ │ │ │ ├── spEffectID27.xml │ │ │ │ │ ├── spEffectID28.xml │ │ │ │ │ ├── spEffectID29.xml │ │ │ │ │ ├── spEffectID3.xml │ │ │ │ │ ├── spEffectID30.xml │ │ │ │ │ ├── spEffectID31.xml │ │ │ │ │ ├── spEffectID4.xml │ │ │ │ │ ├── spEffectID5.xml │ │ │ │ │ ├── spEffectID6.xml │ │ │ │ │ ├── spEffectID7.xml │ │ │ │ │ ├── spEffectID8.xml │ │ │ │ │ ├── spEffectID9.xml │ │ │ │ │ ├── specialTurnDistanceThreshold.xml │ │ │ │ │ ├── specialTurnType.xml │ │ │ │ │ ├── stamina.xml │ │ │ │ │ ├── staminaGuardDef.xml │ │ │ │ │ ├── staminaRecoverBaseVel.xml │ │ │ │ │ ├── stepDispInterpolateTime.xml │ │ │ │ │ ├── stepDispInterpolateTriggerValue.xml │ │ │ │ │ ├── superArmorBrakeKnockbackDist.xml │ │ │ │ │ ├── superArmorDurability.xml │ │ │ │ │ ├── superArmorRecoverCorrection.xml │ │ │ │ │ ├── teamType.xml │ │ │ │ │ ├── threatLv.xml │ │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ │ ├── thrustGuardCutRate.xml │ │ │ │ │ ├── thunGuardCutRate.xml │ │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ │ ├── toughness.xml │ │ │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ │ │ ├── turnVellocity.xml │ │ │ │ │ ├── undulationCorrectGain.xml │ │ │ │ │ ├── updateActivatePriolity.xml │ │ │ │ │ ├── useRagdollCamHit.xml │ │ │ │ │ ├── useUndulationAddAnimFB.xml │ │ │ │ │ ├── vowType.xml │ │ │ │ │ ├── weakPartsDamageRate.xml │ │ │ │ │ ├── weight.xml │ │ │ │ │ ├── wheelRotRadius.xml │ │ │ │ │ └── wheelRotType.xml │ │ │ ├── NpcThinkParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── BackHomeLife_OnHitEneWal.xml │ │ │ │ │ ├── BackHome_LookTargetDist.xml │ │ │ │ │ ├── BackHome_LookTargetTime.xml │ │ │ │ │ ├── BattleStartDist.xml │ │ │ │ │ ├── MemoryTargetForgetTime.xml │ │ │ │ │ ├── SightTargetForgetTime.xml │ │ │ │ │ ├── SoundTargetForgetTime.xml │ │ │ │ │ ├── TeamAttackEffectivity.xml │ │ │ │ │ ├── actTypeOnFailedPath.xml │ │ │ │ │ ├── actTypeOnNonBtlFailedPath.xml │ │ │ │ │ ├── backToHomeStuckAct.xml │ │ │ │ │ ├── backhomeBattleDist.xml │ │ │ │ │ ├── backhomeDist.xml │ │ │ │ │ ├── battleEye_updateAngX.xml │ │ │ │ │ ├── battleEye_updateAngY.xml │ │ │ │ │ ├── battleEye_updateDist.xml │ │ │ │ │ ├── battleGoalID.xml │ │ │ │ │ ├── callHelp_ActionAnimId.xml │ │ │ │ │ ├── callHelp_CallActionId.xml │ │ │ │ │ ├── callHelp_CallPeerId.xml │ │ │ │ │ ├── callHelp_CallValidMinDistTarget.xml │ │ │ │ │ ├── callHelp_CallValidRange.xml │ │ │ │ │ ├── callHelp_ForgetTimeByArrival.xml │ │ │ │ │ ├── callHelp_MaxWaitTime.xml │ │ │ │ │ ├── callHelp_MinWaitTime.xml │ │ │ │ │ ├── callHelp_MyPeerId.xml │ │ │ │ │ ├── callHelp_ReplyBehaviorType.xml │ │ │ │ │ ├── caravanRole.xml │ │ │ │ │ ├── changeStateAction_ToNormal.xml │ │ │ │ │ ├── disableDark.xml │ │ │ │ │ ├── disableLocalSteering.xml │ │ │ │ │ ├── disableParamReserve.xml │ │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ │ ├── disableParam_NT.xml │ │ │ │ │ ├── disablePathMove.xml │ │ │ │ │ ├── dummy8 enableNaviFlg_reserve1.xml │ │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ │ ├── dummy8 pad6.xml │ │ │ │ │ ├── dummy8 pad8.xml │ │ │ │ │ ├── ear_dist.xml │ │ │ │ │ ├── ear_listenLevel.xml │ │ │ │ │ ├── ear_soundcut_dist.xml │ │ │ │ │ ├── enableJumpMove.xml │ │ │ │ │ ├── enableJumpMove_onBattle.xml │ │ │ │ │ ├── enableNaviFlg_Door.xml │ │ │ │ │ ├── enableNaviFlg_Edge.xml │ │ │ │ │ ├── enableNaviFlg_Edge_Ordinary.xml │ │ │ │ │ ├── enableNaviFlg_Hole.xml │ │ │ │ │ ├── enableNaviFlg_InSideWall.xml │ │ │ │ │ ├── enableNaviFlg_Ladder.xml │ │ │ │ │ ├── enableNaviFlg_LargeSpace.xml │ │ │ │ │ ├── enableNaviFlg_Lava.xml │ │ │ │ │ ├── enableWeaponOnOff.xml │ │ │ │ │ ├── eye_BackOffsetDist.xml │ │ │ │ │ ├── eye_BeginDist.xml │ │ │ │ │ ├── eye_angX.xml │ │ │ │ │ ├── eye_angY.xml │ │ │ │ │ ├── eye_dist.xml │ │ │ │ │ ├── goalAction_ToCaution.xml │ │ │ │ │ ├── goalAction_ToCautionImportant.xml │ │ │ │ │ ├── goalAction_ToDisappear.xml │ │ │ │ │ ├── goalAction_ToSearchLv1.xml │ │ │ │ │ ├── goalAction_ToSearchLv2.xml │ │ │ │ │ ├── idAttackCannotMove.xml │ │ │ │ │ ├── isBuddyAI.xml │ │ │ │ │ ├── isGuard_Act.xml │ │ │ │ │ ├── isNoAvoidHugeEnemy.xml │ │ │ │ │ ├── isUpdateBattleSight.xml │ │ │ │ │ ├── logicId.xml │ │ │ │ │ ├── maxBackhomeDist.xml │ │ │ │ │ ├── nonBattleActLife.xml │ │ │ │ │ ├── nose_dist.xml │ │ │ │ │ ├── platoonReplyAddRandomTime.xml │ │ │ │ │ ├── platoonReplyTime.xml │ │ │ │ │ ├── rangedAttackId.xml │ │ │ │ │ ├── searchEye_angX.xml │ │ │ │ │ ├── searchEye_angY.xml │ │ │ │ │ ├── searchEye_dist.xml │ │ │ │ │ ├── searchTargetLv1ForgetTime.xml │ │ │ │ │ ├── searchTargetLv2ForgetTime.xml │ │ │ │ │ ├── searchThreshold_Lv0toLv1.xml │ │ │ │ │ ├── searchThreshold_Lv1toLv2.xml │ │ │ │ │ ├── shiftAnimeId_RangedAttack.xml │ │ │ │ │ ├── skipArrivalVisibleCheck.xml │ │ │ │ │ ├── soundBehaviorId01.xml │ │ │ │ │ ├── soundBehaviorId02.xml │ │ │ │ │ ├── soundBehaviorId03.xml │ │ │ │ │ ├── soundBehaviorId04.xml │ │ │ │ │ ├── soundBehaviorId05.xml │ │ │ │ │ ├── soundBehaviorId06.xml │ │ │ │ │ ├── soundBehaviorId07.xml │ │ │ │ │ ├── soundBehaviorId08.xml │ │ │ │ │ ├── spEffectId_RangedAttack.xml │ │ │ │ │ ├── surpriseAnimId.xml │ │ │ │ │ ├── targetAILockDmyPoly.xml │ │ │ │ │ ├── targetSys_DmgEffectRate.xml │ │ │ │ │ ├── thinkAttr_doAdmirer.xml │ │ │ │ │ ├── useFall_onNormalCaution.xml │ │ │ │ │ ├── useFall_onSearchBattle.xml │ │ │ │ │ ├── weaponOffAnimId.xml │ │ │ │ │ ├── weaponOffSpecialEffectId.xml │ │ │ │ │ ├── weaponOnAnimId.xml │ │ │ │ │ └── weaponOnSpecialEffectId.xml │ │ │ ├── ReinforceParamWeapon │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── Address.xml │ │ │ │ └── Start │ │ │ │ │ ├── .xml │ │ │ │ │ ├── baseAtkRate.xml │ │ │ │ │ ├── baseChangePriceRate.xml │ │ │ │ │ ├── bloodGuardResistRate.xml │ │ │ │ │ ├── correctAgilityRate.xml │ │ │ │ │ ├── correctFaithRate.xml │ │ │ │ │ ├── correctLuckRate.xml │ │ │ │ │ ├── correctMagicRate.xml │ │ │ │ │ ├── correctStrengthRate.xml │ │ │ │ │ ├── curseGuardResistRate.xml │ │ │ │ │ ├── darkAtkRate.xml │ │ │ │ │ ├── darkGuardCutRate.xml │ │ │ │ │ ├── diseaseGuardResistRate.xml │ │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ │ ├── enableGemRank.xml │ │ │ │ │ ├── fireAtkRate.xml │ │ │ │ │ ├── fireGuardCutRate.xml │ │ │ │ │ ├── freezeGuardDefRate.xml │ │ │ │ │ ├── madnessGuardDefRate.xml │ │ │ │ │ ├── magicAtkRate.xml │ │ │ │ │ ├── magicGuardCutRate.xml │ │ │ │ │ ├── materialSetId.xml │ │ │ │ │ ├── physicsAtkRate.xml │ │ │ │ │ ├── physicsGuardCutRate.xml │ │ │ │ │ ├── poisonGuardResistRate.xml │ │ │ │ │ ├── reinforcePriceRate.xml │ │ │ │ │ ├── reinforcementLevel.xml │ │ │ │ │ ├── residentSpEffectId1.xml │ │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ │ ├── residentSpEffectId3.xml │ │ │ │ │ ├── saDurabilityRate.xml │ │ │ │ │ ├── saWeaponAtkRate.xml │ │ │ │ │ ├── sleepGuardDefRate.xml │ │ │ │ │ ├── spEffectId1.xml │ │ │ │ │ ├── spEffectId2.xml │ │ │ │ │ ├── spEffectId3.xml │ │ │ │ │ ├── staminaAtkRate.xml │ │ │ │ │ ├── staminaGuardDefRate.xml │ │ │ │ │ ├── thunderAtkRate.xml │ │ │ │ │ └── thunderGuardCutRate.xml │ │ │ └── SpEffectParam │ │ │ │ ├── .cea │ │ │ │ ├── .xml │ │ │ │ ├── ID.xml │ │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── AppearAiSoundId.xml │ │ │ │ ├── IconId.xml │ │ │ │ ├── NoGuardDamageRate.xml │ │ │ │ ├── VowType0.xml │ │ │ │ ├── VowType1.xml │ │ │ │ ├── VowType2.xml │ │ │ │ ├── VowType3.xml │ │ │ │ ├── VowType4.xml │ │ │ │ ├── VowType5.xml │ │ │ │ ├── VowType6.xml │ │ │ │ ├── VowType7.xml │ │ │ │ ├── accumuOverFireId.xml │ │ │ │ ├── accumuOverVal.xml │ │ │ │ ├── accumuUnderFireId.xml │ │ │ │ ├── accumuUnderVal.xml │ │ │ │ ├── accumuVal.xml │ │ │ │ ├── addAwarePointCorrectValue_forMe.xml │ │ │ │ ├── addAwarePointCorrectValue_forTarget.xml │ │ │ │ ├── addBehaviorJudgeId_add.xml │ │ │ │ ├── addBehaviorJudgeId_condition.xml │ │ │ │ ├── addDeceasedLv.xml │ │ │ │ ├── addDexterityStatus.xml │ │ │ │ ├── addEndureStatus.xml │ │ │ │ ├── addFaithStatus.xml │ │ │ │ ├── addFootEffectSfxId.xml │ │ │ │ ├── addLifeForceStatus.xml │ │ │ │ ├── addLuckStatus.xml │ │ │ │ ├── addMagicStatus.xml │ │ │ │ ├── addStrengthStatus.xml │ │ │ │ ├── addVitalityStatus.xml │ │ │ │ ├── addWillpowerStatus.xml │ │ │ │ ├── allItemWeightChangeRate.xml │ │ │ │ ├── animIdOffset.xml │ │ │ │ ├── antiDarkSightDmypolyId.xml │ │ │ │ ├── antiDarkSightRadius.xml │ │ │ │ ├── antiMagicIgnore.xml │ │ │ │ ├── applyIdOnGetSoul.xml │ │ │ │ ├── applyPartsGroup.xml │ │ │ │ ├── artsConsumptionRate.xml │ │ │ │ ├── atkAttribute.xml │ │ │ │ ├── atkEnemyDmgCorrectRate_Dark.xml │ │ │ │ ├── atkEnemyDmgCorrectRate_Fire.xml │ │ │ │ ├── atkEnemyDmgCorrectRate_Magic.xml │ │ │ │ ├── atkEnemyDmgCorrectRate_Physics.xml │ │ │ │ ├── atkEnemyDmgCorrectRate_Thunder.xml │ │ │ │ ├── atkFlickPower.xml │ │ │ │ ├── atkOccurrenceSpEffectId.xml │ │ │ │ ├── atkPlayerDmgCorrectRate_Dark.xml │ │ │ │ ├── atkPlayerDmgCorrectRate_Fire.xml │ │ │ │ ├── atkPlayerDmgCorrectRate_Magic.xml │ │ │ │ ├── atkPlayerDmgCorrectRate_Physics.xml │ │ │ │ ├── atkPlayerDmgCorrectRate_Thunder.xml │ │ │ │ ├── bAdjustAgilityAblity.xml │ │ │ │ ├── bAdjustFaithAblity.xml │ │ │ │ ├── bAdjustMagicAblity.xml │ │ │ │ ├── bAdjustStrengthAblity.xml │ │ │ │ ├── bCurrHPIndependeMaxHP.xml │ │ │ │ ├── bGameClearBonus.xml │ │ │ │ ├── behaviorId.xml │ │ │ │ ├── bloodDamageRate.xml │ │ │ │ ├── bloodDefDamageRate.xml │ │ │ │ ├── blowAttackPower.xml │ │ │ │ ├── blowAttackPowerRate.xml │ │ │ │ ├── blowAttackRate.xml │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ ├── bowDistRate.xml │ │ │ │ ├── categoryPriority.xml │ │ │ │ ├── changeAgilityPoint.xml │ │ │ │ ├── changeBloodResistPoint.xml │ │ │ │ ├── changeCurseResistPoint.xml │ │ │ │ ├── changeDiseaseResistPoint.xml │ │ │ │ ├── changeFaithPoint.xml │ │ │ │ ├── changeFreezeResistPoint.xml │ │ │ │ ├── changeHpEstusFlaskCorrectRate.xml │ │ │ │ ├── changeHpEstusFlaskPoint.xml │ │ │ │ ├── changeHpEstusFlaskRate.xml │ │ │ │ ├── changeHpPoint.xml │ │ │ │ ├── changeHpRate.xml │ │ │ │ ├── changeLuckPoint.xml │ │ │ │ ├── changeMadnessResistPoint.xml │ │ │ │ ├── changeMagicPoint.xml │ │ │ │ ├── changeMagicSlot.xml │ │ │ │ ├── changeMiracleSlot.xml │ │ │ │ ├── changeMpEstusFlaskCorrectRate.xml │ │ │ │ ├── changeMpEstusFlaskPoint.xml │ │ │ │ ├── changeMpEstusFlaskRate.xml │ │ │ │ ├── changeMpPoint.xml │ │ │ │ ├── changeMpRate.xml │ │ │ │ ├── changePoisonResistPoint.xml │ │ │ │ ├── changeSaPoint.xml │ │ │ │ ├── changeSaRecoveryVelocity.xml │ │ │ │ ├── changeSleepResistPoint.xml │ │ │ │ ├── changeStaminaPoint.xml │ │ │ │ ├── changeStaminaRate.xml │ │ │ │ ├── changeStrengthPoint.xml │ │ │ │ ├── changeSuperArmorPoint 2.xml │ │ │ │ ├── changeSuperArmorPoint.xml │ │ │ │ ├── changeTeamType.xml │ │ │ │ ├── chrProxyHeightRate.xml │ │ │ │ ├── clearSoul.xml │ │ │ │ ├── clearTarget.xml │ │ │ │ ├── conditionHp.xml │ │ │ │ ├── conditionHpRate.xml │ │ │ │ ├── consumeStaminaRate.xml │ │ │ │ ├── contractLifeRate.xml │ │ │ │ ├── corrosionIgnore.xml │ │ │ │ ├── curseDefDamageRate.xml │ │ │ │ ├── cycleOccurrenceSpEffectId.xml │ │ │ │ ├── darkAttackPower.xml │ │ │ │ ├── darkAttackPowerRate.xml │ │ │ │ ├── darkAttackRate.xml │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ ├── darkDiffence.xml │ │ │ │ ├── darkDiffenceRate.xml │ │ │ │ ├── defEnemyDmgCorrectRate_Dark.xml │ │ │ │ ├── defEnemyDmgCorrectRate_Fire.xml │ │ │ │ ├── defEnemyDmgCorrectRate_Magic.xml │ │ │ │ ├── defEnemyDmgCorrectRate_Physics.xml │ │ │ │ ├── defEnemyDmgCorrectRate_Thunder.xml │ │ │ │ ├── defFlickPower.xml │ │ │ │ ├── defObjDmgCorrectRate.xml │ │ │ │ ├── defObjectAttackPowerRate.xml │ │ │ │ ├── defPlayerDmgCorrectRate_Dark.xml │ │ │ │ ├── defPlayerDmgCorrectRate_Fire.xml │ │ │ │ ├── defPlayerDmgCorrectRate_Magic.xml │ │ │ │ ├── defPlayerDmgCorrectRate_Physics.xml │ │ │ │ ├── defPlayerDmgCorrectRate_Thunder.xml │ │ │ │ ├── deleteCriteriaDamage.xml │ │ │ │ ├── dexterityCancelSystemOnlyAddDexterity.xml │ │ │ │ ├── disableBlood.xml │ │ │ │ ├── disableCurse.xml │ │ │ │ ├── disableDisease.xml │ │ │ │ ├── disableFreeze.xml │ │ │ │ ├── disableMadness.xml │ │ │ │ ├── disablePoison.xml │ │ │ │ ├── disableSleep.xml │ │ │ │ ├── diseaseDefDamageRate.xml │ │ │ │ ├── dispIconNonactive.xml │ │ │ │ ├── dmgLv_BlowLL.xml │ │ │ │ ├── dmgLv_BlowM.xml │ │ │ │ ├── dmgLv_BlowS.xml │ │ │ │ ├── dmgLv_Breath.xml │ │ │ │ ├── dmgLv_L.xml │ │ │ │ ├── dmgLv_M.xml │ │ │ │ ├── dmgLv_Min.xml │ │ │ │ ├── dmgLv_None.xml │ │ │ │ ├── dmgLv_Push.xml │ │ │ │ ├── dmgLv_S.xml │ │ │ │ ├── dmgLv_Strike.xml │ │ │ │ ├── dmgLv_Uppercut.xml │ │ │ │ ├── dmypolyId.xml │ │ │ │ ├── dontDeleteOnDead.xml │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ ├── effectEndDeleteDecalGroupId.xml │ │ │ │ ├── effectEndurance.xml │ │ │ │ ├── effectTargetAI.xml │ │ │ │ ├── effectTargetAttacker.xml │ │ │ │ ├── effectTargetEnemy.xml │ │ │ │ ├── effectTargetFriend.xml │ │ │ │ ├── effectTargetFriendlyTarget.xml │ │ │ │ ├── effectTargetGhost.xml │ │ │ │ ├── effectTargetLive.xml │ │ │ │ ├── effectTargetOpposeTarget.xml │ │ │ │ ├── effectTargetPcDeceased.xml │ │ │ │ ├── effectTargetPcHorse.xml │ │ │ │ ├── effectTargetPlayer.xml │ │ │ │ ├── effectTargetSelf.xml │ │ │ │ ├── effectTargetSelfTarget.xml │ │ │ │ ├── enableCharm.xml │ │ │ │ ├── enableLifeTime.xml │ │ │ │ ├── equipWeightChangeRate.xml │ │ │ │ ├── eraseOnBonfireRecover.xml │ │ │ │ ├── extendLifeRate.xml │ │ │ │ ├── eye_angX.xml │ │ │ │ ├── eye_angY.xml │ │ │ │ ├── fakeTargetIgnore.xml │ │ │ │ ├── fakeTargetIgnoreAjin.xml │ │ │ │ ├── fakeTargetIgnoreAnimal.xml │ │ │ │ ├── fakeTargetIgnoreMirageArts.xml │ │ │ │ ├── fakeTargetIgnoreUndead.xml │ │ │ │ ├── fallDamageRate.xml │ │ │ │ ├── fireAttackPower.xml │ │ │ │ ├── fireAttackPowerRate.xml │ │ │ │ ├── fireAttackRate.xml │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ ├── fireDiffence.xml │ │ │ │ ├── fireDiffenceRate.xml │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ ├── freezeAttackPower.xml │ │ │ │ ├── freezeDamageRate.xml │ │ │ │ ├── freezeDefDamageRate.xml │ │ │ │ ├── goodsConsumptionRate.xml │ │ │ │ ├── grabityIgnore.xml │ │ │ │ ├── grabityRate.xml │ │ │ │ ├── guardDefFlickPowerRate.xml │ │ │ │ ├── guardStaminaCutRate.xml │ │ │ │ ├── hasTarget.xml │ │ │ │ ├── haveSoulRate.xml │ │ │ │ ├── hearingAiSoundLevel.xml │ │ │ │ ├── hearingSearchAdd.xml │ │ │ │ ├── hearingSearchCutIgnore.xml │ │ │ │ ├── hearingSearchEnemyAdd.xml │ │ │ │ ├── hearingSearchEnemyCut.xml │ │ │ │ ├── hearingSearchRate.xml │ │ │ │ ├── heroPointDamage.xml │ │ │ │ ├── hpRecoverRate.xml │ │ │ │ ├── hugeEnemyPickupHeightOverwrite.xml │ │ │ │ ├── insideDurability.xml │ │ │ │ ├── invocationConditionsStateChange1.xml │ │ │ │ ├── invocationConditionsStateChange2.xml │ │ │ │ ├── invocationConditionsStateChange3.xml │ │ │ │ ├── isCheckAboveShadowTest.xml │ │ │ │ ├── isContractSpEffectLife.xml │ │ │ │ ├── isDisableNetSync.xml │ │ │ │ ├── isExtendSpEffectLife.xml │ │ │ │ ├── isIgnoreNoDamage.xml │ │ │ │ ├── isStopSearchedNotify.xml │ │ │ │ ├── isUseAtkParamAtkPowerCorrect.xml │ │ │ │ ├── isUseStatusAilmentAtkPowerCorrect.xml │ │ │ │ ├── isWaitModeDelete.xml │ │ │ │ ├── itemDropRate.xml │ │ │ │ ├── lifeReductionRate.xml │ │ │ │ ├── lifeReductionType.xml │ │ │ │ ├── madnessAttackPower.xml │ │ │ │ ├── madnessDamageRate.xml │ │ │ │ ├── madnessDefDamageRate.xml │ │ │ │ ├── magParamChange.xml │ │ │ │ ├── magicAttackPower.xml │ │ │ │ ├── magicAttackPowerRate.xml │ │ │ │ ├── magicAttackRate.xml │ │ │ │ ├── magicConsumptionRate.xml │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ ├── magicDiffence.xml │ │ │ │ ├── magicDiffenceRate.xml │ │ │ │ ├── magicEffectTimeChange.xml │ │ │ │ ├── magicSubCategoryChange3.xml │ │ │ │ ├── maxDurability.xml │ │ │ │ ├── maxHpChangeRate.xml │ │ │ │ ├── maxHpRate.xml │ │ │ │ ├── maxMpRate.xml │ │ │ │ ├── maxStaminaRate.xml │ │ │ │ ├── miracleConsumptionRate.xml │ │ │ │ ├── miracleParamChange.xml │ │ │ │ ├── motionInterval.xml │ │ │ │ ├── moveType.xml │ │ │ │ ├── mpRecoverChangeSpeed.xml │ │ │ │ ├── neutralAttackPower.xml │ │ │ │ ├── neutralAttackPowerRate.xml │ │ │ │ ├── neutralAttackRate.xml │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ ├── noDead.xml │ │ │ │ ├── normalSpotChangeRate.xml │ │ │ │ ├── overwrite_BackHome_LookTargetDist.xml │ │ │ │ ├── overwrite_backhomeBattleDist.xml │ │ │ │ ├── overwrite_backhomeDist.xml │ │ │ │ ├── overwrite_maxBackhomeDist.xml │ │ │ │ ├── physicsAttackPower.xml │ │ │ │ ├── physicsAttackPowerRate.xml │ │ │ │ ├── physicsAttackRate.xml │ │ │ │ ├── physicsDiffence.xml │ │ │ │ ├── physicsDiffenceRate.xml │ │ │ │ ├── poisonDefDamageRate.xml │ │ │ │ ├── poizonAttackPower.xml │ │ │ │ ├── rayCastPassedTime.xml │ │ │ │ ├── recoverArtsPoint_Dex.xml │ │ │ │ ├── recoverArtsPoint_Magic.xml │ │ │ │ ├── recoverArtsPoint_Miracle.xml │ │ │ │ ├── recoverArtsPoint_Str.xml │ │ │ │ ├── regainGaugeDamage.xml │ │ │ │ ├── regainRate.xml │ │ │ │ ├── registBlood.xml │ │ │ │ ├── registBloodChangeRate.xml │ │ │ │ ├── registCurse.xml │ │ │ │ ├── registCurseChangeRate.xml │ │ │ │ ├── registFreezeChangeRate.xml │ │ │ │ ├── registIllness.xml │ │ │ │ ├── registIllnessChangeRate.xml │ │ │ │ ├── registMadnessChangeRate.xml │ │ │ │ ├── registPoizonChangeRate.xml │ │ │ │ ├── registSleepChangeRate.xml │ │ │ │ ├── repAtkDmgLv.xml │ │ │ │ ├── replaceSpEffectId.xml │ │ │ │ ├── replanningOnFire.xml │ │ │ │ ├── requestBlackSOS.xml │ │ │ │ ├── requestForceJoinBlackSOS.xml │ │ │ │ ├── requestForceJoinBlackSOS_B.xml │ │ │ │ ├── requestKickSession.xml │ │ │ │ ├── requestLeaveColiseumSession.xml │ │ │ │ ├── requestLeaveSession.xml │ │ │ │ ├── requestNpcInveda.xml │ │ │ │ ├── requestSOS.xml │ │ │ │ ├── saAttackPowerRate.xml │ │ │ │ ├── saReceiveDamageRate.xml │ │ │ │ ├── saveCategory.xml │ │ │ │ ├── shamanConsumptionRate.xml │ │ │ │ ├── shamanParamChange.xml │ │ │ │ ├── sightSearchAdd.xml │ │ │ │ ├── sightSearchCutIgnore.xml │ │ │ │ ├── sightSearchEnemyAdd.xml │ │ │ │ ├── sightSearchEnemyCut.xml │ │ │ │ ├── sightSearchRate.xml │ │ │ │ ├── slashAttackPower.xml │ │ │ │ ├── slashAttackPowerRate.xml │ │ │ │ ├── slashAttackRate.xml │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ ├── sleepAttackPower.xml │ │ │ │ ├── sleepDamageRate.xml │ │ │ │ ├── sleepDefDamageRate.xml │ │ │ │ ├── soul.xml │ │ │ │ ├── soulRate.xml │ │ │ │ ├── soulStealRate.xml │ │ │ │ ├── spAttribute.xml │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ ├── spCategory.xml │ │ │ │ ├── staminaAttackRate.xml │ │ │ │ ├── staminaRecoverChangeSpeed.xml │ │ │ │ ├── stateInfo.xml │ │ │ │ ├── targetPriority.xml │ │ │ │ ├── teamOffenseEffectivity.xml │ │ │ │ ├── throwAttackParamChange.xml │ │ │ │ ├── throwCondition.xml │ │ │ │ ├── thrustAttackPower.xml │ │ │ │ ├── thrustAttackPowerRate.xml │ │ │ │ ├── thrustAttackRate.xml │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ ├── thunderAttackPower.xml │ │ │ │ ├── thunderAttackPowerRate.xml │ │ │ │ ├── thunderAttackRate.xml │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ ├── thunderDiffence.xml │ │ │ │ ├── thunderDiffenceRate.xml │ │ │ │ ├── toughnessDamageCutRate.xml │ │ │ │ ├── unk353_4.xml │ │ │ │ ├── value_Magnification.xml │ │ │ │ ├── vfxId.xml │ │ │ │ ├── vfxId1.xml │ │ │ │ ├── vfxId2.xml │ │ │ │ ├── vfxId3.xml │ │ │ │ ├── vfxId4.xml │ │ │ │ ├── vfxId5.xml │ │ │ │ ├── vfxId6.xml │ │ │ │ ├── vfxId7.xml │ │ │ │ ├── vitalSpotChangeRate.xml │ │ │ │ ├── vowType10.xml │ │ │ │ ├── vowType11.xml │ │ │ │ ├── vowType12.xml │ │ │ │ ├── vowType13.xml │ │ │ │ ├── vowType14.xml │ │ │ │ ├── vowType15.xml │ │ │ │ ├── vowType8.xml │ │ │ │ ├── vowType9.xml │ │ │ │ ├── weakDmgRateA.xml │ │ │ │ ├── weakDmgRateB.xml │ │ │ │ ├── weakDmgRateC.xml │ │ │ │ ├── weakDmgRateD.xml │ │ │ │ ├── weakDmgRateE.xml │ │ │ │ ├── weakDmgRateF.xml │ │ │ │ ├── wepParamChange.xml │ │ │ │ └── wetConditionDepth.xml │ │ ├── Last Accessory Highlighted │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── accessoryCategory.xml │ │ │ │ ├── accessoryGroup.xml │ │ │ │ ├── basicPrice.xml │ │ │ │ ├── behaviorId.xml │ │ │ │ ├── compTrophySedId.xml │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ ├── equipModelCategory.xml │ │ │ │ ├── equipModelGender.xml │ │ │ │ ├── equipModelId.xml │ │ │ │ ├── iconId.xml │ │ │ │ ├── isDeposit.xml │ │ │ │ ├── isDiscard.xml │ │ │ │ ├── isDrop.xml │ │ │ │ ├── isEquipOutBrake.xml │ │ │ │ ├── qwcId.xml │ │ │ │ ├── rarity.xml │ │ │ │ ├── refCategory.xml │ │ │ │ ├── refId.xml │ │ │ │ ├── residentSpEffectId1.xml │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ ├── residentSpEffectId3.xml │ │ │ │ ├── residentSpEffectId4.xml │ │ │ │ ├── saleValue.xml │ │ │ │ ├── sellValue.xml │ │ │ │ ├── sfxVariationId.xml │ │ │ │ ├── shopLv.xml │ │ │ │ ├── showDialogCondType.xml │ │ │ │ ├── showLogCondType.xml │ │ │ │ ├── sortGroupId.xml │ │ │ │ ├── sortId.xml │ │ │ │ ├── spEffectCategory.xml │ │ │ │ ├── trophySGradeId.xml │ │ │ │ ├── trophySeqId.xml │ │ │ │ ├── vagrantBonusEneDropitemLotid.xml │ │ │ │ ├── vagrantItemEneDropItemLotId.xml │ │ │ │ ├── vagrantItemLotId.xml │ │ │ │ └── weight.xml │ │ ├── Last Goods Highlighted │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── aiUseJudgeId.xml │ │ │ │ ├── appearanceReplaceItemId.xml │ │ │ │ ├── autoReplenishType.xml │ │ │ │ ├── basicPrice.xml │ │ │ │ ├── behaviorId.xml │ │ │ │ ├── canMultiUse.xml │ │ │ │ ├── castSfxId.xml │ │ │ │ ├── compTrophySedId.xml │ │ │ │ ├── consumeHP.xml │ │ │ │ ├── consumeHeroPoint.xml │ │ │ │ ├── consumeMP.xml │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── disableRiding.xml │ │ │ │ ├── disableUseAtColiseum.xml │ │ │ │ ├── disableUseAtOutOfColiseum.xml │ │ │ │ ├── disable_offline.xml │ │ │ │ ├── dummy8 pad.xml │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ ├── dummy8 reserve3.xml │ │ │ │ ├── dummy8 reserve4.xml │ │ │ │ ├── dummy8 reserve5.xml │ │ │ │ ├── effectSfxId.xml │ │ │ │ ├── enableRiding.xml │ │ │ │ ├── enable_ActiveBigRune.xml │ │ │ │ ├── enable_Ladder.xml │ │ │ │ ├── enable_black.xml │ │ │ │ ├── enable_gray.xml │ │ │ │ ├── enable_live.xml │ │ │ │ ├── enable_multi.xml │ │ │ │ ├── enable_white.xml │ │ │ │ ├── fireSfxId.xml │ │ │ │ ├── goodsType.xml │ │ │ │ ├── goodsUseAnim.xml │ │ │ │ ├── iconId.xml │ │ │ │ ├── isApplySpecialEffect.xml │ │ │ │ ├── isAutoEquip.xml │ │ │ │ ├── isBonfireWarpItem.xml │ │ │ │ ├── isConsume.xml │ │ │ │ ├── isDeposit.xml │ │ │ │ ├── isDisableHand.xml │ │ │ │ ├── isDiscard.xml │ │ │ │ ├── isDrop.xml │ │ │ │ ├── isEnableFastUseItem.xml │ │ │ │ ├── isEnhance.xml │ │ │ │ ├── isEquip.xml │ │ │ │ ├── isEstablishment.xml │ │ │ │ ├── isFixItem.xml │ │ │ │ ├── isFullSuppleItem.xml │ │ │ │ ├── isOnlyOne.xml │ │ │ │ ├── isRemoveItem_forGameClear.xml │ │ │ │ ├── isShieldEnchant.xml │ │ │ │ ├── isSleepCollectionItem.xml │ │ │ │ ├── isSummonHorse.xml │ │ │ │ ├── isSuppleItem.xml │ │ │ │ ├── isUseMultiPenaltyOnly.xml │ │ │ │ ├── isUseMultiPlayPreparation.xml │ │ │ │ ├── isUseNoAttackRegion.xml │ │ │ │ ├── isWarpProhibited.xml │ │ │ │ ├── itemGetTutorialFlagId.xml │ │ │ │ ├── maxNum.xml │ │ │ │ ├── maxRepositoryNum.xml │ │ │ │ ├── modelId.xml │ │ │ │ ├── opmeMenuType.xml │ │ │ │ ├── overDexterity.xml │ │ │ │ ├── potGroupId.xml │ │ │ │ ├── rarity.xml │ │ │ │ ├── refCategory.xml │ │ │ │ ├── refId_1.xml │ │ │ │ ├── refId_default.xml │ │ │ │ ├── refVirtualWepId.xml │ │ │ │ ├── reinforceGoodsId.xml │ │ │ │ ├── reinforceMaterialId.xml │ │ │ │ ├── reinforcePrice.xml │ │ │ │ ├── replaceCategory.xml │ │ │ │ ├── replaceItemId.xml │ │ │ │ ├── saleValue.xml │ │ │ │ ├── sellValue.xml │ │ │ │ ├── sfxVariationId.xml │ │ │ │ ├── shopLv.xml │ │ │ │ ├── showDialogCondType.xml │ │ │ │ ├── showLogCondType.xml │ │ │ │ ├── sortGroupId.xml │ │ │ │ ├── sortId.xml │ │ │ │ ├── spEffectCategory.xml │ │ │ │ ├── suppleType.xml │ │ │ │ ├── syncNumVaryId.xml │ │ │ │ ├── trophySeqId.xml │ │ │ │ ├── useEnableSpEffectType.xml │ │ │ │ ├── useLevel.xml │ │ │ │ ├── useLevel_vowType0.xml │ │ │ │ ├── useLevel_vowType1.xml │ │ │ │ ├── useLevel_vowType10.xml │ │ │ │ ├── useLevel_vowType11.xml │ │ │ │ ├── useLevel_vowType12.xml │ │ │ │ ├── useLevel_vowType13.xml │ │ │ │ ├── useLevel_vowType14.xml │ │ │ │ ├── useLevel_vowType15.xml │ │ │ │ ├── useLevel_vowType2.xml │ │ │ │ ├── useLevel_vowType3.xml │ │ │ │ ├── useLevel_vowType4.xml │ │ │ │ ├── useLevel_vowType5.xml │ │ │ │ ├── useLevel_vowType6.xml │ │ │ │ ├── useLevel_vowType7.xml │ │ │ │ ├── useLevel_vowType8.xml │ │ │ │ ├── useLevel_vowType9.xml │ │ │ │ ├── useLimitCategory.xml │ │ │ │ ├── useLimitSpEffectType.xml │ │ │ │ ├── useLimitSummonBuddy.xml │ │ │ │ ├── vagrantBonusEneDropItemLotId.xml │ │ │ │ ├── vagrantItemEneDropItemLotId.xml │ │ │ │ ├── vagrantItemLotId.xml │ │ │ │ ├── weight.xml │ │ │ │ └── yesNoDialogMessageId.xml │ │ ├── Last Hit Npc Info │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── 105623.xml │ │ │ ├── Animation │ │ │ │ ├── .xml │ │ │ │ ├── Current Animation │ │ │ │ │ ├── .xml │ │ │ │ │ └── Length played [seconds].xml │ │ │ │ └── Idle.xml │ │ │ ├── Character Flags │ │ │ │ ├── .xml │ │ │ │ ├── No Attack.xml │ │ │ │ ├── No Hit.xml │ │ │ │ ├── No Move.xml │ │ │ │ ├── No Update.xml │ │ │ │ ├── NoDamage.xml │ │ │ │ ├── NoDead.xml │ │ │ │ ├── NoFPConsumption.xml │ │ │ │ ├── NoGoodsConsume.xml │ │ │ │ └── NoStaminaConsumption.xml │ │ │ ├── Character Type.xml │ │ │ ├── Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── Face Data │ │ │ │ ├── .xml │ │ │ │ ├── Accessories_Model_Id.xml │ │ │ │ ├── Beard_Model_Id.xml │ │ │ │ ├── Decal_Model_Id.xml │ │ │ │ ├── Eye_Model_Id.xml │ │ │ │ ├── Eyebrow_Model_Id.xml │ │ │ │ ├── Eyelash_Model_Id.xml │ │ │ │ ├── FaceData_AOB.xml │ │ │ │ ├── Face_Model_Id.xml │ │ │ │ └── Hair_Model_Id.xml │ │ │ ├── Handle.xml │ │ │ ├── Hp.xml │ │ │ ├── MaxHp.xml │ │ │ ├── ModelId.xml │ │ │ ├── Mp.xml │ │ │ ├── Name.xml │ │ │ ├── NpcId.xml │ │ │ ├── NpcParam │ │ │ │ ├── .xml │ │ │ │ ├── GameClearSpEffectID.xml │ │ │ │ ├── RetargetReferenceChrId.xml │ │ │ │ ├── SfxResBankId.xml │ │ │ │ ├── SoundAddBankId.xml │ │ │ │ ├── SoundBankId.xml │ │ │ │ ├── WanderGhostPhantomId.xml │ │ │ │ ├── animIdOffset.xml │ │ │ │ ├── animIdOffset2.xml │ │ │ │ ├── attachHitInitializeDead.xml │ │ │ │ ├── autoFootEffectDecalBaseId1.xml │ │ │ │ ├── autoFootEffectDecalBaseId2.xml │ │ │ │ ├── autoFootEffectDecalBaseId3.xml │ │ │ │ ├── autoFootEffectSfxId.xml │ │ │ │ ├── behaviorVariationId.xml │ │ │ │ ├── bloodGuardResist.xml │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ ├── blowGuardCutRate.xml │ │ │ │ ├── burnSfxType.xml │ │ │ │ ├── chrActivateConditionParamId.xml │ │ │ │ ├── chrDeadTutorialFlagId.xml │ │ │ │ ├── chrHitGroupAndNavimesh.xml │ │ │ │ ├── chrHitHeight.xml │ │ │ │ ├── chrHitRadius.xml │ │ │ │ ├── chrNavimeshFlag_Alive.xml │ │ │ │ ├── chrNavimeshFlag_Dead.xml │ │ │ │ ├── clothOffLodLevel.xml │ │ │ │ ├── clothUpdateOffset.xml │ │ │ │ ├── curseGuardResist.xml │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ ├── darkGuardCutRate.xml │ │ │ │ ├── dbgBehaviorL1.xml │ │ │ │ ├── dbgBehaviorL2.xml │ │ │ │ ├── dbgBehaviorLD.xml │ │ │ │ ├── dbgBehaviorLL.xml │ │ │ │ ├── dbgBehaviorLR.xml │ │ │ │ ├── dbgBehaviorLU.xml │ │ │ │ ├── dbgBehaviorR1.xml │ │ │ │ ├── dbgBehaviorR2.xml │ │ │ │ ├── dbgBehaviorRD.xml │ │ │ │ ├── dbgBehaviorRL.xml │ │ │ │ ├── dbgBehaviorRR.xml │ │ │ │ ├── dbgBehaviorRU.xml │ │ │ │ ├── deactivateDist.xml │ │ │ │ ├── deactiveMoveDist.xml │ │ │ │ ├── deactiveMoveSpeed.xml │ │ │ │ ├── defFlickPower.xml │ │ │ │ ├── def_blow.xml │ │ │ │ ├── def_dark.xml │ │ │ │ ├── def_fire.xml │ │ │ │ ├── def_mag.xml │ │ │ │ ├── def_phys.xml │ │ │ │ ├── def_slash.xml │ │ │ │ ├── def_thrust.xml │ │ │ │ ├── def_thunder.xml │ │ │ │ ├── defaultLodParamId.xml │ │ │ │ ├── disableActivateLegacy_xb1.xml │ │ │ │ ├── disableActivateOpen_xb1.xml │ │ │ │ ├── disableClothRigidHit.xml │ │ │ │ ├── disableInitializeDead.xml │ │ │ │ ├── disableLockOnAng.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── disableRespawn.xml │ │ │ │ ├── diseaseGuardResist.xml │ │ │ │ ├── doesAlwaysUseSpecialTurn.xml │ │ │ │ ├── drawType.xml │ │ │ │ ├── dropType.xml │ │ │ │ ├── dummy8 pad1.xml │ │ │ │ ├── dummy8 pad12.xml │ │ │ │ ├── dummy8 pad7.xml │ │ │ │ ├── enableAILockDmyPoly_212.xml │ │ │ │ ├── enableAILockDmyPoly_213.xml │ │ │ │ ├── enableAILockDmyPoly_214.xml │ │ │ │ ├── enableSoundObjDist.xml │ │ │ │ ├── estusFlaskLotPoint.xml │ │ │ │ ├── estusFlaskRecoveryParamId.xml │ │ │ │ ├── estusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ ├── excludeGroupRewardCheck.xml │ │ │ │ ├── faceIconId.xml │ │ │ │ ├── fallDamageDump.xml │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ ├── fireGuardCutRate.xml │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ ├── footIkErrorHeightLimit.xml │ │ │ │ ├── footIkErrorOffGain.xml │ │ │ │ ├── footIkErrorOnGain.xml │ │ │ │ ├── forwardUndulationLimit.xml │ │ │ │ ├── freezeGuardResist.xml │ │ │ │ ├── getSoul.xml │ │ │ │ ├── ghostModelId.xml │ │ │ │ ├── guardAngle.xml │ │ │ │ ├── guardLevel.xml │ │ │ │ ├── hearingHeadSize.xml │ │ │ │ ├── hitHeight.xml │ │ │ │ ├── hitRadius.xml │ │ │ │ ├── hitStopType.xml │ │ │ │ ├── hitYOffset.xml │ │ │ │ ├── hp.xml │ │ │ │ ├── hpEstusFlaskLotPoint.xml │ │ │ │ ├── hpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ ├── humanityLotId.xml │ │ │ │ ├── isBulletOwner_byObject.xml │ │ │ │ ├── isCalculatePvPDamage.xml │ │ │ │ ├── isChangeWanderGhost.xml │ │ │ │ ├── isCrowd.xml │ │ │ │ ├── isEnableNeckTurn.xml │ │ │ │ ├── isEnableStepDispInterpolate.xml │ │ │ │ ├── isGhost.xml │ │ │ │ ├── isHitRumble.xml │ │ │ │ ├── isHostSyncChr.xml │ │ │ │ ├── isKeepHitOnRide.xml │ │ │ │ ├── isMoveAnimWait.xml │ │ │ │ ├── isNoDamageMotion.xml │ │ │ │ ├── isRideAtkTarget.xml │ │ │ │ ├── isSkipWeakDamageAnim.xml │ │ │ │ ├── isSmoothTurn.xml │ │ │ │ ├── isSoulGetByBoss.xml │ │ │ │ ├── isSpCollide.xml │ │ │ │ ├── isStealthTarget.xml │ │ │ │ ├── isUnduration.xml │ │ │ │ ├── isUseFootIKNormalByUnduration.xml │ │ │ │ ├── isUseLowHitFootIk.xml │ │ │ │ ├── isWeakA.xml │ │ │ │ ├── isWeakB.xml │ │ │ │ ├── isWeakC.xml │ │ │ │ ├── isWeakD.xml │ │ │ │ ├── isWeakE.xml │ │ │ │ ├── isWeakF.xml │ │ │ │ ├── itemLotId_enemy.xml │ │ │ │ ├── itemLotId_map.xml │ │ │ │ ├── itemSearchRadius.xml │ │ │ │ ├── knockbackParamId.xml │ │ │ │ ├── knockbackRate.xml │ │ │ │ ├── ladderEndChkOffsetLow.xml │ │ │ │ ├── ladderEndChkOffsetTop.xml │ │ │ │ ├── ladderWarpOffset.xml │ │ │ │ ├── loadAssetId.xml │ │ │ │ ├── lockCameraParamId.xml │ │ │ │ ├── lockDist.xml │ │ │ │ ├── lockGazePoint0.xml │ │ │ │ ├── lockGazePoint1.xml │ │ │ │ ├── lockGazePoint2.xml │ │ │ │ ├── lockGazePoint3.xml │ │ │ │ ├── lockGazePoint4.xml │ │ │ │ ├── lockGazePoint5.xml │ │ │ │ ├── lockGazePoint6.xml │ │ │ │ ├── lockGazePoint7.xml │ │ │ │ ├── lockScoreOffset.xml │ │ │ │ ├── madnessGuardResist.xml │ │ │ │ ├── magGuardCutRate.xml │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ ├── materialSe1.xml │ │ │ │ ├── materialSe2.xml │ │ │ │ ├── materialSe_Weak1.xml │ │ │ │ ├── materialSe_Weak2.xml │ │ │ │ ├── materialSfx1.xml │ │ │ │ ├── materialSfx2.xml │ │ │ │ ├── materialSfx_Weak1.xml │ │ │ │ ├── materialSfx_Weak2.xml │ │ │ │ ├── materialVariationValue.xml │ │ │ │ ├── materialVariationValue_Weak.xml │ │ │ │ ├── maxAnklePitchAngle.xml │ │ │ │ ├── maxAnkleRollAngle.xml │ │ │ │ ├── modelDispMask0.xml │ │ │ │ ├── modelDispMask1.xml │ │ │ │ ├── modelDispMask10.xml │ │ │ │ ├── modelDispMask11.xml │ │ │ │ ├── modelDispMask12.xml │ │ │ │ ├── modelDispMask13.xml │ │ │ │ ├── modelDispMask14.xml │ │ │ │ ├── modelDispMask15.xml │ │ │ │ ├── modelDispMask16.xml │ │ │ │ ├── modelDispMask17.xml │ │ │ │ ├── modelDispMask18.xml │ │ │ │ ├── modelDispMask19.xml │ │ │ │ ├── modelDispMask2.xml │ │ │ │ ├── modelDispMask20.xml │ │ │ │ ├── modelDispMask21.xml │ │ │ │ ├── modelDispMask22.xml │ │ │ │ ├── modelDispMask23.xml │ │ │ │ ├── modelDispMask24.xml │ │ │ │ ├── modelDispMask25.xml │ │ │ │ ├── modelDispMask26.xml │ │ │ │ ├── modelDispMask27.xml │ │ │ │ ├── modelDispMask28.xml │ │ │ │ ├── modelDispMask29.xml │ │ │ │ ├── modelDispMask3.xml │ │ │ │ ├── modelDispMask30.xml │ │ │ │ ├── modelDispMask31.xml │ │ │ │ ├── modelDispMask4.xml │ │ │ │ ├── modelDispMask5.xml │ │ │ │ ├── modelDispMask6.xml │ │ │ │ ├── modelDispMask7.xml │ │ │ │ ├── modelDispMask8.xml │ │ │ │ ├── modelDispMask9.xml │ │ │ │ ├── moveType.xml │ │ │ │ ├── mp.xml │ │ │ │ ├── mpEstusFlaskLotPoint.xml │ │ │ │ ├── mpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ │ ├── mpRecoverBaseVel.xml │ │ │ │ ├── multiPlayCorrectionParamId.xml │ │ │ │ ├── nameId.xml │ │ │ │ ├── networkWarpDist.xml │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ ├── normalChangeAnimChrId.xml │ │ │ │ ├── normalChangeModelId.xml │ │ │ │ ├── normalChangeResouceId.xml │ │ │ │ ├── normalChangeTexChrId.xml │ │ │ │ ├── npcPlayerWeightType.xml │ │ │ │ ├── npcType.xml │ │ │ │ ├── overlapCameraDmypolyId.xml │ │ │ │ ├── paintRenderTargetSize.xml │ │ │ │ ├── parryAttack.xml │ │ │ │ ├── parryDefence.xml │ │ │ │ ├── partsDamageRate1.xml │ │ │ │ ├── partsDamageRate2.xml │ │ │ │ ├── partsDamageRate3.xml │ │ │ │ ├── partsDamageRate4.xml │ │ │ │ ├── partsDamageRate5.xml │ │ │ │ ├── partsDamageRate6.xml │ │ │ │ ├── partsDamageRate7.xml │ │ │ │ ├── partsDamageRate8.xml │ │ │ │ ├── partsDamageType.xml │ │ │ │ ├── phantomShaderId.xml │ │ │ │ ├── physGuardCutRate.xml │ │ │ │ ├── poisonGuardResist.xml │ │ │ │ ├── pushOutCamRegionRadius.xml │ │ │ │ ├── residentMaterialExParamId00.xml │ │ │ │ ├── residentMaterialExParamId01.xml │ │ │ │ ├── residentMaterialExParamId02.xml │ │ │ │ ├── residentMaterialExParamId03.xml │ │ │ │ ├── residentMaterialExParamId04.xml │ │ │ │ ├── resistCorrectId_blood.xml │ │ │ │ ├── resistCorrectId_curse.xml │ │ │ │ ├── resistCorrectId_disease.xml │ │ │ │ ├── resistCorrectId_freeze.xml │ │ │ │ ├── resistCorrectId_madness.xml │ │ │ │ ├── resistCorrectId_poison.xml │ │ │ │ ├── resistCorrectId_sleep.xml │ │ │ │ ├── resist_blood.xml │ │ │ │ ├── resist_curse.xml │ │ │ │ ├── resist_desease.xml │ │ │ │ ├── resist_freeze.xml │ │ │ │ ├── resist_madness.xml │ │ │ │ ├── resist_poison.xml │ │ │ │ ├── resist_sleep.xml │ │ │ │ ├── retargetMoveRate.xml │ │ │ │ ├── roleNameId.xml │ │ │ │ ├── saGuardCutRate.xml │ │ │ │ ├── saRecoveryRate.xml │ │ │ │ ├── sfxSize.xml │ │ │ │ ├── sideUndulationLimit.xml │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ ├── slashGuardCutRate.xml │ │ │ │ ├── sleepCollectorItemLotId_enemy.xml │ │ │ │ ├── sleepCollectorItemLotId_map.xml │ │ │ │ ├── sleepGuardResist.xml │ │ │ │ ├── spEffectID0.xml │ │ │ │ ├── spEffectID1.xml │ │ │ │ ├── spEffectID10.xml │ │ │ │ ├── spEffectID11.xml │ │ │ │ ├── spEffectID12.xml │ │ │ │ ├── spEffectID13.xml │ │ │ │ ├── spEffectID14.xml │ │ │ │ ├── spEffectID15.xml │ │ │ │ ├── spEffectID16.xml │ │ │ │ ├── spEffectID17.xml │ │ │ │ ├── spEffectID18.xml │ │ │ │ ├── spEffectID19.xml │ │ │ │ ├── spEffectID2.xml │ │ │ │ ├── spEffectID20.xml │ │ │ │ ├── spEffectID21.xml │ │ │ │ ├── spEffectID22.xml │ │ │ │ ├── spEffectID23.xml │ │ │ │ ├── spEffectID24.xml │ │ │ │ ├── spEffectID25.xml │ │ │ │ ├── spEffectID26.xml │ │ │ │ ├── spEffectID27.xml │ │ │ │ ├── spEffectID28.xml │ │ │ │ ├── spEffectID29.xml │ │ │ │ ├── spEffectID3.xml │ │ │ │ ├── spEffectID30.xml │ │ │ │ ├── spEffectID31.xml │ │ │ │ ├── spEffectID4.xml │ │ │ │ ├── spEffectID5.xml │ │ │ │ ├── spEffectID6.xml │ │ │ │ ├── spEffectID7.xml │ │ │ │ ├── spEffectID8.xml │ │ │ │ ├── spEffectID9.xml │ │ │ │ ├── specialTurnDistanceThreshold.xml │ │ │ │ ├── specialTurnType.xml │ │ │ │ ├── stamina.xml │ │ │ │ ├── staminaGuardDef.xml │ │ │ │ ├── staminaRecoverBaseVel.xml │ │ │ │ ├── stepDispInterpolateTime.xml │ │ │ │ ├── stepDispInterpolateTriggerValue.xml │ │ │ │ ├── superArmorBrakeKnockbackDist.xml │ │ │ │ ├── superArmorDurability.xml │ │ │ │ ├── superArmorRecoverCorrection.xml │ │ │ │ ├── teamType.xml │ │ │ │ ├── threatLv.xml │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ ├── thrustGuardCutRate.xml │ │ │ │ ├── thunGuardCutRate.xml │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ ├── toughness.xml │ │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ │ ├── turnVellocity.xml │ │ │ │ ├── undulationCorrectGain.xml │ │ │ │ ├── updateActivatePriolity.xml │ │ │ │ ├── useRagdollCamHit.xml │ │ │ │ ├── useUndulationAddAnimFB.xml │ │ │ │ ├── vowType.xml │ │ │ │ ├── weakPartsDamageRate.xml │ │ │ │ ├── weight.xml │ │ │ │ ├── wheelRotRadius.xml │ │ │ │ └── wheelRotType.xml │ │ │ ├── NpcThinkParam │ │ │ │ ├── .xml │ │ │ │ ├── BackHomeLife_OnHitEneWal.xml │ │ │ │ ├── BackHome_LookTargetDist.xml │ │ │ │ ├── BackHome_LookTargetTime.xml │ │ │ │ ├── BattleStartDist.xml │ │ │ │ ├── MemoryTargetForgetTime.xml │ │ │ │ ├── SightTargetForgetTime.xml │ │ │ │ ├── SoundTargetForgetTime.xml │ │ │ │ ├── TeamAttackEffectivity.xml │ │ │ │ ├── actTypeOnFailedPath.xml │ │ │ │ ├── actTypeOnNonBtlFailedPath.xml │ │ │ │ ├── backToHomeStuckAct.xml │ │ │ │ ├── backhomeBattleDist.xml │ │ │ │ ├── backhomeDist.xml │ │ │ │ ├── battleEye_updateAngX.xml │ │ │ │ ├── battleEye_updateAngY.xml │ │ │ │ ├── battleEye_updateDist.xml │ │ │ │ ├── battleGoalID.xml │ │ │ │ ├── callHelp_ActionAnimId.xml │ │ │ │ ├── callHelp_CallActionId.xml │ │ │ │ ├── callHelp_CallPeerId.xml │ │ │ │ ├── callHelp_CallValidMinDistTarget.xml │ │ │ │ ├── callHelp_CallValidRange.xml │ │ │ │ ├── callHelp_ForgetTimeByArrival.xml │ │ │ │ ├── callHelp_MaxWaitTime.xml │ │ │ │ ├── callHelp_MinWaitTime.xml │ │ │ │ ├── callHelp_MyPeerId.xml │ │ │ │ ├── callHelp_ReplyBehaviorType.xml │ │ │ │ ├── caravanRole.xml │ │ │ │ ├── changeStateAction_ToNormal.xml │ │ │ │ ├── disableDark.xml │ │ │ │ ├── disableLocalSteering.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── disablePathMove.xml │ │ │ │ ├── dummy8 enableNaviFlg_reserve1.xml │ │ │ │ ├── dummy8 pad3.xml │ │ │ │ ├── dummy8 pad4.xml │ │ │ │ ├── dummy8 pad6.xml │ │ │ │ ├── dummy8 pad8.xml │ │ │ │ ├── ear_dist.xml │ │ │ │ ├── ear_listenLevel.xml │ │ │ │ ├── ear_soundcut_dist.xml │ │ │ │ ├── enableJumpMove.xml │ │ │ │ ├── enableJumpMove_onBattle.xml │ │ │ │ ├── enableNaviFlg_Door.xml │ │ │ │ ├── enableNaviFlg_Edge.xml │ │ │ │ ├── enableNaviFlg_Edge_Ordinary.xml │ │ │ │ ├── enableNaviFlg_Hole.xml │ │ │ │ ├── enableNaviFlg_InSideWall.xml │ │ │ │ ├── enableNaviFlg_Ladder.xml │ │ │ │ ├── enableNaviFlg_LargeSpace.xml │ │ │ │ ├── enableNaviFlg_Lava.xml │ │ │ │ ├── enableWeaponOnOff.xml │ │ │ │ ├── eye_BackOffsetDist.xml │ │ │ │ ├── eye_BeginDist.xml │ │ │ │ ├── eye_angX.xml │ │ │ │ ├── eye_angY.xml │ │ │ │ ├── eye_dist.xml │ │ │ │ ├── goalAction_ToCaution.xml │ │ │ │ ├── goalAction_ToCautionImportant.xml │ │ │ │ ├── goalAction_ToDisappear.xml │ │ │ │ ├── goalAction_ToSearchLv1.xml │ │ │ │ ├── goalAction_ToSearchLv2.xml │ │ │ │ ├── idAttackCannotMove.xml │ │ │ │ ├── isBuddyAI.xml │ │ │ │ ├── isGuard_Act.xml │ │ │ │ ├── isNoAvoidHugeEnemy.xml │ │ │ │ ├── isUpdateBattleSight.xml │ │ │ │ ├── logicId.xml │ │ │ │ ├── maxBackhomeDist.xml │ │ │ │ ├── nonBattleActLife.xml │ │ │ │ ├── nose_dist.xml │ │ │ │ ├── platoonReplyAddRandomTime.xml │ │ │ │ ├── platoonReplyTime.xml │ │ │ │ ├── rangedAttackId.xml │ │ │ │ ├── searchEye_angX.xml │ │ │ │ ├── searchEye_angY.xml │ │ │ │ ├── searchEye_dist.xml │ │ │ │ ├── searchTargetLv1ForgetTime.xml │ │ │ │ ├── searchTargetLv2ForgetTime.xml │ │ │ │ ├── searchThreshold_Lv0toLv1.xml │ │ │ │ ├── searchThreshold_Lv1toLv2.xml │ │ │ │ ├── shiftAnimeId_RangedAttack.xml │ │ │ │ ├── skipArrivalVisibleCheck.xml │ │ │ │ ├── soundBehaviorId01.xml │ │ │ │ ├── soundBehaviorId02.xml │ │ │ │ ├── soundBehaviorId03.xml │ │ │ │ ├── soundBehaviorId04.xml │ │ │ │ ├── soundBehaviorId05.xml │ │ │ │ ├── soundBehaviorId06.xml │ │ │ │ ├── soundBehaviorId07.xml │ │ │ │ ├── soundBehaviorId08.xml │ │ │ │ ├── spEffectId_RangedAttack.xml │ │ │ │ ├── surpriseAnimId.xml │ │ │ │ ├── targetAILockDmyPoly.xml │ │ │ │ ├── targetSys_DmgEffectRate.xml │ │ │ │ ├── thinkAttr_doAdmirer.xml │ │ │ │ ├── useFall_onNormalCaution.xml │ │ │ │ ├── useFall_onSearchBattle.xml │ │ │ │ ├── weaponOffAnimId.xml │ │ │ │ ├── weaponOffSpecialEffectId.xml │ │ │ │ ├── weaponOnAnimId.xml │ │ │ │ └── weaponOnSpecialEffectId.xml │ │ │ ├── Position │ │ │ │ ├── .xml │ │ │ │ ├── Global │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Angle.xml │ │ │ │ │ ├── X.xml │ │ │ │ │ ├── Y.xml │ │ │ │ │ └── Z.xml │ │ │ │ ├── InitPos.xml │ │ │ │ ├── Local │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Angle.xml │ │ │ │ │ ├── X.xml │ │ │ │ │ ├── Y.xml │ │ │ │ │ └── Z.xml │ │ │ │ ├── Teleport Npc to Self.cea │ │ │ │ ├── Teleport Npc to Self.xml │ │ │ │ ├── Teleport Self to Npc.cea │ │ │ │ └── Teleport Self to Npc.xml │ │ │ ├── Resistances │ │ │ │ ├── .xml │ │ │ │ ├── Focus (Madness).xml │ │ │ │ ├── Focus (Sleep).xml │ │ │ │ ├── Immunity (Poison).xml │ │ │ │ ├── Immunity (Scarlet Rot).xml │ │ │ │ ├── Max Focus (Madness).xml │ │ │ │ ├── Max Focus (Sleep).xml │ │ │ │ ├── Max Immunity (Poison).xml │ │ │ │ ├── Max Immunity (Scarlet Rot).xml │ │ │ │ ├── Max Robustness (Frostbite).xml │ │ │ │ ├── Max Robustness (Hemorrhage).xml │ │ │ │ ├── Max Vitality (Deathblight).xml │ │ │ │ ├── Robustness (Frostbite).xml │ │ │ │ ├── Robustness (Hemorrhage).xml │ │ │ │ └── Vitality (Deathblight).xml │ │ │ ├── Sp.xml │ │ │ ├── Speed Modifier.xml │ │ │ ├── Stats │ │ │ │ ├── .xml │ │ │ │ ├── BaseMaxHP.xml │ │ │ │ ├── BaseMaxMP.xml │ │ │ │ ├── BaseMaxSP.xml │ │ │ │ ├── HP.xml │ │ │ │ ├── MP.xml │ │ │ │ ├── MaxHP.xml │ │ │ │ ├── MaxHP2.xml │ │ │ │ ├── MaxMP.xml │ │ │ │ ├── MaxSP.xml │ │ │ │ └── SP.xml │ │ │ ├── SuperArmor │ │ │ │ ├── .xml │ │ │ │ ├── ExtraSADurability 2.xml │ │ │ │ ├── ExtraSADurability.xml │ │ │ │ ├── SADurability 2.xml │ │ │ │ ├── SADurability.xml │ │ │ │ ├── break.xml │ │ │ │ └── recoverTime.xml │ │ │ ├── Team Type.xml │ │ │ ├── ThinkId.xml │ │ │ └── Toughness │ │ │ │ ├── .xml │ │ │ │ ├── ToughnessDurability 2.xml │ │ │ │ ├── ToughnessDurability 3.xml │ │ │ │ ├── ToughnessDurability.xml │ │ │ │ └── recoverTime.xml │ │ ├── Last Protector Highlighted │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── Model Masks 2 │ │ │ │ ├── .xml │ │ │ │ ├── dummy8 padbit.xml │ │ │ │ ├── invisibleFlag48.xml │ │ │ │ ├── invisibleFlag49.xml │ │ │ │ ├── invisibleFlag50.xml │ │ │ │ ├── invisibleFlag51.xml │ │ │ │ ├── invisibleFlag52.xml │ │ │ │ ├── invisibleFlag53.xml │ │ │ │ ├── invisibleFlag54.xml │ │ │ │ ├── invisibleFlag55.xml │ │ │ │ ├── invisibleFlag56.xml │ │ │ │ ├── invisibleFlag57.xml │ │ │ │ ├── invisibleFlag58.xml │ │ │ │ ├── invisibleFlag59.xml │ │ │ │ ├── invisibleFlag60.xml │ │ │ │ ├── invisibleFlag61.xml │ │ │ │ ├── invisibleFlag62.xml │ │ │ │ ├── invisibleFlag63.xml │ │ │ │ ├── invisibleFlag64.xml │ │ │ │ ├── invisibleFlag65.xml │ │ │ │ ├── invisibleFlag66.xml │ │ │ │ ├── invisibleFlag67.xml │ │ │ │ ├── invisibleFlag68.xml │ │ │ │ ├── invisibleFlag69.xml │ │ │ │ ├── invisibleFlag70.xml │ │ │ │ ├── invisibleFlag71.xml │ │ │ │ ├── invisibleFlag72.xml │ │ │ │ ├── invisibleFlag73.xml │ │ │ │ ├── invisibleFlag74.xml │ │ │ │ ├── invisibleFlag75.xml │ │ │ │ ├── invisibleFlag76.xml │ │ │ │ ├── invisibleFlag77.xml │ │ │ │ ├── invisibleFlag78.xml │ │ │ │ ├── invisibleFlag79.xml │ │ │ │ └── invisibleFlag80.xml │ │ │ │ ├── Model Masks │ │ │ │ ├── .xml │ │ │ │ ├── 00 (Hide upper face).xml │ │ │ │ ├── 01 (Hide lower face).xml │ │ │ │ ├── 02.xml │ │ │ │ ├── 03.xml │ │ │ │ ├── 04 (Hide upper neck).xml │ │ │ │ ├── 05 (Hide lower neck).xml │ │ │ │ ├── 06 (Hide torso).xml │ │ │ │ ├── 07 (Hide chest strap).xml │ │ │ │ ├── 08 (Hide shoulders).xml │ │ │ │ ├── 09 (Hide elbows).xml │ │ │ │ ├── 10 (Hide wrists).xml │ │ │ │ ├── 11 (Hide hands).xml │ │ │ │ ├── 12.xml │ │ │ │ ├── 13 (Hide waist).xml │ │ │ │ ├── 14 (Hide calves).xml │ │ │ │ ├── 15 (Hide shins).xml │ │ │ │ ├── 16 (Hide feet).xml │ │ │ │ ├── 17 (Hide bra).xml │ │ │ │ ├── 18 (Hide knot on pants).xml │ │ │ │ ├── 19 (Hide belt).xml │ │ │ │ ├── 20.xml │ │ │ │ ├── 21.xml │ │ │ │ ├── 22.xml │ │ │ │ ├── 23.xml │ │ │ │ ├── 24.xml │ │ │ │ ├── 25 (Hide sleeves).xml │ │ │ │ ├── 26.xml │ │ │ │ ├── 27.xml │ │ │ │ ├── 28.xml │ │ │ │ ├── 29.xml │ │ │ │ ├── 30.xml │ │ │ │ ├── 31.xml │ │ │ │ ├── 32.xml │ │ │ │ ├── 33.xml │ │ │ │ ├── 34.xml │ │ │ │ ├── 35.xml │ │ │ │ ├── 36.xml │ │ │ │ ├── 37.xml │ │ │ │ ├── 38.xml │ │ │ │ ├── 39.xml │ │ │ │ ├── 40.xml │ │ │ │ ├── 41.xml │ │ │ │ ├── 42.xml │ │ │ │ ├── 43.xml │ │ │ │ ├── 44.xml │ │ │ │ ├── 45.xml │ │ │ │ ├── 46.xml │ │ │ │ ├── 47.xml │ │ │ │ ├── 48.xml │ │ │ │ ├── 49.xml │ │ │ │ ├── 50 (pants related).xml │ │ │ │ ├── 51.xml │ │ │ │ ├── 52.xml │ │ │ │ ├── 53.xml │ │ │ │ ├── 54.xml │ │ │ │ ├── 55.xml │ │ │ │ ├── 56.xml │ │ │ │ ├── 57 (Hide skirt).xml │ │ │ │ ├── 58.xml │ │ │ │ ├── 59.xml │ │ │ │ ├── 60 (Hide hair scalp).xml │ │ │ │ ├── 61 (Hide hair low).xml │ │ │ │ ├── 62.xml │ │ │ │ ├── 63 (Hide hair top in).xml │ │ │ │ ├── 64 (Hide hair top out).xml │ │ │ │ ├── 65 (Hide hair front in).xml │ │ │ │ ├── 66 (Hide hair front out).xml │ │ │ │ ├── 67 (Hide hair sides).xml │ │ │ │ ├── 68 (Hide hair back).xml │ │ │ │ ├── 69.xml │ │ │ │ ├── 70.xml │ │ │ │ ├── 71.xml │ │ │ │ ├── 72.xml │ │ │ │ ├── 73.xml │ │ │ │ ├── 74.xml │ │ │ │ ├── 75.xml │ │ │ │ ├── 76.xml │ │ │ │ ├── 77.xml │ │ │ │ ├── 78.xml │ │ │ │ ├── 79.xml │ │ │ │ ├── 80.xml │ │ │ │ ├── 81.xml │ │ │ │ ├── 82.xml │ │ │ │ ├── 83.xml │ │ │ │ ├── 84.xml │ │ │ │ ├── 85.xml │ │ │ │ ├── 86.xml │ │ │ │ ├── 87.xml │ │ │ │ ├── 88.xml │ │ │ │ ├── 89.xml │ │ │ │ ├── 90.xml │ │ │ │ ├── 91.xml │ │ │ │ ├── 92.xml │ │ │ │ ├── 93.xml │ │ │ │ ├── 94.xml │ │ │ │ ├── 95.xml │ │ │ │ ├── 96.xml │ │ │ │ └── 97.xml │ │ │ │ ├── armEquip.xml │ │ │ │ ├── autoFootEffectDecalBaseId2.xml │ │ │ │ ├── autoFootEffectDecalBaseId3.xml │ │ │ │ ├── autoFootEffectDecalId.xml │ │ │ │ ├── basicPrice.xml │ │ │ │ ├── blowDamageCutRate.xml │ │ │ │ ├── bodyEquip.xml │ │ │ │ ├── corectSARecover.xml │ │ │ │ ├── darkDamageCutRate.xml │ │ │ │ ├── defFlickPower.xml │ │ │ │ ├── defenseBlow.xml │ │ │ │ ├── defenseDark.xml │ │ │ │ ├── defenseFire.xml │ │ │ │ ├── defenseMagic.xml │ │ │ │ ├── defenseMaterial1.xml │ │ │ │ ├── defenseMaterialSfx1.xml │ │ │ │ ├── defenseMaterialSfx2.xml │ │ │ │ ├── defenseMaterialSfx_Weak1.xml │ │ │ │ ├── defenseMaterialSfx_Weak2.xml │ │ │ │ ├── defenseMaterialVariationValue.xml │ │ │ │ ├── defenseMaterialVariationValue_Weak.xml │ │ │ │ ├── defenseMaterial_Weak1.xml │ │ │ │ ├── defenseMaterial_Weak2.xml │ │ │ │ ├── defensePhysics.xml │ │ │ │ ├── defenseSlash.xml │ │ │ │ ├── defenseThrust.xml │ │ │ │ ├── defenseThunder.xml │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── dummy8 pad.xml │ │ │ │ ├── dummy8 pad04.xml │ │ │ │ ├── dummy8 pad06.xml │ │ │ │ ├── dummy8 pad2.xml │ │ │ │ ├── durability.xml │ │ │ │ ├── durabilityMax.xml │ │ │ │ ├── equipModelCategory.xml │ │ │ │ ├── equipModelGender.xml │ │ │ │ ├── equipModelId.xml │ │ │ │ ├── faceScaleF_MaxX.xml │ │ │ │ ├── faceScaleF_MaxZ.xml │ │ │ │ ├── faceScaleF_ScaleX.xml │ │ │ │ ├── faceScaleF_ScaleZ.xml │ │ │ │ ├── faceScaleM_MaxX.xml │ │ │ │ ├── faceScaleM_MaxZ.xml │ │ │ │ ├── faceScaleM_ScaleX.xml │ │ │ │ ├── faceScaleM_ScaleZ.xml │ │ │ │ ├── fireDamageCutRate.xml │ │ │ │ ├── fixPrice.xml │ │ │ │ ├── flickDamageCutRate.xml │ │ │ │ ├── footMaterialSe.xml │ │ │ │ ├── headEquip.xml │ │ │ │ ├── iconIdF.xml │ │ │ │ ├── iconIdM.xml │ │ │ │ ├── isDeposit.xml │ │ │ │ ├── isDiscard.xml │ │ │ │ ├── isDrop.xml │ │ │ │ ├── isSkipWeakDamageAnim.xml │ │ │ │ ├── knockback.xml │ │ │ │ ├── knockbackBounceRate.xml │ │ │ │ ├── knockbackParamId.xml │ │ │ │ ├── legEquip.xml │ │ │ │ ├── magicDamageCutRate.xml │ │ │ │ ├── materialSetId.xml │ │ │ │ ├── neutralDamageCutRate.xml │ │ │ │ ├── originEquipPro.xml │ │ │ │ ├── originEquipPro1.xml │ │ │ │ ├── originEquipPro10.xml │ │ │ │ ├── originEquipPro11.xml │ │ │ │ ├── originEquipPro12.xml │ │ │ │ ├── originEquipPro13.xml │ │ │ │ ├── originEquipPro14.xml │ │ │ │ ├── originEquipPro15.xml │ │ │ │ ├── originEquipPro2.xml │ │ │ │ ├── originEquipPro3.xml │ │ │ │ ├── originEquipPro4.xml │ │ │ │ ├── originEquipPro5.xml │ │ │ │ ├── originEquipPro6.xml │ │ │ │ ├── originEquipPro7.xml │ │ │ │ ├── originEquipPro8.xml │ │ │ │ ├── originEquipPro9.xml │ │ │ │ ├── partsDamageRate.xml │ │ │ │ ├── partsDmgType.xml │ │ │ │ ├── postureControlId.xml │ │ │ │ ├── protectorCategory.xml │ │ │ │ ├── qwcId.xml │ │ │ │ ├── rarity.xml │ │ │ │ ├── reinforceTypeId.xml │ │ │ │ ├── residentSpEffectId.xml │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ ├── residentSpEffectId3.xml │ │ │ │ ├── resistBlood.xml │ │ │ │ ├── resistCurse.xml │ │ │ │ ├── resistDisease.xml │ │ │ │ ├── resistFreeze.xml │ │ │ │ ├── resistMadness.xml │ │ │ │ ├── resistPoison.xml │ │ │ │ ├── resistSleep.xml │ │ │ │ ├── saDurability 2.xml │ │ │ │ ├── saDurability.xml │ │ │ │ ├── saleValue.xml │ │ │ │ ├── sellValue.xml │ │ │ │ ├── shopLv.xml │ │ │ │ ├── showDialogCondType.xml │ │ │ │ ├── showLogCondType.xml │ │ │ │ ├── simpleModelForDlc.xml │ │ │ │ ├── slashDamageCutRate.xml │ │ │ │ ├── sortGroupId.xml │ │ │ │ ├── sortId.xml │ │ │ │ ├── thrustDamageCutRate.xml │ │ │ │ ├── thunderDamageCutRate.xml │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ ├── toughnessDamageCutRate.xml │ │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ │ ├── trophySGradeId.xml │ │ │ │ ├── useFaceScale.xml │ │ │ │ ├── wanderingEquipId.xml │ │ │ │ └── weight.xml │ │ ├── Last Weapon Highlighted │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ └── Start │ │ │ │ ├── .xml │ │ │ │ ├── DerivationLevelType.xml │ │ │ │ ├── absorpParamId (sheath position).xml │ │ │ │ ├── arrowBoltEquipId.xml │ │ │ │ ├── arrowSlotEquipable.xml │ │ │ │ ├── atkAttribute2.xml │ │ │ │ ├── atkMaterial.xml │ │ │ │ ├── attackBaseDark.xml │ │ │ │ ├── attackBaseFire.xml │ │ │ │ ├── attackBaseMagic.xml │ │ │ │ ├── attackBaseParry.xml │ │ │ │ ├── attackBasePhysics.xml │ │ │ │ ├── attackBaseRepel.xml │ │ │ │ ├── attackBaseStamina.xml │ │ │ │ ├── attackBaseThunder.xml │ │ │ │ ├── attackElementCorrectId.xml │ │ │ │ ├── attackThrowEscape.xml │ │ │ │ ├── attainmentWepStatusDex.xml │ │ │ │ ├── attainmentWepStatusFai.xml │ │ │ │ ├── attainmentWepStatusLuc.xml │ │ │ │ ├── attainmentWepStatusMag.xml │ │ │ │ ├── attainmentWepStatusStr.xml │ │ │ │ ├── autoReplenishType.xml │ │ │ │ ├── baseChangeCategory.xml │ │ │ │ ├── baseChangePrice.xml │ │ │ │ ├── behaviorVariationId.xml │ │ │ │ ├── bloodGuardResist.xml │ │ │ │ ├── bloodGuardResist_MaxCorrect.xml │ │ │ │ ├── blowGuardCutRate.xml │ │ │ │ ├── boltSlotEquipable.xml │ │ │ │ ├── bothHandEquipable.xml │ │ │ │ ├── bowDistRate.xml │ │ │ │ ├── correctAgility.xml │ │ │ │ ├── correctFaith.xml │ │ │ │ ├── correctLuck.xml │ │ │ │ ├── correctMagic.xml │ │ │ │ ├── correctStrength.xml │ │ │ │ ├── correctType_Blood.xml │ │ │ │ ├── correctType_Dark.xml │ │ │ │ ├── correctType_Fire.xml │ │ │ │ ├── correctType_Madness.xml │ │ │ │ ├── correctType_Magic.xml │ │ │ │ ├── correctType_Physics.xml │ │ │ │ ├── correctType_Poison.xml │ │ │ │ ├── correctType_Sleep.xml │ │ │ │ ├── correctType_Thunder.xml │ │ │ │ ├── curseGuardResist.xml │ │ │ │ ├── curseGuardResist_MaxCorrect.xml │ │ │ │ ├── darkGuardCutRate.xml │ │ │ │ ├── darkGuardCutRate_MaxCorrect.xml │ │ │ │ ├── defMaterial.xml │ │ │ │ ├── defMaterialVariationValue.xml │ │ │ │ ├── defSeMaterial2.xml │ │ │ │ ├── defSfxMaterial.xml │ │ │ │ ├── defSfxMaterial1.xml │ │ │ │ ├── defSfxMaterial2.xml │ │ │ │ ├── defenseBaseParry.xml │ │ │ │ ├── disableBaseChangeReset.xml │ │ │ │ ├── disableGemAttr.xml │ │ │ │ ├── disableMultiDropShare.xml │ │ │ │ ├── disableParamReserve.xml │ │ │ │ ├── disableParamReserve2.xml │ │ │ │ ├── disableParam_NT.xml │ │ │ │ ├── disableRepair.xml │ │ │ │ ├── diseaseGuardResist.xml │ │ │ │ ├── diseaseGuardResist_MaxCorrect.xml │ │ │ │ ├── dummy pad2.xml │ │ │ │ ├── dummy8 pad.xml │ │ │ │ ├── durability.xml │ │ │ │ ├── durabilityMax.xml │ │ │ │ ├── enableGuard (LH buff).xml │ │ │ │ ├── enableMagic.xml │ │ │ │ ├── enableMiracle.xml │ │ │ │ ├── enableParry.xml │ │ │ │ ├── enableSorcery (Pyromancy).xml │ │ │ │ ├── enableThrow.xml │ │ │ │ ├── enableVowMagic.xml │ │ │ │ ├── enchantSfxSize.xml │ │ │ │ ├── equipModelCategory.xml │ │ │ │ ├── equipModelGender.xml │ │ │ │ ├── equipModelId.xml │ │ │ │ ├── fireGuardCutRate.xml │ │ │ │ ├── fireGuardCutRate_MaxCorrect.xml │ │ │ │ ├── fixPrice.xml │ │ │ │ ├── freezeGuardResist.xml │ │ │ │ ├── freezeGuardResist_MaxCorrect.xml │ │ │ │ ├── gemMountType.xml │ │ │ │ ├── guardAngle.xml │ │ │ │ ├── guardBaseRepel.xml │ │ │ │ ├── guardCutCancelRate.xml │ │ │ │ ├── guardLevel.xml │ │ │ │ ├── guardmotionCategory.xml │ │ │ │ ├── iconId.xml │ │ │ │ ├── invisibleOnRemo.xml │ │ │ │ ├── isAutoEquip.xml │ │ │ │ ├── isBlowAttackType.xml │ │ │ │ ├── isCustom (reinforcable).xml │ │ │ │ ├── isDarkHand.xml │ │ │ │ ├── isDeposit.xml │ │ │ │ ├── isDiscard.xml │ │ │ │ ├── isDragonSlayer.xml │ │ │ │ ├── isDrop.xml │ │ │ │ ├── isDualBlade.xml │ │ │ │ ├── isDurabilityDivergence.xml │ │ │ │ ├── isEnableEmergencyStep.xml │ │ │ │ ├── isEnhance (RH buff).xml │ │ │ │ ├── isHeroPointCorrect (luck).xml │ │ │ │ ├── isNormalAttackType.xml │ │ │ │ ├── isSlashAttackType.xml │ │ │ │ ├── isSoulParamIdChange_model0.xml │ │ │ │ ├── isSoulParamIdChange_model1.xml │ │ │ │ ├── isSoulParamIdChange_model2.xml │ │ │ │ ├── isSoulParamIdChange_model4.xml │ │ │ │ ├── isThrustAttackType.xml │ │ │ │ ├── isValidTough_ProtSADmg.xml │ │ │ │ ├── isVersusGhostWep.xml │ │ │ │ ├── lanternWep.xml │ │ │ │ ├── leftHandEquipable.xml │ │ │ │ ├── levelSyncCorrectId.xml │ │ │ │ ├── madnessGuardResist.xml │ │ │ │ ├── madnessGuardResist_MaxCorrect.xml │ │ │ │ ├── magGuardCutRate.xml │ │ │ │ ├── magGuardCutRate_MaxCorrect.xml │ │ │ │ ├── materialSetId.xml │ │ │ │ ├── maxArrowQuantity.xml │ │ │ │ ├── originEquipWep.xml │ │ │ │ ├── originEquipWep1.xml │ │ │ │ ├── originEquipWep10.xml │ │ │ │ ├── originEquipWep11.xml │ │ │ │ ├── originEquipWep12.xml │ │ │ │ ├── originEquipWep13.xml │ │ │ │ ├── originEquipWep14.xml │ │ │ │ ├── originEquipWep15.xml │ │ │ │ ├── originEquipWep16.xml │ │ │ │ ├── originEquipWep17.xml │ │ │ │ ├── originEquipWep18.xml │ │ │ │ ├── originEquipWep19.xml │ │ │ │ ├── originEquipWep2.xml │ │ │ │ ├── originEquipWep20.xml │ │ │ │ ├── originEquipWep21.xml │ │ │ │ ├── originEquipWep22.xml │ │ │ │ ├── originEquipWep23.xml │ │ │ │ ├── originEquipWep24.xml │ │ │ │ ├── originEquipWep25.xml │ │ │ │ ├── originEquipWep3.xml │ │ │ │ ├── originEquipWep4.xml │ │ │ │ ├── originEquipWep5.xml │ │ │ │ ├── originEquipWep6.xml │ │ │ │ ├── originEquipWep7.xml │ │ │ │ ├── originEquipWep8.xml │ │ │ │ ├── originEquipWep9.xml │ │ │ │ ├── overStrength.xml │ │ │ │ ├── parryDamageLife.xml │ │ │ │ ├── physGuardCutRate.xml │ │ │ │ ├── physGuardCutRate_MaxCorrect.xml │ │ │ │ ├── poisonGuardResist.xml │ │ │ │ ├── poisonGuardResist_MaxCorrect.xml │ │ │ │ ├── postureControlId_Left.xml │ │ │ │ ├── postureControlId_Right.xml │ │ │ │ ├── properAgility.xml │ │ │ │ ├── properFaith.xml │ │ │ │ ├── properLuck.xml │ │ │ │ ├── properMagic.xml │ │ │ │ ├── properStrength.xml │ │ │ │ ├── rarity.xml │ │ │ │ ├── reinforcePrice.xml │ │ │ │ ├── reinforceShopCategory.xml │ │ │ │ ├── reinforceTypeId.xml │ │ │ │ ├── residentSfxId_1.xml │ │ │ │ ├── residentSfxId_2.xml │ │ │ │ ├── residentSfxId_3.xml │ │ │ │ ├── residentSfxId_4.xml │ │ │ │ ├── residentSfx_1_IsVisibleForHang.xml │ │ │ │ ├── residentSfx_2_IsVisibleForHang.xml │ │ │ │ ├── residentSfx_3_IsVisibleForHang.xml │ │ │ │ ├── residentSfx_4_IsVisibleForHang.xml │ │ │ │ ├── residentSfx_DmyId_1.xml │ │ │ │ ├── residentSfx_DmyId_2.xml │ │ │ │ ├── residentSfx_DmyId_3.xml │ │ │ │ ├── residentSfx_DmyId_4.xml │ │ │ │ ├── residentSpEffectId.xml │ │ │ │ ├── residentSpEffectId1.xml │ │ │ │ ├── residentSpEffectId2.xml │ │ │ │ ├── rightHandEquipable.xml │ │ │ │ ├── saDurability.xml │ │ │ │ ├── saGuardCutRate.xml │ │ │ │ ├── saWeaponDamage 2.xml │ │ │ │ ├── saWeaponDamage.xml │ │ │ │ ├── saleValue.xml │ │ │ │ ├── sellValue.xml │ │ │ │ ├── showDialogCondType.xml │ │ │ │ ├── showLogCondType.xml │ │ │ │ ├── simpleModelForDlc.xml │ │ │ │ ├── slashGuardCutRate.xml │ │ │ │ ├── sleepGuardResist.xml │ │ │ │ ├── sleepGuardResist_MaxCorrect.xml │ │ │ │ ├── sortGroupId.xml │ │ │ │ ├── sortId.xml │ │ │ │ ├── spAtkcategory.xml │ │ │ │ ├── spAttribute.xml │ │ │ │ ├── spAttributeVariationValue.xml │ │ │ │ ├── spEffectBehaviorId.xml │ │ │ │ ├── spEffectBehaviorId1.xml │ │ │ │ ├── spEffectBehaviorId2.xml │ │ │ │ ├── spEffectMsgId0.xml │ │ │ │ ├── spEffectMsgId1.xml │ │ │ │ ├── spEffectMsgId2.xml │ │ │ │ ├── staminaConsumptionRate.xml │ │ │ │ ├── staminaGuardDef.xml │ │ │ │ ├── staminaGuardDef_MaxCorrect.xml │ │ │ │ ├── stealthAtkRate.xml │ │ │ │ ├── swordArtsParamId (Weapon Art).xml │ │ │ │ ├── throwAtkRate.xml │ │ │ │ ├── thrustGuardCutRate.xml │ │ │ │ ├── thunGuardCutRate.xml │ │ │ │ ├── thunGuardCutRate_MaxCorrect.xml │ │ │ │ ├── toughnessCorrectRate.xml │ │ │ │ ├── traceDmyIdHead0.xml │ │ │ │ ├── traceDmyIdHead1.xml │ │ │ │ ├── traceDmyIdHead2.xml │ │ │ │ ├── traceDmyIdHead3.xml │ │ │ │ ├── traceDmyIdHead4.xml │ │ │ │ ├── traceDmyIdHead5.xml │ │ │ │ ├── traceDmyIdHead6.xml │ │ │ │ ├── traceDmyIdHead7.xml │ │ │ │ ├── traceDmyIdTail0.xml │ │ │ │ ├── traceDmyIdTail1.xml │ │ │ │ ├── traceDmyIdTail2.xml │ │ │ │ ├── traceDmyIdTail3.xml │ │ │ │ ├── traceDmyIdTail4.xml │ │ │ │ ├── traceDmyIdTail5.xml │ │ │ │ ├── traceDmyIdTail6.xml │ │ │ │ ├── traceDmyIdTail7.xml │ │ │ │ ├── traceSfxId0.xml │ │ │ │ ├── traceSfxId1.xml │ │ │ │ ├── traceSfxId2.xml │ │ │ │ ├── traceSfxId3.xml │ │ │ │ ├── traceSfxId4.xml │ │ │ │ ├── traceSfxId5.xml │ │ │ │ ├── traceSfxId6.xml │ │ │ │ ├── traceSfxId7.xml │ │ │ │ ├── trophySGradeId.xml │ │ │ │ ├── trophySeqId.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Blood.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Curse.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Dark.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Disease.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Fire.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Freeze.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Madness.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Magic.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Physics.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Poison.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Sleep.xml │ │ │ │ ├── vsPlayerDmgCorrectRate_Thunder.xml │ │ │ │ ├── wanderingEquipId.xml │ │ │ │ ├── weakA_DamageRate.xml │ │ │ │ ├── weakB_DamageRate.xml │ │ │ │ ├── weakC_DamageRate.xml │ │ │ │ ├── weakD_DamageRate.xml │ │ │ │ ├── weakE_DamageRate.xml │ │ │ │ ├── weakF_DamageRate.xml │ │ │ │ ├── weaponCategory.xml │ │ │ │ ├── weaponWeightRate.xml │ │ │ │ ├── weight.xml │ │ │ │ ├── wepCollidableType0.xml │ │ │ │ ├── wepCollidableType1.xml │ │ │ │ ├── wepRegainHp.xml │ │ │ │ ├── wepSeIdOffset.xml │ │ │ │ ├── wepType.xml │ │ │ │ ├── wepmotionBothHandId.xml │ │ │ │ ├── wepmotionCategory.xml │ │ │ │ └── wepmotionOneHandId.xml │ │ ├── Note Last x Highlighted helpers currently don't work in simple view.xml │ │ └── Targeted Npc Info │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── 105090.xml │ │ │ ├── Animation │ │ │ ├── .xml │ │ │ ├── Current Animation │ │ │ │ ├── .xml │ │ │ │ └── Length played [seconds].xml │ │ │ └── Idle.xml │ │ │ ├── Character Flags │ │ │ ├── .xml │ │ │ ├── No Attack.xml │ │ │ ├── No Hit.xml │ │ │ ├── No Move.xml │ │ │ ├── No Update.xml │ │ │ ├── NoDamage.xml │ │ │ ├── NoDead.xml │ │ │ ├── NoFPConsumption.xml │ │ │ ├── NoGoodsConsume.xml │ │ │ └── NoStaminaConsumption.xml │ │ │ ├── Character Type.xml │ │ │ ├── Equipment │ │ │ ├── .xml │ │ │ ├── Accessory 1.xml │ │ │ ├── Accessory 2.xml │ │ │ ├── Accessory 3.xml │ │ │ ├── Accessory 4.xml │ │ │ ├── Armor.xml │ │ │ ├── Gauntlet.xml │ │ │ ├── Helmet.xml │ │ │ ├── Leggings.xml │ │ │ ├── PrimaryArrow.xml │ │ │ ├── PrimaryBolt.xml │ │ │ ├── PrimaryLeftWep.xml │ │ │ ├── PrimaryRightWep.xml │ │ │ ├── SecondaryArrow.xml │ │ │ ├── SecondaryBolt.xml │ │ │ ├── SecondaryLeftWep.xml │ │ │ ├── SecondaryRightWep.xml │ │ │ ├── TertiaryLeftWep.xml │ │ │ └── TertiaryRightWep.xml │ │ │ ├── Face Data │ │ │ ├── .xml │ │ │ ├── Accessories_Model_Id.xml │ │ │ ├── Beard_Model_Id.xml │ │ │ ├── Decal_Model_Id.xml │ │ │ ├── Eye_Model_Id.xml │ │ │ ├── Eyebrow_Model_Id.xml │ │ │ ├── Eyelash_Model_Id.xml │ │ │ ├── FaceData_AOB.xml │ │ │ ├── Face_Model_Id.xml │ │ │ └── Hair_Model_Id.xml │ │ │ ├── Handle.xml │ │ │ ├── Hp.xml │ │ │ ├── MaxHp.xml │ │ │ ├── ModelId.xml │ │ │ ├── Mp.xml │ │ │ ├── Name.xml │ │ │ ├── NpcId.xml │ │ │ ├── NpcParam │ │ │ ├── .xml │ │ │ ├── GameClearSpEffectID.xml │ │ │ ├── RetargetReferenceChrId.xml │ │ │ ├── SfxResBankId.xml │ │ │ ├── SoundAddBankId.xml │ │ │ ├── SoundBankId.xml │ │ │ ├── WanderGhostPhantomId.xml │ │ │ ├── animIdOffset.xml │ │ │ ├── animIdOffset2.xml │ │ │ ├── attachHitInitializeDead.xml │ │ │ ├── autoFootEffectDecalBaseId1.xml │ │ │ ├── autoFootEffectDecalBaseId2.xml │ │ │ ├── autoFootEffectDecalBaseId3.xml │ │ │ ├── autoFootEffectSfxId.xml │ │ │ ├── behaviorVariationId.xml │ │ │ ├── bloodGuardResist.xml │ │ │ ├── blowDamageCutRate.xml │ │ │ ├── blowGuardCutRate.xml │ │ │ ├── burnSfxType.xml │ │ │ ├── chrActivateConditionParamId.xml │ │ │ ├── chrDeadTutorialFlagId.xml │ │ │ ├── chrHitGroupAndNavimesh.xml │ │ │ ├── chrHitHeight.xml │ │ │ ├── chrHitRadius.xml │ │ │ ├── chrNavimeshFlag_Alive.xml │ │ │ ├── chrNavimeshFlag_Dead.xml │ │ │ ├── clothOffLodLevel.xml │ │ │ ├── clothUpdateOffset.xml │ │ │ ├── curseGuardResist.xml │ │ │ ├── darkDamageCutRate.xml │ │ │ ├── darkGuardCutRate.xml │ │ │ ├── dbgBehaviorL1.xml │ │ │ ├── dbgBehaviorL2.xml │ │ │ ├── dbgBehaviorLD.xml │ │ │ ├── dbgBehaviorLL.xml │ │ │ ├── dbgBehaviorLR.xml │ │ │ ├── dbgBehaviorLU.xml │ │ │ ├── dbgBehaviorR1.xml │ │ │ ├── dbgBehaviorR2.xml │ │ │ ├── dbgBehaviorRD.xml │ │ │ ├── dbgBehaviorRL.xml │ │ │ ├── dbgBehaviorRR.xml │ │ │ ├── dbgBehaviorRU.xml │ │ │ ├── deactivateDist.xml │ │ │ ├── deactiveMoveDist.xml │ │ │ ├── deactiveMoveSpeed.xml │ │ │ ├── defFlickPower.xml │ │ │ ├── def_blow.xml │ │ │ ├── def_dark.xml │ │ │ ├── def_fire.xml │ │ │ ├── def_mag.xml │ │ │ ├── def_phys.xml │ │ │ ├── def_slash.xml │ │ │ ├── def_thrust.xml │ │ │ ├── def_thunder.xml │ │ │ ├── defaultLodParamId.xml │ │ │ ├── disableActivateLegacy_xb1.xml │ │ │ ├── disableActivateOpen_xb1.xml │ │ │ ├── disableClothRigidHit.xml │ │ │ ├── disableInitializeDead.xml │ │ │ ├── disableLockOnAng.xml │ │ │ ├── disableParamReserve.xml │ │ │ ├── disableParamReserve2.xml │ │ │ ├── disableParam_NT.xml │ │ │ ├── disableRespawn.xml │ │ │ ├── diseaseGuardResist.xml │ │ │ ├── doesAlwaysUseSpecialTurn.xml │ │ │ ├── drawType.xml │ │ │ ├── dropType.xml │ │ │ ├── dummy8 pad1.xml │ │ │ ├── dummy8 pad12.xml │ │ │ ├── dummy8 pad7.xml │ │ │ ├── enableAILockDmyPoly_212.xml │ │ │ ├── enableAILockDmyPoly_213.xml │ │ │ ├── enableAILockDmyPoly_214.xml │ │ │ ├── enableSoundObjDist.xml │ │ │ ├── estusFlaskLotPoint.xml │ │ │ ├── estusFlaskRecoveryParamId.xml │ │ │ ├── estusFlaskRecovery_failedLotPointAdd.xml │ │ │ ├── excludeGroupRewardCheck.xml │ │ │ ├── faceIconId.xml │ │ │ ├── fallDamageDump.xml │ │ │ ├── fireDamageCutRate.xml │ │ │ ├── fireGuardCutRate.xml │ │ │ ├── flickDamageCutRate.xml │ │ │ ├── footIkErrorHeightLimit.xml │ │ │ ├── footIkErrorOffGain.xml │ │ │ ├── footIkErrorOnGain.xml │ │ │ ├── forwardUndulationLimit.xml │ │ │ ├── freezeGuardResist.xml │ │ │ ├── getSoul.xml │ │ │ ├── ghostModelId.xml │ │ │ ├── guardAngle.xml │ │ │ ├── guardLevel.xml │ │ │ ├── hearingHeadSize.xml │ │ │ ├── hitHeight.xml │ │ │ ├── hitRadius.xml │ │ │ ├── hitStopType.xml │ │ │ ├── hitYOffset.xml │ │ │ ├── hp.xml │ │ │ ├── hpEstusFlaskLotPoint.xml │ │ │ ├── hpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ ├── humanityLotId.xml │ │ │ ├── isBulletOwner_byObject.xml │ │ │ ├── isCalculatePvPDamage.xml │ │ │ ├── isChangeWanderGhost.xml │ │ │ ├── isCrowd.xml │ │ │ ├── isEnableNeckTurn.xml │ │ │ ├── isEnableStepDispInterpolate.xml │ │ │ ├── isGhost.xml │ │ │ ├── isHitRumble.xml │ │ │ ├── isHostSyncChr.xml │ │ │ ├── isKeepHitOnRide.xml │ │ │ ├── isMoveAnimWait.xml │ │ │ ├── isNoDamageMotion.xml │ │ │ ├── isRideAtkTarget.xml │ │ │ ├── isSkipWeakDamageAnim.xml │ │ │ ├── isSmoothTurn.xml │ │ │ ├── isSoulGetByBoss.xml │ │ │ ├── isSpCollide.xml │ │ │ ├── isStealthTarget.xml │ │ │ ├── isUnduration.xml │ │ │ ├── isUseFootIKNormalByUnduration.xml │ │ │ ├── isUseLowHitFootIk.xml │ │ │ ├── isWeakA.xml │ │ │ ├── isWeakB.xml │ │ │ ├── isWeakC.xml │ │ │ ├── isWeakD.xml │ │ │ ├── isWeakE.xml │ │ │ ├── isWeakF.xml │ │ │ ├── itemLotId_enemy.xml │ │ │ ├── itemLotId_map.xml │ │ │ ├── itemSearchRadius.xml │ │ │ ├── knockbackParamId.xml │ │ │ ├── knockbackRate.xml │ │ │ ├── ladderEndChkOffsetLow.xml │ │ │ ├── ladderEndChkOffsetTop.xml │ │ │ ├── ladderWarpOffset.xml │ │ │ ├── loadAssetId.xml │ │ │ ├── lockCameraParamId.xml │ │ │ ├── lockDist.xml │ │ │ ├── lockGazePoint0.xml │ │ │ ├── lockGazePoint1.xml │ │ │ ├── lockGazePoint2.xml │ │ │ ├── lockGazePoint3.xml │ │ │ ├── lockGazePoint4.xml │ │ │ ├── lockGazePoint5.xml │ │ │ ├── lockGazePoint6.xml │ │ │ ├── lockGazePoint7.xml │ │ │ ├── lockScoreOffset.xml │ │ │ ├── madnessGuardResist.xml │ │ │ ├── magGuardCutRate.xml │ │ │ ├── magicDamageCutRate.xml │ │ │ ├── materialSe1.xml │ │ │ ├── materialSe2.xml │ │ │ ├── materialSe_Weak1.xml │ │ │ ├── materialSe_Weak2.xml │ │ │ ├── materialSfx1.xml │ │ │ ├── materialSfx2.xml │ │ │ ├── materialSfx_Weak1.xml │ │ │ ├── materialSfx_Weak2.xml │ │ │ ├── materialVariationValue.xml │ │ │ ├── materialVariationValue_Weak.xml │ │ │ ├── maxAnklePitchAngle.xml │ │ │ ├── maxAnkleRollAngle.xml │ │ │ ├── modelDispMask0.xml │ │ │ ├── modelDispMask1.xml │ │ │ ├── modelDispMask10.xml │ │ │ ├── modelDispMask11.xml │ │ │ ├── modelDispMask12.xml │ │ │ ├── modelDispMask13.xml │ │ │ ├── modelDispMask14.xml │ │ │ ├── modelDispMask15.xml │ │ │ ├── modelDispMask16.xml │ │ │ ├── modelDispMask17.xml │ │ │ ├── modelDispMask18.xml │ │ │ ├── modelDispMask19.xml │ │ │ ├── modelDispMask2.xml │ │ │ ├── modelDispMask20.xml │ │ │ ├── modelDispMask21.xml │ │ │ ├── modelDispMask22.xml │ │ │ ├── modelDispMask23.xml │ │ │ ├── modelDispMask24.xml │ │ │ ├── modelDispMask25.xml │ │ │ ├── modelDispMask26.xml │ │ │ ├── modelDispMask27.xml │ │ │ ├── modelDispMask28.xml │ │ │ ├── modelDispMask29.xml │ │ │ ├── modelDispMask3.xml │ │ │ ├── modelDispMask30.xml │ │ │ ├── modelDispMask31.xml │ │ │ ├── modelDispMask4.xml │ │ │ ├── modelDispMask5.xml │ │ │ ├── modelDispMask6.xml │ │ │ ├── modelDispMask7.xml │ │ │ ├── modelDispMask8.xml │ │ │ ├── modelDispMask9.xml │ │ │ ├── moveType.xml │ │ │ ├── mp.xml │ │ │ ├── mpEstusFlaskLotPoint.xml │ │ │ ├── mpEstusFlaskRecovery_failedLotPointAdd.xml │ │ │ ├── mpRecoverBaseVel.xml │ │ │ ├── multiPlayCorrectionParamId.xml │ │ │ ├── nameId.xml │ │ │ ├── networkWarpDist.xml │ │ │ ├── neutralDamageCutRate.xml │ │ │ ├── normalChangeAnimChrId.xml │ │ │ ├── normalChangeModelId.xml │ │ │ ├── normalChangeResouceId.xml │ │ │ ├── normalChangeTexChrId.xml │ │ │ ├── npcPlayerWeightType.xml │ │ │ ├── npcType.xml │ │ │ ├── overlapCameraDmypolyId.xml │ │ │ ├── paintRenderTargetSize.xml │ │ │ ├── parryAttack.xml │ │ │ ├── parryDefence.xml │ │ │ ├── partsDamageRate1.xml │ │ │ ├── partsDamageRate2.xml │ │ │ ├── partsDamageRate3.xml │ │ │ ├── partsDamageRate4.xml │ │ │ ├── partsDamageRate5.xml │ │ │ ├── partsDamageRate6.xml │ │ │ ├── partsDamageRate7.xml │ │ │ ├── partsDamageRate8.xml │ │ │ ├── partsDamageType.xml │ │ │ ├── phantomShaderId.xml │ │ │ ├── physGuardCutRate.xml │ │ │ ├── poisonGuardResist.xml │ │ │ ├── pushOutCamRegionRadius.xml │ │ │ ├── residentMaterialExParamId00.xml │ │ │ ├── residentMaterialExParamId01.xml │ │ │ ├── residentMaterialExParamId02.xml │ │ │ ├── residentMaterialExParamId03.xml │ │ │ ├── residentMaterialExParamId04.xml │ │ │ ├── resistCorrectId_blood.xml │ │ │ ├── resistCorrectId_curse.xml │ │ │ ├── resistCorrectId_disease.xml │ │ │ ├── resistCorrectId_freeze.xml │ │ │ ├── resistCorrectId_madness.xml │ │ │ ├── resistCorrectId_poison.xml │ │ │ ├── resistCorrectId_sleep.xml │ │ │ ├── resist_blood.xml │ │ │ ├── resist_curse.xml │ │ │ ├── resist_desease.xml │ │ │ ├── resist_freeze.xml │ │ │ ├── resist_madness.xml │ │ │ ├── resist_poison.xml │ │ │ ├── resist_sleep.xml │ │ │ ├── retargetMoveRate.xml │ │ │ ├── roleNameId.xml │ │ │ ├── saGuardCutRate.xml │ │ │ ├── saRecoveryRate.xml │ │ │ ├── sfxSize.xml │ │ │ ├── sideUndulationLimit.xml │ │ │ ├── slashDamageCutRate.xml │ │ │ ├── slashGuardCutRate.xml │ │ │ ├── sleepCollectorItemLotId_enemy.xml │ │ │ ├── sleepCollectorItemLotId_map.xml │ │ │ ├── sleepGuardResist.xml │ │ │ ├── spEffectID0.xml │ │ │ ├── spEffectID1.xml │ │ │ ├── spEffectID10.xml │ │ │ ├── spEffectID11.xml │ │ │ ├── spEffectID12.xml │ │ │ ├── spEffectID13.xml │ │ │ ├── spEffectID14.xml │ │ │ ├── spEffectID15.xml │ │ │ ├── spEffectID16.xml │ │ │ ├── spEffectID17.xml │ │ │ ├── spEffectID18.xml │ │ │ ├── spEffectID19.xml │ │ │ ├── spEffectID2.xml │ │ │ ├── spEffectID20.xml │ │ │ ├── spEffectID21.xml │ │ │ ├── spEffectID22.xml │ │ │ ├── spEffectID23.xml │ │ │ ├── spEffectID24.xml │ │ │ ├── spEffectID25.xml │ │ │ ├── spEffectID26.xml │ │ │ ├── spEffectID27.xml │ │ │ ├── spEffectID28.xml │ │ │ ├── spEffectID29.xml │ │ │ ├── spEffectID3.xml │ │ │ ├── spEffectID30.xml │ │ │ ├── spEffectID31.xml │ │ │ ├── spEffectID4.xml │ │ │ ├── spEffectID5.xml │ │ │ ├── spEffectID6.xml │ │ │ ├── spEffectID7.xml │ │ │ ├── spEffectID8.xml │ │ │ ├── spEffectID9.xml │ │ │ ├── specialTurnDistanceThreshold.xml │ │ │ ├── specialTurnType.xml │ │ │ ├── stamina.xml │ │ │ ├── staminaGuardDef.xml │ │ │ ├── staminaRecoverBaseVel.xml │ │ │ ├── stepDispInterpolateTime.xml │ │ │ ├── stepDispInterpolateTriggerValue.xml │ │ │ ├── superArmorBrakeKnockbackDist.xml │ │ │ ├── superArmorDurability.xml │ │ │ ├── superArmorRecoverCorrection.xml │ │ │ ├── teamType.xml │ │ │ ├── threatLv.xml │ │ │ ├── thrustDamageCutRate.xml │ │ │ ├── thrustGuardCutRate.xml │ │ │ ├── thunGuardCutRate.xml │ │ │ ├── thunderDamageCutRate.xml │ │ │ ├── toughness.xml │ │ │ ├── toughnessRecoverCorrection.xml │ │ │ ├── turnVellocity.xml │ │ │ ├── undulationCorrectGain.xml │ │ │ ├── updateActivatePriolity.xml │ │ │ ├── useRagdollCamHit.xml │ │ │ ├── useUndulationAddAnimFB.xml │ │ │ ├── vowType.xml │ │ │ ├── weakPartsDamageRate.xml │ │ │ ├── weight.xml │ │ │ ├── wheelRotRadius.xml │ │ │ └── wheelRotType.xml │ │ │ ├── NpcThinkParam │ │ │ ├── .xml │ │ │ ├── BackHomeLife_OnHitEneWal.xml │ │ │ ├── BackHome_LookTargetDist.xml │ │ │ ├── BackHome_LookTargetTime.xml │ │ │ ├── BattleStartDist.xml │ │ │ ├── MemoryTargetForgetTime.xml │ │ │ ├── SightTargetForgetTime.xml │ │ │ ├── SoundTargetForgetTime.xml │ │ │ ├── TeamAttackEffectivity.xml │ │ │ ├── actTypeOnFailedPath.xml │ │ │ ├── actTypeOnNonBtlFailedPath.xml │ │ │ ├── backToHomeStuckAct.xml │ │ │ ├── backhomeBattleDist.xml │ │ │ ├── backhomeDist.xml │ │ │ ├── battleEye_updateAngX.xml │ │ │ ├── battleEye_updateAngY.xml │ │ │ ├── battleEye_updateDist.xml │ │ │ ├── battleGoalID.xml │ │ │ ├── callHelp_ActionAnimId.xml │ │ │ ├── callHelp_CallActionId.xml │ │ │ ├── callHelp_CallPeerId.xml │ │ │ ├── callHelp_CallValidMinDistTarget.xml │ │ │ ├── callHelp_CallValidRange.xml │ │ │ ├── callHelp_ForgetTimeByArrival.xml │ │ │ ├── callHelp_MaxWaitTime.xml │ │ │ ├── callHelp_MinWaitTime.xml │ │ │ ├── callHelp_MyPeerId.xml │ │ │ ├── callHelp_ReplyBehaviorType.xml │ │ │ ├── caravanRole.xml │ │ │ ├── changeStateAction_ToNormal.xml │ │ │ ├── disableDark.xml │ │ │ ├── disableLocalSteering.xml │ │ │ ├── disableParamReserve.xml │ │ │ ├── disableParamReserve2.xml │ │ │ ├── disableParam_NT.xml │ │ │ ├── disablePathMove.xml │ │ │ ├── dummy8 enableNaviFlg_reserve1.xml │ │ │ ├── dummy8 pad3.xml │ │ │ ├── dummy8 pad4.xml │ │ │ ├── dummy8 pad6.xml │ │ │ ├── dummy8 pad8.xml │ │ │ ├── ear_dist.xml │ │ │ ├── ear_listenLevel.xml │ │ │ ├── ear_soundcut_dist.xml │ │ │ ├── enableJumpMove.xml │ │ │ ├── enableJumpMove_onBattle.xml │ │ │ ├── enableNaviFlg_Door.xml │ │ │ ├── enableNaviFlg_Edge.xml │ │ │ ├── enableNaviFlg_Edge_Ordinary.xml │ │ │ ├── enableNaviFlg_Hole.xml │ │ │ ├── enableNaviFlg_InSideWall.xml │ │ │ ├── enableNaviFlg_Ladder.xml │ │ │ ├── enableNaviFlg_LargeSpace.xml │ │ │ ├── enableNaviFlg_Lava.xml │ │ │ ├── enableWeaponOnOff.xml │ │ │ ├── eye_BackOffsetDist.xml │ │ │ ├── eye_BeginDist.xml │ │ │ ├── eye_angX.xml │ │ │ ├── eye_angY.xml │ │ │ ├── eye_dist.xml │ │ │ ├── goalAction_ToCaution.xml │ │ │ ├── goalAction_ToCautionImportant.xml │ │ │ ├── goalAction_ToDisappear.xml │ │ │ ├── goalAction_ToSearchLv1.xml │ │ │ ├── goalAction_ToSearchLv2.xml │ │ │ ├── idAttackCannotMove.xml │ │ │ ├── isBuddyAI.xml │ │ │ ├── isGuard_Act.xml │ │ │ ├── isNoAvoidHugeEnemy.xml │ │ │ ├── isUpdateBattleSight.xml │ │ │ ├── logicId.xml │ │ │ ├── maxBackhomeDist.xml │ │ │ ├── nonBattleActLife.xml │ │ │ ├── nose_dist.xml │ │ │ ├── platoonReplyAddRandomTime.xml │ │ │ ├── platoonReplyTime.xml │ │ │ ├── rangedAttackId.xml │ │ │ ├── searchEye_angX.xml │ │ │ ├── searchEye_angY.xml │ │ │ ├── searchEye_dist.xml │ │ │ ├── searchTargetLv1ForgetTime.xml │ │ │ ├── searchTargetLv2ForgetTime.xml │ │ │ ├── searchThreshold_Lv0toLv1.xml │ │ │ ├── searchThreshold_Lv1toLv2.xml │ │ │ ├── shiftAnimeId_RangedAttack.xml │ │ │ ├── skipArrivalVisibleCheck.xml │ │ │ ├── soundBehaviorId01.xml │ │ │ ├── soundBehaviorId02.xml │ │ │ ├── soundBehaviorId03.xml │ │ │ ├── soundBehaviorId04.xml │ │ │ ├── soundBehaviorId05.xml │ │ │ ├── soundBehaviorId06.xml │ │ │ ├── soundBehaviorId07.xml │ │ │ ├── soundBehaviorId08.xml │ │ │ ├── spEffectId_RangedAttack.xml │ │ │ ├── surpriseAnimId.xml │ │ │ ├── targetAILockDmyPoly.xml │ │ │ ├── targetSys_DmgEffectRate.xml │ │ │ ├── thinkAttr_doAdmirer.xml │ │ │ ├── useFall_onNormalCaution.xml │ │ │ ├── useFall_onSearchBattle.xml │ │ │ ├── weaponOffAnimId.xml │ │ │ ├── weaponOffSpecialEffectId.xml │ │ │ ├── weaponOnAnimId.xml │ │ │ └── weaponOnSpecialEffectId.xml │ │ │ ├── Position │ │ │ ├── .xml │ │ │ ├── Global │ │ │ │ ├── .xml │ │ │ │ ├── Angle.xml │ │ │ │ ├── X.xml │ │ │ │ ├── Y.xml │ │ │ │ └── Z.xml │ │ │ ├── InitPos.xml │ │ │ ├── Local │ │ │ │ ├── .xml │ │ │ │ ├── Angle.xml │ │ │ │ ├── X.xml │ │ │ │ ├── Y.xml │ │ │ │ └── Z.xml │ │ │ ├── Teleport Npc to Self.cea │ │ │ ├── Teleport Npc to Self.xml │ │ │ ├── Teleport Self to Npc.cea │ │ │ └── Teleport Self to Npc.xml │ │ │ ├── Resistances │ │ │ ├── .xml │ │ │ ├── Focus (Madness).xml │ │ │ ├── Focus (Sleep).xml │ │ │ ├── Immunity (Poison).xml │ │ │ ├── Immunity (Scarlet Rot).xml │ │ │ ├── Max Focus (Madness).xml │ │ │ ├── Max Focus (Sleep).xml │ │ │ ├── Max Immunity (Poison).xml │ │ │ ├── Max Immunity (Scarlet Rot).xml │ │ │ ├── Max Robustness (Frostbite).xml │ │ │ ├── Max Robustness (Hemorrhage).xml │ │ │ ├── Max Vitality (Deathblight).xml │ │ │ ├── Robustness (Frostbite).xml │ │ │ ├── Robustness (Hemorrhage).xml │ │ │ └── Vitality (Deathblight).xml │ │ │ ├── Sp.xml │ │ │ ├── Speed Modifier.xml │ │ │ ├── Stats │ │ │ ├── .xml │ │ │ ├── BaseMaxHP.xml │ │ │ ├── BaseMaxMP.xml │ │ │ ├── BaseMaxSP.xml │ │ │ ├── HP.xml │ │ │ ├── MP.xml │ │ │ ├── MaxHP.xml │ │ │ ├── MaxHP2.xml │ │ │ ├── MaxMP.xml │ │ │ ├── MaxSP.xml │ │ │ └── SP.xml │ │ │ ├── SuperArmor │ │ │ ├── .xml │ │ │ ├── ExtraSADurability 2.xml │ │ │ ├── ExtraSADurability.xml │ │ │ ├── SADurability 2.xml │ │ │ ├── SADurability.xml │ │ │ ├── break.xml │ │ │ └── recoverTime.xml │ │ │ ├── Team Type.xml │ │ │ ├── ThinkId.xml │ │ │ └── Toughness │ │ │ ├── .xml │ │ │ ├── ToughnessDurability 2.xml │ │ │ ├── ToughnessDurability 3.xml │ │ │ ├── ToughnessDurability.xml │ │ │ └── recoverTime.xml │ ├── Misc.xml │ ├── Npc Menus │ │ ├── .cea │ │ ├── .xml │ │ ├── Dragon Communion │ │ │ ├── .xml │ │ │ ├── Cathedral of Dragon Communion (Caelid).cea │ │ │ ├── Cathedral of Dragon Communion (Caelid).xml │ │ │ ├── Church of Dragon Communion (Limgrave).cea │ │ │ ├── Church of Dragon Communion (Limgrave).xml │ │ │ ├── Communion with Bayle.cea │ │ │ ├── Communion with Bayle.xml │ │ │ ├── Grand Altar of Dragon Communion.cea │ │ │ └── Grand Altar of Dragon Communion.xml │ │ ├── Misc │ │ │ ├── .xml │ │ │ ├── Blacksmith.cea │ │ │ ├── Blacksmith.xml │ │ │ ├── Cosmetics (Mirror).cea │ │ │ ├── Cosmetics (Mirror).xml │ │ │ ├── Smithing Table.cea │ │ │ ├── Smithing Table.xml │ │ │ ├── Some Menu.cea │ │ │ ├── Some Menu.xml │ │ │ ├── Spirit Tuning.cea │ │ │ └── Spirit Tuning.xml │ │ ├── Remembrance Duplication.cea │ │ ├── Remembrance Duplication.xml │ │ ├── Rennala │ │ │ ├── .xml │ │ │ ├── Cosmetics.cea │ │ │ ├── Cosmetics.xml │ │ │ ├── Rebirth.cea │ │ │ └── Rebirth.xml │ │ ├── Shops │ │ │ ├── -- Options │ │ │ │ ├── .xml │ │ │ │ ├── Access all shop inventory.cea │ │ │ │ ├── Access all shop inventory.xml │ │ │ │ ├── Remove material requirement (breaks some shops).cea │ │ │ │ ├── Remove material requirement (breaks some shops).xml │ │ │ │ ├── Shops are free.cea │ │ │ │ ├── Shops are free.xml │ │ │ │ ├── Unlimited stock.cea │ │ │ │ └── Unlimited stock.xml │ │ │ ├── .xml │ │ │ ├── All Shops.cea │ │ │ ├── All Shops.xml │ │ │ ├── Realm of Shadow │ │ │ │ ├── .xml │ │ │ │ ├── Moore.cea │ │ │ │ ├── Moore.xml │ │ │ │ ├── Thiollier.cea │ │ │ │ └── Thiollier.xml │ │ │ ├── Sell Item.cea │ │ │ ├── Sell Item.xml │ │ │ └── The Lands Between │ │ │ │ ├── .xml │ │ │ │ ├── Gatekeeper Gostoc.cea │ │ │ │ ├── Gatekeeper Gostoc.xml │ │ │ │ ├── KnightRecusant Bernahl.cea │ │ │ │ ├── KnightRecusant Bernahl.xml │ │ │ │ ├── Miriel, Pastor of Vows │ │ │ │ ├── .xml │ │ │ │ ├── Study incantations.cea │ │ │ │ ├── Study incantations.xml │ │ │ │ ├── Study sorcery.cea │ │ │ │ └── Study sorcery.xml │ │ │ │ ├── Nomadic Merchants │ │ │ │ ├── .xml │ │ │ │ ├── Ainsel River │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Uhl Palace Ruins.cea │ │ │ │ │ └── Uhl Palace Ruins.xml │ │ │ │ ├── Altus Plateau │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Forest-Spanning Greatbridge.cea │ │ │ │ │ ├── Forest-Spanning Greatbridge.xml │ │ │ │ │ ├── Hermit Merchant's Shack.cea │ │ │ │ │ └── Hermit Merchant's Shack.xml │ │ │ │ ├── Caelid │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Astray from Caelid Highway North.cea │ │ │ │ │ ├── Astray from Caelid Highway North.xml │ │ │ │ │ ├── Isolated Merchant's Shack.cea │ │ │ │ │ ├── Isolated Merchant's Shack.xml │ │ │ │ │ ├── Southern Aeonia Swamp Bank.cea │ │ │ │ │ └── Southern Aeonia Swamp Bank.xml │ │ │ │ ├── Limgrave │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Castle Morne Rampart.cea │ │ │ │ │ ├── Castle Morne Rampart.xml │ │ │ │ │ ├── Isolated Merchant's Shack.cea │ │ │ │ │ ├── Isolated Merchant's Shack.xml │ │ │ │ │ ├── Limgrave near Coastal Cave.cea │ │ │ │ │ ├── Limgrave near Coastal Cave.xml │ │ │ │ │ ├── Merchant Kale.cea │ │ │ │ │ ├── Merchant Kale.xml │ │ │ │ │ ├── Mistwood Ruins.cea │ │ │ │ │ ├── Mistwood Ruins.xml │ │ │ │ │ ├── Saintsbridge.cea │ │ │ │ │ └── Saintsbridge.xml │ │ │ │ └── Liurnia of the Lakes │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Bellum Church.cea │ │ │ │ │ ├── Bellum Church.xml │ │ │ │ │ ├── Liurnia Lake Shore.cea │ │ │ │ │ └── Liurnia Lake Shore.xml │ │ │ │ ├── Patches.cea │ │ │ │ ├── Patches.xml │ │ │ │ ├── Pidia, Carian Servant.cea │ │ │ │ ├── Pidia, Carian Servant.xml │ │ │ │ ├── Roundtable Hold │ │ │ │ ├── .xml │ │ │ │ ├── Brother Corhyn.cea │ │ │ │ ├── Brother Corhyn.xml │ │ │ │ ├── Finger Reader Enia │ │ │ │ │ ├── .xml │ │ │ │ │ ├── Equipment of Champions.cea │ │ │ │ │ ├── Equipment of Champions.xml │ │ │ │ │ ├── Power of Remembrance.cea │ │ │ │ │ └── Power of Remembrance.xml │ │ │ │ ├── Twin Maiden Husks.cea │ │ │ │ └── Twin Maiden Husks.xml │ │ │ │ ├── Smithing Master Iji.cea │ │ │ │ ├── Smithing Master Iji.xml │ │ │ │ ├── Sorceress Sellen.cea │ │ │ │ ├── Sorceress Sellen.xml │ │ │ │ ├── Thops.cea │ │ │ │ └── Thops.xml │ │ └── Site of Grace │ │ │ ├── .xml │ │ │ ├── Alter Garments.cea │ │ │ ├── Alter Garments.xml │ │ │ ├── Ashes of War.cea │ │ │ ├── Ashes of War.xml │ │ │ ├── Flask Allocation.cea │ │ │ ├── Flask Allocation.xml │ │ │ ├── Great Runes.cea │ │ │ ├── Great Runes.xml │ │ │ ├── Level Up.cea │ │ │ ├── Level Up.xml │ │ │ ├── Memorize Spells.cea │ │ │ ├── Memorize Spells.xml │ │ │ ├── Sort Chest.cea │ │ │ ├── Sort Chest.xml │ │ │ ├── Wondrous Physick Mix.cea │ │ │ └── Wondrous Physick Mix.xml │ ├── QoL │ │ ├── .xml │ │ ├── Boost for low FPS.cea │ │ ├── Boost for low FPS.xml │ │ ├── Custom Camera Distance.cea │ │ ├── Custom Camera Distance.xml │ │ ├── Custom FOV.cea │ │ ├── Custom FOV.xml │ │ ├── Custom FPS Limit │ │ │ ├── .cea │ │ │ ├── .xml │ │ │ ├── Debug FPS デバッグFPS.xml │ │ │ ├── FPS.xml │ │ │ └── Use Debug FPS デバッグFPSを利用するか.xml │ │ ├── Discardable Items.cea │ │ ├── Discardable Items.xml │ │ ├── Faster invasions.cea │ │ ├── Faster invasions.xml │ │ ├── Faster respawn.cea │ │ ├── Faster respawn.xml │ │ ├── Invisible helmets (re-equip!).cea │ │ ├── Invisible helmets (re-equip!).xml │ │ ├── Item discovery x10.cea │ │ ├── Item discovery x10.xml │ │ ├── No Phantom Finger Auto-Equip.cea │ │ ├── No Phantom Finger Auto-Equip.xml │ │ ├── Permanent Lantern Toggle.cea │ │ ├── Permanent Lantern Toggle.xml │ │ ├── Warp out of uncleared mini-dungeons.cea │ │ ├── Warp out of uncleared mini-dungeons.xml │ │ ├── World Map Cursor Speed.cea │ │ └── World Map Cursor Speed.xml │ └── Seamless Co-op │ │ ├── .xml │ │ ├── Loading screen stuck fix.cea │ │ ├── Loading screen stuck fix.xml │ │ ├── Ranni's Tower Fix.cea │ │ ├── Ranni's Tower Fix.xml │ │ ├── Remove Seamless Co-op items.cea │ │ └── Remove Seamless Co-op items.xml │ ├── Statistics │ ├── .xml │ ├── Character │ │ ├── .xml │ │ ├── Character Name.xml │ │ ├── Character Type.xml │ │ ├── ClearCount.xml │ │ ├── Focus.xml │ │ ├── Great Rune.xml │ │ ├── Health.xml │ │ ├── Last Grace.xml │ │ ├── Level.xml │ │ ├── ReinforceLv.xml │ │ ├── Revered Spirit Ash Blessing.xml │ │ ├── Rune Arc.xml │ │ ├── Scadutree Blessing.xml │ │ ├── Stamina.xml │ │ └── Team Type.xml │ ├── Misc │ │ ├── .xml │ │ ├── Disable Controls.xml │ │ ├── Quit (Desktop).cea │ │ ├── Quit (Desktop).xml │ │ ├── Quit (Main Menu).cea │ │ ├── Quit (Main Menu).xml │ │ ├── Show Credits.cea │ │ ├── Show Credits.xml │ │ ├── Start Next Cycle (NG+).cea │ │ ├── Start Next Cycle (NG+).xml │ │ └── Target Grace.xml │ ├── SaveLoad2 │ │ ├── .xml │ │ ├── Disable Auto-Save.xml │ │ ├── Load Save Slot.xml │ │ ├── Reload Character.cea │ │ ├── Reload Character.xml │ │ ├── Save Request Busy (read only).xml │ │ ├── Save Request.cea │ │ ├── Save Request.xml │ │ └── Save Slot (Profile Index).xml │ └── Session Info │ │ ├── .xml │ │ ├── Current Session │ │ ├── .xml │ │ ├── LocalPlayer │ │ │ ├── --- Attributes │ │ │ │ ├── .xml │ │ │ │ ├── Arcane.xml │ │ │ │ ├── Dexterity.xml │ │ │ │ ├── Endurance.xml │ │ │ │ ├── Faith.xml │ │ │ │ ├── Intelligence.xml │ │ │ │ ├── Mind.xml │ │ │ │ ├── Strength.xml │ │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Accessory 5.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Hair.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryArrow.xml │ │ │ │ ├── TertiaryBolt.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ ├── NetPlayer1 │ │ │ ├── --- Attributes │ │ │ │ ├── .xml │ │ │ │ ├── Arcane.xml │ │ │ │ ├── Dexterity.xml │ │ │ │ ├── Endurance.xml │ │ │ │ ├── Faith.xml │ │ │ │ ├── Intelligence.xml │ │ │ │ ├── Mind.xml │ │ │ │ ├── Strength.xml │ │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Accessory 5.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Hair.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryArrow.xml │ │ │ │ ├── TertiaryBolt.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ ├── NetPlayer2 │ │ │ ├── --- Attributes │ │ │ │ ├── .xml │ │ │ │ ├── Arcane.xml │ │ │ │ ├── Dexterity.xml │ │ │ │ ├── Endurance.xml │ │ │ │ ├── Faith.xml │ │ │ │ ├── Intelligence.xml │ │ │ │ ├── Mind.xml │ │ │ │ ├── Strength.xml │ │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Accessory 5.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Hair.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryArrow.xml │ │ │ │ ├── TertiaryBolt.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ ├── NetPlayer3 │ │ │ ├── --- Attributes │ │ │ │ ├── .xml │ │ │ │ ├── Arcane.xml │ │ │ │ ├── Dexterity.xml │ │ │ │ ├── Endurance.xml │ │ │ │ ├── Faith.xml │ │ │ │ ├── Intelligence.xml │ │ │ │ ├── Mind.xml │ │ │ │ ├── Strength.xml │ │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Accessory 5.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Hair.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryArrow.xml │ │ │ │ ├── TertiaryBolt.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ ├── NetPlayer4 │ │ │ ├── --- Attributes │ │ │ │ ├── .xml │ │ │ │ ├── Arcane.xml │ │ │ │ ├── Dexterity.xml │ │ │ │ ├── Endurance.xml │ │ │ │ ├── Faith.xml │ │ │ │ ├── Intelligence.xml │ │ │ │ ├── Mind.xml │ │ │ │ ├── Strength.xml │ │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ │ ├── .xml │ │ │ │ ├── Accessory 1.xml │ │ │ │ ├── Accessory 2.xml │ │ │ │ ├── Accessory 3.xml │ │ │ │ ├── Accessory 4.xml │ │ │ │ ├── Accessory 5.xml │ │ │ │ ├── Armor.xml │ │ │ │ ├── Gauntlet.xml │ │ │ │ ├── Hair.xml │ │ │ │ ├── Helmet.xml │ │ │ │ ├── Leggings.xml │ │ │ │ ├── PrimaryArrow.xml │ │ │ │ ├── PrimaryBolt.xml │ │ │ │ ├── PrimaryLeftWep.xml │ │ │ │ ├── PrimaryRightWep.xml │ │ │ │ ├── SecondaryArrow.xml │ │ │ │ ├── SecondaryBolt.xml │ │ │ │ ├── SecondaryLeftWep.xml │ │ │ │ ├── SecondaryRightWep.xml │ │ │ │ ├── TertiaryArrow.xml │ │ │ │ ├── TertiaryBolt.xml │ │ │ │ ├── TertiaryLeftWep.xml │ │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ └── NetPlayer5 │ │ │ ├── --- Attributes │ │ │ ├── .xml │ │ │ ├── Arcane.xml │ │ │ ├── Dexterity.xml │ │ │ ├── Endurance.xml │ │ │ ├── Faith.xml │ │ │ ├── Intelligence.xml │ │ │ ├── Mind.xml │ │ │ ├── Strength.xml │ │ │ └── Vigor.xml │ │ │ ├── --- Equipment │ │ │ ├── .xml │ │ │ ├── Accessory 1.xml │ │ │ ├── Accessory 2.xml │ │ │ ├── Accessory 3.xml │ │ │ ├── Accessory 4.xml │ │ │ ├── Accessory 5.xml │ │ │ ├── Armor.xml │ │ │ ├── Gauntlet.xml │ │ │ ├── Hair.xml │ │ │ ├── Helmet.xml │ │ │ ├── Leggings.xml │ │ │ ├── PrimaryArrow.xml │ │ │ ├── PrimaryBolt.xml │ │ │ ├── PrimaryLeftWep.xml │ │ │ ├── PrimaryRightWep.xml │ │ │ ├── SecondaryArrow.xml │ │ │ ├── SecondaryBolt.xml │ │ │ ├── SecondaryLeftWep.xml │ │ │ ├── SecondaryRightWep.xml │ │ │ ├── TertiaryArrow.xml │ │ │ ├── TertiaryBolt.xml │ │ │ ├── TertiaryLeftWep.xml │ │ │ └── TertiaryRightWep.xml │ │ │ ├── .xml │ │ │ ├── Character Type.xml │ │ │ ├── FP Max.xml │ │ │ ├── Health.xml │ │ │ ├── Level.xml │ │ │ ├── MaxHP.xml │ │ │ ├── Name.xml │ │ │ ├── ReinforceLv.xml │ │ │ ├── Stamina Max.xml │ │ │ └── Team Type.xml │ │ ├── Misc │ │ ├── .xml │ │ └── Display Player Names.xml │ │ └── Recently Played With.xml │ ├── Table Info (FAQ).cea │ ├── Table Info (FAQ).xml │ └── Table Tools │ ├── .xml │ ├── C include path override FOR TABLE DEVELOPMENT.cea │ ├── C include path override FOR TABLE DEVELOPMENT.xml │ ├── Clear Symbol Cache │ ├── .xml │ ├── Confirm.cea │ └── Confirm.xml │ ├── Clear runOnce Memory │ ├── .xml │ ├── Confirm.cea │ └── Confirm.xml │ ├── Configure Table.cea │ ├── Configure Table.xml │ ├── Repackage C include table file FOR TABLE DEVELOPMENT ONLY!.cea │ ├── Repackage C include table file FOR TABLE DEVELOPMENT ONLY!.xml │ ├── Unpack C include table file.cea │ └── Unpack C include table file.xml ├── README.md ├── VERSION ├── scripts ├── build.py ├── check.bat ├── check.sh ├── install_deps.bat ├── install_deps.sh ├── pack_table_files.py ├── pip_build_deps.txt ├── unpack.bat └── unpack.sh └── table_files ├── include ├── hde │ ├── hde64.h │ └── table64.h ├── params.h └── tga │ ├── aligned_alloc.h │ ├── bsearch.h │ ├── celua.h │ ├── code_utils.h │ ├── dl_types.h │ ├── ezstate.h │ ├── fd4_singleton.h │ ├── hashmap.h │ ├── hashmap2.h │ ├── mem_diff_stack.h │ ├── mem_region.h │ ├── param_containers.h │ ├── param_utils.h │ ├── paramdefs.h │ ├── params.h │ ├── pattern.h │ ├── rtti.h │ ├── safe_ptr_read.h │ ├── vector.h │ └── win_extra.h └── param_fields.bin /.gitattributes: -------------------------------------------------------------------------------- 1 | *.bin -text -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | CheatTable/Files/ 3 | __pycache__ -------------------------------------------------------------------------------- /BUILD_ENV: -------------------------------------------------------------------------------- 1 | TABLE_VERSION=1.16.1 2 | GAME_VERSION=1.15.0 3 | MIN_CE_VERSION=7.4 -------------------------------------------------------------------------------- /CheatTable/.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107881/107882.xml: -------------------------------------------------------------------------------- 1 | 2 | 107882 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107881/107883.xml: -------------------------------------------------------------------------------- 1 | 2 | 107883 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107881/107884.xml: -------------------------------------------------------------------------------- 1 | 2 | 107884 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107881/107885.xml: -------------------------------------------------------------------------------- 1 | 2 | 107885 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107886/107887.xml: -------------------------------------------------------------------------------- 1 | 2 | 107887 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107886/107888.xml: -------------------------------------------------------------------------------- 1 | 2 | 107888 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107886/107889.xml: -------------------------------------------------------------------------------- 1 | 2 | 107889 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107886/107890.xml: -------------------------------------------------------------------------------- 1 | 2 | 107890 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107891/107892.xml: -------------------------------------------------------------------------------- 1 | 2 | 107892 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107891/107893.xml: -------------------------------------------------------------------------------- 1 | 2 | 107893 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107891/107894.xml: -------------------------------------------------------------------------------- 1 | 2 | 107894 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107891/107895.xml: -------------------------------------------------------------------------------- 1 | 2 | 107895 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107900.xml: -------------------------------------------------------------------------------- 1 | 2 | 107900 3 | "" 4 | 0 5 | Float 6 |
+54
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/107901.xml: -------------------------------------------------------------------------------- 1 | 2 | 107901 3 | "" 4 | 0 5 | Float 6 |
+58
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 107899 3 | "FOV" 4 | 0 5 | Float 6 |
+50
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Render Dist.xml: -------------------------------------------------------------------------------- 1 | 2 | 107902 3 | "Render Dist" 4 | 0 5 | Float 6 |
+5C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Reset.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | [[[FieldArea]+20]+D0]+40: 3 | dd (float)40 4 | dd (float)-88 5 | dd (float)-80 6 | {$lua} 7 | if not syntaxcheck then disableMemrec(memrec) end 8 | [DISABLE] 9 | 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Reset.xml: -------------------------------------------------------------------------------- 1 | 2 | 107904 3 | "Reset" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Set CSDebugCam to CSPersCam1 values.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | [[[FieldArea]+20]+D0]+40: 3 | readmem([[[FieldArea]+20]+20]+40,16) 4 | {$lua} 5 | if not syntaxcheck then disableMemrec(memrec) end 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Set CSDebugCam to CSPersCam1 values.xml: -------------------------------------------------------------------------------- 1 | 2 | 107903 3 | "Set CSDebugCam to CSPersCam1 values" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/X.xml: -------------------------------------------------------------------------------- 1 | 2 | 107896 3 | "X" 4 | 0 5 | Float 6 |
+40
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Y.xml: -------------------------------------------------------------------------------- 1 | 2 | 107897 3 | "Y" 4 | 0 5 | Float 6 |
+44
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSDebugCam/Z.xml: -------------------------------------------------------------------------------- 1 | 2 | 107898 3 | "Z" 4 | 0 5 | Float 6 |
+48
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107809/107810.xml: -------------------------------------------------------------------------------- 1 | 2 | 107810 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107809/107811.xml: -------------------------------------------------------------------------------- 1 | 2 | 107811 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107809/107812.xml: -------------------------------------------------------------------------------- 1 | 2 | 107812 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107809/107813.xml: -------------------------------------------------------------------------------- 1 | 2 | 107813 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107814/107815.xml: -------------------------------------------------------------------------------- 1 | 2 | 107815 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107814/107816.xml: -------------------------------------------------------------------------------- 1 | 2 | 107816 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107814/107817.xml: -------------------------------------------------------------------------------- 1 | 2 | 107817 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107814/107818.xml: -------------------------------------------------------------------------------- 1 | 2 | 107818 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107819/107820.xml: -------------------------------------------------------------------------------- 1 | 2 | 107820 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107819/107821.xml: -------------------------------------------------------------------------------- 1 | 2 | 107821 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107819/107822.xml: -------------------------------------------------------------------------------- 1 | 2 | 107822 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107819/107823.xml: -------------------------------------------------------------------------------- 1 | 2 | 107823 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107827.xml: -------------------------------------------------------------------------------- 1 | 2 | 107827 3 | "" 4 | 0 5 | Float 6 |
+4C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107829.xml: -------------------------------------------------------------------------------- 1 | 2 | 107829 3 | "" 4 | 0 5 | Float 6 |
+54
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/107830.xml: -------------------------------------------------------------------------------- 1 | 2 | 107830 3 | "" 4 | 0 5 | Float 6 |
+58
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 107828 3 | "FOV" 4 | 0 5 | Float 6 |
+50
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/Render Dist.xml: -------------------------------------------------------------------------------- 1 | 2 | 107831 3 | "Render Dist" 4 | 0 5 | Float 6 |
+5C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/X.xml: -------------------------------------------------------------------------------- 1 | 2 | 107824 3 | "X" 4 | 0 5 | Float 6 |
+40
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/Y.xml: -------------------------------------------------------------------------------- 1 | 2 | 107825 3 | "Y" 4 | 0 5 | Float 6 |
+44
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam0/Z.xml: -------------------------------------------------------------------------------- 1 | 2 | 107826 3 | "Z" 4 | 0 5 | Float 6 |
+48
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107833/107834.xml: -------------------------------------------------------------------------------- 1 | 2 | 107834 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107833/107835.xml: -------------------------------------------------------------------------------- 1 | 2 | 107835 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107833/107836.xml: -------------------------------------------------------------------------------- 1 | 2 | 107836 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107833/107837.xml: -------------------------------------------------------------------------------- 1 | 2 | 107837 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107838/107839.xml: -------------------------------------------------------------------------------- 1 | 2 | 107839 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107838/107840.xml: -------------------------------------------------------------------------------- 1 | 2 | 107840 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107838/107841.xml: -------------------------------------------------------------------------------- 1 | 2 | 107841 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107838/107842.xml: -------------------------------------------------------------------------------- 1 | 2 | 107842 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107843/107844.xml: -------------------------------------------------------------------------------- 1 | 2 | 107844 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107843/107845.xml: -------------------------------------------------------------------------------- 1 | 2 | 107845 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107843/107846.xml: -------------------------------------------------------------------------------- 1 | 2 | 107846 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107843/107847.xml: -------------------------------------------------------------------------------- 1 | 2 | 107847 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107851.xml: -------------------------------------------------------------------------------- 1 | 2 | 107851 3 | "" 4 | 0 5 | Float 6 |
+4C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107853.xml: -------------------------------------------------------------------------------- 1 | 2 | 107853 3 | "" 4 | 0 5 | Float 6 |
+54
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/107854.xml: -------------------------------------------------------------------------------- 1 | 2 | 107854 3 | "" 4 | 0 5 | Float 6 |
+58
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 107852 3 | "FOV" 4 | 0 5 | Float 6 |
+50
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/Render Dist.xml: -------------------------------------------------------------------------------- 1 | 2 | 107855 3 | "Render Dist" 4 | 0 5 | Float 6 |
+5C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/X.xml: -------------------------------------------------------------------------------- 1 | 2 | 107848 3 | "X" 4 | 0 5 | Float 6 |
+40
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/Y.xml: -------------------------------------------------------------------------------- 1 | 2 | 107849 3 | "Y" 4 | 0 5 | Float 6 |
+44
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam1/Z.xml: -------------------------------------------------------------------------------- 1 | 2 | 107850 3 | "Z" 4 | 0 5 | Float 6 |
+48
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107857/107858.xml: -------------------------------------------------------------------------------- 1 | 2 | 107858 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107857/107859.xml: -------------------------------------------------------------------------------- 1 | 2 | 107859 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107857/107860.xml: -------------------------------------------------------------------------------- 1 | 2 | 107860 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107857/107861.xml: -------------------------------------------------------------------------------- 1 | 2 | 107861 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107862/107863.xml: -------------------------------------------------------------------------------- 1 | 2 | 107863 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107862/107864.xml: -------------------------------------------------------------------------------- 1 | 2 | 107864 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107862/107865.xml: -------------------------------------------------------------------------------- 1 | 2 | 107865 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107862/107866.xml: -------------------------------------------------------------------------------- 1 | 2 | 107866 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107867/107868.xml: -------------------------------------------------------------------------------- 1 | 2 | 107868 3 | "" 4 | 0 5 | Float 6 |
+00
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107867/107869.xml: -------------------------------------------------------------------------------- 1 | 2 | 107869 3 | "" 4 | 0 5 | Float 6 |
+04
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107867/107870.xml: -------------------------------------------------------------------------------- 1 | 2 | 107870 3 | "" 4 | 0 5 | Float 6 |
+08
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107867/107871.xml: -------------------------------------------------------------------------------- 1 | 2 | 107871 3 | "" 4 | 0 5 | Float 6 |
+0C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107875.xml: -------------------------------------------------------------------------------- 1 | 2 | 107875 3 | "" 4 | 0 5 | Float 6 |
+4C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107877.xml: -------------------------------------------------------------------------------- 1 | 2 | 107877 3 | "" 4 | 0 5 | Float 6 |
+54
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/107878.xml: -------------------------------------------------------------------------------- 1 | 2 | 107878 3 | "" 4 | 0 5 | Float 6 |
+58
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 107876 3 | "FOV" 4 | 0 5 | Float 6 |
+50
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/Render Dist.xml: -------------------------------------------------------------------------------- 1 | 2 | 107879 3 | "Render Dist" 4 | 0 5 | Float 6 |
+5C
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/X.xml: -------------------------------------------------------------------------------- 1 | 2 | 107872 3 | "X" 4 | 0 5 | Float 6 |
+40
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/Y.xml: -------------------------------------------------------------------------------- 1 | 2 | 107873 3 | "Y" 4 | 0 5 | Float 6 |
+44
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/CSPersCam2/Z.xml: -------------------------------------------------------------------------------- 1 | 2 | 107874 3 | "Z" 4 | 0 5 | Float 6 |
+48
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Camera/Free Camera/How to use.xml: -------------------------------------------------------------------------------- 1 | 2 | 107804 3 | "How to use" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/--- 2.xml: -------------------------------------------------------------------------------- 1 | 2 | 107962 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/--- 3.xml: -------------------------------------------------------------------------------- 1 | 2 | 107967 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/--- 4.xml: -------------------------------------------------------------------------------- 1 | 2 | 107984 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/--- 5.xml: -------------------------------------------------------------------------------- 1 | 2 | 107993 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/--- 6.xml: -------------------------------------------------------------------------------- 1 | 2 | 107995 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/---.xml: -------------------------------------------------------------------------------- 1 | 2 | 107958 3 | "---" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/GAME/LOCK_TGT_MAN/LockTgtListNum.xml: -------------------------------------------------------------------------------- 1 | 2 | 107994 3 | "LockTgtListNum" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/NETWORK.xml: -------------------------------------------------------------------------------- 1 | 2 | 108089 3 | "NETWORK" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/PERFORMANCE.xml: -------------------------------------------------------------------------------- 1 | 2 | 108088 3 | "PERFORMANCE" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/RESOURCE.xml: -------------------------------------------------------------------------------- 1 | 2 | 108186 3 | "RESOURCE" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SOUND.xml: -------------------------------------------------------------------------------- 1 | 2 | 108187 3 | "SOUND" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/DLC/...49.xml: -------------------------------------------------------------------------------- 1 | 2 | 108150 3 | "...49" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/FrpgHavokMan.xml: -------------------------------------------------------------------------------- 1 | 2 | 108152 3 | "FrpgHavokMan" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/FrpgPhysWorld.xml: -------------------------------------------------------------------------------- 1 | 2 | 108153 3 | "FrpgPhysWorld" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/LOCALIZE.xml: -------------------------------------------------------------------------------- 1 | 2 | 108154 3 | "LOCALIZE" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/TROPHY/----------------------.xml: -------------------------------------------------------------------------------- 1 | 2 | 108102 3 | "----------------------" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/TROPHY/TrophyUnlock/ Unlock.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | createthread(TrophyUnlock) 3 | {$lua} 4 | if not syntaxcheck then disableMemrec(memrec) end 5 | [DISABLE] 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/TROPHY/TrophyUnlock/ Unlock.xml: -------------------------------------------------------------------------------- 1 | 2 | 108101 3 | "> Unlock" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Debug Stuff/SYSTEM/USER MAN.xml: -------------------------------------------------------------------------------- 1 | 2 | 108151 3 | "USER MAN" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/(Old) Unlock all Cookbooks.xml: -------------------------------------------------------------------------------- 1 | 2 | 106870 3 | "(Old) Unlock all Cookbooks" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/(Old) Unlock all Graces.xml: -------------------------------------------------------------------------------- 1 | 2 | 106868 3 | "(Old) Unlock all Graces" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/(Old) Unlock all Maps.xml: -------------------------------------------------------------------------------- 1 | 2 | 106871 3 | "(Old) Unlock all Maps" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/(Old) Unlock all Whetblades.xml: -------------------------------------------------------------------------------- 1 | 2 | 106869 3 | "(Old) Unlock all Whetblades" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107232.xml: -------------------------------------------------------------------------------- 1 | 2 | 107232 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107234.xml: -------------------------------------------------------------------------------- 1 | 2 | 107234 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107238.xml: -------------------------------------------------------------------------------- 1 | 2 | 107238 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107241.xml: -------------------------------------------------------------------------------- 1 | 2 | 107241 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107244.xml: -------------------------------------------------------------------------------- 1 | 2 | 107244 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Deprecated/Whetblades/107247.xml: -------------------------------------------------------------------------------- 1 | 2 | 107247 3 | "" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Event Flags by ID/Examples/Check if a Flag is Set.xml: -------------------------------------------------------------------------------- 1 | 2 | 106861 3 | "Check if a Flag is Set" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Event Flags by ID/Examples/Print Flags in Range.xml: -------------------------------------------------------------------------------- 1 | 2 | 106863 3 | "Print Flags in Range" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Event Flags by ID/Examples/Set Flag with ID.xml: -------------------------------------------------------------------------------- 1 | 2 | 106862 3 | "Set Flag with ID" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Event Flags by ID/How to use.xml: -------------------------------------------------------------------------------- 1 | 2 | 106859 3 | "How to use" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Invasion Regions.xml: -------------------------------------------------------------------------------- 1 | 2 | 106857 3 | "Invasion Regions" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Save Character Flags.xml: -------------------------------------------------------------------------------- 1 | 2 | 106858 3 | "Save Character Flags" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Unlock all/Unlock all Cookbooks.xml: -------------------------------------------------------------------------------- 1 | 2 | 106853 3 | "Unlock all Cookbooks" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Unlock all/Unlock all Graces.xml: -------------------------------------------------------------------------------- 1 | 2 | 106851 3 | "Unlock all Graces" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Event Flags/Unlock all/Unlock all Maps.xml: -------------------------------------------------------------------------------- 1 | 2 | 106854 3 | "Unlock all Maps" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/ChrAsm/Unk/-- 2.xml: -------------------------------------------------------------------------------- 1 | 2 | 100352 3 | "--" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/ChrAsm/Unk/--.xml: -------------------------------------------------------------------------------- 1 | 2 | 100346 3 | "--" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/100585.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | {$lua} 3 | if not syntaxcheck then disableMemrec(memrec) end 4 | local Idx = readInteger("EquipInventoryDataIdx")+1 5 | writeInteger("EquipInventoryDataIdx",Idx) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/100585.xml: -------------------------------------------------------------------------------- 1 | 2 | 100585 3 | ">" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/100586.xml: -------------------------------------------------------------------------------- 1 | 2 | 100586 3 | "<" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/====================================== 2.xml: -------------------------------------------------------------------------------- 1 | 2 | 100602 3 | "======================================" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/======================================.xml: -------------------------------------------------------------------------------- 1 | 2 | 100599 3 | "======================================" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/Print items.xml: -------------------------------------------------------------------------------- 1 | 2 | 100603 3 | "Print Player Inventory items" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/Start.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | {$lua} 3 | if not syntaxcheck then disableMemrec(memrec) end 4 | writeInteger("EquipInventoryDataIdx",0) 5 | [DISABLE] 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipInventoryData/Start.xml: -------------------------------------------------------------------------------- 1 | 2 | 100584 3 | "Start" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Great Rune/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100582 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/1/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100564 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/2/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100567 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/3/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100570 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/4/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100573 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/5/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100576 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Pouch/6/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100579 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/1/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100533 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/2/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100536 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/3/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100539 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/4/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100542 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/5/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100545 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/6/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100548 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/7/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100551 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/8/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100554 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/EquipItemData/Quick Item/9/Idx.xml: -------------------------------------------------------------------------------- 1 | 2 | 100557 3 | "Idx" 4 | 1 5 | 4 Bytes 6 |
+4*1
7 |
8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/GestureGameData/-- Shadow of the Erdtree --.xml: -------------------------------------------------------------------------------- 1 | 2 | 100506 3 | "-- Shadow of the Erdtree --" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/GestureGameData/-- Unused --.xml: -------------------------------------------------------------------------------- 1 | 2 | 100513 3 | "-- Unused --" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/GestureGameData/Unlock Cut Gestures.xml: -------------------------------------------------------------------------------- 1 | 2 | 100454 3 | "Unlock Cut Gestures" 4 | 0000C8 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/OptionData/Controller Settings/Controls-Button Settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 101020 3 | "Controls->Button Settings" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/OptionData/Key Bindings/Controls-Key Bindings.xml: -------------------------------------------------------------------------------- 1 | 2 | 101022 3 | "Controls->Key Bindings" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Hero/SpecialEffect/Print SpEffects.xml: -------------------------------------------------------------------------------- 1 | 2 | 100903 3 | "Print SpEffects" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/AddSoul_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108245 3 | "AddSoul_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/Bullet_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108249 3 | "Bullet_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/ChangeMagic_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108242 3 | "ChangeMagic_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/Error functions.xml: -------------------------------------------------------------------------------- 1 | 2 | 108235 3 | "Error functions" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/EventFlag_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108244 3 | "EventFlag_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/EzState_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108253 3 | "EzState_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/Get functions.xml: -------------------------------------------------------------------------------- 1 | 2 | 108237 3 | ""Get" functions" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/GetThingName_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108255 3 | "GetThingName_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/ItemDrop_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108246 3 | "ItemDrop_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/ItemGive_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108238 3 | "ItemGive_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/ItemPopup_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108239 3 | "ItemPopup_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/PlayAnimation_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108248 3 | "PlayAnimation_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/RemoveItem_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108240 3 | "RemoveItem_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/SpEffect_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108247 3 | "SpEffect_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/Test functions.xml: -------------------------------------------------------------------------------- 1 | 2 | 108236 3 | "Test functions" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/Warp_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108243 3 | "Warp_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/equipItem_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108241 3 | "equipItem_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Global Functions/tgaMemory_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 108256 3 | "tgaMemory_code" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Dependencies/Symbol Lookup Fix.xml: -------------------------------------------------------------------------------- 1 | 2 | 1000 3 | "Symbol Lookup Fix" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Deprecated/ItemGib/ Spawn Item.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | createthread(ItemGib) 3 | {$lua} 4 | if not syntaxcheck then disableMemrec(memrec) end 5 | [DISABLE] 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Deprecated/ItemGib/ Spawn Item.xml: -------------------------------------------------------------------------------- 1 | 2 | 108252 3 | "> Spawn Item" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/MiscWIP/Deprecated/Npc Menus.xml: -------------------------------------------------------------------------------- 1 | 2 | 108254 3 | "Npc Menus" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/CParamUtils.xml: -------------------------------------------------------------------------------- 1 | 2 | 1003 3 | "CParamUtils" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/AiSoundParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106168 3 | "AiSoundParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/AtkParam_Npc.xml: -------------------------------------------------------------------------------- 1 | 2 | 106169 3 | "AtkParam_Npc" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/BonfireWarpParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106172 3 | "BonfireWarpParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/BuddyParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106173 3 | "BuddyParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/CalcCorrectGraph.xml: -------------------------------------------------------------------------------- 1 | 2 | 106175 3 | "CalcCorrectGraph" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/Ceremony.xml: -------------------------------------------------------------------------------- 1 | 2 | 106176 3 | "Ceremony" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/CharaInitParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106177 3 | "CharaInitParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/CoolTimeParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106208 3 | "CoolTimeParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/DecalParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106179 3 | "DecalParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/HitMtrlParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106186 3 | "HitMtrlParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/ItemLotParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106187 3 | "ItemLotParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/LockCamParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106188 3 | "LockCamParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/LodParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106189 3 | "LodParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/NetworkAreaParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106192 3 | "NetworkAreaParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/NpcParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106194 3 | "NpcParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/NpcThinkParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106195 3 | "NpcThinkParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/ObjActParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106196 3 | "ObjActParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/ObjectParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106197 3 | "ObjectParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/PhantomParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106198 3 | "PhantomParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/PlayRegionParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106193 3 | "PlayRegionParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/RoleParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106200 3 | "RoleParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/ShopLineupParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106201 3 | "ShopLineupParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/SpEffectVfxParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106203 3 | "SpEffectVfxParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/SwordArtsParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106204 3 | "SwordArtsParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/UpperArmParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106206 3 | "UpperArmParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Dependencies/ParamUtils/Classes/BaseParamClass/WetAspectParam.xml: -------------------------------------------------------------------------------- 1 | 2 | 106207 3 | "WetAspectParam" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/C/Blaidd the Half-Wolf.xml: -------------------------------------------------------------------------------- 1 | 2 | 106841 3 | "Blaidd the Half-Wolf" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/C/Custom FOV for specific cases.xml: -------------------------------------------------------------------------------- 1 | 2 | 106840 3 | "Custom FOV for specific cases" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/C/Deathblight Daggers.xml: -------------------------------------------------------------------------------- 1 | 2 | 106839 3 | "Deathblight Daggers" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/Lua/Custom Camera Distance.xml: -------------------------------------------------------------------------------- 1 | 2 | 106848 3 | "Custom Camera Distance" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/Lua/Custom FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 106847 3 | "Custom FOV" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/Lua/Discardable items.xml: -------------------------------------------------------------------------------- 1 | 2 | 106843 3 | "Discardable items" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Param Scripting/Lua/Upgrades Need No Materials.xml: -------------------------------------------------------------------------------- 1 | 2 | 106846 3 | "Upgrades Need No Materials" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Find ID by address in any param.xml: -------------------------------------------------------------------------------- 1 | 2 | 106831 3 | "Find ID by address in any param" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Find ID by address in specific param.xml: -------------------------------------------------------------------------------- 1 | 2 | 106832 3 | "Find ID by address in specific param" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Find address by ID in a param.xml: -------------------------------------------------------------------------------- 1 | 2 | 106830 3 | "Find address by ID in a param" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Get param list as table and print it.xml: -------------------------------------------------------------------------------- 1 | 2 | 106829 3 | "Get param list as table and print it" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Print all IDs of a param.xml: -------------------------------------------------------------------------------- 1 | 2 | 106835 3 | "Print all IDs of a param" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Param Mods/Tools/Print the address of a param.xml: -------------------------------------------------------------------------------- 1 | 2 | 106834 3 | "Print the address of a param" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Add charge to flask.xml: -------------------------------------------------------------------------------- 1 | 2 | 101108 3 | "Add charge to flask" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/AddSoul/ Give Runes.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | AddSoul(readInteger(AddSoul_value)) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/AddSoul/ Give Runes.xml: -------------------------------------------------------------------------------- 1 | 2 | 101054 3 | " > Give Runes" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/ItemGib/ Spawn Item.xml: -------------------------------------------------------------------------------- 1 | 2 | 101059 3 | "> Spawn Item" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/ItemGib/MassItemGib/-- Base Game --/Give all weapons.xml: -------------------------------------------------------------------------------- 1 | 2 | 101072 3 | "Give all weapons" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/ItemGib/MassItemGib/Give all prattling pates.xml: -------------------------------------------------------------------------------- 1 | 2 | 101070 3 | "Give all prattling pates" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Set flask level.xml: -------------------------------------------------------------------------------- 1 | 2 | 101107 3 | "Set flask level" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Unlock All Gestures.xml: -------------------------------------------------------------------------------- 1 | 2 | 101109 3 | "Unlock All Gestures" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Upgrades Need No Materials.xml: -------------------------------------------------------------------------------- 1 | 2 | 101110 3 | "Upgrades Need No Materials" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Warp/ Warp.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | {$lua} 3 | if syntaxcheck then return end 4 | lua_warp(readInteger(warp_data)) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Build Creation/Warp/ Warp.xml: -------------------------------------------------------------------------------- 1 | 2 | 101106 3 | "> Warp" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Cheats/Kill all mobs.xml: -------------------------------------------------------------------------------- 1 | 2 | 101337 3 | "Kill all mobs" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/--.xml: -------------------------------------------------------------------------------- 1 | 2 | 101177 3 | "--" 4 | 1 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/ Add SpEffect.xml: -------------------------------------------------------------------------------- 1 | 2 | 101128 3 | "> Add SpEffect" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/ Erase All.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | SpEffect.eraseAll() 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/ Erase All.xml: -------------------------------------------------------------------------------- 1 | 2 | 101130 3 | "> Erase All" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/Usage Examples/Apply multiple effects.xml: -------------------------------------------------------------------------------- 1 | 2 | 101133 3 | "Apply multiple effects" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/Usage Examples/Apply one effect.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | SpEffect.add(3450) -- Rune Arc 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ApplyEffect/Usage Examples/Apply one effect.xml: -------------------------------------------------------------------------------- 1 | 2 | 101132 3 | "Apply one effect" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/BulletSpawn/ Spawn Bullet.xml: -------------------------------------------------------------------------------- 1 | 2 | 101139 3 | "> Spawn Bullet" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ChangeMagic/Attune multiple/Remove all.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | for i=0,13 do 5 | removeMagic(i) 6 | end 7 | 8 | disableMemrec(memrec) 9 | 10 | [DISABLE] 11 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ChangeMagic/Attune multiple/Remove all.xml: -------------------------------------------------------------------------------- 1 | 2 | 101176 3 | "Remove all" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ChangeMagic/← Attune.xml: -------------------------------------------------------------------------------- 1 | 2 | 101172 3 | "← Attune" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ChangeMagic/← Remove.xml: -------------------------------------------------------------------------------- 1 | 2 | 101173 3 | "← Remove" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/Equip multiple/Example 1 Basic.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | for i=0,37 do 5 | equipItem(i, i) 6 | end 7 | 8 | disableMemrec(memrec) 9 | 10 | [DISABLE] 11 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/Equip multiple/Example 1 Basic.xml: -------------------------------------------------------------------------------- 1 | 2 | 101165 3 | "Example 1: Basic" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/Equip multiple/Example 2 Unequip all slots.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | for i=0,38 do 5 | unequipItem(i) 6 | end 7 | 8 | disableMemrec(memrec) 9 | 10 | [DISABLE] 11 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/Equip multiple/Example 4 Random items.xml: -------------------------------------------------------------------------------- 1 | 2 | 101168 3 | "Example 4: Random items" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/← Unequip slot.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | local slot = readInteger(equipItem_data) 5 | unequipItem(slot) 6 | disableMemrec(memrec) 7 | [DISABLE] 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/EquipItem/← Unequip slot.xml: -------------------------------------------------------------------------------- 1 | 2 | 101163 3 | "← Unequip slot" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/ItemDrop/ Spawn Item.xml: -------------------------------------------------------------------------------- 1 | 2 | 101116 3 | "> Spawn Item" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/List.xml: -------------------------------------------------------------------------------- 1 | 2 | 101120 3 | "List" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Attack.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | PlayAnimation(memrec.description) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Attack.xml: -------------------------------------------------------------------------------- 1 | 2 | 101121 3 | "W_Attack" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_DeathStart.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | PlayAnimation(memrec.description) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_DeathStart.xml: -------------------------------------------------------------------------------- 1 | 2 | 101122 3 | "W_DeathStart" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Event60060.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | PlayAnimation(memrec.description) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Event60060.xml: -------------------------------------------------------------------------------- 1 | 2 | 101124 3 | "W_Event60060" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Event90311.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | PlayAnimation(memrec.description) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_Event90311.xml: -------------------------------------------------------------------------------- 1 | 2 | 101125 3 | "W_Event90311" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_ItemInvalid.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | PlayAnimation(memrec.description) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/PlayAnimation/W_ItemInvalid.xml: -------------------------------------------------------------------------------- 1 | 2 | 101123 3 | "W_ItemInvalid" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/RemoveItem/How to use.xml: -------------------------------------------------------------------------------- 1 | 2 | 101142 3 | "How to use" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/Warp/ Warp.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | {$lua} 3 | if syntaxcheck then return end 4 | lua_warp(readInteger(warp_data)) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Functions/Warp/ Warp.xml: -------------------------------------------------------------------------------- 1 | 2 | 101118 3 | "> Warp" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/HitAiSoundId.xml: -------------------------------------------------------------------------------- 1 | 2 | 104112 3 | "HitAiSoundId" 4 | 4 Bytes 5 |
+094
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/atkDark.xml: -------------------------------------------------------------------------------- 1 | 2 | 104205 3 | "atkDark" 4 | 2 Bytes 5 |
+188
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit0_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104025 3 | "hit0_Radius" 4 | Float 5 |
+0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit10_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104147 3 | "hit10_Radius" 4 | Float 5 |
+0120
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit10_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104183 3 | "hit10_hitType" 4 | Byte 5 |
+016E
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit11_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104148 3 | "hit11_Radius" 4 | Float 5 |
+0124
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit11_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104184 3 | "hit11_hitType" 4 | Byte 5 |
+016F
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit12_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104149 3 | "hit12_Radius" 4 | Float 5 |
+0128
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit12_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104185 3 | "hit12_hitType" 4 | Byte 5 |
+0170
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit13_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104150 3 | "hit13_Radius" 4 | Float 5 |
+012C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit13_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104186 3 | "hit13_hitType" 4 | Byte 5 |
+0171
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit14_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104151 3 | "hit14_Radius" 4 | Float 5 |
+0130
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit14_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104187 3 | "hit14_hitType" 4 | Byte 5 |
+0172
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit15_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104152 3 | "hit15_Radius" 4 | Float 5 |
+0134
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit15_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104188 3 | "hit15_hitType" 4 | Byte 5 |
+0173
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit1_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104026 3 | "hit1_Radius" 4 | Float 5 |
+04
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit2_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104027 3 | "hit2_Radius" 4 | Float 5 |
+08
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit3_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104028 3 | "hit3_Radius" 4 | Float 5 |
+0C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit4_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104141 3 | "hit4_Radius" 4 | Float 5 |
+0108
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit4_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104177 3 | "hit4_hitType" 4 | Byte 5 |
+0168
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit5_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104142 3 | "hit5_Radius" 4 | Float 5 |
+010C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit5_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104178 3 | "hit5_hitType" 4 | Byte 5 |
+0169
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit6_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104143 3 | "hit6_Radius" 4 | Float 5 |
+0110
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit6_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104179 3 | "hit6_hitType" 4 | Byte 5 |
+016A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit7_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104144 3 | "hit7_Radius" 4 | Float 5 |
+0114
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit7_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104180 3 | "hit7_hitType" 4 | Byte 5 |
+016B
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit8_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104145 3 | "hit8_Radius" 4 | Float 5 |
+0118
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit8_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104181 3 | "hit8_hitType" 4 | Byte 5 |
+016C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit9_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 104146 3 | "hit9_Radius" 4 | Float 5 |
+011C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hit9_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 104182 3 | "hit9_hitType" 4 | Byte 5 |
+016D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/hitStopTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 104030 3 | "hitStopTime" 4 | Float 5 |
+014
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/AtkParam_Pc/Start/knockbackDist.xml: -------------------------------------------------------------------------------- 1 | 2 | 104029 3 | "knockbackDist" 4 | Float 5 |
+010
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/accelInRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 103914 3 | "accelInRange" 4 | Float 5 |
+2C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/accelOutRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 103915 3 | "accelOutRange" 4 | Float 5 |
+30
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/accelTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 103918 3 | "accelTime" 4 | Float 5 |
+3C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/damageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103940 3 | "damageDamp" 4 | Byte 5 |
+8A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/darkDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103977 3 | "darkDamageDamp" 4 | Byte 5 |
+9D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/expDelay.xml: -------------------------------------------------------------------------------- 1 | 2 | 103923 3 | "expDelay" 4 | Float 5 |
+50
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/externalForce.xml: -------------------------------------------------------------------------------- 1 | 2 | 103926 3 | "externalForce" 4 | 4 Bytes 5 |
+5C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/fireDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103942 3 | "fireDamageDamp" 4 | Byte 5 |
+8c
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/gravityInRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 103910 3 | "gravityInRange" 4 | Float 5 |
+1C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/gravityOutRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 103911 3 | "gravityOutRange" 4 | Float 5 |
+20
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/hitRadius.xml: -------------------------------------------------------------------------------- 1 | 2 | 103920 3 | "hitRadius" 4 | Float 5 |
+44
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/hitRadiusMax.xml: -------------------------------------------------------------------------------- 1 | 2 | 103921 3 | "hitRadiusMax" 4 | Float 5 |
+48
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/homingAngle.xml: -------------------------------------------------------------------------------- 1 | 2 | 103936 3 | "homingAngle" 4 | 2 Bytes 5 |
+82
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/homingBeginDist.xml: -------------------------------------------------------------------------------- 1 | 2 | 103919 3 | "homingBeginDist" 4 | Float 5 |
+40
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/hormingStopRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 103912 3 | "hormingStopRange" 4 | Float 5 |
+24
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/initVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 103913 3 | "initVellocity" 4 | Float 5 |
+28
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/knockbackDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103945 3 | "knockbackDamp" 4 | Byte 5 |
+8f
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/life.xml: -------------------------------------------------------------------------------- 1 | 2 | 103907 3 | "life" 4 | Float 5 |
+10
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/maxVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 103916 3 | "maxVellocity" 4 | Float 5 |
+34
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/minVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 103917 3 | "minVellocity" 4 | Float 5 |
+38
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/numShoot.xml: -------------------------------------------------------------------------------- 1 | 2 | 103935 3 | "numShoot" 4 | 2 Bytes 5 |
+80
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/sfxPostureType.xml: -------------------------------------------------------------------------------- 1 | 2 | 103988 3 | "sfxPostureType" 4 | Byte 5 |
+C0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/shootInterval.xml: -------------------------------------------------------------------------------- 1 | 2 | 103909 3 | "shootInterval" 4 | Float 5 |
+18
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/spelDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103941 3 | "spelDamageDamp" 4 | Byte 5 |
+8b
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/spreadTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 103922 3 | "spreadTime" 4 | Float 5 |
+4C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/staminaDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103944 3 | "staminaDamp" 4 | Byte 5 |
+8e
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Bullet/Start/thunderDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103943 3 | "thunderDamageDamp" 4 | Byte 5 |
+8d
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Attack.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | showMemoryViewAtAddress(memrec.description) 6 | disableMemrec(memrec) 7 | 8 | [DISABLE] 9 | 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Attack.xml: -------------------------------------------------------------------------------- 1 | 2 | 103534 3 | "Attack" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Bullet.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | showMemoryViewAtAddress(memrec.description) 6 | disableMemrec(memrec) 7 | 8 | [DISABLE] 9 | 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Bullet.xml: -------------------------------------------------------------------------------- 1 | 2 | 103533 3 | "Bullet" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/How to.xml: -------------------------------------------------------------------------------- 1 | 2 | 103531 3 | "How to" 4 | 0000FF 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/SpEffect.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | showMemoryViewAtAddress(memrec.description) 6 | disableMemrec(memrec) 7 | 8 | [DISABLE] 9 | 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/SpEffect.xml: -------------------------------------------------------------------------------- 1 | 2 | 103532 3 | "SpEffect" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Switch to VEH Debugger.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | {$lua} 3 | if syntaxcheck then return end 4 | debugProcess(2) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Switch to VEH Debugger.xml: -------------------------------------------------------------------------------- 1 | 2 | 103536 3 | "Switch to "VEH Debugger"" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Throw.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | showMemoryViewAtAddress(memrec.description) 6 | disableMemrec(memrec) 7 | 8 | [DISABLE] 9 | 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/Find Address/Throw.xml: -------------------------------------------------------------------------------- 1 | 2 | 103535 3 | "Throw" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/bowDistRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 103620 3 | "bowDistRate" 4 | 2 Bytes 5 |
+013C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/changeMpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 103581 3 | "changeMpRate" 4 | Float 5 |
+0A4
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/conditionHp.xml: -------------------------------------------------------------------------------- 1 | 2 | 103541 3 | "conditionHp" 4 | Float 5 |
+04
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/darkDiffence.xml: -------------------------------------------------------------------------------- 1 | 2 | 103757 3 | "darkDiffence" 4 | Float 5 |
+01D8
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_L.xml: -------------------------------------------------------------------------------- 1 | 2 | 103633 3 | "dmgLv_L" 4 | Byte 5 |
+014B
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_M.xml: -------------------------------------------------------------------------------- 1 | 2 | 103632 3 | "dmgLv_M" 4 | Byte 5 |
+014A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_Min.xml: -------------------------------------------------------------------------------- 1 | 2 | 103638 3 | "dmgLv_Min" 4 | Byte 5 |
+0150
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_None.xml: -------------------------------------------------------------------------------- 1 | 2 | 103630 3 | "dmgLv_None" 4 | Byte 5 |
+0148
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_Push.xml: -------------------------------------------------------------------------------- 1 | 2 | 103635 3 | "dmgLv_Push" 4 | Byte 5 |
+014D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/dmgLv_S.xml: -------------------------------------------------------------------------------- 1 | 2 | 103631 3 | "dmgLv_S" 4 | Byte 5 |
+0149
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/maxHpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 103544 3 | "maxHpRate" 4 | Float 5 |
+010
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/maxMpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 103545 3 | "maxMpRate" 4 | Float 5 |
+014
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/moveType.xml: -------------------------------------------------------------------------------- 1 | 2 | 103646 3 | "moveType" 4 | Byte 5 |
+0159
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/soul.xml: -------------------------------------------------------------------------------- 1 | 2 | 103599 3 | "soul" 4 | 4 Bytes 5 |
+0EC
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Address Helpers/SpEffectParam/Start/soulRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 103596 3 | "soulRate" 4 | Float 5 |
+0E0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/HitAiSoundId.xml: -------------------------------------------------------------------------------- 1 | 2 | 102905 3 | "HitAiSoundId" 4 | 4 Bytes 5 |
+094
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/atkDark.xml: -------------------------------------------------------------------------------- 1 | 2 | 102998 3 | "atkDark" 4 | 2 Bytes 5 |
+188
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit0_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102818 3 | "hit0_Radius" 4 | Float 5 |
+0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit10_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102940 3 | "hit10_Radius" 4 | Float 5 |
+0120
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit10_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102976 3 | "hit10_hitType" 4 | Byte 5 |
+016E
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit11_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102941 3 | "hit11_Radius" 4 | Float 5 |
+0124
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit11_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102977 3 | "hit11_hitType" 4 | Byte 5 |
+016F
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit12_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102942 3 | "hit12_Radius" 4 | Float 5 |
+0128
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit12_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102978 3 | "hit12_hitType" 4 | Byte 5 |
+0170
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit13_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102943 3 | "hit13_Radius" 4 | Float 5 |
+012C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit13_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102979 3 | "hit13_hitType" 4 | Byte 5 |
+0171
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit14_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102944 3 | "hit14_Radius" 4 | Float 5 |
+0130
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit14_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102980 3 | "hit14_hitType" 4 | Byte 5 |
+0172
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit15_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102945 3 | "hit15_Radius" 4 | Float 5 |
+0134
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit15_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102981 3 | "hit15_hitType" 4 | Byte 5 |
+0173
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit1_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102819 3 | "hit1_Radius" 4 | Float 5 |
+04
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit2_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102820 3 | "hit2_Radius" 4 | Float 5 |
+08
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit3_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102821 3 | "hit3_Radius" 4 | Float 5 |
+0C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit4_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102934 3 | "hit4_Radius" 4 | Float 5 |
+0108
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit4_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102970 3 | "hit4_hitType" 4 | Byte 5 |
+0168
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit5_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102935 3 | "hit5_Radius" 4 | Float 5 |
+010C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit5_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102971 3 | "hit5_hitType" 4 | Byte 5 |
+0169
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit6_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102936 3 | "hit6_Radius" 4 | Float 5 |
+0110
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit6_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102972 3 | "hit6_hitType" 4 | Byte 5 |
+016A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit7_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102937 3 | "hit7_Radius" 4 | Float 5 |
+0114
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit7_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102973 3 | "hit7_hitType" 4 | Byte 5 |
+016B
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit8_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102938 3 | "hit8_Radius" 4 | Float 5 |
+0118
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit8_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102974 3 | "hit8_hitType" 4 | Byte 5 |
+016C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit9_Radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102939 3 | "hit9_Radius" 4 | Float 5 |
+011C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hit9_hitType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102975 3 | "hit9_hitType" 4 | Byte 5 |
+016D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/hitStopTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 102823 3 | "hitStopTime" 4 | Float 5 |
+014
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/AtkParam_Pc/Start/knockbackDist.xml: -------------------------------------------------------------------------------- 1 | 2 | 102822 3 | "knockbackDist" 4 | Float 5 |
+010
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | alloc(BulletHelper,16) 3 | registersymbol(BulletHelper) 4 | 5 | BulletHelper: 6 | dq #0 7 | 8 | [DISABLE] 9 | dealloc(BulletHelper) 10 | unregistersymbol(BulletHelper) 11 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/accelInRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 102302 3 | "accelInRange" 4 | Float 5 |
+2C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/accelOutRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 102303 3 | "accelOutRange" 4 | Float 5 |
+30
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/accelTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 102306 3 | "accelTime" 4 | Float 5 |
+3C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/damageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102328 3 | "damageDamp" 4 | Byte 5 |
+8A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/darkDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102365 3 | "darkDamageDamp" 4 | Byte 5 |
+9D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/expDelay.xml: -------------------------------------------------------------------------------- 1 | 2 | 102311 3 | "expDelay" 4 | Float 5 |
+50
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/externalForce.xml: -------------------------------------------------------------------------------- 1 | 2 | 102314 3 | "externalForce" 4 | 4 Bytes 5 |
+5C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/fireDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102330 3 | "fireDamageDamp" 4 | Byte 5 |
+8c
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/gravityInRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 102298 3 | "gravityInRange" 4 | Float 5 |
+1C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/gravityOutRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 102299 3 | "gravityOutRange" 4 | Float 5 |
+20
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/hitRadius.xml: -------------------------------------------------------------------------------- 1 | 2 | 102308 3 | "hitRadius" 4 | Float 5 |
+44
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/hitRadiusMax.xml: -------------------------------------------------------------------------------- 1 | 2 | 102309 3 | "hitRadiusMax" 4 | Float 5 |
+48
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/homingAngle.xml: -------------------------------------------------------------------------------- 1 | 2 | 102324 3 | "homingAngle" 4 | 2 Bytes 5 |
+82
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/homingBeginDist.xml: -------------------------------------------------------------------------------- 1 | 2 | 102307 3 | "homingBeginDist" 4 | Float 5 |
+40
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/hormingStopRange.xml: -------------------------------------------------------------------------------- 1 | 2 | 102300 3 | "hormingStopRange" 4 | Float 5 |
+24
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/initVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 102301 3 | "initVellocity" 4 | Float 5 |
+28
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/knockbackDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102333 3 | "knockbackDamp" 4 | Byte 5 |
+8f
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/life.xml: -------------------------------------------------------------------------------- 1 | 2 | 102295 3 | "life" 4 | Float 5 |
+10
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/maxVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 102304 3 | "maxVellocity" 4 | Float 5 |
+34
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/minVellocity.xml: -------------------------------------------------------------------------------- 1 | 2 | 102305 3 | "minVellocity" 4 | Float 5 |
+38
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/numShoot.xml: -------------------------------------------------------------------------------- 1 | 2 | 102323 3 | "numShoot" 4 | 2 Bytes 5 |
+80
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/sfxPostureType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102376 3 | "sfxPostureType" 4 | Byte 5 |
+C0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/shootInterval.xml: -------------------------------------------------------------------------------- 1 | 2 | 102297 3 | "shootInterval" 4 | Float 5 |
+18
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/spelDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102329 3 | "spelDamageDamp" 4 | Byte 5 |
+8b
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/spreadTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 102310 3 | "spreadTime" 4 | Float 5 |
+4C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/staminaDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102332 3 | "staminaDamp" 4 | Byte 5 |
+8e
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Bullet/Start/thunderDamageDamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102331 3 | "thunderDamageDamp" 4 | Byte 5 |
+8d
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/EquipParamGoods/ID.xml: -------------------------------------------------------------------------------- 1 | 2 | 101922 3 | "ID" 4 | 8 Bytes 5 |
EquipParamGoodsHelper
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Magic/.cea: -------------------------------------------------------------------------------- 1 | [ENABLE] 2 | alloc(MagicHelper,16) 3 | registersymbol(MagicHelper) 4 | 5 | MagicHelper: 6 | dq #4000 7 | 8 | [DISABLE] 9 | dealloc(MagicHelper) 10 | unregistersymbol(MagicHelper) 11 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/Magic/ID.xml: -------------------------------------------------------------------------------- 1 | 2 | 102154 3 | "ID" 4 | 8 Bytes 5 |
MagicHelper
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/bowDistRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102493 3 | "bowDistRate" 4 | 2 Bytes 5 |
+013C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/changeMpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102454 3 | "changeMpRate" 4 | Float 5 |
+0A4
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/conditionHp.xml: -------------------------------------------------------------------------------- 1 | 2 | 102414 3 | "conditionHp" 4 | Float 5 |
+04
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/darkDiffence.xml: -------------------------------------------------------------------------------- 1 | 2 | 102630 3 | "darkDiffence" 4 | Float 5 |
+01D8
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_BlowLL.xml: -------------------------------------------------------------------------------- 1 | 2 | 102513 3 | "dmgLv_BlowLL" 4 | Byte 5 |
+0152
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_BlowM.xml: -------------------------------------------------------------------------------- 1 | 2 | 102507 3 | "dmgLv_BlowM" 4 | Byte 5 |
+014C
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_BlowS.xml: -------------------------------------------------------------------------------- 1 | 2 | 102510 3 | "dmgLv_BlowS" 4 | Byte 5 |
+014F
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_Breath.xml: -------------------------------------------------------------------------------- 1 | 2 | 102514 3 | "dmgLv_Breath" 4 | Byte 5 |
+0153
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_L.xml: -------------------------------------------------------------------------------- 1 | 2 | 102506 3 | "dmgLv_L" 4 | Byte 5 |
+014B
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_M.xml: -------------------------------------------------------------------------------- 1 | 2 | 102505 3 | "dmgLv_M" 4 | Byte 5 |
+014A
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_Min.xml: -------------------------------------------------------------------------------- 1 | 2 | 102511 3 | "dmgLv_Min" 4 | Byte 5 |
+0150
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_None.xml: -------------------------------------------------------------------------------- 1 | 2 | 102503 3 | "dmgLv_None" 4 | Byte 5 |
+0148
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_Push.xml: -------------------------------------------------------------------------------- 1 | 2 | 102508 3 | "dmgLv_Push" 4 | Byte 5 |
+014D
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_S.xml: -------------------------------------------------------------------------------- 1 | 2 | 102504 3 | "dmgLv_S" 4 | Byte 5 |
+0149
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/dmgLv_Strike.xml: -------------------------------------------------------------------------------- 1 | 2 | 102509 3 | "dmgLv_Strike" 4 | Byte 5 |
+014E
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/grabityRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102478 3 | "grabityRate" 4 | Float 5 |
+0104
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/haveSoulRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102474 3 | "haveSoulRate" 4 | Float 5 |
+0F4
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/itemDropRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102638 3 | "itemDropRate" 4 | Float 5 |
+01F8
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/maxHpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102417 3 | "maxHpRate" 4 | Float 5 |
+010
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/maxMpRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102418 3 | "maxMpRate" 4 | Float 5 |
+014
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/moveType.xml: -------------------------------------------------------------------------------- 1 | 2 | 102519 3 | "moveType" 4 | Byte 5 |
+0159
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/repAtkDmgLv.xml: -------------------------------------------------------------------------------- 1 | 2 | 102588 3 | "repAtkDmgLv" 4 | Byte 5 |
+0167
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/soul.xml: -------------------------------------------------------------------------------- 1 | 2 | 102472 3 | "soul" 4 | 4 Bytes 5 |
+0EC
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/soulRate.xml: -------------------------------------------------------------------------------- 1 | 2 | 102469 3 | "soulRate" 4 | Float 5 |
+0E0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/spCategory.xml: -------------------------------------------------------------------------------- 1 | 2 | 102494 3 | "spCategory" 4 | 2 Bytes 5 |
+13E
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateA.xml: -------------------------------------------------------------------------------- 1 | 2 | 102622 3 | "weakDmgRateA" 4 | Float 5 |
+01B8
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateB.xml: -------------------------------------------------------------------------------- 1 | 2 | 102623 3 | "weakDmgRateB" 4 | Float 5 |
+01BC
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateC.xml: -------------------------------------------------------------------------------- 1 | 2 | 102624 3 | "weakDmgRateC" 4 | Float 5 |
+01C0
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateD.xml: -------------------------------------------------------------------------------- 1 | 2 | 102625 3 | "weakDmgRateD" 4 | Float 5 |
+01C4
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateE.xml: -------------------------------------------------------------------------------- 1 | 2 | 102626 3 | "weakDmgRateE" 4 | Float 5 |
+01C8
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/ID Helpers/SpEffectParam/Start/weakDmgRateF.xml: -------------------------------------------------------------------------------- 1 | 2 | 102627 3 | "weakDmgRateF" 4 | Float 5 |
+01CC
6 |
7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Last Hit Npc Info/Position/Teleport Npc to Self.xml: -------------------------------------------------------------------------------- 1 | 2 | 105709 3 | "Teleport Npc to Self" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Last Hit Npc Info/Position/Teleport Self to Npc.xml: -------------------------------------------------------------------------------- 1 | 2 | 105710 3 | "Teleport Self to Npc" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Targeted Npc Info/Position/Teleport Npc to Self.xml: -------------------------------------------------------------------------------- 1 | 2 | 105176 3 | "Teleport Npc to Self" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Helpers/Targeted Npc Info/Position/Teleport Self to Npc.xml: -------------------------------------------------------------------------------- 1 | 2 | 105177 3 | "Teleport Self to Npc" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 106151 3 | "Misc" 4 | 5 | C0C0C0 6 | 1 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Dragon Communion/Communion with Bayle.xml: -------------------------------------------------------------------------------- 1 | 2 | 101281 3 | "Communion with Bayle" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Blacksmith.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenEnhanceShop, {0}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Blacksmith.xml: -------------------------------------------------------------------------------- 1 | 2 | 101284 3 | "Blacksmith" 4 | C0C0C0 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Cosmetics (Mirror).cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenCharaMakeMenu, {1}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Cosmetics (Mirror).xml: -------------------------------------------------------------------------------- 1 | 2 | 101283 3 | "Cosmetics (Mirror)" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Smithing Table.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenEnhanceShop, {1}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Smithing Table.xml: -------------------------------------------------------------------------------- 1 | 2 | 101285 3 | "Smithing Table" 4 | C0C0C0 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Some Menu.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | address_version("1.10.1") 5 | executeCodeEx(0,100,"$process+7ff290","",0) 6 | disableMemrec(memrec) 7 | [DISABLE] 8 | 9 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Some Menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 101287 3 | "Some Menu" 4 | C0C0C0 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Spirit Tuning.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenSpiritTuning, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Misc/Spirit Tuning.xml: -------------------------------------------------------------------------------- 1 | 2 | 101286 3 | "Spirit Tuning" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Remembrance Duplication.xml: -------------------------------------------------------------------------------- 1 | 2 | 101276 3 | "Remembrance Duplication" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Rennala/Cosmetics.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenCharaMakeMenu, {0}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Rennala/Cosmetics.xml: -------------------------------------------------------------------------------- 1 | 2 | 101275 3 | "Cosmetics" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Rennala/Rebirth.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.ReallocateAttributes, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Rennala/Rebirth.xml: -------------------------------------------------------------------------------- 1 | 2 | 101274 3 | "Rebirth" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/-- Options/Access all shop inventory.xml: -------------------------------------------------------------------------------- 1 | 2 | 101292 3 | "Access all shop inventory" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/-- Options/Shops are free.xml: -------------------------------------------------------------------------------- 1 | 2 | 101294 3 | "Shops are free" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/-- Options/Unlimited stock.xml: -------------------------------------------------------------------------------- 1 | 2 | 101293 3 | "Unlimited stock" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/All Shops.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {0,9999999}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/All Shops.xml: -------------------------------------------------------------------------------- 1 | 2 | 101289 3 | "All Shops" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/Realm of Shadow/Moore.xml: -------------------------------------------------------------------------------- 1 | 2 | 101334 3 | "Moore" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/Realm of Shadow/Thiollier.xml: -------------------------------------------------------------------------------- 1 | 2 | 101335 3 | "Thiollier" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/Sell Item.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenSellShop, {0,0}, readQword(getPlayerIns() + 8)) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/Sell Item.xml: -------------------------------------------------------------------------------- 1 | 2 | 101290 3 | "Sell Item" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Gatekeeper Gostoc.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {100000,100024}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Gatekeeper Gostoc.xml: -------------------------------------------------------------------------------- 1 | 2 | 101309 3 | "Gatekeeper Gostoc" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Patches.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {100100,100124}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Patches.xml: -------------------------------------------------------------------------------- 1 | 2 | 101303 3 | "Patches" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Pidia, Carian Servant.xml: -------------------------------------------------------------------------------- 1 | 2 | 101308 3 | "Pidia, Carian Servant" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Roundtable Hold/Brother Corhyn.xml: -------------------------------------------------------------------------------- 1 | 2 | 101299 3 | "Brother Corhyn" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Smithing Master Iji.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {100225,100249}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Smithing Master Iji.xml: -------------------------------------------------------------------------------- 1 | 2 | 101307 3 | "Smithing Master Iji" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Sorceress Sellen.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {100050,100074}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Sorceress Sellen.xml: -------------------------------------------------------------------------------- 1 | 2 | 101306 3 | "Sorceress Sellen" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Thops.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRegularShop, {100250,100274}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Shops/The Lands Between/Thops.xml: -------------------------------------------------------------------------------- 1 | 2 | 101304 3 | "Thops" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Alter Garments.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenTailoringShop, {111000,111399}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Alter Garments.xml: -------------------------------------------------------------------------------- 1 | 2 | 101272 3 | "Alter Garments" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Ashes of War.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenEquipmentChangeOfPurposeShop, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Ashes of War.xml: -------------------------------------------------------------------------------- 1 | 2 | 101268 3 | "Ashes of War" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Flask Allocation.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenEstusAllotMenu, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Flask Allocation.xml: -------------------------------------------------------------------------------- 1 | 2 | 101269 3 | "Flask Allocation" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Great Runes.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenEquipGreatRune, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Great Runes.xml: -------------------------------------------------------------------------------- 1 | 2 | 101271 3 | "Great Runes" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Level Up.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenSoul, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Level Up.xml: -------------------------------------------------------------------------------- 1 | 2 | 101267 3 | "Level Up" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Memorize Spells.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenMagicEquip, {0,0}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Memorize Spells.xml: -------------------------------------------------------------------------------- 1 | 2 | 101265 3 | "Memorize Spells" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Sort Chest.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenRepository, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Sort Chest.xml: -------------------------------------------------------------------------------- 1 | 2 | 101266 3 | "Sort Chest" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Wondrous Physick Mix.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | executeEzStateEvent(EzStateEvent.OpenPhysickMenu, {}) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | 8 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Npc Menus/Site of Grace/Wondrous Physick Mix.xml: -------------------------------------------------------------------------------- 1 | 2 | 101270 3 | "Wondrous Physick Mix" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Boost for low FPS.xml: -------------------------------------------------------------------------------- 1 | 2 | 101254 3 | "Boost for low FPS" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Custom Camera Distance.xml: -------------------------------------------------------------------------------- 1 | 2 | 101253 3 | "Custom Camera Distance" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Custom FOV.xml: -------------------------------------------------------------------------------- 1 | 2 | 101252 3 | "Custom FOV" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Discardable Items.xml: -------------------------------------------------------------------------------- 1 | 2 | 101255 3 | "Discardable Items" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Faster invasions.xml: -------------------------------------------------------------------------------- 1 | 2 | 101261 3 | "Faster invasions" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Faster respawn.xml: -------------------------------------------------------------------------------- 1 | 2 | 101260 3 | "Faster respawn" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Invisible helmets (re-equip!).xml: -------------------------------------------------------------------------------- 1 | 2 | 101251 3 | "Invisible helmets (re-equip!)" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Item discovery x10.xml: -------------------------------------------------------------------------------- 1 | 2 | 101259 3 | "Item discovery x10" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/No Phantom Finger Auto-Equip.xml: -------------------------------------------------------------------------------- 1 | 2 | 101262 3 | "No Phantom Finger Auto-Equip" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Permanent Lantern Toggle.xml: -------------------------------------------------------------------------------- 1 | 2 | 101256 3 | "Permanent Lantern Toggle" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/Warp out of uncleared mini-dungeons.xml: -------------------------------------------------------------------------------- 1 | 2 | 101258 3 | "Warp out of uncleared mini-dungeons" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/QoL/World Map Cursor Speed.xml: -------------------------------------------------------------------------------- 1 | 2 | 101257 3 | "World Map Cursor Speed" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Seamless Co-op/Loading screen stuck fix.xml: -------------------------------------------------------------------------------- 1 | 2 | 106154 3 | "Loading screen stuck fix" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Seamless Co-op/Ranni's Tower Fix.xml: -------------------------------------------------------------------------------- 1 | 2 | 106156 3 | "Ranni's Tower Fix" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Scripts/Seamless Co-op/Remove Seamless Co-op items.xml: -------------------------------------------------------------------------------- 1 | 2 | 106153 3 | "Remove Seamless Co-op items" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Quit (Desktop).xml: -------------------------------------------------------------------------------- 1 | 2 | 100026 3 | "Quit (Desktop)" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Quit (Main Menu).cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | writeByte("[GameMan]+10",1) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Quit (Main Menu).xml: -------------------------------------------------------------------------------- 1 | 2 | 100027 3 | "Quit (Main Menu)" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Show Credits.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | writeByte("[GameMan]+B7C",1) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Show Credits.xml: -------------------------------------------------------------------------------- 1 | 2 | 100028 3 | "Show Credits" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Start Next Cycle (NG+).cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | writeByte("[GameMan]+B7D",1) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Misc/Start Next Cycle (NG+).xml: -------------------------------------------------------------------------------- 1 | 2 | 100029 3 | "Start Next Cycle (NG+)" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/SaveLoad2/Reload Character.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | writeInteger("[GameMan]+B78","[GameMan]+AC0") 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/SaveLoad2/Reload Character.xml: -------------------------------------------------------------------------------- 1 | 2 | 100019 3 | "Reload Character" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/SaveLoad2/Save Request.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | [ENABLE] 4 | writeByte("[GameMan]+B72",1) 5 | disableMemrec(memrec) 6 | [DISABLE] 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/SaveLoad2/Save Request.xml: -------------------------------------------------------------------------------- 1 | 2 | 100020 3 | "Save Request" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Statistics/Session Info/Recently Played With.xml: -------------------------------------------------------------------------------- 1 | 2 | 100284 3 | "Recently Played With" 4 | C0C0C0 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Info (FAQ).xml: -------------------------------------------------------------------------------- 1 | 2 | 100000 3 | "Table Info (FAQ)" 4 | FF8000 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Clear Symbol Cache/Confirm.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | tga:clearSymbolCache() 6 | disableMemrec(memrec.Parent) 7 | disableMemrec(memrec) 8 | 9 | [DISABLE] 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Clear Symbol Cache/Confirm.xml: -------------------------------------------------------------------------------- 1 | 2 | 108191 3 | "Confirm" 4 | 0000FF 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Clear runOnce Memory/Confirm.cea: -------------------------------------------------------------------------------- 1 | {$lua} 2 | if syntaxcheck then return end 3 | 4 | [ENABLE] 5 | tga:clearRunOnce() 6 | disableMemrec(memrec.Parent) 7 | disableMemrec(memrec) 8 | 9 | [DISABLE] 10 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Clear runOnce Memory/Confirm.xml: -------------------------------------------------------------------------------- 1 | 2 | 108193 3 | "Confirm" 4 | 0000FF 5 | Auto Assembler Script 6 | 7 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Configure Table.xml: -------------------------------------------------------------------------------- 1 | 2 | 108189 3 | "Configure Table" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /CheatTable/CheatEntries/Open - The Grand Archives - Elden Ring/Table Tools/Unpack C include table file.xml: -------------------------------------------------------------------------------- 1 | 2 | 108194 3 | "Unpack C include table file" 4 | Auto Assembler Script 5 | 6 | -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.140 -------------------------------------------------------------------------------- /scripts/check.bat: -------------------------------------------------------------------------------- 1 | ce2fs -i .\CheatTable --check %* -------------------------------------------------------------------------------- /scripts/check.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | ce2fs -i ./CheatTable --check "$@" -------------------------------------------------------------------------------- /scripts/install_deps.bat: -------------------------------------------------------------------------------- 1 | pip install --upgrade -r .\scripts\pip_build_deps.txt -------------------------------------------------------------------------------- /scripts/install_deps.sh: -------------------------------------------------------------------------------- 1 | pip install --upgrade -r ./scripts/pip_build_deps.txt -------------------------------------------------------------------------------- /scripts/pip_build_deps.txt: -------------------------------------------------------------------------------- 1 | ce2fs==0.1.2 -------------------------------------------------------------------------------- /scripts/unpack.bat: -------------------------------------------------------------------------------- 1 | for /f "delims=" %%i in ('where .\dist:ER_TGA_v*.CT') do set RESULT=%%i 2 | ce2fs -i "%RESULT%" %* -------------------------------------------------------------------------------- /scripts/unpack.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | ce2fs -i $(find ./dist -name 'ER_TGA_v*.CT') "$@" -------------------------------------------------------------------------------- /table_files/include/params.h: -------------------------------------------------------------------------------- 1 | #ifndef _PARAMS_H 2 | #define _PARAMS_H 3 | 4 | // This header is here for backwards compatibility so that scripts using 5 | // #include "params.h" instead of #include are still functionnal. 6 | 7 | #include "tga/params.h" 8 | 9 | #endif -------------------------------------------------------------------------------- /table_files/include/tga/params.h: -------------------------------------------------------------------------------- 1 | #ifndef _TGA_PARAMS_H 2 | #define _TGA_PARAMS_H 3 | 4 | #include "paramdefs.h" 5 | #include "param_utils.h" 6 | 7 | #endif -------------------------------------------------------------------------------- /table_files/param_fields.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Grand-Archives/Elden-Ring-CT-TGA/427134e30b06476341f670e083d5d5cd0e029b3e/table_files/param_fields.bin --------------------------------------------------------------------------------