├── .gitattributes ├── .gitignore ├── LICENSE ├── LORAI ├── .vsconfig ├── Assets │ ├── Animation.meta │ ├── Animation │ │ ├── GUI Window.meta │ │ ├── GUI Window │ │ │ ├── flip in.anim │ │ │ ├── flip in.anim.meta │ │ │ ├── flip out.anim │ │ │ ├── flip out.anim.meta │ │ │ ├── window.controller │ │ │ └── window.controller.meta │ │ ├── MainMenu.meta │ │ ├── MainMenu │ │ │ ├── Closed.anim │ │ │ ├── Closed.anim.meta │ │ │ ├── MainMenu.controller │ │ │ ├── MainMenu.controller.meta │ │ │ ├── Open.anim │ │ │ └── Open.anim.meta │ │ ├── Panel.meta │ │ ├── Panel │ │ │ ├── Closed.anim │ │ │ ├── Closed.anim.meta │ │ │ ├── Closing.anim │ │ │ ├── Closing.anim.meta │ │ │ ├── Open.anim │ │ │ ├── Open.anim.meta │ │ │ ├── Panel.controller │ │ │ └── Panel.controller.meta │ │ ├── Rotation.anim │ │ ├── Rotation.anim.meta │ │ ├── SF Button.controller │ │ ├── SF Button.controller.meta │ │ ├── Settings.meta │ │ ├── Settings │ │ │ ├── Closed.anim │ │ │ ├── Closed.anim.meta │ │ │ ├── Open.anim │ │ │ ├── Open.anim.meta │ │ │ ├── SettingsMenu.controller │ │ │ └── SettingsMenu.controller.meta │ │ ├── attack button breathe.meta │ │ ├── attack button breathe │ │ │ ├── attack button.controller │ │ │ ├── attack button.controller.meta │ │ │ ├── breathe green.anim │ │ │ ├── breathe green.anim.meta │ │ │ ├── breathe red.anim │ │ │ ├── breathe red.anim.meta │ │ │ ├── defense button.controller │ │ │ └── defense button.controller.meta │ │ ├── expansions panel.meta │ │ └── expansions panel │ │ │ ├── exp flip in.anim │ │ │ ├── exp flip in.anim.meta │ │ │ ├── exp flip out.anim │ │ │ └── exp flip out.anim.meta │ ├── Audio.meta │ ├── Audio │ │ ├── Vortex.mp3 │ │ ├── Vortex.mp3.meta │ │ ├── ambient2.mp3 │ │ ├── ambient2.mp3.meta │ │ ├── click.wav │ │ ├── click.wav.meta │ │ ├── computer sound.WAV │ │ ├── computer sound.WAV.meta │ │ ├── copy that.wav │ │ ├── copy that.wav.meta │ │ ├── deploy.wav │ │ ├── deploy.wav.meta │ │ ├── dropweapons.wav │ │ ├── dropweapons.wav.meta │ │ ├── imperial droid.wav │ │ ├── imperial droid.wav.meta │ │ ├── is this drill.wav │ │ ├── is this drill.wav.meta │ │ ├── no trouble.wav │ │ ├── no trouble.wav.meta │ │ ├── restricted.wav │ │ ├── restricted.wav.meta │ │ ├── setblasters.wav │ │ ├── setblasters.wav.meta │ │ ├── title music.mp3 │ │ ├── title music.mp3.meta │ │ ├── vader.wav │ │ └── vader.wav.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── ImperialAssaultSymbols.ttf │ │ ├── ImperialAssaultSymbols.ttf.meta │ │ ├── Jupiter.ttf │ │ ├── Jupiter.ttf.meta │ │ ├── Starjedi.ttf │ │ ├── Starjedi.ttf.meta │ │ ├── Starjhol.ttf │ │ └── Starjhol.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Skybox_Mat.mat │ │ ├── Skybox_Mat.mat.meta │ │ ├── Slider Background.mat │ │ ├── Slider Background.mat.meta │ │ ├── Slider Fill.mat │ │ ├── Slider Fill.mat.meta │ │ ├── Slider Knob.mat │ │ ├── Slider Knob.mat.meta │ │ ├── UI Opaque.mat │ │ ├── UI Opaque.mat.meta │ │ ├── UI-Default-No-Alpha.shader │ │ ├── UI-Default-No-Alpha.shader.meta │ │ ├── Window.mat │ │ ├── Window.mat.meta │ │ ├── red space cubemap.mat │ │ ├── red space cubemap.mat.meta │ │ ├── space cubemap.mat │ │ └── space cubemap.mat.meta │ ├── Plugins.meta │ ├── Plugins │ │ ├── Demigiant.meta │ │ └── Demigiant │ │ │ ├── DOTween.meta │ │ │ └── DOTween │ │ │ ├── DOTween.XML │ │ │ ├── DOTween.XML.meta │ │ │ ├── DOTween.dll │ │ │ ├── DOTween.dll.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── DOTweenEditor.XML │ │ │ ├── DOTweenEditor.XML.meta │ │ │ ├── DOTweenEditor.dll │ │ │ ├── DOTweenEditor.dll.meta │ │ │ ├── Imgs.meta │ │ │ └── Imgs │ │ │ │ ├── DOTweenIcon.png │ │ │ │ ├── DOTweenIcon.png.meta │ │ │ │ ├── Footer.png │ │ │ │ ├── Footer.png.meta │ │ │ │ ├── Footer_dark.png │ │ │ │ ├── Footer_dark.png.meta │ │ │ │ ├── Header.jpg │ │ │ │ └── Header.jpg.meta │ │ │ ├── Modules.meta │ │ │ ├── Modules │ │ │ ├── DOTweenModuleAudio.cs │ │ │ ├── DOTweenModuleAudio.cs.meta │ │ │ ├── DOTweenModulePhysics.cs │ │ │ ├── DOTweenModulePhysics.cs.meta │ │ │ ├── DOTweenModulePhysics2D.cs │ │ │ ├── DOTweenModulePhysics2D.cs.meta │ │ │ ├── DOTweenModuleSprite.cs │ │ │ ├── DOTweenModuleSprite.cs.meta │ │ │ ├── DOTweenModuleUI.cs │ │ │ ├── DOTweenModuleUI.cs.meta │ │ │ ├── DOTweenModuleUnityVersion.cs │ │ │ ├── DOTweenModuleUnityVersion.cs.meta │ │ │ ├── DOTweenModuleUtils.cs │ │ │ └── DOTweenModuleUtils.cs.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Click to close.prefab │ │ ├── Click to close.prefab.meta │ │ ├── DeployThumb Variant.prefab │ │ ├── DeployThumb Variant.prefab.meta │ │ ├── DeployedGroupPrefab.prefab │ │ ├── DeployedGroupPrefab.prefab.meta │ │ ├── DiceRoller.prefab │ │ ├── DiceRoller.prefab.meta │ │ ├── DynamicCard.prefab │ │ ├── DynamicCard.prefab.meta │ │ ├── DynamicMissionCardPrefab.prefab │ │ ├── DynamicMissionCardPrefab.prefab.meta │ │ ├── HeroGroupPrefab.prefab │ │ ├── HeroGroupPrefab.prefab.meta │ │ ├── Mission Info-Rules Popup.prefab │ │ ├── Mission Info-Rules Popup.prefab.meta │ │ ├── ReinforceThumb.prefab │ │ ├── ReinforceThumb.prefab.meta │ │ ├── SF Button.prefab │ │ ├── SF Button.prefab.meta │ │ ├── SF Grid Button.prefab │ │ ├── SF Grid Button.prefab.meta │ │ ├── SF Scene Elements.prefab │ │ ├── SF Scene Elements.prefab.meta │ │ ├── SF Slider.prefab │ │ ├── SF Slider.prefab.meta │ │ ├── SF Title.prefab │ │ ├── SF Title.prefab.meta │ │ ├── SF Toggle.prefab │ │ ├── SF Toggle.prefab.meta │ │ ├── ScreenScaler.prefab │ │ ├── ScreenScaler.prefab.meta │ │ ├── debug object.prefab │ │ ├── debug object.prefab.meta │ │ ├── dice.meta │ │ ├── dice │ │ │ ├── DiceObject.prefab │ │ │ ├── DiceObject.prefab.meta │ │ │ ├── black1.prefab │ │ │ ├── black1.prefab.meta │ │ │ ├── black2.prefab │ │ │ ├── black2.prefab.meta │ │ │ ├── black3.prefab │ │ │ ├── black3.prefab.meta │ │ │ ├── black4.prefab │ │ │ ├── black4.prefab.meta │ │ │ ├── black5.prefab │ │ │ ├── black5.prefab.meta │ │ │ ├── black6.prefab │ │ │ ├── black6.prefab.meta │ │ │ ├── blue1.prefab │ │ │ ├── blue1.prefab.meta │ │ │ ├── blue2.prefab │ │ │ ├── blue2.prefab.meta │ │ │ ├── blue3.prefab │ │ │ ├── blue3.prefab.meta │ │ │ ├── blue4.prefab │ │ │ ├── blue4.prefab.meta │ │ │ ├── blue5.prefab │ │ │ ├── blue5.prefab.meta │ │ │ ├── blue6.prefab │ │ │ ├── blue6.prefab.meta │ │ │ ├── green1.prefab │ │ │ ├── green1.prefab.meta │ │ │ ├── green2.prefab │ │ │ ├── green2.prefab.meta │ │ │ ├── green3.prefab │ │ │ ├── green3.prefab.meta │ │ │ ├── green4.prefab │ │ │ ├── green4.prefab.meta │ │ │ ├── green5.prefab │ │ │ ├── green5.prefab.meta │ │ │ ├── green6.prefab │ │ │ ├── green6.prefab.meta │ │ │ ├── red1.prefab │ │ │ ├── red1.prefab.meta │ │ │ ├── red2.prefab │ │ │ ├── red2.prefab.meta │ │ │ ├── red3.prefab │ │ │ ├── red3.prefab.meta │ │ │ ├── red4.prefab │ │ │ ├── red4.prefab.meta │ │ │ ├── red5.prefab │ │ │ ├── red5.prefab.meta │ │ │ ├── red6.prefab │ │ │ ├── red6.prefab.meta │ │ │ ├── white1.prefab │ │ │ ├── white1.prefab.meta │ │ │ ├── white2.prefab │ │ │ ├── white2.prefab.meta │ │ │ ├── white3.prefab │ │ │ ├── white3.prefab.meta │ │ │ ├── white4.prefab │ │ │ ├── white4.prefab.meta │ │ │ ├── white5.prefab │ │ │ ├── white5.prefab.meta │ │ │ ├── white6.prefab │ │ │ ├── white6.prefab.meta │ │ │ ├── yellow1.prefab │ │ │ ├── yellow1.prefab.meta │ │ │ ├── yellow2.prefab │ │ │ ├── yellow2.prefab.meta │ │ │ ├── yellow3.prefab │ │ │ ├── yellow3.prefab.meta │ │ │ ├── yellow4.prefab │ │ │ ├── yellow4.prefab.meta │ │ │ ├── yellow5.prefab │ │ │ ├── yellow5.prefab.meta │ │ │ ├── yellow6.prefab │ │ │ └── yellow6.prefab.meta │ │ ├── dicepip.prefab │ │ ├── dicepip.prefab.meta │ │ ├── settings screen.prefab │ │ └── settings screen.prefab.meta │ ├── Presets.meta │ ├── Presets │ │ ├── AudioCompressedInMemory.preset │ │ ├── AudioCompressedInMemory.preset.meta │ │ ├── AudioStreaming.preset │ │ ├── AudioStreaming.preset.meta │ │ ├── Defaults.meta │ │ ├── Defaults │ │ │ ├── AlbedoTexture_Default.preset │ │ │ ├── AlbedoTexture_Default.preset.meta │ │ │ ├── AudioDecompressOnLoad.preset │ │ │ ├── AudioDecompressOnLoad.preset.meta │ │ │ ├── DirectionalLight_Default.preset │ │ │ └── DirectionalLight_Default.preset.meta │ │ ├── NormalTexture.preset │ │ ├── NormalTexture.preset.meta │ │ ├── UtilityTexture.preset │ │ └── UtilityTexture.preset.meta │ ├── Resources.meta │ ├── Resources │ │ ├── CardData.meta │ │ ├── CardData │ │ │ ├── allies.json │ │ │ ├── allies.json.meta │ │ │ ├── enemies.json │ │ │ ├── enemies.json.meta │ │ │ ├── heroes.json │ │ │ ├── heroes.json.meta │ │ │ ├── villains.json │ │ │ └── villains.json.meta │ │ ├── Cards.meta │ │ ├── Cards │ │ │ ├── Allies.meta │ │ │ ├── Allies │ │ │ │ ├── M001.png │ │ │ │ ├── M001.png.meta │ │ │ │ ├── M002.png │ │ │ │ ├── M002.png.meta │ │ │ │ ├── M003.png │ │ │ │ ├── M003.png.meta │ │ │ │ ├── M004.png │ │ │ │ ├── M004.png.meta │ │ │ │ ├── M005.png │ │ │ │ ├── M005.png.meta │ │ │ │ ├── M006.png │ │ │ │ ├── M006.png.meta │ │ │ │ ├── M007.png │ │ │ │ ├── M007.png.meta │ │ │ │ ├── M008.png │ │ │ │ ├── M008.png.meta │ │ │ │ ├── M009.png │ │ │ │ ├── M009.png.meta │ │ │ │ ├── M010.png │ │ │ │ ├── M010.png.meta │ │ │ │ ├── M011.png │ │ │ │ ├── M011.png.meta │ │ │ │ ├── M012.png │ │ │ │ ├── M012.png.meta │ │ │ │ ├── M013.png │ │ │ │ ├── M013.png.meta │ │ │ │ ├── M014.png │ │ │ │ ├── M014.png.meta │ │ │ │ ├── M015.png │ │ │ │ ├── M015.png.meta │ │ │ │ ├── M016.png │ │ │ │ ├── M016.png.meta │ │ │ │ ├── M017.png │ │ │ │ ├── M017.png.meta │ │ │ │ ├── M018.png │ │ │ │ ├── M018.png.meta │ │ │ │ ├── M019.png │ │ │ │ ├── M019.png.meta │ │ │ │ ├── M020.png │ │ │ │ ├── M020.png.meta │ │ │ │ ├── M021.png │ │ │ │ ├── M021.png.meta │ │ │ │ ├── M022.png │ │ │ │ ├── M022.png.meta │ │ │ │ ├── M023.png │ │ │ │ ├── M023.png.meta │ │ │ │ ├── M024.png │ │ │ │ ├── M024.png.meta │ │ │ │ ├── M025.png │ │ │ │ ├── M025.png.meta │ │ │ │ ├── M026.png │ │ │ │ ├── M026.png.meta │ │ │ │ ├── M027.png │ │ │ │ ├── M027.png.meta │ │ │ │ ├── M028.png │ │ │ │ └── M028.png.meta │ │ │ ├── Enemies.meta │ │ │ ├── Enemies │ │ │ │ ├── Bespin.meta │ │ │ │ ├── Bespin │ │ │ │ │ ├── M030.png │ │ │ │ │ ├── M030.png.meta │ │ │ │ │ ├── M031.png │ │ │ │ │ ├── M031.png.meta │ │ │ │ │ ├── M032.png │ │ │ │ │ ├── M032.png.meta │ │ │ │ │ ├── M033.png │ │ │ │ │ ├── M033.png.meta │ │ │ │ │ ├── M034.png │ │ │ │ │ ├── M034.png.meta │ │ │ │ │ ├── M035.png │ │ │ │ │ └── M035.png.meta │ │ │ │ ├── Core.meta │ │ │ │ ├── Core │ │ │ │ │ ├── M001.png │ │ │ │ │ ├── M001.png.meta │ │ │ │ │ ├── M002.png │ │ │ │ │ ├── M002.png.meta │ │ │ │ │ ├── M003.png │ │ │ │ │ ├── M003.png.meta │ │ │ │ │ ├── M004.png │ │ │ │ │ ├── M004.png.meta │ │ │ │ │ ├── M005.png │ │ │ │ │ ├── M005.png.meta │ │ │ │ │ ├── M006.png │ │ │ │ │ ├── M006.png.meta │ │ │ │ │ ├── M007.png │ │ │ │ │ ├── M007.png.meta │ │ │ │ │ ├── M008.png │ │ │ │ │ ├── M008.png.meta │ │ │ │ │ ├── M009.png │ │ │ │ │ ├── M009.png.meta │ │ │ │ │ ├── M010.png │ │ │ │ │ ├── M010.png.meta │ │ │ │ │ ├── M011.png │ │ │ │ │ ├── M011.png.meta │ │ │ │ │ ├── M012.png │ │ │ │ │ ├── M012.png.meta │ │ │ │ │ ├── M013.png │ │ │ │ │ ├── M013.png.meta │ │ │ │ │ ├── M014.png │ │ │ │ │ ├── M014.png.meta │ │ │ │ │ ├── M015.png │ │ │ │ │ ├── M015.png.meta │ │ │ │ │ ├── M016.png │ │ │ │ │ ├── M016.png.meta │ │ │ │ │ ├── M017.png │ │ │ │ │ ├── M017.png.meta │ │ │ │ │ ├── M018.png │ │ │ │ │ ├── M018.png.meta │ │ │ │ │ ├── M071.png │ │ │ │ │ ├── M071.png.meta │ │ │ │ │ ├── M072.png │ │ │ │ │ ├── M072.png.meta │ │ │ │ │ ├── M073.png │ │ │ │ │ ├── M073.png.meta │ │ │ │ │ ├── M074.png │ │ │ │ │ └── M074.png.meta │ │ │ │ ├── Empire.meta │ │ │ │ ├── Empire │ │ │ │ │ ├── M046.png │ │ │ │ │ ├── M046.png.meta │ │ │ │ │ ├── M047.png │ │ │ │ │ ├── M047.png.meta │ │ │ │ │ ├── M048.png │ │ │ │ │ ├── M048.png.meta │ │ │ │ │ ├── M049.png │ │ │ │ │ ├── M049.png.meta │ │ │ │ │ ├── M050.png │ │ │ │ │ ├── M050.png.meta │ │ │ │ │ ├── M051.png │ │ │ │ │ ├── M051.png.meta │ │ │ │ │ ├── M052.png │ │ │ │ │ ├── M052.png.meta │ │ │ │ │ ├── M053.png │ │ │ │ │ ├── M053.png.meta │ │ │ │ │ ├── M054.png │ │ │ │ │ ├── M054.png.meta │ │ │ │ │ ├── M055.png │ │ │ │ │ └── M055.png.meta │ │ │ │ ├── Hoth.meta │ │ │ │ ├── Hoth │ │ │ │ │ ├── M023.png │ │ │ │ │ ├── M023.png.meta │ │ │ │ │ ├── M024.png │ │ │ │ │ ├── M024.png.meta │ │ │ │ │ ├── M025.png │ │ │ │ │ ├── M025.png.meta │ │ │ │ │ ├── M026.png │ │ │ │ │ ├── M026.png.meta │ │ │ │ │ ├── M027.png │ │ │ │ │ ├── M027.png.meta │ │ │ │ │ ├── M028.png │ │ │ │ │ ├── M028.png.meta │ │ │ │ │ ├── M029.png │ │ │ │ │ └── M029.png.meta │ │ │ │ ├── Jabba.meta │ │ │ │ ├── Jabba │ │ │ │ │ ├── M036.png │ │ │ │ │ ├── M036.png.meta │ │ │ │ │ ├── M037.png │ │ │ │ │ ├── M037.png.meta │ │ │ │ │ ├── M038.png │ │ │ │ │ ├── M038.png.meta │ │ │ │ │ ├── M039.png │ │ │ │ │ ├── M039.png.meta │ │ │ │ │ ├── M040.png │ │ │ │ │ ├── M040.png.meta │ │ │ │ │ ├── M041.png │ │ │ │ │ ├── M041.png.meta │ │ │ │ │ ├── M042.png │ │ │ │ │ ├── M042.png.meta │ │ │ │ │ ├── M043.png │ │ │ │ │ ├── M043.png.meta │ │ │ │ │ ├── M044.png │ │ │ │ │ ├── M044.png.meta │ │ │ │ │ ├── M045.png │ │ │ │ │ └── M045.png.meta │ │ │ │ ├── Lothal.meta │ │ │ │ ├── Lothal │ │ │ │ │ ├── M056.png │ │ │ │ │ ├── M056.png.meta │ │ │ │ │ ├── M057.png │ │ │ │ │ ├── M057.png.meta │ │ │ │ │ ├── M058.png │ │ │ │ │ ├── M058.png.meta │ │ │ │ │ ├── M059.png │ │ │ │ │ ├── M059.png.meta │ │ │ │ │ ├── M060.png │ │ │ │ │ ├── M060.png.meta │ │ │ │ │ ├── M061.png │ │ │ │ │ └── M061.png.meta │ │ │ │ ├── Other.meta │ │ │ │ ├── Other │ │ │ │ │ ├── M062.png │ │ │ │ │ ├── M062.png.meta │ │ │ │ │ ├── M063.png │ │ │ │ │ ├── M063.png.meta │ │ │ │ │ ├── M064.png │ │ │ │ │ ├── M064.png.meta │ │ │ │ │ ├── M065.png │ │ │ │ │ ├── M065.png.meta │ │ │ │ │ ├── M066.png │ │ │ │ │ ├── M066.png.meta │ │ │ │ │ ├── M067.png │ │ │ │ │ ├── M067.png.meta │ │ │ │ │ ├── M068.png │ │ │ │ │ ├── M068.png.meta │ │ │ │ │ ├── M069.png │ │ │ │ │ ├── M069.png.meta │ │ │ │ │ ├── M070.png │ │ │ │ │ └── M070.png.meta │ │ │ │ ├── Twin.meta │ │ │ │ └── Twin │ │ │ │ │ ├── M019.png │ │ │ │ │ ├── M019.png.meta │ │ │ │ │ ├── M020.png │ │ │ │ │ ├── M020.png.meta │ │ │ │ │ ├── M021.png │ │ │ │ │ ├── M021.png.meta │ │ │ │ │ ├── M022.png │ │ │ │ │ └── M022.png.meta │ │ │ ├── Heroes.meta │ │ │ ├── Heroes │ │ │ │ ├── H1.png │ │ │ │ ├── H1.png.meta │ │ │ │ ├── H10.png │ │ │ │ ├── H10.png.meta │ │ │ │ ├── H11.png │ │ │ │ ├── H11.png.meta │ │ │ │ ├── H12.png │ │ │ │ ├── H12.png.meta │ │ │ │ ├── H13.png │ │ │ │ ├── H13.png.meta │ │ │ │ ├── H14.png │ │ │ │ ├── H14.png.meta │ │ │ │ ├── H15.png │ │ │ │ ├── H15.png.meta │ │ │ │ ├── H16.png │ │ │ │ ├── H16.png.meta │ │ │ │ ├── H17.png │ │ │ │ ├── H17.png.meta │ │ │ │ ├── H18.png │ │ │ │ ├── H18.png.meta │ │ │ │ ├── H19.png │ │ │ │ ├── H19.png.meta │ │ │ │ ├── H2.png │ │ │ │ ├── H2.png.meta │ │ │ │ ├── H20.png │ │ │ │ ├── H20.png.meta │ │ │ │ ├── H21.png │ │ │ │ ├── H21.png.meta │ │ │ │ ├── H3.png │ │ │ │ ├── H3.png.meta │ │ │ │ ├── H4.png │ │ │ │ ├── H4.png.meta │ │ │ │ ├── H5.png │ │ │ │ ├── H5.png.meta │ │ │ │ ├── H6.png │ │ │ │ ├── H6.png.meta │ │ │ │ ├── H7.png │ │ │ │ ├── H7.png.meta │ │ │ │ ├── H8.png │ │ │ │ ├── H8.png.meta │ │ │ │ ├── H9.png │ │ │ │ ├── H9.png.meta │ │ │ │ ├── bonus.png │ │ │ │ └── bonus.png.meta │ │ │ ├── Villains.meta │ │ │ └── Villains │ │ │ │ ├── M071.png │ │ │ │ ├── M071.png.meta │ │ │ │ ├── M072.png │ │ │ │ ├── M072.png.meta │ │ │ │ ├── M073.png │ │ │ │ ├── M073.png.meta │ │ │ │ ├── M074.png │ │ │ │ ├── M074.png.meta │ │ │ │ ├── M075.png │ │ │ │ ├── M075.png.meta │ │ │ │ ├── M076.png │ │ │ │ ├── M076.png.meta │ │ │ │ ├── M077.png │ │ │ │ ├── M077.png.meta │ │ │ │ ├── M078.png │ │ │ │ ├── M078.png.meta │ │ │ │ ├── M079.png │ │ │ │ ├── M079.png.meta │ │ │ │ ├── M080.png │ │ │ │ ├── M080.png.meta │ │ │ │ ├── M081.png │ │ │ │ ├── M081.png.meta │ │ │ │ ├── M082.png │ │ │ │ ├── M082.png.meta │ │ │ │ ├── M083.png │ │ │ │ ├── M083.png.meta │ │ │ │ ├── M084.png │ │ │ │ ├── M084.png.meta │ │ │ │ ├── M085.png │ │ │ │ ├── M085.png.meta │ │ │ │ ├── M086.png │ │ │ │ ├── M086.png.meta │ │ │ │ ├── M087.png │ │ │ │ ├── M087.png.meta │ │ │ │ ├── M088.png │ │ │ │ ├── M088.png.meta │ │ │ │ ├── M089.png │ │ │ │ ├── M089.png.meta │ │ │ │ ├── M090.png │ │ │ │ └── M090.png.meta │ │ ├── DOTweenSettings.asset │ │ ├── DOTweenSettings.asset.meta │ │ ├── Languages.meta │ │ ├── Languages │ │ │ ├── De.meta │ │ │ ├── De │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ │ ├── allies.json │ │ │ │ │ ├── allies.json.meta │ │ │ │ │ ├── enemies.json │ │ │ │ │ ├── enemies.json.meta │ │ │ │ │ ├── heroes.json │ │ │ │ │ ├── heroes.json.meta │ │ │ │ │ ├── villains.json │ │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ │ ├── bespin.json │ │ │ │ │ ├── bespin.json.meta │ │ │ │ │ ├── core.json │ │ │ │ │ ├── core.json.meta │ │ │ │ │ ├── empire.json │ │ │ │ │ ├── empire.json.meta │ │ │ │ │ ├── hoth.json │ │ │ │ │ ├── hoth.json.meta │ │ │ │ │ ├── jabba.json │ │ │ │ │ ├── jabba.json.meta │ │ │ │ │ ├── lothal.json │ │ │ │ │ ├── lothal.json.meta │ │ │ │ │ ├── other.json │ │ │ │ │ ├── other.json.meta │ │ │ │ │ ├── twin.json │ │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ │ ├── bespin1info.txt │ │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ │ ├── bespin1rules.txt │ │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ │ ├── bespin2info.txt │ │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ │ ├── bespin2rules.txt │ │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ │ ├── bespin3info.txt │ │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ │ ├── bespin3rules.txt │ │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ │ ├── bespin4info.txt │ │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ │ ├── bespin4rules.txt │ │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ │ ├── bespin5info.txt │ │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ │ ├── bespin5rules.txt │ │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ │ ├── bespin6info.txt │ │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ │ ├── bespin6rules.txt │ │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ │ ├── core10info.txt │ │ │ │ │ ├── core10info.txt.meta │ │ │ │ │ ├── core10rules.txt │ │ │ │ │ ├── core10rules.txt.meta │ │ │ │ │ ├── core11info.txt │ │ │ │ │ ├── core11info.txt.meta │ │ │ │ │ ├── core11rules.txt │ │ │ │ │ ├── core11rules.txt.meta │ │ │ │ │ ├── core12info.txt │ │ │ │ │ ├── core12info.txt.meta │ │ │ │ │ ├── core12rules.txt │ │ │ │ │ ├── core12rules.txt.meta │ │ │ │ │ ├── core13info.txt │ │ │ │ │ ├── core13info.txt.meta │ │ │ │ │ ├── core13rules.txt │ │ │ │ │ ├── core13rules.txt.meta │ │ │ │ │ ├── core14info.txt │ │ │ │ │ ├── core14info.txt.meta │ │ │ │ │ ├── core14rules.txt │ │ │ │ │ ├── core14rules.txt.meta │ │ │ │ │ ├── core15info.txt │ │ │ │ │ ├── core15info.txt.meta │ │ │ │ │ ├── core15rules.txt │ │ │ │ │ ├── core15rules.txt.meta │ │ │ │ │ ├── core16info.txt │ │ │ │ │ ├── core16info.txt.meta │ │ │ │ │ ├── core16rules.txt │ │ │ │ │ ├── core16rules.txt.meta │ │ │ │ │ ├── core17info.txt │ │ │ │ │ ├── core17info.txt.meta │ │ │ │ │ ├── core17rules.txt │ │ │ │ │ ├── core17rules.txt.meta │ │ │ │ │ ├── core18info.txt │ │ │ │ │ ├── core18info.txt.meta │ │ │ │ │ ├── core18rules.txt │ │ │ │ │ ├── core18rules.txt.meta │ │ │ │ │ ├── core19info.txt │ │ │ │ │ ├── core19info.txt.meta │ │ │ │ │ ├── core19rules.txt │ │ │ │ │ ├── core19rules.txt.meta │ │ │ │ │ ├── core1info.txt │ │ │ │ │ ├── core1info.txt.meta │ │ │ │ │ ├── core1rules.txt │ │ │ │ │ ├── core1rules.txt.meta │ │ │ │ │ ├── core20info.txt │ │ │ │ │ ├── core20info.txt.meta │ │ │ │ │ ├── core20rules.txt │ │ │ │ │ ├── core20rules.txt.meta │ │ │ │ │ ├── core21info.txt │ │ │ │ │ ├── core21info.txt.meta │ │ │ │ │ ├── core21rules.txt │ │ │ │ │ ├── core21rules.txt.meta │ │ │ │ │ ├── core22info.txt │ │ │ │ │ ├── core22info.txt.meta │ │ │ │ │ ├── core22rules.txt │ │ │ │ │ ├── core22rules.txt.meta │ │ │ │ │ ├── core23info.txt │ │ │ │ │ ├── core23info.txt.meta │ │ │ │ │ ├── core23rules.txt │ │ │ │ │ ├── core23rules.txt.meta │ │ │ │ │ ├── core24info.txt │ │ │ │ │ ├── core24info.txt.meta │ │ │ │ │ ├── core24rules.txt │ │ │ │ │ ├── core24rules.txt.meta │ │ │ │ │ ├── core25info.txt │ │ │ │ │ ├── core25info.txt.meta │ │ │ │ │ ├── core25rules.txt │ │ │ │ │ ├── core25rules.txt.meta │ │ │ │ │ ├── core26info.txt │ │ │ │ │ ├── core26info.txt.meta │ │ │ │ │ ├── core26rules.txt │ │ │ │ │ ├── core26rules.txt.meta │ │ │ │ │ ├── core27info.txt │ │ │ │ │ ├── core27info.txt.meta │ │ │ │ │ ├── core27rules.txt │ │ │ │ │ ├── core27rules.txt.meta │ │ │ │ │ ├── core28info.txt │ │ │ │ │ ├── core28info.txt.meta │ │ │ │ │ ├── core28rules.txt │ │ │ │ │ ├── core28rules.txt.meta │ │ │ │ │ ├── core29info.txt │ │ │ │ │ ├── core29info.txt.meta │ │ │ │ │ ├── core29rules.txt │ │ │ │ │ ├── core29rules.txt.meta │ │ │ │ │ ├── core2info.txt │ │ │ │ │ ├── core2info.txt.meta │ │ │ │ │ ├── core2rules.txt │ │ │ │ │ ├── core2rules.txt.meta │ │ │ │ │ ├── core30info.txt │ │ │ │ │ ├── core30info.txt.meta │ │ │ │ │ ├── core30rules.txt │ │ │ │ │ ├── core30rules.txt.meta │ │ │ │ │ ├── core31info.txt │ │ │ │ │ ├── core31info.txt.meta │ │ │ │ │ ├── core31rules.txt │ │ │ │ │ ├── core31rules.txt.meta │ │ │ │ │ ├── core32info.txt │ │ │ │ │ ├── core32info.txt.meta │ │ │ │ │ ├── core32rules.txt │ │ │ │ │ ├── core32rules.txt.meta │ │ │ │ │ ├── core3info.txt │ │ │ │ │ ├── core3info.txt.meta │ │ │ │ │ ├── core3rules.txt │ │ │ │ │ ├── core3rules.txt.meta │ │ │ │ │ ├── core4info.txt │ │ │ │ │ ├── core4info.txt.meta │ │ │ │ │ ├── core4rules.txt │ │ │ │ │ ├── core4rules.txt.meta │ │ │ │ │ ├── core5info.txt │ │ │ │ │ ├── core5info.txt.meta │ │ │ │ │ ├── core5rules.txt │ │ │ │ │ ├── core5rules.txt.meta │ │ │ │ │ ├── core6info.txt │ │ │ │ │ ├── core6info.txt.meta │ │ │ │ │ ├── core6rules.txt │ │ │ │ │ ├── core6rules.txt.meta │ │ │ │ │ ├── core7info.txt │ │ │ │ │ ├── core7info.txt.meta │ │ │ │ │ ├── core7rules.txt │ │ │ │ │ ├── core7rules.txt.meta │ │ │ │ │ ├── core8info.txt │ │ │ │ │ ├── core8info.txt.meta │ │ │ │ │ ├── core8rules.txt │ │ │ │ │ ├── core8rules.txt.meta │ │ │ │ │ ├── core9info.txt │ │ │ │ │ ├── core9info.txt.meta │ │ │ │ │ ├── core9rules.txt │ │ │ │ │ ├── core9rules.txt.meta │ │ │ │ │ ├── empire10info.txt │ │ │ │ │ ├── empire10info.txt.meta │ │ │ │ │ ├── empire10rules.txt │ │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ │ ├── empire11info.txt │ │ │ │ │ ├── empire11info.txt.meta │ │ │ │ │ ├── empire11rules.txt │ │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ │ ├── empire12info.txt │ │ │ │ │ ├── empire12info.txt.meta │ │ │ │ │ ├── empire12rules.txt │ │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ │ ├── empire13info.txt │ │ │ │ │ ├── empire13info.txt.meta │ │ │ │ │ ├── empire13rules.txt │ │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ │ ├── empire14info.txt │ │ │ │ │ ├── empire14info.txt.meta │ │ │ │ │ ├── empire14rules.txt │ │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ │ ├── empire15info.txt │ │ │ │ │ ├── empire15info.txt.meta │ │ │ │ │ ├── empire15rules.txt │ │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ │ ├── empire16info.txt │ │ │ │ │ ├── empire16info.txt.meta │ │ │ │ │ ├── empire16rules.txt │ │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ │ ├── empire1info.txt │ │ │ │ │ ├── empire1info.txt.meta │ │ │ │ │ ├── empire1rules.txt │ │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ │ ├── empire2info.txt │ │ │ │ │ ├── empire2info.txt.meta │ │ │ │ │ ├── empire2rules.txt │ │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ │ ├── empire3info.txt │ │ │ │ │ ├── empire3info.txt.meta │ │ │ │ │ ├── empire3rules.txt │ │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ │ ├── empire4info.txt │ │ │ │ │ ├── empire4info.txt.meta │ │ │ │ │ ├── empire4rules.txt │ │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ │ ├── empire5info.txt │ │ │ │ │ ├── empire5info.txt.meta │ │ │ │ │ ├── empire5rules.txt │ │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ │ ├── empire6info.txt │ │ │ │ │ ├── empire6info.txt.meta │ │ │ │ │ ├── empire6rules.txt │ │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ │ ├── empire7info.txt │ │ │ │ │ ├── empire7info.txt.meta │ │ │ │ │ ├── empire7rules.txt │ │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ │ ├── empire8info.txt │ │ │ │ │ ├── empire8info.txt.meta │ │ │ │ │ ├── empire8rules.txt │ │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ │ ├── empire9info.txt │ │ │ │ │ ├── empire9info.txt.meta │ │ │ │ │ ├── empire9rules.txt │ │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ │ ├── hoth10info.txt │ │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ │ ├── hoth10rules.txt │ │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ │ ├── hoth11info.txt │ │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ │ ├── hoth11rules.txt │ │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ │ ├── hoth12info.txt │ │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ │ ├── hoth12rules.txt │ │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ │ ├── hoth13info.txt │ │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ │ ├── hoth13rules.txt │ │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ │ ├── hoth14info.txt │ │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ │ ├── hoth14rules.txt │ │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ │ ├── hoth15info.txt │ │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ │ ├── hoth15rules.txt │ │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ │ ├── hoth16info.txt │ │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ │ ├── hoth16rules.txt │ │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ │ ├── hoth1info.txt │ │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ │ ├── hoth1rules.txt │ │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ │ ├── hoth2info.txt │ │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ │ ├── hoth2rules.txt │ │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ │ ├── hoth3info.txt │ │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ │ ├── hoth3rules.txt │ │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ │ ├── hoth4info.txt │ │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ │ ├── hoth4rules.txt │ │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ │ ├── hoth5info.txt │ │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ │ ├── hoth5rules.txt │ │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ │ ├── hoth6info.txt │ │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ │ ├── hoth6rules.txt │ │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ │ ├── hoth7info.txt │ │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ │ ├── hoth7rules.txt │ │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ │ ├── hoth8info.txt │ │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ │ ├── hoth8rules.txt │ │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ │ ├── hoth9info.txt │ │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ │ ├── hoth9rules.txt │ │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ │ ├── jabba10info.txt │ │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ │ ├── jabba10rules.txt │ │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ │ ├── jabba11info.txt │ │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ │ ├── jabba11rules.txt │ │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ │ ├── jabba12info.txt │ │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ │ ├── jabba12rules.txt │ │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ │ ├── jabba13info.txt │ │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ │ ├── jabba13rules.txt │ │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ │ ├── jabba14info.txt │ │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ │ ├── jabba14rules.txt │ │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ │ ├── jabba15info.txt │ │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ │ ├── jabba15rules.txt │ │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ │ ├── jabba16info.txt │ │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ │ ├── jabba16rules.txt │ │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ │ ├── jabba1info.txt │ │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ │ ├── jabba1rules.txt │ │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ │ ├── jabba2info.txt │ │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ │ ├── jabba2rules.txt │ │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ │ ├── jabba3info.txt │ │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ │ ├── jabba3rules.txt │ │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ │ ├── jabba4info.txt │ │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ │ ├── jabba4rules.txt │ │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ │ ├── jabba5info.txt │ │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ │ ├── jabba5rules.txt │ │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ │ ├── jabba6info.txt │ │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ │ ├── jabba6rules.txt │ │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ │ ├── jabba7info.txt │ │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ │ ├── jabba7rules.txt │ │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ │ ├── jabba8info.txt │ │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ │ ├── jabba8rules.txt │ │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ │ ├── jabba9info.txt │ │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ │ ├── jabba9rules.txt │ │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ │ ├── lothal1info.txt │ │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ │ ├── lothal1rules.txt │ │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ │ ├── lothal2info.txt │ │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ │ ├── lothal2rules.txt │ │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ │ ├── lothal3info.txt │ │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ │ ├── lothal3rules.txt │ │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ │ ├── lothal4info.txt │ │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ │ ├── lothal4rules.txt │ │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ │ ├── lothal5info.txt │ │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ │ ├── lothal5rules.txt │ │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ │ ├── lothal6info.txt │ │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ │ ├── lothal6rules.txt │ │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ │ ├── other10info.txt │ │ │ │ │ ├── other10info.txt.meta │ │ │ │ │ ├── other10rules.txt │ │ │ │ │ ├── other10rules.txt.meta │ │ │ │ │ ├── other11info.txt │ │ │ │ │ ├── other11info.txt.meta │ │ │ │ │ ├── other11rules.txt │ │ │ │ │ ├── other11rules.txt.meta │ │ │ │ │ ├── other12info.txt │ │ │ │ │ ├── other12info.txt.meta │ │ │ │ │ ├── other12rules.txt │ │ │ │ │ ├── other12rules.txt.meta │ │ │ │ │ ├── other13info.txt │ │ │ │ │ ├── other13info.txt.meta │ │ │ │ │ ├── other13rules.txt │ │ │ │ │ ├── other13rules.txt.meta │ │ │ │ │ ├── other14info.txt │ │ │ │ │ ├── other14info.txt.meta │ │ │ │ │ ├── other14rules.txt │ │ │ │ │ ├── other14rules.txt.meta │ │ │ │ │ ├── other15info.txt │ │ │ │ │ ├── other15info.txt.meta │ │ │ │ │ ├── other15rules.txt │ │ │ │ │ ├── other15rules.txt.meta │ │ │ │ │ ├── other16info.txt │ │ │ │ │ ├── other16info.txt.meta │ │ │ │ │ ├── other16rules.txt │ │ │ │ │ ├── other16rules.txt.meta │ │ │ │ │ ├── other17info.txt │ │ │ │ │ ├── other17info.txt.meta │ │ │ │ │ ├── other17rules.txt │ │ │ │ │ ├── other17rules.txt.meta │ │ │ │ │ ├── other18info.txt │ │ │ │ │ ├── other18info.txt.meta │ │ │ │ │ ├── other18rules.txt │ │ │ │ │ ├── other18rules.txt.meta │ │ │ │ │ ├── other19info.txt │ │ │ │ │ ├── other19info.txt.meta │ │ │ │ │ ├── other19rules.txt │ │ │ │ │ ├── other19rules.txt.meta │ │ │ │ │ ├── other1info.txt │ │ │ │ │ ├── other1info.txt.meta │ │ │ │ │ ├── other1rules.txt │ │ │ │ │ ├── other1rules.txt.meta │ │ │ │ │ ├── other20info.txt │ │ │ │ │ ├── other20info.txt.meta │ │ │ │ │ ├── other20rules.txt │ │ │ │ │ ├── other20rules.txt.meta │ │ │ │ │ ├── other21info.txt │ │ │ │ │ ├── other21info.txt.meta │ │ │ │ │ ├── other21rules.txt │ │ │ │ │ ├── other21rules.txt.meta │ │ │ │ │ ├── other22info.txt │ │ │ │ │ ├── other22info.txt.meta │ │ │ │ │ ├── other22rules.txt │ │ │ │ │ ├── other22rules.txt.meta │ │ │ │ │ ├── other23info.txt │ │ │ │ │ ├── other23info.txt.meta │ │ │ │ │ ├── other23rules.txt │ │ │ │ │ ├── other23rules.txt.meta │ │ │ │ │ ├── other24info.txt │ │ │ │ │ ├── other24info.txt.meta │ │ │ │ │ ├── other24rules.txt │ │ │ │ │ ├── other24rules.txt.meta │ │ │ │ │ ├── other25info.txt │ │ │ │ │ ├── other25info.txt.meta │ │ │ │ │ ├── other25rules.txt │ │ │ │ │ ├── other25rules.txt.meta │ │ │ │ │ ├── other26info.txt │ │ │ │ │ ├── other26info.txt.meta │ │ │ │ │ ├── other26rules.txt │ │ │ │ │ ├── other26rules.txt.meta │ │ │ │ │ ├── other27info.txt │ │ │ │ │ ├── other27info.txt.meta │ │ │ │ │ ├── other27rules.txt │ │ │ │ │ ├── other27rules.txt.meta │ │ │ │ │ ├── other28info.txt │ │ │ │ │ ├── other28info.txt.meta │ │ │ │ │ ├── other28rules.txt │ │ │ │ │ ├── other28rules.txt.meta │ │ │ │ │ ├── other29info.txt │ │ │ │ │ ├── other29info.txt.meta │ │ │ │ │ ├── other29rules.txt │ │ │ │ │ ├── other29rules.txt.meta │ │ │ │ │ ├── other2info.txt │ │ │ │ │ ├── other2info.txt.meta │ │ │ │ │ ├── other2rules.txt │ │ │ │ │ ├── other2rules.txt.meta │ │ │ │ │ ├── other30info.txt │ │ │ │ │ ├── other30info.txt.meta │ │ │ │ │ ├── other30rules.txt │ │ │ │ │ ├── other30rules.txt.meta │ │ │ │ │ ├── other31info.txt │ │ │ │ │ ├── other31info.txt.meta │ │ │ │ │ ├── other31rules.txt │ │ │ │ │ ├── other31rules.txt.meta │ │ │ │ │ ├── other32info.txt │ │ │ │ │ ├── other32info.txt.meta │ │ │ │ │ ├── other32rules.txt │ │ │ │ │ ├── other32rules.txt.meta │ │ │ │ │ ├── other33info.txt │ │ │ │ │ ├── other33info.txt.meta │ │ │ │ │ ├── other33rules.txt │ │ │ │ │ ├── other33rules.txt.meta │ │ │ │ │ ├── other34info.txt │ │ │ │ │ ├── other34info.txt.meta │ │ │ │ │ ├── other34rules.txt │ │ │ │ │ ├── other34rules.txt.meta │ │ │ │ │ ├── other35info.txt │ │ │ │ │ ├── other35info.txt.meta │ │ │ │ │ ├── other35rules.txt │ │ │ │ │ ├── other35rules.txt.meta │ │ │ │ │ ├── other36info.txt │ │ │ │ │ ├── other36info.txt.meta │ │ │ │ │ ├── other36rules.txt │ │ │ │ │ ├── other36rules.txt.meta │ │ │ │ │ ├── other37info.txt │ │ │ │ │ ├── other37info.txt.meta │ │ │ │ │ ├── other37rules.txt │ │ │ │ │ ├── other37rules.txt.meta │ │ │ │ │ ├── other38info.txt │ │ │ │ │ ├── other38info.txt.meta │ │ │ │ │ ├── other38rules.txt │ │ │ │ │ ├── other38rules.txt.meta │ │ │ │ │ ├── other39info.txt │ │ │ │ │ ├── other39info.txt.meta │ │ │ │ │ ├── other39rules.txt │ │ │ │ │ ├── other39rules.txt.meta │ │ │ │ │ ├── other3info.txt │ │ │ │ │ ├── other3info.txt.meta │ │ │ │ │ ├── other3rules.txt │ │ │ │ │ ├── other3rules.txt.meta │ │ │ │ │ ├── other40info.txt │ │ │ │ │ ├── other40info.txt.meta │ │ │ │ │ ├── other40rules.txt │ │ │ │ │ ├── other40rules.txt.meta │ │ │ │ │ ├── other4info.txt │ │ │ │ │ ├── other4info.txt.meta │ │ │ │ │ ├── other4rules.txt │ │ │ │ │ ├── other4rules.txt.meta │ │ │ │ │ ├── other5info.txt │ │ │ │ │ ├── other5info.txt.meta │ │ │ │ │ ├── other5rules.txt │ │ │ │ │ ├── other5rules.txt.meta │ │ │ │ │ ├── other6info.txt │ │ │ │ │ ├── other6info.txt.meta │ │ │ │ │ ├── other6rules.txt │ │ │ │ │ ├── other6rules.txt.meta │ │ │ │ │ ├── other7info.txt │ │ │ │ │ ├── other7info.txt.meta │ │ │ │ │ ├── other7rules.txt │ │ │ │ │ ├── other7rules.txt.meta │ │ │ │ │ ├── other8info.txt │ │ │ │ │ ├── other8info.txt.meta │ │ │ │ │ ├── other8rules.txt │ │ │ │ │ ├── other8rules.txt.meta │ │ │ │ │ ├── other9info.txt │ │ │ │ │ ├── other9info.txt.meta │ │ │ │ │ ├── other9rules.txt │ │ │ │ │ ├── other9rules.txt.meta │ │ │ │ │ ├── twin1info.txt │ │ │ │ │ ├── twin1info.txt.meta │ │ │ │ │ ├── twin1rules.txt │ │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ │ ├── twin2info.txt │ │ │ │ │ ├── twin2info.txt.meta │ │ │ │ │ ├── twin2rules.txt │ │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ │ ├── twin3info.txt │ │ │ │ │ ├── twin3info.txt.meta │ │ │ │ │ ├── twin3rules.txt │ │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ │ ├── twin4info.txt │ │ │ │ │ ├── twin4info.txt.meta │ │ │ │ │ ├── twin4rules.txt │ │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ │ ├── twin5info.txt │ │ │ │ │ ├── twin5info.txt.meta │ │ │ │ │ ├── twin5rules.txt │ │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ │ ├── twin6info.txt │ │ │ │ │ ├── twin6info.txt.meta │ │ │ │ │ ├── twin6rules.txt │ │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ │ ├── En.meta │ │ │ ├── En │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ │ ├── allies.json │ │ │ │ │ ├── allies.json.meta │ │ │ │ │ ├── enemies.json │ │ │ │ │ ├── enemies.json.meta │ │ │ │ │ ├── heroes.json │ │ │ │ │ ├── heroes.json.meta │ │ │ │ │ ├── villains.json │ │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ │ ├── bespin.json │ │ │ │ │ ├── bespin.json.meta │ │ │ │ │ ├── core.json │ │ │ │ │ ├── core.json.meta │ │ │ │ │ ├── empire.json │ │ │ │ │ ├── empire.json.meta │ │ │ │ │ ├── hoth.json │ │ │ │ │ ├── hoth.json.meta │ │ │ │ │ ├── jabba.json │ │ │ │ │ ├── jabba.json.meta │ │ │ │ │ ├── lothal.json │ │ │ │ │ ├── lothal.json.meta │ │ │ │ │ ├── other.json │ │ │ │ │ ├── other.json.meta │ │ │ │ │ ├── twin.json │ │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ │ ├── bespin1info.txt │ │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ │ ├── bespin1rules.txt │ │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ │ ├── bespin2info.txt │ │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ │ ├── bespin2rules.txt │ │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ │ ├── bespin3info.txt │ │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ │ ├── bespin3rules.txt │ │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ │ ├── bespin4info.txt │ │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ │ ├── bespin4rules.txt │ │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ │ ├── bespin5info.txt │ │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ │ ├── bespin5rules.txt │ │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ │ ├── bespin6info.txt │ │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ │ ├── bespin6rules.txt │ │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ │ ├── core10info.txt │ │ │ │ │ ├── core10info.txt.meta │ │ │ │ │ ├── core10rules.txt │ │ │ │ │ ├── core10rules.txt.meta │ │ │ │ │ ├── core11info.txt │ │ │ │ │ ├── core11info.txt.meta │ │ │ │ │ ├── core11rules.txt │ │ │ │ │ ├── core11rules.txt.meta │ │ │ │ │ ├── core12info.txt │ │ │ │ │ ├── core12info.txt.meta │ │ │ │ │ ├── core12rules.txt │ │ │ │ │ ├── core12rules.txt.meta │ │ │ │ │ ├── core13info.txt │ │ │ │ │ ├── core13info.txt.meta │ │ │ │ │ ├── core13rules.txt │ │ │ │ │ ├── core13rules.txt.meta │ │ │ │ │ ├── core14info.txt │ │ │ │ │ ├── core14info.txt.meta │ │ │ │ │ ├── core14rules.txt │ │ │ │ │ ├── core14rules.txt.meta │ │ │ │ │ ├── core15info.txt │ │ │ │ │ ├── core15info.txt.meta │ │ │ │ │ ├── core15rules.txt │ │ │ │ │ ├── core15rules.txt.meta │ │ │ │ │ ├── core16info.txt │ │ │ │ │ ├── core16info.txt.meta │ │ │ │ │ ├── core16rules.txt │ │ │ │ │ ├── core16rules.txt.meta │ │ │ │ │ ├── core17info.txt │ │ │ │ │ ├── core17info.txt.meta │ │ │ │ │ ├── core17rules.txt │ │ │ │ │ ├── core17rules.txt.meta │ │ │ │ │ ├── core18info.txt │ │ │ │ │ ├── core18info.txt.meta │ │ │ │ │ ├── core18rules.txt │ │ │ │ │ ├── core18rules.txt.meta │ │ │ │ │ ├── core19info.txt │ │ │ │ │ ├── core19info.txt.meta │ │ │ │ │ ├── core19rules.txt │ │ │ │ │ ├── core19rules.txt.meta │ │ │ │ │ ├── core1info.txt │ │ │ │ │ ├── core1info.txt.meta │ │ │ │ │ ├── core1rules.txt │ │ │ │ │ ├── core1rules.txt.meta │ │ │ │ │ ├── core20info.txt │ │ │ │ │ ├── core20info.txt.meta │ │ │ │ │ ├── core20rules.txt │ │ │ │ │ ├── core20rules.txt.meta │ │ │ │ │ ├── core21info.txt │ │ │ │ │ ├── core21info.txt.meta │ │ │ │ │ ├── core21rules.txt │ │ │ │ │ ├── core21rules.txt.meta │ │ │ │ │ ├── core22info.txt │ │ │ │ │ ├── core22info.txt.meta │ │ │ │ │ ├── core22rules.txt │ │ │ │ │ ├── core22rules.txt.meta │ │ │ │ │ ├── core23info.txt │ │ │ │ │ ├── core23info.txt.meta │ │ │ │ │ ├── core23rules.txt │ │ │ │ │ ├── core23rules.txt.meta │ │ │ │ │ ├── core24info.txt │ │ │ │ │ ├── core24info.txt.meta │ │ │ │ │ ├── core24rules.txt │ │ │ │ │ ├── core24rules.txt.meta │ │ │ │ │ ├── core25info.txt │ │ │ │ │ ├── core25info.txt.meta │ │ │ │ │ ├── core25rules.txt │ │ │ │ │ ├── core25rules.txt.meta │ │ │ │ │ ├── core26info.txt │ │ │ │ │ ├── core26info.txt.meta │ │ │ │ │ ├── core26rules.txt │ │ │ │ │ ├── core26rules.txt.meta │ │ │ │ │ ├── core27info.txt │ │ │ │ │ ├── core27info.txt.meta │ │ │ │ │ ├── core27rules.txt │ │ │ │ │ ├── core27rules.txt.meta │ │ │ │ │ ├── core28info.txt │ │ │ │ │ ├── core28info.txt.meta │ │ │ │ │ ├── core28rules.txt │ │ │ │ │ ├── core28rules.txt.meta │ │ │ │ │ ├── core29info.txt │ │ │ │ │ ├── core29info.txt.meta │ │ │ │ │ ├── core29rules.txt │ │ │ │ │ ├── core29rules.txt.meta │ │ │ │ │ ├── core2info.txt │ │ │ │ │ ├── core2info.txt.meta │ │ │ │ │ ├── core2rules.txt │ │ │ │ │ ├── core2rules.txt.meta │ │ │ │ │ ├── core30info.txt │ │ │ │ │ ├── core30info.txt.meta │ │ │ │ │ ├── core30rules.txt │ │ │ │ │ ├── core30rules.txt.meta │ │ │ │ │ ├── core31info.txt │ │ │ │ │ ├── core31info.txt.meta │ │ │ │ │ ├── core31rules.txt │ │ │ │ │ ├── core31rules.txt.meta │ │ │ │ │ ├── core32info.txt │ │ │ │ │ ├── core32info.txt.meta │ │ │ │ │ ├── core32rules.txt │ │ │ │ │ ├── core32rules.txt.meta │ │ │ │ │ ├── core3info.txt │ │ │ │ │ ├── core3info.txt.meta │ │ │ │ │ ├── core3rules.txt │ │ │ │ │ ├── core3rules.txt.meta │ │ │ │ │ ├── core4info.txt │ │ │ │ │ ├── core4info.txt.meta │ │ │ │ │ ├── core4rules.txt │ │ │ │ │ ├── core4rules.txt.meta │ │ │ │ │ ├── core5info.txt │ │ │ │ │ ├── core5info.txt.meta │ │ │ │ │ ├── core5rules.txt │ │ │ │ │ ├── core5rules.txt.meta │ │ │ │ │ ├── core6info.txt │ │ │ │ │ ├── core6info.txt.meta │ │ │ │ │ ├── core6rules.txt │ │ │ │ │ ├── core6rules.txt.meta │ │ │ │ │ ├── core7info.txt │ │ │ │ │ ├── core7info.txt.meta │ │ │ │ │ ├── core7rules.txt │ │ │ │ │ ├── core7rules.txt.meta │ │ │ │ │ ├── core8info.txt │ │ │ │ │ ├── core8info.txt.meta │ │ │ │ │ ├── core8rules.txt │ │ │ │ │ ├── core8rules.txt.meta │ │ │ │ │ ├── core9info.txt │ │ │ │ │ ├── core9info.txt.meta │ │ │ │ │ ├── core9rules.txt │ │ │ │ │ ├── core9rules.txt.meta │ │ │ │ │ ├── empire10info.txt │ │ │ │ │ ├── empire10info.txt.meta │ │ │ │ │ ├── empire10rules.txt │ │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ │ ├── empire11info.txt │ │ │ │ │ ├── empire11info.txt.meta │ │ │ │ │ ├── empire11rules.txt │ │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ │ ├── empire12info.txt │ │ │ │ │ ├── empire12info.txt.meta │ │ │ │ │ ├── empire12rules.txt │ │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ │ ├── empire13info.txt │ │ │ │ │ ├── empire13info.txt.meta │ │ │ │ │ ├── empire13rules.txt │ │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ │ ├── empire14info.txt │ │ │ │ │ ├── empire14info.txt.meta │ │ │ │ │ ├── empire14rules.txt │ │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ │ ├── empire15info.txt │ │ │ │ │ ├── empire15info.txt.meta │ │ │ │ │ ├── empire15rules.txt │ │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ │ ├── empire16info.txt │ │ │ │ │ ├── empire16info.txt.meta │ │ │ │ │ ├── empire16rules.txt │ │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ │ ├── empire1info.txt │ │ │ │ │ ├── empire1info.txt.meta │ │ │ │ │ ├── empire1rules.txt │ │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ │ ├── empire2info.txt │ │ │ │ │ ├── empire2info.txt.meta │ │ │ │ │ ├── empire2rules.txt │ │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ │ ├── empire3info.txt │ │ │ │ │ ├── empire3info.txt.meta │ │ │ │ │ ├── empire3rules.txt │ │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ │ ├── empire4info.txt │ │ │ │ │ ├── empire4info.txt.meta │ │ │ │ │ ├── empire4rules.txt │ │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ │ ├── empire5info.txt │ │ │ │ │ ├── empire5info.txt.meta │ │ │ │ │ ├── empire5rules.txt │ │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ │ ├── empire6info.txt │ │ │ │ │ ├── empire6info.txt.meta │ │ │ │ │ ├── empire6rules.txt │ │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ │ ├── empire7info.txt │ │ │ │ │ ├── empire7info.txt.meta │ │ │ │ │ ├── empire7rules.txt │ │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ │ ├── empire8info.txt │ │ │ │ │ ├── empire8info.txt.meta │ │ │ │ │ ├── empire8rules.txt │ │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ │ ├── empire9info.txt │ │ │ │ │ ├── empire9info.txt.meta │ │ │ │ │ ├── empire9rules.txt │ │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ │ ├── hoth10info.txt │ │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ │ ├── hoth10rules.txt │ │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ │ ├── hoth11info.txt │ │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ │ ├── hoth11rules.txt │ │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ │ ├── hoth12info.txt │ │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ │ ├── hoth12rules.txt │ │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ │ ├── hoth13info.txt │ │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ │ ├── hoth13rules.txt │ │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ │ ├── hoth14info.txt │ │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ │ ├── hoth14rules.txt │ │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ │ ├── hoth15info.txt │ │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ │ ├── hoth15rules.txt │ │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ │ ├── hoth16info.txt │ │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ │ ├── hoth16rules.txt │ │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ │ ├── hoth1info.txt │ │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ │ ├── hoth1rules.txt │ │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ │ ├── hoth2info.txt │ │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ │ ├── hoth2rules.txt │ │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ │ ├── hoth3info.txt │ │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ │ ├── hoth3rules.txt │ │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ │ ├── hoth4info.txt │ │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ │ ├── hoth4rules.txt │ │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ │ ├── hoth5info.txt │ │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ │ ├── hoth5rules.txt │ │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ │ ├── hoth6info.txt │ │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ │ ├── hoth6rules.txt │ │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ │ ├── hoth7info.txt │ │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ │ ├── hoth7rules.txt │ │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ │ ├── hoth8info.txt │ │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ │ ├── hoth8rules.txt │ │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ │ ├── hoth9info.txt │ │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ │ ├── hoth9rules.txt │ │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ │ ├── jabba10info.txt │ │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ │ ├── jabba10rules.txt │ │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ │ ├── jabba11info.txt │ │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ │ ├── jabba11rules.txt │ │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ │ ├── jabba12info.txt │ │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ │ ├── jabba12rules.txt │ │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ │ ├── jabba13info.txt │ │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ │ ├── jabba13rules.txt │ │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ │ ├── jabba14info.txt │ │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ │ ├── jabba14rules.txt │ │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ │ ├── jabba15info.txt │ │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ │ ├── jabba15rules.txt │ │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ │ ├── jabba16info.txt │ │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ │ ├── jabba16rules.txt │ │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ │ ├── jabba1info.txt │ │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ │ ├── jabba1rules.txt │ │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ │ ├── jabba2info.txt │ │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ │ ├── jabba2rules.txt │ │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ │ ├── jabba3info.txt │ │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ │ ├── jabba3rules.txt │ │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ │ ├── jabba4info.txt │ │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ │ ├── jabba4rules.txt │ │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ │ ├── jabba5info.txt │ │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ │ ├── jabba5rules.txt │ │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ │ ├── jabba6info.txt │ │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ │ ├── jabba6rules.txt │ │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ │ ├── jabba7info.txt │ │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ │ ├── jabba7rules.txt │ │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ │ ├── jabba8info.txt │ │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ │ ├── jabba8rules.txt │ │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ │ ├── jabba9info.txt │ │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ │ ├── jabba9rules.txt │ │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ │ ├── lothal1info.txt │ │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ │ ├── lothal1rules.txt │ │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ │ ├── lothal2info.txt │ │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ │ ├── lothal2rules.txt │ │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ │ ├── lothal3info.txt │ │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ │ ├── lothal3rules.txt │ │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ │ ├── lothal4info.txt │ │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ │ ├── lothal4rules.txt │ │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ │ ├── lothal5info.txt │ │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ │ ├── lothal5rules.txt │ │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ │ ├── lothal6info.txt │ │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ │ ├── lothal6rules.txt │ │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ │ ├── other10info.txt │ │ │ │ │ ├── other10info.txt.meta │ │ │ │ │ ├── other10rules.txt │ │ │ │ │ ├── other10rules.txt.meta │ │ │ │ │ ├── other11info.txt │ │ │ │ │ ├── other11info.txt.meta │ │ │ │ │ ├── other11rules.txt │ │ │ │ │ ├── other11rules.txt.meta │ │ │ │ │ ├── other12info.txt │ │ │ │ │ ├── other12info.txt.meta │ │ │ │ │ ├── other12rules.txt │ │ │ │ │ ├── other12rules.txt.meta │ │ │ │ │ ├── other13info.txt │ │ │ │ │ ├── other13info.txt.meta │ │ │ │ │ ├── other13rules.txt │ │ │ │ │ ├── other13rules.txt.meta │ │ │ │ │ ├── other14info.txt │ │ │ │ │ ├── other14info.txt.meta │ │ │ │ │ ├── other14rules.txt │ │ │ │ │ ├── other14rules.txt.meta │ │ │ │ │ ├── other15info.txt │ │ │ │ │ ├── other15info.txt.meta │ │ │ │ │ ├── other15rules.txt │ │ │ │ │ ├── other15rules.txt.meta │ │ │ │ │ ├── other16info.txt │ │ │ │ │ ├── other16info.txt.meta │ │ │ │ │ ├── other16rules.txt │ │ │ │ │ ├── other16rules.txt.meta │ │ │ │ │ ├── other17info.txt │ │ │ │ │ ├── other17info.txt.meta │ │ │ │ │ ├── other17rules.txt │ │ │ │ │ ├── other17rules.txt.meta │ │ │ │ │ ├── other18info.txt │ │ │ │ │ ├── other18info.txt.meta │ │ │ │ │ ├── other18rules.txt │ │ │ │ │ ├── other18rules.txt.meta │ │ │ │ │ ├── other19info.txt │ │ │ │ │ ├── other19info.txt.meta │ │ │ │ │ ├── other19rules.txt │ │ │ │ │ ├── other19rules.txt.meta │ │ │ │ │ ├── other1info.txt │ │ │ │ │ ├── other1info.txt.meta │ │ │ │ │ ├── other1rules.txt │ │ │ │ │ ├── other1rules.txt.meta │ │ │ │ │ ├── other20info.txt │ │ │ │ │ ├── other20info.txt.meta │ │ │ │ │ ├── other20rules.txt │ │ │ │ │ ├── other20rules.txt.meta │ │ │ │ │ ├── other21info.txt │ │ │ │ │ ├── other21info.txt.meta │ │ │ │ │ ├── other21rules.txt │ │ │ │ │ ├── other21rules.txt.meta │ │ │ │ │ ├── other22info.txt │ │ │ │ │ ├── other22info.txt.meta │ │ │ │ │ ├── other22rules.txt │ │ │ │ │ ├── other22rules.txt.meta │ │ │ │ │ ├── other23info.txt │ │ │ │ │ ├── other23info.txt.meta │ │ │ │ │ ├── other23rules.txt │ │ │ │ │ ├── other23rules.txt.meta │ │ │ │ │ ├── other24info.txt │ │ │ │ │ ├── other24info.txt.meta │ │ │ │ │ ├── other24rules.txt │ │ │ │ │ ├── other24rules.txt.meta │ │ │ │ │ ├── other25info.txt │ │ │ │ │ ├── other25info.txt.meta │ │ │ │ │ ├── other25rules.txt │ │ │ │ │ ├── other25rules.txt.meta │ │ │ │ │ ├── other26info.txt │ │ │ │ │ ├── other26info.txt.meta │ │ │ │ │ ├── other26rules.txt │ │ │ │ │ ├── other26rules.txt.meta │ │ │ │ │ ├── other27info.txt │ │ │ │ │ ├── other27info.txt.meta │ │ │ │ │ ├── other27rules.txt │ │ │ │ │ ├── other27rules.txt.meta │ │ │ │ │ ├── other28info.txt │ │ │ │ │ ├── other28info.txt.meta │ │ │ │ │ ├── other28rules.txt │ │ │ │ │ ├── other28rules.txt.meta │ │ │ │ │ ├── other29info.txt │ │ │ │ │ ├── other29info.txt.meta │ │ │ │ │ ├── other29rules.txt │ │ │ │ │ ├── other29rules.txt.meta │ │ │ │ │ ├── other2info.txt │ │ │ │ │ ├── other2info.txt.meta │ │ │ │ │ ├── other2rules.txt │ │ │ │ │ ├── other2rules.txt.meta │ │ │ │ │ ├── other30info.txt │ │ │ │ │ ├── other30info.txt.meta │ │ │ │ │ ├── other30rules.txt │ │ │ │ │ ├── other30rules.txt.meta │ │ │ │ │ ├── other31info.txt │ │ │ │ │ ├── other31info.txt.meta │ │ │ │ │ ├── other31rules.txt │ │ │ │ │ ├── other31rules.txt.meta │ │ │ │ │ ├── other32info.txt │ │ │ │ │ ├── other32info.txt.meta │ │ │ │ │ ├── other32rules.txt │ │ │ │ │ ├── other32rules.txt.meta │ │ │ │ │ ├── other33info.txt │ │ │ │ │ ├── other33info.txt.meta │ │ │ │ │ ├── other33rules.txt │ │ │ │ │ ├── other33rules.txt.meta │ │ │ │ │ ├── other34info.txt │ │ │ │ │ ├── other34info.txt.meta │ │ │ │ │ ├── other34rules.txt │ │ │ │ │ ├── other34rules.txt.meta │ │ │ │ │ ├── other35info.txt │ │ │ │ │ ├── other35info.txt.meta │ │ │ │ │ ├── other35rules.txt │ │ │ │ │ ├── other35rules.txt.meta │ │ │ │ │ ├── other36info.txt │ │ │ │ │ ├── other36info.txt.meta │ │ │ │ │ ├── other36rules.txt │ │ │ │ │ ├── other36rules.txt.meta │ │ │ │ │ ├── other37info.txt │ │ │ │ │ ├── other37info.txt.meta │ │ │ │ │ ├── other37rules.txt │ │ │ │ │ ├── other37rules.txt.meta │ │ │ │ │ ├── other38info.txt │ │ │ │ │ ├── other38info.txt.meta │ │ │ │ │ ├── other38rules.txt │ │ │ │ │ ├── other38rules.txt.meta │ │ │ │ │ ├── other39info.txt │ │ │ │ │ ├── other39info.txt.meta │ │ │ │ │ ├── other39rules.txt │ │ │ │ │ ├── other39rules.txt.meta │ │ │ │ │ ├── other3info.txt │ │ │ │ │ ├── other3info.txt.meta │ │ │ │ │ ├── other3rules.txt │ │ │ │ │ ├── other3rules.txt.meta │ │ │ │ │ ├── other40info.txt │ │ │ │ │ ├── other40info.txt.meta │ │ │ │ │ ├── other40rules.txt │ │ │ │ │ ├── other40rules.txt.meta │ │ │ │ │ ├── other4info.txt │ │ │ │ │ ├── other4info.txt.meta │ │ │ │ │ ├── other4rules.txt │ │ │ │ │ ├── other4rules.txt.meta │ │ │ │ │ ├── other5info.txt │ │ │ │ │ ├── other5info.txt.meta │ │ │ │ │ ├── other5rules.txt │ │ │ │ │ ├── other5rules.txt.meta │ │ │ │ │ ├── other6info.txt │ │ │ │ │ ├── other6info.txt.meta │ │ │ │ │ ├── other6rules.txt │ │ │ │ │ ├── other6rules.txt.meta │ │ │ │ │ ├── other7info.txt │ │ │ │ │ ├── other7info.txt.meta │ │ │ │ │ ├── other7rules.txt │ │ │ │ │ ├── other7rules.txt.meta │ │ │ │ │ ├── other8info.txt │ │ │ │ │ ├── other8info.txt.meta │ │ │ │ │ ├── other8rules.txt │ │ │ │ │ ├── other8rules.txt.meta │ │ │ │ │ ├── other9info.txt │ │ │ │ │ ├── other9info.txt.meta │ │ │ │ │ ├── other9rules.txt │ │ │ │ │ ├── other9rules.txt.meta │ │ │ │ │ ├── twin1info.txt │ │ │ │ │ ├── twin1info.txt.meta │ │ │ │ │ ├── twin1rules.txt │ │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ │ ├── twin2info.txt │ │ │ │ │ ├── twin2info.txt.meta │ │ │ │ │ ├── twin2rules.txt │ │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ │ ├── twin3info.txt │ │ │ │ │ ├── twin3info.txt.meta │ │ │ │ │ ├── twin3rules.txt │ │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ │ ├── twin4info.txt │ │ │ │ │ ├── twin4info.txt.meta │ │ │ │ │ ├── twin4rules.txt │ │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ │ ├── twin5info.txt │ │ │ │ │ ├── twin5info.txt.meta │ │ │ │ │ ├── twin5rules.txt │ │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ │ ├── twin6info.txt │ │ │ │ │ ├── twin6info.txt.meta │ │ │ │ │ ├── twin6rules.txt │ │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ │ ├── Es.meta │ │ │ ├── Es │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ │ ├── allies.json │ │ │ │ │ ├── allies.json.meta │ │ │ │ │ ├── enemies.json │ │ │ │ │ ├── enemies.json.meta │ │ │ │ │ ├── heroes.json │ │ │ │ │ ├── heroes.json.meta │ │ │ │ │ ├── villains.json │ │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ │ ├── bespin.json │ │ │ │ │ ├── bespin.json.meta │ │ │ │ │ ├── core.json │ │ │ │ │ ├── core.json.meta │ │ │ │ │ ├── empire.json │ │ │ │ │ ├── empire.json.meta │ │ │ │ │ ├── hoth.json │ │ │ │ │ ├── hoth.json.meta │ │ │ │ │ ├── jabba.json │ │ │ │ │ ├── jabba.json.meta │ │ │ │ │ ├── lothal.json │ │ │ │ │ ├── lothal.json.meta │ │ │ │ │ ├── other.json │ │ │ │ │ ├── other.json.meta │ │ │ │ │ ├── twin.json │ │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ │ ├── bespin1info.txt │ │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ │ ├── bespin1rules.txt │ │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ │ ├── bespin2info.txt │ │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ │ ├── bespin2rules.txt │ │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ │ ├── bespin3info.txt │ │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ │ ├── bespin3rules.txt │ │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ │ ├── bespin4info.txt │ │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ │ ├── bespin4rules.txt │ │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ │ ├── bespin5info.txt │ │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ │ ├── bespin5rules.txt │ │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ │ ├── bespin6info.txt │ │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ │ ├── bespin6rules.txt │ │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ │ ├── core10info.txt │ │ │ │ │ ├── core10info.txt.meta │ │ │ │ │ ├── core10rules.txt │ │ │ │ │ ├── core10rules.txt.meta │ │ │ │ │ ├── core11info.txt │ │ │ │ │ ├── core11info.txt.meta │ │ │ │ │ ├── core11rules.txt │ │ │ │ │ ├── core11rules.txt.meta │ │ │ │ │ ├── core12info.txt │ │ │ │ │ ├── core12info.txt.meta │ │ │ │ │ ├── core12rules.txt │ │ │ │ │ ├── core12rules.txt.meta │ │ │ │ │ ├── core13info.txt │ │ │ │ │ ├── core13info.txt.meta │ │ │ │ │ ├── core13rules.txt │ │ │ │ │ ├── core13rules.txt.meta │ │ │ │ │ ├── core14info.txt │ │ │ │ │ ├── core14info.txt.meta │ │ │ │ │ ├── core14rules.txt │ │ │ │ │ ├── core14rules.txt.meta │ │ │ │ │ ├── core15info.txt │ │ │ │ │ ├── core15info.txt.meta │ │ │ │ │ ├── core15rules.txt │ │ │ │ │ ├── core15rules.txt.meta │ │ │ │ │ ├── core16info.txt │ │ │ │ │ ├── core16info.txt.meta │ │ │ │ │ ├── core16rules.txt │ │ │ │ │ ├── core16rules.txt.meta │ │ │ │ │ ├── core17info.txt │ │ │ │ │ ├── core17info.txt.meta │ │ │ │ │ ├── core17rules.txt │ │ │ │ │ ├── core17rules.txt.meta │ │ │ │ │ ├── core18info.txt │ │ │ │ │ ├── core18info.txt.meta │ │ │ │ │ ├── core18rules.txt │ │ │ │ │ ├── core18rules.txt.meta │ │ │ │ │ ├── core19info.txt │ │ │ │ │ ├── core19info.txt.meta │ │ │ │ │ ├── core19rules.txt │ │ │ │ │ ├── core19rules.txt.meta │ │ │ │ │ ├── core1info.txt │ │ │ │ │ ├── core1info.txt.meta │ │ │ │ │ ├── core1rules.txt │ │ │ │ │ ├── core1rules.txt.meta │ │ │ │ │ ├── core20info.txt │ │ │ │ │ ├── core20info.txt.meta │ │ │ │ │ ├── core20rules.txt │ │ │ │ │ ├── core20rules.txt.meta │ │ │ │ │ ├── core21info.txt │ │ │ │ │ ├── core21info.txt.meta │ │ │ │ │ ├── core21rules.txt │ │ │ │ │ ├── core21rules.txt.meta │ │ │ │ │ ├── core22info.txt │ │ │ │ │ ├── core22info.txt.meta │ │ │ │ │ ├── core22rules.txt │ │ │ │ │ ├── core22rules.txt.meta │ │ │ │ │ ├── core23info.txt │ │ │ │ │ ├── core23info.txt.meta │ │ │ │ │ ├── core23rules.txt │ │ │ │ │ ├── core23rules.txt.meta │ │ │ │ │ ├── core24info.txt │ │ │ │ │ ├── core24info.txt.meta │ │ │ │ │ ├── core24rules.txt │ │ │ │ │ ├── core24rules.txt.meta │ │ │ │ │ ├── core25info.txt │ │ │ │ │ ├── core25info.txt.meta │ │ │ │ │ ├── core25rules.txt │ │ │ │ │ ├── core25rules.txt.meta │ │ │ │ │ ├── core26info.txt │ │ │ │ │ ├── core26info.txt.meta │ │ │ │ │ ├── core26rules.txt │ │ │ │ │ ├── core26rules.txt.meta │ │ │ │ │ ├── core27info.txt │ │ │ │ │ ├── core27info.txt.meta │ │ │ │ │ ├── core27rules.txt │ │ │ │ │ ├── core27rules.txt.meta │ │ │ │ │ ├── core28info.txt │ │ │ │ │ ├── core28info.txt.meta │ │ │ │ │ ├── core28rules.txt │ │ │ │ │ ├── core28rules.txt.meta │ │ │ │ │ ├── core29info.txt │ │ │ │ │ ├── core29info.txt.meta │ │ │ │ │ ├── core29rules.txt │ │ │ │ │ ├── core29rules.txt.meta │ │ │ │ │ ├── core2info.txt │ │ │ │ │ ├── core2info.txt.meta │ │ │ │ │ ├── core2rules.txt │ │ │ │ │ ├── core2rules.txt.meta │ │ │ │ │ ├── core30info.txt │ │ │ │ │ ├── core30info.txt.meta │ │ │ │ │ ├── core30rules.txt │ │ │ │ │ ├── core30rules.txt.meta │ │ │ │ │ ├── core31info.txt │ │ │ │ │ ├── core31info.txt.meta │ │ │ │ │ ├── core31rules.txt │ │ │ │ │ ├── core31rules.txt.meta │ │ │ │ │ ├── core32info.txt │ │ │ │ │ ├── core32info.txt.meta │ │ │ │ │ ├── core32rules.txt │ │ │ │ │ ├── core32rules.txt.meta │ │ │ │ │ ├── core3info.txt │ │ │ │ │ ├── core3info.txt.meta │ │ │ │ │ ├── core3rules.txt │ │ │ │ │ ├── core3rules.txt.meta │ │ │ │ │ ├── core4info.txt │ │ │ │ │ ├── core4info.txt.meta │ │ │ │ │ ├── core4rules.txt │ │ │ │ │ ├── core4rules.txt.meta │ │ │ │ │ ├── core5info.txt │ │ │ │ │ ├── core5info.txt.meta │ │ │ │ │ ├── core5rules.txt │ │ │ │ │ ├── core5rules.txt.meta │ │ │ │ │ ├── core6info.txt │ │ │ │ │ ├── core6info.txt.meta │ │ │ │ │ ├── core6rules.txt │ │ │ │ │ ├── core6rules.txt.meta │ │ │ │ │ ├── core7info.txt │ │ │ │ │ ├── core7info.txt.meta │ │ │ │ │ ├── core7rules.txt │ │ │ │ │ ├── core7rules.txt.meta │ │ │ │ │ ├── core8info.txt │ │ │ │ │ ├── core8info.txt.meta │ │ │ │ │ ├── core8rules.txt │ │ │ │ │ ├── core8rules.txt.meta │ │ │ │ │ ├── core9info.txt │ │ │ │ │ ├── core9info.txt.meta │ │ │ │ │ ├── core9rules.txt │ │ │ │ │ ├── core9rules.txt.meta │ │ │ │ │ ├── empire10info.txt │ │ │ │ │ ├── empire10info.txt.meta │ │ │ │ │ ├── empire10rules.txt │ │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ │ ├── empire11info.txt │ │ │ │ │ ├── empire11info.txt.meta │ │ │ │ │ ├── empire11rules.txt │ │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ │ ├── empire12info.txt │ │ │ │ │ ├── empire12info.txt.meta │ │ │ │ │ ├── empire12rules.txt │ │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ │ ├── empire13info.txt │ │ │ │ │ ├── empire13info.txt.meta │ │ │ │ │ ├── empire13rules.txt │ │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ │ ├── empire14info.txt │ │ │ │ │ ├── empire14info.txt.meta │ │ │ │ │ ├── empire14rules.txt │ │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ │ ├── empire15info.txt │ │ │ │ │ ├── empire15info.txt.meta │ │ │ │ │ ├── empire15rules.txt │ │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ │ ├── empire16info.txt │ │ │ │ │ ├── empire16info.txt.meta │ │ │ │ │ ├── empire16rules.txt │ │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ │ ├── empire1info.txt │ │ │ │ │ ├── empire1info.txt.meta │ │ │ │ │ ├── empire1rules.txt │ │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ │ ├── empire2info.txt │ │ │ │ │ ├── empire2info.txt.meta │ │ │ │ │ ├── empire2rules.txt │ │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ │ ├── empire3info.txt │ │ │ │ │ ├── empire3info.txt.meta │ │ │ │ │ ├── empire3rules.txt │ │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ │ ├── empire4info.txt │ │ │ │ │ ├── empire4info.txt.meta │ │ │ │ │ ├── empire4rules.txt │ │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ │ ├── empire5info.txt │ │ │ │ │ ├── empire5info.txt.meta │ │ │ │ │ ├── empire5rules.txt │ │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ │ ├── empire6info.txt │ │ │ │ │ ├── empire6info.txt.meta │ │ │ │ │ ├── empire6rules.txt │ │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ │ ├── empire7info.txt │ │ │ │ │ ├── empire7info.txt.meta │ │ │ │ │ ├── empire7rules.txt │ │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ │ ├── empire8info.txt │ │ │ │ │ ├── empire8info.txt.meta │ │ │ │ │ ├── empire8rules.txt │ │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ │ ├── empire9info.txt │ │ │ │ │ ├── empire9info.txt.meta │ │ │ │ │ ├── empire9rules.txt │ │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ │ ├── hoth10info.txt │ │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ │ ├── hoth10rules.txt │ │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ │ ├── hoth11info.txt │ │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ │ ├── hoth11rules.txt │ │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ │ ├── hoth12info.txt │ │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ │ ├── hoth12rules.txt │ │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ │ ├── hoth13info.txt │ │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ │ ├── hoth13rules.txt │ │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ │ ├── hoth14info.txt │ │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ │ ├── hoth14rules.txt │ │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ │ ├── hoth15info.txt │ │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ │ ├── hoth15rules.txt │ │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ │ ├── hoth16info.txt │ │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ │ ├── hoth16rules.txt │ │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ │ ├── hoth1info.txt │ │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ │ ├── hoth1rules.txt │ │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ │ ├── hoth2info.txt │ │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ │ ├── hoth2rules.txt │ │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ │ ├── hoth3info.txt │ │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ │ ├── hoth3rules.txt │ │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ │ ├── hoth4info.txt │ │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ │ ├── hoth4rules.txt │ │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ │ ├── hoth5info.txt │ │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ │ ├── hoth5rules.txt │ │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ │ ├── hoth6info.txt │ │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ │ ├── hoth6rules.txt │ │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ │ ├── hoth7info.txt │ │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ │ ├── hoth7rules.txt │ │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ │ ├── hoth8info.txt │ │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ │ ├── hoth8rules.txt │ │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ │ ├── hoth9info.txt │ │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ │ ├── hoth9rules.txt │ │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ │ ├── jabba10info.txt │ │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ │ ├── jabba10rules.txt │ │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ │ ├── jabba11info.txt │ │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ │ ├── jabba11rules.txt │ │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ │ ├── jabba12info.txt │ │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ │ ├── jabba12rules.txt │ │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ │ ├── jabba13info.txt │ │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ │ ├── jabba13rules.txt │ │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ │ ├── jabba14info.txt │ │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ │ ├── jabba14rules.txt │ │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ │ ├── jabba15info.txt │ │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ │ ├── jabba15rules.txt │ │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ │ ├── jabba16info.txt │ │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ │ ├── jabba16rules.txt │ │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ │ ├── jabba1info.txt │ │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ │ ├── jabba1rules.txt │ │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ │ ├── jabba2info.txt │ │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ │ ├── jabba2rules.txt │ │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ │ ├── jabba3info.txt │ │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ │ ├── jabba3rules.txt │ │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ │ ├── jabba4info.txt │ │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ │ ├── jabba4rules.txt │ │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ │ ├── jabba5info.txt │ │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ │ ├── jabba5rules.txt │ │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ │ ├── jabba6info.txt │ │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ │ ├── jabba6rules.txt │ │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ │ ├── jabba7info.txt │ │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ │ ├── jabba7rules.txt │ │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ │ ├── jabba8info.txt │ │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ │ ├── jabba8rules.txt │ │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ │ ├── jabba9info.txt │ │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ │ ├── jabba9rules.txt │ │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ │ ├── lothal1info.txt │ │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ │ ├── lothal1rules.txt │ │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ │ ├── lothal2info.txt │ │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ │ ├── lothal2rules.txt │ │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ │ ├── lothal3info.txt │ │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ │ ├── lothal3rules.txt │ │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ │ ├── lothal4info.txt │ │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ │ ├── lothal4rules.txt │ │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ │ ├── lothal5info.txt │ │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ │ ├── lothal5rules.txt │ │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ │ ├── lothal6info.txt │ │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ │ ├── lothal6rules.txt │ │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ │ ├── other10info.txt │ │ │ │ │ ├── other10info.txt.meta │ │ │ │ │ ├── other10rules.txt │ │ │ │ │ ├── other10rules.txt.meta │ │ │ │ │ ├── other11info.txt │ │ │ │ │ ├── other11info.txt.meta │ │ │ │ │ ├── other11rules.txt │ │ │ │ │ ├── other11rules.txt.meta │ │ │ │ │ ├── other12info.txt │ │ │ │ │ ├── other12info.txt.meta │ │ │ │ │ ├── other12rules.txt │ │ │ │ │ ├── other12rules.txt.meta │ │ │ │ │ ├── other13info.txt │ │ │ │ │ ├── other13info.txt.meta │ │ │ │ │ ├── other13rules.txt │ │ │ │ │ ├── other13rules.txt.meta │ │ │ │ │ ├── other14info.txt │ │ │ │ │ ├── other14info.txt.meta │ │ │ │ │ ├── other14rules.txt │ │ │ │ │ ├── other14rules.txt.meta │ │ │ │ │ ├── other15info.txt │ │ │ │ │ ├── other15info.txt.meta │ │ │ │ │ ├── other15rules.txt │ │ │ │ │ ├── other15rules.txt.meta │ │ │ │ │ ├── other16info.txt │ │ │ │ │ ├── other16info.txt.meta │ │ │ │ │ ├── other16rules.txt │ │ │ │ │ ├── other16rules.txt.meta │ │ │ │ │ ├── other17info.txt │ │ │ │ │ ├── other17info.txt.meta │ │ │ │ │ ├── other17rules.txt │ │ │ │ │ ├── other17rules.txt.meta │ │ │ │ │ ├── other18info.txt │ │ │ │ │ ├── other18info.txt.meta │ │ │ │ │ ├── other18rules.txt │ │ │ │ │ ├── other18rules.txt.meta │ │ │ │ │ ├── other19info.txt │ │ │ │ │ ├── other19info.txt.meta │ │ │ │ │ ├── other19rules.txt │ │ │ │ │ ├── other19rules.txt.meta │ │ │ │ │ ├── other1info.txt │ │ │ │ │ ├── other1info.txt.meta │ │ │ │ │ ├── other1rules.txt │ │ │ │ │ ├── other1rules.txt.meta │ │ │ │ │ ├── other20info.txt │ │ │ │ │ ├── other20info.txt.meta │ │ │ │ │ ├── other20rules.txt │ │ │ │ │ ├── other20rules.txt.meta │ │ │ │ │ ├── other21info.txt │ │ │ │ │ ├── other21info.txt.meta │ │ │ │ │ ├── other21rules.txt │ │ │ │ │ ├── other21rules.txt.meta │ │ │ │ │ ├── other22info.txt │ │ │ │ │ ├── other22info.txt.meta │ │ │ │ │ ├── other22rules.txt │ │ │ │ │ ├── other22rules.txt.meta │ │ │ │ │ ├── other23info.txt │ │ │ │ │ ├── other23info.txt.meta │ │ │ │ │ ├── other23rules.txt │ │ │ │ │ ├── other23rules.txt.meta │ │ │ │ │ ├── other24info.txt │ │ │ │ │ ├── other24info.txt.meta │ │ │ │ │ ├── other24rules.txt │ │ │ │ │ ├── other24rules.txt.meta │ │ │ │ │ ├── other25info.txt │ │ │ │ │ ├── other25info.txt.meta │ │ │ │ │ ├── other25rules.txt │ │ │ │ │ ├── other25rules.txt.meta │ │ │ │ │ ├── other26info.txt │ │ │ │ │ ├── other26info.txt.meta │ │ │ │ │ ├── other26rules.txt │ │ │ │ │ ├── other26rules.txt.meta │ │ │ │ │ ├── other27info.txt │ │ │ │ │ ├── other27info.txt.meta │ │ │ │ │ ├── other27rules.txt │ │ │ │ │ ├── other27rules.txt.meta │ │ │ │ │ ├── other28info.txt │ │ │ │ │ ├── other28info.txt.meta │ │ │ │ │ ├── other28rules.txt │ │ │ │ │ ├── other28rules.txt.meta │ │ │ │ │ ├── other29info.txt │ │ │ │ │ ├── other29info.txt.meta │ │ │ │ │ ├── other29rules.txt │ │ │ │ │ ├── other29rules.txt.meta │ │ │ │ │ ├── other2info.txt │ │ │ │ │ ├── other2info.txt.meta │ │ │ │ │ ├── other2rules.txt │ │ │ │ │ ├── other2rules.txt.meta │ │ │ │ │ ├── other30info.txt │ │ │ │ │ ├── other30info.txt.meta │ │ │ │ │ ├── other30rules.txt │ │ │ │ │ ├── other30rules.txt.meta │ │ │ │ │ ├── other31info.txt │ │ │ │ │ ├── other31info.txt.meta │ │ │ │ │ ├── other31rules.txt │ │ │ │ │ ├── other31rules.txt.meta │ │ │ │ │ ├── other32info.txt │ │ │ │ │ ├── other32info.txt.meta │ │ │ │ │ ├── other32rules.txt │ │ │ │ │ ├── other32rules.txt.meta │ │ │ │ │ ├── other33info.txt │ │ │ │ │ ├── other33info.txt.meta │ │ │ │ │ ├── other33rules.txt │ │ │ │ │ ├── other33rules.txt.meta │ │ │ │ │ ├── other34info.txt │ │ │ │ │ ├── other34info.txt.meta │ │ │ │ │ ├── other34rules.txt │ │ │ │ │ ├── other34rules.txt.meta │ │ │ │ │ ├── other35info.txt │ │ │ │ │ ├── other35info.txt.meta │ │ │ │ │ ├── other35rules.txt │ │ │ │ │ ├── other35rules.txt.meta │ │ │ │ │ ├── other36info.txt │ │ │ │ │ ├── other36info.txt.meta │ │ │ │ │ ├── other36rules.txt │ │ │ │ │ ├── other36rules.txt.meta │ │ │ │ │ ├── other37info.txt │ │ │ │ │ ├── other37info.txt.meta │ │ │ │ │ ├── other37rules.txt │ │ │ │ │ ├── other37rules.txt.meta │ │ │ │ │ ├── other38info.txt │ │ │ │ │ ├── other38info.txt.meta │ │ │ │ │ ├── other38rules.txt │ │ │ │ │ ├── other38rules.txt.meta │ │ │ │ │ ├── other39info.txt │ │ │ │ │ ├── other39info.txt.meta │ │ │ │ │ ├── other39rules.txt │ │ │ │ │ ├── other39rules.txt.meta │ │ │ │ │ ├── other3info.txt │ │ │ │ │ ├── other3info.txt.meta │ │ │ │ │ ├── other3rules.txt │ │ │ │ │ ├── other3rules.txt.meta │ │ │ │ │ ├── other40info.txt │ │ │ │ │ ├── other40info.txt.meta │ │ │ │ │ ├── other40rules.txt │ │ │ │ │ ├── other40rules.txt.meta │ │ │ │ │ ├── other4info.txt │ │ │ │ │ ├── other4info.txt.meta │ │ │ │ │ ├── other4rules.txt │ │ │ │ │ ├── other4rules.txt.meta │ │ │ │ │ ├── other5info.txt │ │ │ │ │ ├── other5info.txt.meta │ │ │ │ │ ├── other5rules.txt │ │ │ │ │ ├── other5rules.txt.meta │ │ │ │ │ ├── other6info.txt │ │ │ │ │ ├── other6info.txt.meta │ │ │ │ │ ├── other6rules.txt │ │ │ │ │ ├── other6rules.txt.meta │ │ │ │ │ ├── other7info.txt │ │ │ │ │ ├── other7info.txt.meta │ │ │ │ │ ├── other7rules.txt │ │ │ │ │ ├── other7rules.txt.meta │ │ │ │ │ ├── other8info.txt │ │ │ │ │ ├── other8info.txt.meta │ │ │ │ │ ├── other8rules.txt │ │ │ │ │ ├── other8rules.txt.meta │ │ │ │ │ ├── other9info.txt │ │ │ │ │ ├── other9info.txt.meta │ │ │ │ │ ├── other9rules.txt │ │ │ │ │ ├── other9rules.txt.meta │ │ │ │ │ ├── twin1info.txt │ │ │ │ │ ├── twin1info.txt.meta │ │ │ │ │ ├── twin1rules.txt │ │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ │ ├── twin2info.txt │ │ │ │ │ ├── twin2info.txt.meta │ │ │ │ │ ├── twin2rules.txt │ │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ │ ├── twin3info.txt │ │ │ │ │ ├── twin3info.txt.meta │ │ │ │ │ ├── twin3rules.txt │ │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ │ ├── twin4info.txt │ │ │ │ │ ├── twin4info.txt.meta │ │ │ │ │ ├── twin4rules.txt │ │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ │ ├── twin5info.txt │ │ │ │ │ ├── twin5info.txt.meta │ │ │ │ │ ├── twin5rules.txt │ │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ │ ├── twin6info.txt │ │ │ │ │ ├── twin6info.txt.meta │ │ │ │ │ ├── twin6rules.txt │ │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ │ ├── Fr.meta │ │ │ ├── Fr │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ │ ├── allies.json │ │ │ │ │ ├── allies.json.meta │ │ │ │ │ ├── enemies.json │ │ │ │ │ ├── enemies.json.meta │ │ │ │ │ ├── heroes.json │ │ │ │ │ ├── heroes.json.meta │ │ │ │ │ ├── villains.json │ │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ │ ├── bespin.json │ │ │ │ │ ├── bespin.json.meta │ │ │ │ │ ├── core.json │ │ │ │ │ ├── core.json.meta │ │ │ │ │ ├── empire.json │ │ │ │ │ ├── empire.json.meta │ │ │ │ │ ├── hoth.json │ │ │ │ │ ├── hoth.json.meta │ │ │ │ │ ├── jabba.json │ │ │ │ │ ├── jabba.json.meta │ │ │ │ │ ├── lothal.json │ │ │ │ │ ├── lothal.json.meta │ │ │ │ │ ├── other.json │ │ │ │ │ ├── other.json.meta │ │ │ │ │ ├── twin.json │ │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ │ ├── bespin1info.txt │ │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ │ ├── bespin1rules.txt │ │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ │ ├── bespin2info.txt │ │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ │ ├── bespin2rules.txt │ │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ │ ├── bespin3info.txt │ │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ │ ├── bespin3rules.txt │ │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ │ ├── bespin4info.txt │ │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ │ ├── bespin4rules.txt │ │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ │ ├── bespin5info.txt │ │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ │ ├── bespin5rules.txt │ │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ │ ├── bespin6info.txt │ │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ │ ├── bespin6rules.txt │ │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ │ ├── core10info.txt │ │ │ │ │ ├── core10info.txt.meta │ │ │ │ │ ├── core10rules.txt │ │ │ │ │ ├── core10rules.txt.meta │ │ │ │ │ ├── core11info.txt │ │ │ │ │ ├── core11info.txt.meta │ │ │ │ │ ├── core11rules.txt │ │ │ │ │ ├── core11rules.txt.meta │ │ │ │ │ ├── core12info.txt │ │ │ │ │ ├── core12info.txt.meta │ │ │ │ │ ├── core12rules.txt │ │ │ │ │ ├── core12rules.txt.meta │ │ │ │ │ ├── core13info.txt │ │ │ │ │ ├── core13info.txt.meta │ │ │ │ │ ├── core13rules.txt │ │ │ │ │ ├── core13rules.txt.meta │ │ │ │ │ ├── core14info.txt │ │ │ │ │ ├── core14info.txt.meta │ │ │ │ │ ├── core14rules.txt │ │ │ │ │ ├── core14rules.txt.meta │ │ │ │ │ ├── core15info.txt │ │ │ │ │ ├── core15info.txt.meta │ │ │ │ │ ├── core15rules.txt │ │ │ │ │ ├── core15rules.txt.meta │ │ │ │ │ ├── core16info.txt │ │ │ │ │ ├── core16info.txt.meta │ │ │ │ │ ├── core16rules.txt │ │ │ │ │ ├── core16rules.txt.meta │ │ │ │ │ ├── core17info.txt │ │ │ │ │ ├── core17info.txt.meta │ │ │ │ │ ├── core17rules.txt │ │ │ │ │ ├── core17rules.txt.meta │ │ │ │ │ ├── core18info.txt │ │ │ │ │ ├── core18info.txt.meta │ │ │ │ │ ├── core18rules.txt │ │ │ │ │ ├── core18rules.txt.meta │ │ │ │ │ ├── core19info.txt │ │ │ │ │ ├── core19info.txt.meta │ │ │ │ │ ├── core19rules.txt │ │ │ │ │ ├── core19rules.txt.meta │ │ │ │ │ ├── core1info.txt │ │ │ │ │ ├── core1info.txt.meta │ │ │ │ │ ├── core1rules.txt │ │ │ │ │ ├── core1rules.txt.meta │ │ │ │ │ ├── core20info.txt │ │ │ │ │ ├── core20info.txt.meta │ │ │ │ │ ├── core20rules.txt │ │ │ │ │ ├── core20rules.txt.meta │ │ │ │ │ ├── core21info.txt │ │ │ │ │ ├── core21info.txt.meta │ │ │ │ │ ├── core21rules.txt │ │ │ │ │ ├── core21rules.txt.meta │ │ │ │ │ ├── core22info.txt │ │ │ │ │ ├── core22info.txt.meta │ │ │ │ │ ├── core22rules.txt │ │ │ │ │ ├── core22rules.txt.meta │ │ │ │ │ ├── core23info.txt │ │ │ │ │ ├── core23info.txt.meta │ │ │ │ │ ├── core23rules.txt │ │ │ │ │ ├── core23rules.txt.meta │ │ │ │ │ ├── core24info.txt │ │ │ │ │ ├── core24info.txt.meta │ │ │ │ │ ├── core24rules.txt │ │ │ │ │ ├── core24rules.txt.meta │ │ │ │ │ ├── core25info.txt │ │ │ │ │ ├── core25info.txt.meta │ │ │ │ │ ├── core25rules.txt │ │ │ │ │ ├── core25rules.txt.meta │ │ │ │ │ ├── core26info.txt │ │ │ │ │ ├── core26info.txt.meta │ │ │ │ │ ├── core26rules.txt │ │ │ │ │ ├── core26rules.txt.meta │ │ │ │ │ ├── core27info.txt │ │ │ │ │ ├── core27info.txt.meta │ │ │ │ │ ├── core27rules.txt │ │ │ │ │ ├── core27rules.txt.meta │ │ │ │ │ ├── core28info.txt │ │ │ │ │ ├── core28info.txt.meta │ │ │ │ │ ├── core28rules.txt │ │ │ │ │ ├── core28rules.txt.meta │ │ │ │ │ ├── core29info.txt │ │ │ │ │ ├── core29info.txt.meta │ │ │ │ │ ├── core29rules.txt │ │ │ │ │ ├── core29rules.txt.meta │ │ │ │ │ ├── core2info.txt │ │ │ │ │ ├── core2info.txt.meta │ │ │ │ │ ├── core2rules.txt │ │ │ │ │ ├── core2rules.txt.meta │ │ │ │ │ ├── core30info.txt │ │ │ │ │ ├── core30info.txt.meta │ │ │ │ │ ├── core30rules.txt │ │ │ │ │ ├── core30rules.txt.meta │ │ │ │ │ ├── core31info.txt │ │ │ │ │ ├── core31info.txt.meta │ │ │ │ │ ├── core31rules.txt │ │ │ │ │ ├── core31rules.txt.meta │ │ │ │ │ ├── core32info.txt │ │ │ │ │ ├── core32info.txt.meta │ │ │ │ │ ├── core32rules.txt │ │ │ │ │ ├── core32rules.txt.meta │ │ │ │ │ ├── core3info.txt │ │ │ │ │ ├── core3info.txt.meta │ │ │ │ │ ├── core3rules.txt │ │ │ │ │ ├── core3rules.txt.meta │ │ │ │ │ ├── core4info.txt │ │ │ │ │ ├── core4info.txt.meta │ │ │ │ │ ├── core4rules.txt │ │ │ │ │ ├── core4rules.txt.meta │ │ │ │ │ ├── core5info.txt │ │ │ │ │ ├── core5info.txt.meta │ │ │ │ │ ├── core5rules.txt │ │ │ │ │ ├── core5rules.txt.meta │ │ │ │ │ ├── core6info.txt │ │ │ │ │ ├── core6info.txt.meta │ │ │ │ │ ├── core6rules.txt │ │ │ │ │ ├── core6rules.txt.meta │ │ │ │ │ ├── core7info.txt │ │ │ │ │ ├── core7info.txt.meta │ │ │ │ │ ├── core7rules.txt │ │ │ │ │ ├── core7rules.txt.meta │ │ │ │ │ ├── core8info.txt │ │ │ │ │ ├── core8info.txt.meta │ │ │ │ │ ├── core8rules.txt │ │ │ │ │ ├── core8rules.txt.meta │ │ │ │ │ ├── core9info.txt │ │ │ │ │ ├── core9info.txt.meta │ │ │ │ │ ├── core9rules.txt │ │ │ │ │ ├── core9rules.txt.meta │ │ │ │ │ ├── empire10info.txt │ │ │ │ │ ├── empire10info.txt.meta │ │ │ │ │ ├── empire10rules.txt │ │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ │ ├── empire11info.txt │ │ │ │ │ ├── empire11info.txt.meta │ │ │ │ │ ├── empire11rules.txt │ │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ │ ├── empire12info.txt │ │ │ │ │ ├── empire12info.txt.meta │ │ │ │ │ ├── empire12rules.txt │ │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ │ ├── empire13info.txt │ │ │ │ │ ├── empire13info.txt.meta │ │ │ │ │ ├── empire13rules.txt │ │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ │ ├── empire14info.txt │ │ │ │ │ ├── empire14info.txt.meta │ │ │ │ │ ├── empire14rules.txt │ │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ │ ├── empire15info.txt │ │ │ │ │ ├── empire15info.txt.meta │ │ │ │ │ ├── empire15rules.txt │ │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ │ ├── empire16info.txt │ │ │ │ │ ├── empire16info.txt.meta │ │ │ │ │ ├── empire16rules.txt │ │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ │ ├── empire1info.txt │ │ │ │ │ ├── empire1info.txt.meta │ │ │ │ │ ├── empire1rules.txt │ │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ │ ├── empire2info.txt │ │ │ │ │ ├── empire2info.txt.meta │ │ │ │ │ ├── empire2rules.txt │ │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ │ ├── empire3info.txt │ │ │ │ │ ├── empire3info.txt.meta │ │ │ │ │ ├── empire3rules.txt │ │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ │ ├── empire4info.txt │ │ │ │ │ ├── empire4info.txt.meta │ │ │ │ │ ├── empire4rules.txt │ │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ │ ├── empire5info.txt │ │ │ │ │ ├── empire5info.txt.meta │ │ │ │ │ ├── empire5rules.txt │ │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ │ ├── empire6info.txt │ │ │ │ │ ├── empire6info.txt.meta │ │ │ │ │ ├── empire6rules.txt │ │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ │ ├── empire7info.txt │ │ │ │ │ ├── empire7info.txt.meta │ │ │ │ │ ├── empire7rules.txt │ │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ │ ├── empire8info.txt │ │ │ │ │ ├── empire8info.txt.meta │ │ │ │ │ ├── empire8rules.txt │ │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ │ ├── empire9info.txt │ │ │ │ │ ├── empire9info.txt.meta │ │ │ │ │ ├── empire9rules.txt │ │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ │ ├── hoth10info.txt │ │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ │ ├── hoth10rules.txt │ │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ │ ├── hoth11info.txt │ │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ │ ├── hoth11rules.txt │ │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ │ ├── hoth12info.txt │ │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ │ ├── hoth12rules.txt │ │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ │ ├── hoth13info.txt │ │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ │ ├── hoth13rules.txt │ │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ │ ├── hoth14info.txt │ │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ │ ├── hoth14rules.txt │ │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ │ ├── hoth15info.txt │ │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ │ ├── hoth15rules.txt │ │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ │ ├── hoth16info.txt │ │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ │ ├── hoth16rules.txt │ │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ │ ├── hoth1info.txt │ │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ │ ├── hoth1rules.txt │ │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ │ ├── hoth2info.txt │ │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ │ ├── hoth2rules.txt │ │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ │ ├── hoth3info.txt │ │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ │ ├── hoth3rules.txt │ │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ │ ├── hoth4info.txt │ │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ │ ├── hoth4rules.txt │ │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ │ ├── hoth5info.txt │ │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ │ ├── hoth5rules.txt │ │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ │ ├── hoth6info.txt │ │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ │ ├── hoth6rules.txt │ │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ │ ├── hoth7info.txt │ │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ │ ├── hoth7rules.txt │ │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ │ ├── hoth8info.txt │ │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ │ ├── hoth8rules.txt │ │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ │ ├── hoth9info.txt │ │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ │ ├── hoth9rules.txt │ │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ │ ├── jabba10info.txt │ │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ │ ├── jabba10rules.txt │ │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ │ ├── jabba11info.txt │ │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ │ ├── jabba11rules.txt │ │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ │ ├── jabba12info.txt │ │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ │ ├── jabba12rules.txt │ │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ │ ├── jabba13info.txt │ │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ │ ├── jabba13rules.txt │ │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ │ ├── jabba14info.txt │ │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ │ ├── jabba14rules.txt │ │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ │ ├── jabba15info.txt │ │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ │ ├── jabba15rules.txt │ │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ │ ├── jabba16info.txt │ │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ │ ├── jabba16rules.txt │ │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ │ ├── jabba1info.txt │ │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ │ ├── jabba1rules.txt │ │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ │ ├── jabba2info.txt │ │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ │ ├── jabba2rules.txt │ │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ │ ├── jabba3info.txt │ │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ │ ├── jabba3rules.txt │ │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ │ ├── jabba4info.txt │ │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ │ ├── jabba4rules.txt │ │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ │ ├── jabba5info.txt │ │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ │ ├── jabba5rules.txt │ │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ │ ├── jabba6info.txt │ │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ │ ├── jabba6rules.txt │ │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ │ ├── jabba7info.txt │ │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ │ ├── jabba7rules.txt │ │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ │ ├── jabba8info.txt │ │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ │ ├── jabba8rules.txt │ │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ │ ├── jabba9info.txt │ │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ │ ├── jabba9rules.txt │ │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ │ ├── lothal1info.txt │ │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ │ ├── lothal1rules.txt │ │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ │ ├── lothal2info.txt │ │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ │ ├── lothal2rules.txt │ │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ │ ├── lothal3info.txt │ │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ │ ├── lothal3rules.txt │ │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ │ ├── lothal4info.txt │ │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ │ ├── lothal4rules.txt │ │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ │ ├── lothal5info.txt │ │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ │ ├── lothal5rules.txt │ │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ │ ├── lothal6info.txt │ │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ │ ├── lothal6rules.txt │ │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ │ ├── other10info.txt │ │ │ │ │ ├── other10info.txt.meta │ │ │ │ │ ├── other10rules.txt │ │ │ │ │ ├── other10rules.txt.meta │ │ │ │ │ ├── other11info.txt │ │ │ │ │ ├── other11info.txt.meta │ │ │ │ │ ├── other11rules.txt │ │ │ │ │ ├── other11rules.txt.meta │ │ │ │ │ ├── other12info.txt │ │ │ │ │ ├── other12info.txt.meta │ │ │ │ │ ├── other12rules.txt │ │ │ │ │ ├── other12rules.txt.meta │ │ │ │ │ ├── other13info.txt │ │ │ │ │ ├── other13info.txt.meta │ │ │ │ │ ├── other13rules.txt │ │ │ │ │ ├── other13rules.txt.meta │ │ │ │ │ ├── other14info.txt │ │ │ │ │ ├── other14info.txt.meta │ │ │ │ │ ├── other14rules.txt │ │ │ │ │ ├── other14rules.txt.meta │ │ │ │ │ ├── other15info.txt │ │ │ │ │ ├── other15info.txt.meta │ │ │ │ │ ├── other15rules.txt │ │ │ │ │ ├── other15rules.txt.meta │ │ │ │ │ ├── other16info.txt │ │ │ │ │ ├── other16info.txt.meta │ │ │ │ │ ├── other16rules.txt │ │ │ │ │ ├── other16rules.txt.meta │ │ │ │ │ ├── other17info.txt │ │ │ │ │ ├── other17info.txt.meta │ │ │ │ │ ├── other17rules.txt │ │ │ │ │ ├── other17rules.txt.meta │ │ │ │ │ ├── other18info.txt │ │ │ │ │ ├── other18info.txt.meta │ │ │ │ │ ├── other18rules.txt │ │ │ │ │ ├── other18rules.txt.meta │ │ │ │ │ ├── other19info.txt │ │ │ │ │ ├── other19info.txt.meta │ │ │ │ │ ├── other19rules.txt │ │ │ │ │ ├── other19rules.txt.meta │ │ │ │ │ ├── other1info.txt │ │ │ │ │ ├── other1info.txt.meta │ │ │ │ │ ├── other1rules.txt │ │ │ │ │ ├── other1rules.txt.meta │ │ │ │ │ ├── other20info.txt │ │ │ │ │ ├── other20info.txt.meta │ │ │ │ │ ├── other20rules.txt │ │ │ │ │ ├── other20rules.txt.meta │ │ │ │ │ ├── other21info.txt │ │ │ │ │ ├── other21info.txt.meta │ │ │ │ │ ├── other21rules.txt │ │ │ │ │ ├── other21rules.txt.meta │ │ │ │ │ ├── other22info.txt │ │ │ │ │ ├── other22info.txt.meta │ │ │ │ │ ├── other22rules.txt │ │ │ │ │ ├── other22rules.txt.meta │ │ │ │ │ ├── other23info.txt │ │ │ │ │ ├── other23info.txt.meta │ │ │ │ │ ├── other23rules.txt │ │ │ │ │ ├── other23rules.txt.meta │ │ │ │ │ ├── other24info.txt │ │ │ │ │ ├── other24info.txt.meta │ │ │ │ │ ├── other24rules.txt │ │ │ │ │ ├── other24rules.txt.meta │ │ │ │ │ ├── other25info.txt │ │ │ │ │ ├── other25info.txt.meta │ │ │ │ │ ├── other25rules.txt │ │ │ │ │ ├── other25rules.txt.meta │ │ │ │ │ ├── other26info.txt │ │ │ │ │ ├── other26info.txt.meta │ │ │ │ │ ├── other26rules.txt │ │ │ │ │ ├── other26rules.txt.meta │ │ │ │ │ ├── other27info.txt │ │ │ │ │ ├── other27info.txt.meta │ │ │ │ │ ├── other27rules.txt │ │ │ │ │ ├── other27rules.txt.meta │ │ │ │ │ ├── other28info.txt │ │ │ │ │ ├── other28info.txt.meta │ │ │ │ │ ├── other28rules.txt │ │ │ │ │ ├── other28rules.txt.meta │ │ │ │ │ ├── other29info.txt │ │ │ │ │ ├── other29info.txt.meta │ │ │ │ │ ├── other29rules.txt │ │ │ │ │ ├── other29rules.txt.meta │ │ │ │ │ ├── other2info.txt │ │ │ │ │ ├── other2info.txt.meta │ │ │ │ │ ├── other2rules.txt │ │ │ │ │ ├── other2rules.txt.meta │ │ │ │ │ ├── other30info.txt │ │ │ │ │ ├── other30info.txt.meta │ │ │ │ │ ├── other30rules.txt │ │ │ │ │ ├── other30rules.txt.meta │ │ │ │ │ ├── other31info.txt │ │ │ │ │ ├── other31info.txt.meta │ │ │ │ │ ├── other31rules.txt │ │ │ │ │ ├── other31rules.txt.meta │ │ │ │ │ ├── other32info.txt │ │ │ │ │ ├── other32info.txt.meta │ │ │ │ │ ├── other32rules.txt │ │ │ │ │ ├── other32rules.txt.meta │ │ │ │ │ ├── other33info.txt │ │ │ │ │ ├── other33info.txt.meta │ │ │ │ │ ├── other33rules.txt │ │ │ │ │ ├── other33rules.txt.meta │ │ │ │ │ ├── other34info.txt │ │ │ │ │ ├── other34info.txt.meta │ │ │ │ │ ├── other34rules.txt │ │ │ │ │ ├── other34rules.txt.meta │ │ │ │ │ ├── other35info.txt │ │ │ │ │ ├── other35info.txt.meta │ │ │ │ │ ├── other35rules.txt │ │ │ │ │ ├── other35rules.txt.meta │ │ │ │ │ ├── other36info.txt │ │ │ │ │ ├── other36info.txt.meta │ │ │ │ │ ├── other36rules.txt │ │ │ │ │ ├── other36rules.txt.meta │ │ │ │ │ ├── other37info.txt │ │ │ │ │ ├── other37info.txt.meta │ │ │ │ │ ├── other37rules.txt │ │ │ │ │ ├── other37rules.txt.meta │ │ │ │ │ ├── other38info.txt │ │ │ │ │ ├── other38info.txt.meta │ │ │ │ │ ├── other38rules.txt │ │ │ │ │ ├── other38rules.txt.meta │ │ │ │ │ ├── other39info.txt │ │ │ │ │ ├── other39info.txt.meta │ │ │ │ │ ├── other39rules.txt │ │ │ │ │ ├── other39rules.txt.meta │ │ │ │ │ ├── other3info.txt │ │ │ │ │ ├── other3info.txt.meta │ │ │ │ │ ├── other3rules.txt │ │ │ │ │ ├── other3rules.txt.meta │ │ │ │ │ ├── other40info.txt │ │ │ │ │ ├── other40info.txt.meta │ │ │ │ │ ├── other40rules.txt │ │ │ │ │ ├── other40rules.txt.meta │ │ │ │ │ ├── other4info.txt │ │ │ │ │ ├── other4info.txt.meta │ │ │ │ │ ├── other4rules.txt │ │ │ │ │ ├── other4rules.txt.meta │ │ │ │ │ ├── other5info.txt │ │ │ │ │ ├── other5info.txt.meta │ │ │ │ │ ├── other5rules.txt │ │ │ │ │ ├── other5rules.txt.meta │ │ │ │ │ ├── other6info.txt │ │ │ │ │ ├── other6info.txt.meta │ │ │ │ │ ├── other6rules.txt │ │ │ │ │ ├── other6rules.txt.meta │ │ │ │ │ ├── other7info.txt │ │ │ │ │ ├── other7info.txt.meta │ │ │ │ │ ├── other7rules.txt │ │ │ │ │ ├── other7rules.txt.meta │ │ │ │ │ ├── other8info.txt │ │ │ │ │ ├── other8info.txt.meta │ │ │ │ │ ├── other8rules.txt │ │ │ │ │ ├── other8rules.txt.meta │ │ │ │ │ ├── other9info.txt │ │ │ │ │ ├── other9info.txt.meta │ │ │ │ │ ├── other9rules.txt │ │ │ │ │ ├── other9rules.txt.meta │ │ │ │ │ ├── twin1info.txt │ │ │ │ │ ├── twin1info.txt.meta │ │ │ │ │ ├── twin1rules.txt │ │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ │ ├── twin2info.txt │ │ │ │ │ ├── twin2info.txt.meta │ │ │ │ │ ├── twin2rules.txt │ │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ │ ├── twin3info.txt │ │ │ │ │ ├── twin3info.txt.meta │ │ │ │ │ ├── twin3rules.txt │ │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ │ ├── twin4info.txt │ │ │ │ │ ├── twin4info.txt.meta │ │ │ │ │ ├── twin4rules.txt │ │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ │ ├── twin5info.txt │ │ │ │ │ ├── twin5info.txt.meta │ │ │ │ │ ├── twin5rules.txt │ │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ │ ├── twin6info.txt │ │ │ │ │ ├── twin6info.txt.meta │ │ │ │ │ ├── twin6rules.txt │ │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ │ ├── It.meta │ │ │ ├── It │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ │ ├── allies.json │ │ │ │ │ ├── allies.json.meta │ │ │ │ │ ├── enemies.json │ │ │ │ │ ├── enemies.json.meta │ │ │ │ │ ├── heroes.json │ │ │ │ │ ├── heroes.json.meta │ │ │ │ │ ├── ui.json │ │ │ │ │ ├── ui.json.meta │ │ │ │ │ ├── villains.json │ │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ │ ├── bespin.json │ │ │ │ │ ├── bespin.json.meta │ │ │ │ │ ├── core.json │ │ │ │ │ ├── core.json.meta │ │ │ │ │ ├── empire.json │ │ │ │ │ ├── empire.json.meta │ │ │ │ │ ├── hoth.json │ │ │ │ │ ├── hoth.json.meta │ │ │ │ │ ├── jabba.json │ │ │ │ │ ├── jabba.json.meta │ │ │ │ │ ├── lothal.json │ │ │ │ │ ├── lothal.json.meta │ │ │ │ │ ├── other.json │ │ │ │ │ ├── other.json.meta │ │ │ │ │ ├── twin.json │ │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ │ ├── bespin1info.txt │ │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ │ ├── bespin1rules.txt │ │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ │ ├── bespin2info.txt │ │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ │ ├── bespin2rules.txt │ │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ │ ├── bespin3info.txt │ │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ │ ├── bespin3rules.txt │ │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ │ ├── bespin4info.txt │ │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ │ ├── bespin4rules.txt │ │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ │ ├── bespin5info.txt │ │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ │ ├── bespin5rules.txt │ │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ │ ├── bespin6info.txt │ │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ │ ├── bespin6rules.txt │ │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ │ ├── core10info.txt │ │ │ │ │ ├── core10info.txt.meta │ │ │ │ │ ├── core10rules.txt │ │ │ │ │ ├── core10rules.txt.meta │ │ │ │ │ ├── core11info.txt │ │ │ │ │ ├── core11info.txt.meta │ │ │ │ │ ├── core11rules.txt │ │ │ │ │ ├── core11rules.txt.meta │ │ │ │ │ ├── core12info.txt │ │ │ │ │ ├── core12info.txt.meta │ │ │ │ │ ├── core12rules.txt │ │ │ │ │ ├── core12rules.txt.meta │ │ │ │ │ ├── core13info.txt │ │ │ │ │ ├── core13info.txt.meta │ │ │ │ │ ├── core13rules.txt │ │ │ │ │ ├── core13rules.txt.meta │ │ │ │ │ ├── core14info.txt │ │ │ │ │ ├── core14info.txt.meta │ │ │ │ │ ├── core14rules.txt │ │ │ │ │ ├── core14rules.txt.meta │ │ │ │ │ ├── core15info.txt │ │ │ │ │ ├── core15info.txt.meta │ │ │ │ │ ├── core15rules.txt │ │ │ │ │ ├── core15rules.txt.meta │ │ │ │ │ ├── core16info.txt │ │ │ │ │ ├── core16info.txt.meta │ │ │ │ │ ├── core16rules.txt │ │ │ │ │ ├── core16rules.txt.meta │ │ │ │ │ ├── core17info.txt │ │ │ │ │ ├── core17info.txt.meta │ │ │ │ │ ├── core17rules.txt │ │ │ │ │ ├── core17rules.txt.meta │ │ │ │ │ ├── core18info.txt │ │ │ │ │ ├── core18info.txt.meta │ │ │ │ │ ├── core18rules.txt │ │ │ │ │ ├── core18rules.txt.meta │ │ │ │ │ ├── core19info.txt │ │ │ │ │ ├── core19info.txt.meta │ │ │ │ │ ├── core19rules.txt │ │ │ │ │ ├── core19rules.txt.meta │ │ │ │ │ ├── core1info.txt │ │ │ │ │ ├── core1info.txt.meta │ │ │ │ │ ├── core1rules.txt │ │ │ │ │ ├── core1rules.txt.meta │ │ │ │ │ ├── core20info.txt │ │ │ │ │ ├── core20info.txt.meta │ │ │ │ │ ├── core20rules.txt │ │ │ │ │ ├── core20rules.txt.meta │ │ │ │ │ ├── core21info.txt │ │ │ │ │ ├── core21info.txt.meta │ │ │ │ │ ├── core21rules.txt │ │ │ │ │ ├── core21rules.txt.meta │ │ │ │ │ ├── core22info.txt │ │ │ │ │ ├── core22info.txt.meta │ │ │ │ │ ├── core22rules.txt │ │ │ │ │ ├── core22rules.txt.meta │ │ │ │ │ ├── core23info.txt │ │ │ │ │ ├── core23info.txt.meta │ │ │ │ │ ├── core23rules.txt │ │ │ │ │ ├── core23rules.txt.meta │ │ │ │ │ ├── core24info.txt │ │ │ │ │ ├── core24info.txt.meta │ │ │ │ │ ├── core24rules.txt │ │ │ │ │ ├── core24rules.txt.meta │ │ │ │ │ ├── core25info.txt │ │ │ │ │ ├── core25info.txt.meta │ │ │ │ │ ├── core25rules.txt │ │ │ │ │ ├── core25rules.txt.meta │ │ │ │ │ ├── core26info.txt │ │ │ │ │ ├── core26info.txt.meta │ │ │ │ │ ├── core26rules.txt │ │ │ │ │ ├── core26rules.txt.meta │ │ │ │ │ ├── core27info.txt │ │ │ │ │ ├── core27info.txt.meta │ │ │ │ │ ├── core27rules.txt │ │ │ │ │ ├── core27rules.txt.meta │ │ │ │ │ ├── core28info.txt │ │ │ │ │ ├── core28info.txt.meta │ │ │ │ │ ├── core28rules.txt │ │ │ │ │ ├── core28rules.txt.meta │ │ │ │ │ ├── core29info.txt │ │ │ │ │ ├── core29info.txt.meta │ │ │ │ │ ├── core29rules.txt │ │ │ │ │ ├── core29rules.txt.meta │ │ │ │ │ ├── core2info.txt │ │ │ │ │ ├── core2info.txt.meta │ │ │ │ │ ├── core2rules.txt │ │ │ │ │ ├── core2rules.txt.meta │ │ │ │ │ ├── core30info.txt │ │ │ │ │ ├── core30info.txt.meta │ │ │ │ │ ├── core30rules.txt │ │ │ │ │ ├── core30rules.txt.meta │ │ │ │ │ ├── core31info.txt │ │ │ │ │ ├── core31info.txt.meta │ │ │ │ │ ├── core31rules.txt │ │ │ │ │ ├── core31rules.txt.meta │ │ │ │ │ ├── core32info.txt │ │ │ │ │ ├── core32info.txt.meta │ │ │ │ │ ├── core32rules.txt │ │ │ │ │ ├── core32rules.txt.meta │ │ │ │ │ ├── core3info.txt │ │ │ │ │ ├── core3info.txt.meta │ │ │ │ │ ├── core3rules.txt │ │ │ │ │ ├── core3rules.txt.meta │ │ │ │ │ ├── core4info.txt │ │ │ │ │ ├── core4info.txt.meta │ │ │ │ │ ├── core4rules.txt │ │ │ │ │ ├── core4rules.txt.meta │ │ │ │ │ ├── core5info.txt │ │ │ │ │ ├── core5info.txt.meta │ │ │ │ │ ├── core5rules.txt │ │ │ │ │ ├── core5rules.txt.meta │ │ │ │ │ ├── core6info.txt │ │ │ │ │ ├── core6info.txt.meta │ │ │ │ │ ├── core6rules.txt │ │ │ │ │ ├── core6rules.txt.meta │ │ │ │ │ ├── core7info.txt │ │ │ │ │ ├── core7info.txt.meta │ │ │ │ │ ├── core7rules.txt │ │ │ │ │ ├── core7rules.txt.meta │ │ │ │ │ ├── core8info.txt │ │ │ │ │ ├── core8info.txt.meta │ │ │ │ │ ├── core8rules.txt │ │ │ │ │ ├── core8rules.txt.meta │ │ │ │ │ ├── core9info.txt │ │ │ │ │ ├── core9info.txt.meta │ │ │ │ │ ├── core9rules.txt │ │ │ │ │ ├── core9rules.txt.meta │ │ │ │ │ ├── empire10info.txt │ │ │ │ │ ├── empire10info.txt.meta │ │ │ │ │ ├── empire10rules.txt │ │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ │ ├── empire11info.txt │ │ │ │ │ ├── empire11info.txt.meta │ │ │ │ │ ├── empire11rules.txt │ │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ │ ├── empire12info.txt │ │ │ │ │ ├── empire12info.txt.meta │ │ │ │ │ ├── empire12rules.txt │ │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ │ ├── empire13info.txt │ │ │ │ │ ├── empire13info.txt.meta │ │ │ │ │ ├── empire13rules.txt │ │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ │ ├── empire14info.txt │ │ │ │ │ ├── empire14info.txt.meta │ │ │ │ │ ├── empire14rules.txt │ │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ │ ├── empire15info.txt │ │ │ │ │ ├── empire15info.txt.meta │ │ │ │ │ ├── empire15rules.txt │ │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ │ ├── empire16info.txt │ │ │ │ │ ├── empire16info.txt.meta │ │ │ │ │ ├── empire16rules.txt │ │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ │ ├── empire1info.txt │ │ │ │ │ ├── empire1info.txt.meta │ │ │ │ │ ├── empire1rules.txt │ │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ │ ├── empire2info.txt │ │ │ │ │ ├── empire2info.txt.meta │ │ │ │ │ ├── empire2rules.txt │ │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ │ ├── empire3info.txt │ │ │ │ │ ├── empire3info.txt.meta │ │ │ │ │ ├── empire3rules.txt │ │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ │ ├── empire4info.txt │ │ │ │ │ ├── empire4info.txt.meta │ │ │ │ │ ├── empire4rules.txt │ │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ │ ├── empire5info.txt │ │ │ │ │ ├── empire5info.txt.meta │ │ │ │ │ ├── empire5rules.txt │ │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ │ ├── empire6info.txt │ │ │ │ │ ├── empire6info.txt.meta │ │ │ │ │ ├── empire6rules.txt │ │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ │ ├── empire7info.txt │ │ │ │ │ ├── empire7info.txt.meta │ │ │ │ │ ├── empire7rules.txt │ │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ │ ├── empire8info.txt │ │ │ │ │ ├── empire8info.txt.meta │ │ │ │ │ ├── empire8rules.txt │ │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ │ ├── empire9info.txt │ │ │ │ │ ├── empire9info.txt.meta │ │ │ │ │ ├── empire9rules.txt │ │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ │ ├── hoth10info.txt │ │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ │ ├── hoth10rules.txt │ │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ │ ├── hoth11info.txt │ │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ │ ├── hoth11rules.txt │ │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ │ ├── hoth12info.txt │ │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ │ ├── hoth12rules.txt │ │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ │ ├── hoth13info.txt │ │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ │ ├── hoth13rules.txt │ │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ │ ├── hoth14info.txt │ │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ │ ├── hoth14rules.txt │ │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ │ ├── hoth15info.txt │ │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ │ ├── hoth15rules.txt │ │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ │ ├── hoth16info.txt │ │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ │ ├── hoth16rules.txt │ │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ │ ├── hoth1info.txt │ │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ │ ├── hoth1rules.txt │ │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ │ ├── hoth2info.txt │ │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ │ ├── hoth2rules.txt │ │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ │ ├── hoth3info.txt │ │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ │ ├── hoth3rules.txt │ │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ │ ├── hoth4info.txt │ │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ │ ├── hoth4rules.txt │ │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ │ ├── hoth5info.txt │ │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ │ ├── hoth5rules.txt │ │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ │ ├── hoth6info.txt │ │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ │ ├── hoth6rules.txt │ │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ │ ├── hoth7info.txt │ │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ │ ├── hoth7rules.txt │ │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ │ ├── hoth8info.txt │ │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ │ ├── hoth8rules.txt │ │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ │ ├── hoth9info.txt │ │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ │ ├── hoth9rules.txt │ │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ │ ├── jabba10info.txt │ │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ │ ├── jabba10rules.txt │ │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ │ ├── jabba11info.txt │ │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ │ ├── jabba11rules.txt │ │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ │ ├── jabba12info.txt │ │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ │ ├── jabba12rules.txt │ │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ │ ├── jabba13info.txt │ │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ │ ├── jabba13rules.txt │ │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ │ ├── jabba14info.txt │ │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ │ ├── jabba14rules.txt │ │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ │ ├── jabba15info.txt │ │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ │ ├── jabba15rules.txt │ │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ │ ├── jabba16info.txt │ │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ │ ├── jabba16rules.txt │ │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ │ ├── jabba1info.txt │ │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ │ ├── jabba1rules.txt │ │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ │ ├── jabba2info.txt │ │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ │ ├── jabba2rules.txt │ │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ │ ├── jabba3info.txt │ │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ │ ├── jabba3rules.txt │ │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ │ ├── jabba4info.txt │ │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ │ ├── jabba4rules.txt │ │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ │ ├── jabba5info.txt │ │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ │ ├── jabba5rules.txt │ │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ │ ├── jabba6info.txt │ │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ │ ├── jabba6rules.txt │ │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ │ ├── jabba7info.txt │ │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ │ ├── jabba7rules.txt │ │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ │ ├── jabba8info.txt │ │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ │ ├── jabba8rules.txt │ │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ │ ├── jabba9info.txt │ │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ │ ├── jabba9rules.txt │ │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ │ ├── lothal1info.txt │ │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ │ ├── lothal1rules.txt │ │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ │ ├── lothal2info.txt │ │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ │ ├── lothal2rules.txt │ │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ │ ├── lothal3info.txt │ │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ │ ├── lothal3rules.txt │ │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ │ ├── lothal4info.txt │ │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ │ ├── lothal4rules.txt │ │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ │ ├── lothal5info.txt │ │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ │ ├── lothal5rules.txt │ │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ │ ├── lothal6info.txt │ │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ │ ├── lothal6rules.txt │ │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ │ ├── other10info.txt │ │ │ │ │ ├── other10info.txt.meta │ │ │ │ │ ├── other10rules.txt │ │ │ │ │ ├── other10rules.txt.meta │ │ │ │ │ ├── other11info.txt │ │ │ │ │ ├── other11info.txt.meta │ │ │ │ │ ├── other11rules.txt │ │ │ │ │ ├── other11rules.txt.meta │ │ │ │ │ ├── other12info.txt │ │ │ │ │ ├── other12info.txt.meta │ │ │ │ │ ├── other12rules.txt │ │ │ │ │ ├── other12rules.txt.meta │ │ │ │ │ ├── other13info.txt │ │ │ │ │ ├── other13info.txt.meta │ │ │ │ │ ├── other13rules.txt │ │ │ │ │ ├── other13rules.txt.meta │ │ │ │ │ ├── other14info.txt │ │ │ │ │ ├── other14info.txt.meta │ │ │ │ │ ├── other14rules.txt │ │ │ │ │ ├── other14rules.txt.meta │ │ │ │ │ ├── other15info.txt │ │ │ │ │ ├── other15info.txt.meta │ │ │ │ │ ├── other15rules.txt │ │ │ │ │ ├── other15rules.txt.meta │ │ │ │ │ ├── other16info.txt │ │ │ │ │ ├── other16info.txt.meta │ │ │ │ │ ├── other16rules.txt │ │ │ │ │ ├── other16rules.txt.meta │ │ │ │ │ ├── other17info.txt │ │ │ │ │ ├── other17info.txt.meta │ │ │ │ │ ├── other17rules.txt │ │ │ │ │ ├── other17rules.txt.meta │ │ │ │ │ ├── other18info.txt │ │ │ │ │ ├── other18info.txt.meta │ │ │ │ │ ├── other18rules.txt │ │ │ │ │ ├── other18rules.txt.meta │ │ │ │ │ ├── other19info.txt │ │ │ │ │ ├── other19info.txt.meta │ │ │ │ │ ├── other19rules.txt │ │ │ │ │ ├── other19rules.txt.meta │ │ │ │ │ ├── other1info.txt │ │ │ │ │ ├── other1info.txt.meta │ │ │ │ │ ├── other1rules.txt │ │ │ │ │ ├── other1rules.txt.meta │ │ │ │ │ ├── other20info.txt │ │ │ │ │ ├── other20info.txt.meta │ │ │ │ │ ├── other20rules.txt │ │ │ │ │ ├── other20rules.txt.meta │ │ │ │ │ ├── other21info.txt │ │ │ │ │ ├── other21info.txt.meta │ │ │ │ │ ├── other21rules.txt │ │ │ │ │ ├── other21rules.txt.meta │ │ │ │ │ ├── other22info.txt │ │ │ │ │ ├── other22info.txt.meta │ │ │ │ │ ├── other22rules.txt │ │ │ │ │ ├── other22rules.txt.meta │ │ │ │ │ ├── other23info.txt │ │ │ │ │ ├── other23info.txt.meta │ │ │ │ │ ├── other23rules.txt │ │ │ │ │ ├── other23rules.txt.meta │ │ │ │ │ ├── other24info.txt │ │ │ │ │ ├── other24info.txt.meta │ │ │ │ │ ├── other24rules.txt │ │ │ │ │ ├── other24rules.txt.meta │ │ │ │ │ ├── other25info.txt │ │ │ │ │ ├── other25info.txt.meta │ │ │ │ │ ├── other25rules.txt │ │ │ │ │ ├── other25rules.txt.meta │ │ │ │ │ ├── other26info.txt │ │ │ │ │ ├── other26info.txt.meta │ │ │ │ │ ├── other26rules.txt │ │ │ │ │ ├── other26rules.txt.meta │ │ │ │ │ ├── other27info.txt │ │ │ │ │ ├── other27info.txt.meta │ │ │ │ │ ├── other27rules.txt │ │ │ │ │ ├── other27rules.txt.meta │ │ │ │ │ ├── other28info.txt │ │ │ │ │ ├── other28info.txt.meta │ │ │ │ │ ├── other28rules.txt │ │ │ │ │ ├── other28rules.txt.meta │ │ │ │ │ ├── other29info.txt │ │ │ │ │ ├── other29info.txt.meta │ │ │ │ │ ├── other29rules.txt │ │ │ │ │ ├── other29rules.txt.meta │ │ │ │ │ ├── other2info.txt │ │ │ │ │ ├── other2info.txt.meta │ │ │ │ │ ├── other2rules.txt │ │ │ │ │ ├── other2rules.txt.meta │ │ │ │ │ ├── other30info.txt │ │ │ │ │ ├── other30info.txt.meta │ │ │ │ │ ├── other30rules.txt │ │ │ │ │ ├── other30rules.txt.meta │ │ │ │ │ ├── other31info.txt │ │ │ │ │ ├── other31info.txt.meta │ │ │ │ │ ├── other31rules.txt │ │ │ │ │ ├── other31rules.txt.meta │ │ │ │ │ ├── other32info.txt │ │ │ │ │ ├── other32info.txt.meta │ │ │ │ │ ├── other32rules.txt │ │ │ │ │ ├── other32rules.txt.meta │ │ │ │ │ ├── other33info.txt │ │ │ │ │ ├── other33info.txt.meta │ │ │ │ │ ├── other33rules.txt │ │ │ │ │ ├── other33rules.txt.meta │ │ │ │ │ ├── other34info.txt │ │ │ │ │ ├── other34info.txt.meta │ │ │ │ │ ├── other34rules.txt │ │ │ │ │ ├── other34rules.txt.meta │ │ │ │ │ ├── other35info.txt │ │ │ │ │ ├── other35info.txt.meta │ │ │ │ │ ├── other35rules.txt │ │ │ │ │ ├── other35rules.txt.meta │ │ │ │ │ ├── other36info.txt │ │ │ │ │ ├── other36info.txt.meta │ │ │ │ │ ├── other36rules.txt │ │ │ │ │ ├── other36rules.txt.meta │ │ │ │ │ ├── other37info.txt │ │ │ │ │ ├── other37info.txt.meta │ │ │ │ │ ├── other37rules.txt │ │ │ │ │ ├── other37rules.txt.meta │ │ │ │ │ ├── other38info.txt │ │ │ │ │ ├── other38info.txt.meta │ │ │ │ │ ├── other38rules.txt │ │ │ │ │ ├── other38rules.txt.meta │ │ │ │ │ ├── other39info.txt │ │ │ │ │ ├── other39info.txt.meta │ │ │ │ │ ├── other39rules.txt │ │ │ │ │ ├── other39rules.txt.meta │ │ │ │ │ ├── other3info.txt │ │ │ │ │ ├── other3info.txt.meta │ │ │ │ │ ├── other3rules.txt │ │ │ │ │ ├── other3rules.txt.meta │ │ │ │ │ ├── other40info.txt │ │ │ │ │ ├── other40info.txt.meta │ │ │ │ │ ├── other40rules.txt │ │ │ │ │ ├── other40rules.txt.meta │ │ │ │ │ ├── other4info.txt │ │ │ │ │ ├── other4info.txt.meta │ │ │ │ │ ├── other4rules.txt │ │ │ │ │ ├── other4rules.txt.meta │ │ │ │ │ ├── other5info.txt │ │ │ │ │ ├── other5info.txt.meta │ │ │ │ │ ├── other5rules.txt │ │ │ │ │ ├── other5rules.txt.meta │ │ │ │ │ ├── other6info.txt │ │ │ │ │ ├── other6info.txt.meta │ │ │ │ │ ├── other6rules.txt │ │ │ │ │ ├── other6rules.txt.meta │ │ │ │ │ ├── other7info.txt │ │ │ │ │ ├── other7info.txt.meta │ │ │ │ │ ├── other7rules.txt │ │ │ │ │ ├── other7rules.txt.meta │ │ │ │ │ ├── other8info.txt │ │ │ │ │ ├── other8info.txt.meta │ │ │ │ │ ├── other8rules.txt │ │ │ │ │ ├── other8rules.txt.meta │ │ │ │ │ ├── other9info.txt │ │ │ │ │ ├── other9info.txt.meta │ │ │ │ │ ├── other9rules.txt │ │ │ │ │ ├── other9rules.txt.meta │ │ │ │ │ ├── twin1info.txt │ │ │ │ │ ├── twin1info.txt.meta │ │ │ │ │ ├── twin1rules.txt │ │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ │ ├── twin2info.txt │ │ │ │ │ ├── twin2info.txt.meta │ │ │ │ │ ├── twin2rules.txt │ │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ │ ├── twin3info.txt │ │ │ │ │ ├── twin3info.txt.meta │ │ │ │ │ ├── twin3rules.txt │ │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ │ ├── twin4info.txt │ │ │ │ │ ├── twin4info.txt.meta │ │ │ │ │ ├── twin4rules.txt │ │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ │ ├── twin5info.txt │ │ │ │ │ ├── twin5info.txt.meta │ │ │ │ │ ├── twin5rules.txt │ │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ │ ├── twin6info.txt │ │ │ │ │ ├── twin6info.txt.meta │ │ │ │ │ ├── twin6rules.txt │ │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ │ ├── Pl.meta │ │ │ └── Pl │ │ │ │ ├── DeploymentGroups.meta │ │ │ │ ├── DeploymentGroups │ │ │ │ ├── allies.json │ │ │ │ ├── allies.json.meta │ │ │ │ ├── enemies.json │ │ │ │ ├── enemies.json.meta │ │ │ │ ├── heroes.json │ │ │ │ ├── heroes.json.meta │ │ │ │ ├── villains.json │ │ │ │ └── villains.json.meta │ │ │ │ ├── MissionCardText.meta │ │ │ │ ├── MissionCardText │ │ │ │ ├── bespin.json │ │ │ │ ├── bespin.json.meta │ │ │ │ ├── core.json │ │ │ │ ├── core.json.meta │ │ │ │ ├── empire.json │ │ │ │ ├── empire.json.meta │ │ │ │ ├── hoth.json │ │ │ │ ├── hoth.json.meta │ │ │ │ ├── jabba.json │ │ │ │ ├── jabba.json.meta │ │ │ │ ├── lothal.json │ │ │ │ ├── lothal.json.meta │ │ │ │ ├── other.json │ │ │ │ ├── other.json.meta │ │ │ │ ├── twin.json │ │ │ │ └── twin.json.meta │ │ │ │ ├── MissionText.meta │ │ │ │ ├── MissionText │ │ │ │ ├── bespin1info.txt │ │ │ │ ├── bespin1info.txt.meta │ │ │ │ ├── bespin1rules.txt │ │ │ │ ├── bespin1rules.txt.meta │ │ │ │ ├── bespin2info.txt │ │ │ │ ├── bespin2info.txt.meta │ │ │ │ ├── bespin2rules.txt │ │ │ │ ├── bespin2rules.txt.meta │ │ │ │ ├── bespin3info.txt │ │ │ │ ├── bespin3info.txt.meta │ │ │ │ ├── bespin3rules.txt │ │ │ │ ├── bespin3rules.txt.meta │ │ │ │ ├── bespin4info.txt │ │ │ │ ├── bespin4info.txt.meta │ │ │ │ ├── bespin4rules.txt │ │ │ │ ├── bespin4rules.txt.meta │ │ │ │ ├── bespin5info.txt │ │ │ │ ├── bespin5info.txt.meta │ │ │ │ ├── bespin5rules.txt │ │ │ │ ├── bespin5rules.txt.meta │ │ │ │ ├── bespin6info.txt │ │ │ │ ├── bespin6info.txt.meta │ │ │ │ ├── bespin6rules.txt │ │ │ │ ├── bespin6rules.txt.meta │ │ │ │ ├── core10info.txt │ │ │ │ ├── core10info.txt.meta │ │ │ │ ├── core10rules.txt │ │ │ │ ├── core10rules.txt.meta │ │ │ │ ├── core11info.txt │ │ │ │ ├── core11info.txt.meta │ │ │ │ ├── core11rules.txt │ │ │ │ ├── core11rules.txt.meta │ │ │ │ ├── core12info.txt │ │ │ │ ├── core12info.txt.meta │ │ │ │ ├── core12rules.txt │ │ │ │ ├── core12rules.txt.meta │ │ │ │ ├── core13info.txt │ │ │ │ ├── core13info.txt.meta │ │ │ │ ├── core13rules.txt │ │ │ │ ├── core13rules.txt.meta │ │ │ │ ├── core14info.txt │ │ │ │ ├── core14info.txt.meta │ │ │ │ ├── core14rules.txt │ │ │ │ ├── core14rules.txt.meta │ │ │ │ ├── core15info.txt │ │ │ │ ├── core15info.txt.meta │ │ │ │ ├── core15rules.txt │ │ │ │ ├── core15rules.txt.meta │ │ │ │ ├── core16info.txt │ │ │ │ ├── core16info.txt.meta │ │ │ │ ├── core16rules.txt │ │ │ │ ├── core16rules.txt.meta │ │ │ │ ├── core17info.txt │ │ │ │ ├── core17info.txt.meta │ │ │ │ ├── core17rules.txt │ │ │ │ ├── core17rules.txt.meta │ │ │ │ ├── core18info.txt │ │ │ │ ├── core18info.txt.meta │ │ │ │ ├── core18rules.txt │ │ │ │ ├── core18rules.txt.meta │ │ │ │ ├── core19info.txt │ │ │ │ ├── core19info.txt.meta │ │ │ │ ├── core19rules.txt │ │ │ │ ├── core19rules.txt.meta │ │ │ │ ├── core1info.txt │ │ │ │ ├── core1info.txt.meta │ │ │ │ ├── core1rules.txt │ │ │ │ ├── core1rules.txt.meta │ │ │ │ ├── core20info.txt │ │ │ │ ├── core20info.txt.meta │ │ │ │ ├── core20rules.txt │ │ │ │ ├── core20rules.txt.meta │ │ │ │ ├── core21info.txt │ │ │ │ ├── core21info.txt.meta │ │ │ │ ├── core21rules.txt │ │ │ │ ├── core21rules.txt.meta │ │ │ │ ├── core22info.txt │ │ │ │ ├── core22info.txt.meta │ │ │ │ ├── core22rules.txt │ │ │ │ ├── core22rules.txt.meta │ │ │ │ ├── core23info.txt │ │ │ │ ├── core23info.txt.meta │ │ │ │ ├── core23rules.txt │ │ │ │ ├── core23rules.txt.meta │ │ │ │ ├── core24info.txt │ │ │ │ ├── core24info.txt.meta │ │ │ │ ├── core24rules.txt │ │ │ │ ├── core24rules.txt.meta │ │ │ │ ├── core25info.txt │ │ │ │ ├── core25info.txt.meta │ │ │ │ ├── core25rules.txt │ │ │ │ ├── core25rules.txt.meta │ │ │ │ ├── core26info.txt │ │ │ │ ├── core26info.txt.meta │ │ │ │ ├── core26rules.txt │ │ │ │ ├── core26rules.txt.meta │ │ │ │ ├── core27info.txt │ │ │ │ ├── core27info.txt.meta │ │ │ │ ├── core27rules.txt │ │ │ │ ├── core27rules.txt.meta │ │ │ │ ├── core28info.txt │ │ │ │ ├── core28info.txt.meta │ │ │ │ ├── core28rules.txt │ │ │ │ ├── core28rules.txt.meta │ │ │ │ ├── core29info.txt │ │ │ │ ├── core29info.txt.meta │ │ │ │ ├── core29rules.txt │ │ │ │ ├── core29rules.txt.meta │ │ │ │ ├── core2info.txt │ │ │ │ ├── core2info.txt.meta │ │ │ │ ├── core2rules.txt │ │ │ │ ├── core2rules.txt.meta │ │ │ │ ├── core30info.txt │ │ │ │ ├── core30info.txt.meta │ │ │ │ ├── core30rules.txt │ │ │ │ ├── core30rules.txt.meta │ │ │ │ ├── core31info.txt │ │ │ │ ├── core31info.txt.meta │ │ │ │ ├── core31rules.txt │ │ │ │ ├── core31rules.txt.meta │ │ │ │ ├── core32info.txt │ │ │ │ ├── core32info.txt.meta │ │ │ │ ├── core32rules.txt │ │ │ │ ├── core32rules.txt.meta │ │ │ │ ├── core3info.txt │ │ │ │ ├── core3info.txt.meta │ │ │ │ ├── core3rules.txt │ │ │ │ ├── core3rules.txt.meta │ │ │ │ ├── core4info.txt │ │ │ │ ├── core4info.txt.meta │ │ │ │ ├── core4rules.txt │ │ │ │ ├── core4rules.txt.meta │ │ │ │ ├── core5info.txt │ │ │ │ ├── core5info.txt.meta │ │ │ │ ├── core5rules.txt │ │ │ │ ├── core5rules.txt.meta │ │ │ │ ├── core6info.txt │ │ │ │ ├── core6info.txt.meta │ │ │ │ ├── core6rules.txt │ │ │ │ ├── core6rules.txt.meta │ │ │ │ ├── core7info.txt │ │ │ │ ├── core7info.txt.meta │ │ │ │ ├── core7rules.txt │ │ │ │ ├── core7rules.txt.meta │ │ │ │ ├── core8info.txt │ │ │ │ ├── core8info.txt.meta │ │ │ │ ├── core8rules.txt │ │ │ │ ├── core8rules.txt.meta │ │ │ │ ├── core9info.txt │ │ │ │ ├── core9info.txt.meta │ │ │ │ ├── core9rules.txt │ │ │ │ ├── core9rules.txt.meta │ │ │ │ ├── empire10info.txt │ │ │ │ ├── empire10info.txt.meta │ │ │ │ ├── empire10rules.txt │ │ │ │ ├── empire10rules.txt.meta │ │ │ │ ├── empire11info.txt │ │ │ │ ├── empire11info.txt.meta │ │ │ │ ├── empire11rules.txt │ │ │ │ ├── empire11rules.txt.meta │ │ │ │ ├── empire12info.txt │ │ │ │ ├── empire12info.txt.meta │ │ │ │ ├── empire12rules.txt │ │ │ │ ├── empire12rules.txt.meta │ │ │ │ ├── empire13info.txt │ │ │ │ ├── empire13info.txt.meta │ │ │ │ ├── empire13rules.txt │ │ │ │ ├── empire13rules.txt.meta │ │ │ │ ├── empire14info.txt │ │ │ │ ├── empire14info.txt.meta │ │ │ │ ├── empire14rules.txt │ │ │ │ ├── empire14rules.txt.meta │ │ │ │ ├── empire15info.txt │ │ │ │ ├── empire15info.txt.meta │ │ │ │ ├── empire15rules.txt │ │ │ │ ├── empire15rules.txt.meta │ │ │ │ ├── empire16info.txt │ │ │ │ ├── empire16info.txt.meta │ │ │ │ ├── empire16rules.txt │ │ │ │ ├── empire16rules.txt.meta │ │ │ │ ├── empire1info.txt │ │ │ │ ├── empire1info.txt.meta │ │ │ │ ├── empire1rules.txt │ │ │ │ ├── empire1rules.txt.meta │ │ │ │ ├── empire2info.txt │ │ │ │ ├── empire2info.txt.meta │ │ │ │ ├── empire2rules.txt │ │ │ │ ├── empire2rules.txt.meta │ │ │ │ ├── empire3info.txt │ │ │ │ ├── empire3info.txt.meta │ │ │ │ ├── empire3rules.txt │ │ │ │ ├── empire3rules.txt.meta │ │ │ │ ├── empire4info.txt │ │ │ │ ├── empire4info.txt.meta │ │ │ │ ├── empire4rules.txt │ │ │ │ ├── empire4rules.txt.meta │ │ │ │ ├── empire5info.txt │ │ │ │ ├── empire5info.txt.meta │ │ │ │ ├── empire5rules.txt │ │ │ │ ├── empire5rules.txt.meta │ │ │ │ ├── empire6info.txt │ │ │ │ ├── empire6info.txt.meta │ │ │ │ ├── empire6rules.txt │ │ │ │ ├── empire6rules.txt.meta │ │ │ │ ├── empire7info.txt │ │ │ │ ├── empire7info.txt.meta │ │ │ │ ├── empire7rules.txt │ │ │ │ ├── empire7rules.txt.meta │ │ │ │ ├── empire8info.txt │ │ │ │ ├── empire8info.txt.meta │ │ │ │ ├── empire8rules.txt │ │ │ │ ├── empire8rules.txt.meta │ │ │ │ ├── empire9info.txt │ │ │ │ ├── empire9info.txt.meta │ │ │ │ ├── empire9rules.txt │ │ │ │ ├── empire9rules.txt.meta │ │ │ │ ├── hoth10info.txt │ │ │ │ ├── hoth10info.txt.meta │ │ │ │ ├── hoth10rules.txt │ │ │ │ ├── hoth10rules.txt.meta │ │ │ │ ├── hoth11info.txt │ │ │ │ ├── hoth11info.txt.meta │ │ │ │ ├── hoth11rules.txt │ │ │ │ ├── hoth11rules.txt.meta │ │ │ │ ├── hoth12info.txt │ │ │ │ ├── hoth12info.txt.meta │ │ │ │ ├── hoth12rules.txt │ │ │ │ ├── hoth12rules.txt.meta │ │ │ │ ├── hoth13info.txt │ │ │ │ ├── hoth13info.txt.meta │ │ │ │ ├── hoth13rules.txt │ │ │ │ ├── hoth13rules.txt.meta │ │ │ │ ├── hoth14info.txt │ │ │ │ ├── hoth14info.txt.meta │ │ │ │ ├── hoth14rules.txt │ │ │ │ ├── hoth14rules.txt.meta │ │ │ │ ├── hoth15info.txt │ │ │ │ ├── hoth15info.txt.meta │ │ │ │ ├── hoth15rules.txt │ │ │ │ ├── hoth15rules.txt.meta │ │ │ │ ├── hoth16info.txt │ │ │ │ ├── hoth16info.txt.meta │ │ │ │ ├── hoth16rules.txt │ │ │ │ ├── hoth16rules.txt.meta │ │ │ │ ├── hoth1info.txt │ │ │ │ ├── hoth1info.txt.meta │ │ │ │ ├── hoth1rules.txt │ │ │ │ ├── hoth1rules.txt.meta │ │ │ │ ├── hoth2info.txt │ │ │ │ ├── hoth2info.txt.meta │ │ │ │ ├── hoth2rules.txt │ │ │ │ ├── hoth2rules.txt.meta │ │ │ │ ├── hoth3info.txt │ │ │ │ ├── hoth3info.txt.meta │ │ │ │ ├── hoth3rules.txt │ │ │ │ ├── hoth3rules.txt.meta │ │ │ │ ├── hoth4info.txt │ │ │ │ ├── hoth4info.txt.meta │ │ │ │ ├── hoth4rules.txt │ │ │ │ ├── hoth4rules.txt.meta │ │ │ │ ├── hoth5info.txt │ │ │ │ ├── hoth5info.txt.meta │ │ │ │ ├── hoth5rules.txt │ │ │ │ ├── hoth5rules.txt.meta │ │ │ │ ├── hoth6info.txt │ │ │ │ ├── hoth6info.txt.meta │ │ │ │ ├── hoth6rules.txt │ │ │ │ ├── hoth6rules.txt.meta │ │ │ │ ├── hoth7info.txt │ │ │ │ ├── hoth7info.txt.meta │ │ │ │ ├── hoth7rules.txt │ │ │ │ ├── hoth7rules.txt.meta │ │ │ │ ├── hoth8info.txt │ │ │ │ ├── hoth8info.txt.meta │ │ │ │ ├── hoth8rules.txt │ │ │ │ ├── hoth8rules.txt.meta │ │ │ │ ├── hoth9info.txt │ │ │ │ ├── hoth9info.txt.meta │ │ │ │ ├── hoth9rules.txt │ │ │ │ ├── hoth9rules.txt.meta │ │ │ │ ├── jabba10info.txt │ │ │ │ ├── jabba10info.txt.meta │ │ │ │ ├── jabba10rules.txt │ │ │ │ ├── jabba10rules.txt.meta │ │ │ │ ├── jabba11info.txt │ │ │ │ ├── jabba11info.txt.meta │ │ │ │ ├── jabba11rules.txt │ │ │ │ ├── jabba11rules.txt.meta │ │ │ │ ├── jabba12info.txt │ │ │ │ ├── jabba12info.txt.meta │ │ │ │ ├── jabba12rules.txt │ │ │ │ ├── jabba12rules.txt.meta │ │ │ │ ├── jabba13info.txt │ │ │ │ ├── jabba13info.txt.meta │ │ │ │ ├── jabba13rules.txt │ │ │ │ ├── jabba13rules.txt.meta │ │ │ │ ├── jabba14info.txt │ │ │ │ ├── jabba14info.txt.meta │ │ │ │ ├── jabba14rules.txt │ │ │ │ ├── jabba14rules.txt.meta │ │ │ │ ├── jabba15info.txt │ │ │ │ ├── jabba15info.txt.meta │ │ │ │ ├── jabba15rules.txt │ │ │ │ ├── jabba15rules.txt.meta │ │ │ │ ├── jabba16info.txt │ │ │ │ ├── jabba16info.txt.meta │ │ │ │ ├── jabba16rules.txt │ │ │ │ ├── jabba16rules.txt.meta │ │ │ │ ├── jabba1info.txt │ │ │ │ ├── jabba1info.txt.meta │ │ │ │ ├── jabba1rules.txt │ │ │ │ ├── jabba1rules.txt.meta │ │ │ │ ├── jabba2info.txt │ │ │ │ ├── jabba2info.txt.meta │ │ │ │ ├── jabba2rules.txt │ │ │ │ ├── jabba2rules.txt.meta │ │ │ │ ├── jabba3info.txt │ │ │ │ ├── jabba3info.txt.meta │ │ │ │ ├── jabba3rules.txt │ │ │ │ ├── jabba3rules.txt.meta │ │ │ │ ├── jabba4info.txt │ │ │ │ ├── jabba4info.txt.meta │ │ │ │ ├── jabba4rules.txt │ │ │ │ ├── jabba4rules.txt.meta │ │ │ │ ├── jabba5info.txt │ │ │ │ ├── jabba5info.txt.meta │ │ │ │ ├── jabba5rules.txt │ │ │ │ ├── jabba5rules.txt.meta │ │ │ │ ├── jabba6info.txt │ │ │ │ ├── jabba6info.txt.meta │ │ │ │ ├── jabba6rules.txt │ │ │ │ ├── jabba6rules.txt.meta │ │ │ │ ├── jabba7info.txt │ │ │ │ ├── jabba7info.txt.meta │ │ │ │ ├── jabba7rules.txt │ │ │ │ ├── jabba7rules.txt.meta │ │ │ │ ├── jabba8info.txt │ │ │ │ ├── jabba8info.txt.meta │ │ │ │ ├── jabba8rules.txt │ │ │ │ ├── jabba8rules.txt.meta │ │ │ │ ├── jabba9info.txt │ │ │ │ ├── jabba9info.txt.meta │ │ │ │ ├── jabba9rules.txt │ │ │ │ ├── jabba9rules.txt.meta │ │ │ │ ├── lothal1info.txt │ │ │ │ ├── lothal1info.txt.meta │ │ │ │ ├── lothal1rules.txt │ │ │ │ ├── lothal1rules.txt.meta │ │ │ │ ├── lothal2info.txt │ │ │ │ ├── lothal2info.txt.meta │ │ │ │ ├── lothal2rules.txt │ │ │ │ ├── lothal2rules.txt.meta │ │ │ │ ├── lothal3info.txt │ │ │ │ ├── lothal3info.txt.meta │ │ │ │ ├── lothal3rules.txt │ │ │ │ ├── lothal3rules.txt.meta │ │ │ │ ├── lothal4info.txt │ │ │ │ ├── lothal4info.txt.meta │ │ │ │ ├── lothal4rules.txt │ │ │ │ ├── lothal4rules.txt.meta │ │ │ │ ├── lothal5info.txt │ │ │ │ ├── lothal5info.txt.meta │ │ │ │ ├── lothal5rules.txt │ │ │ │ ├── lothal5rules.txt.meta │ │ │ │ ├── lothal6info.txt │ │ │ │ ├── lothal6info.txt.meta │ │ │ │ ├── lothal6rules.txt │ │ │ │ ├── lothal6rules.txt.meta │ │ │ │ ├── other10info.txt │ │ │ │ ├── other10info.txt.meta │ │ │ │ ├── other10rules.txt │ │ │ │ ├── other10rules.txt.meta │ │ │ │ ├── other11info.txt │ │ │ │ ├── other11info.txt.meta │ │ │ │ ├── other11rules.txt │ │ │ │ ├── other11rules.txt.meta │ │ │ │ ├── other12info.txt │ │ │ │ ├── other12info.txt.meta │ │ │ │ ├── other12rules.txt │ │ │ │ ├── other12rules.txt.meta │ │ │ │ ├── other13info.txt │ │ │ │ ├── other13info.txt.meta │ │ │ │ ├── other13rules.txt │ │ │ │ ├── other13rules.txt.meta │ │ │ │ ├── other14info.txt │ │ │ │ ├── other14info.txt.meta │ │ │ │ ├── other14rules.txt │ │ │ │ ├── other14rules.txt.meta │ │ │ │ ├── other15info.txt │ │ │ │ ├── other15info.txt.meta │ │ │ │ ├── other15rules.txt │ │ │ │ ├── other15rules.txt.meta │ │ │ │ ├── other16info.txt │ │ │ │ ├── other16info.txt.meta │ │ │ │ ├── other16rules.txt │ │ │ │ ├── other16rules.txt.meta │ │ │ │ ├── other17info.txt │ │ │ │ ├── other17info.txt.meta │ │ │ │ ├── other17rules.txt │ │ │ │ ├── other17rules.txt.meta │ │ │ │ ├── other18info.txt │ │ │ │ ├── other18info.txt.meta │ │ │ │ ├── other18rules.txt │ │ │ │ ├── other18rules.txt.meta │ │ │ │ ├── other19info.txt │ │ │ │ ├── other19info.txt.meta │ │ │ │ ├── other19rules.txt │ │ │ │ ├── other19rules.txt.meta │ │ │ │ ├── other1info.txt │ │ │ │ ├── other1info.txt.meta │ │ │ │ ├── other1rules.txt │ │ │ │ ├── other1rules.txt.meta │ │ │ │ ├── other20info.txt │ │ │ │ ├── other20info.txt.meta │ │ │ │ ├── other20rules.txt │ │ │ │ ├── other20rules.txt.meta │ │ │ │ ├── other21info.txt │ │ │ │ ├── other21info.txt.meta │ │ │ │ ├── other21rules.txt │ │ │ │ ├── other21rules.txt.meta │ │ │ │ ├── other22info.txt │ │ │ │ ├── other22info.txt.meta │ │ │ │ ├── other22rules.txt │ │ │ │ ├── other22rules.txt.meta │ │ │ │ ├── other23info.txt │ │ │ │ ├── other23info.txt.meta │ │ │ │ ├── other23rules.txt │ │ │ │ ├── other23rules.txt.meta │ │ │ │ ├── other24info.txt │ │ │ │ ├── other24info.txt.meta │ │ │ │ ├── other24rules.txt │ │ │ │ ├── other24rules.txt.meta │ │ │ │ ├── other25info.txt │ │ │ │ ├── other25info.txt.meta │ │ │ │ ├── other25rules.txt │ │ │ │ ├── other25rules.txt.meta │ │ │ │ ├── other26info.txt │ │ │ │ ├── other26info.txt.meta │ │ │ │ ├── other26rules.txt │ │ │ │ ├── other26rules.txt.meta │ │ │ │ ├── other27info.txt │ │ │ │ ├── other27info.txt.meta │ │ │ │ ├── other27rules.txt │ │ │ │ ├── other27rules.txt.meta │ │ │ │ ├── other28info.txt │ │ │ │ ├── other28info.txt.meta │ │ │ │ ├── other28rules.txt │ │ │ │ ├── other28rules.txt.meta │ │ │ │ ├── other29info.txt │ │ │ │ ├── other29info.txt.meta │ │ │ │ ├── other29rules.txt │ │ │ │ ├── other29rules.txt.meta │ │ │ │ ├── other2info.txt │ │ │ │ ├── other2info.txt.meta │ │ │ │ ├── other2rules.txt │ │ │ │ ├── other2rules.txt.meta │ │ │ │ ├── other30info.txt │ │ │ │ ├── other30info.txt.meta │ │ │ │ ├── other30rules.txt │ │ │ │ ├── other30rules.txt.meta │ │ │ │ ├── other31info.txt │ │ │ │ ├── other31info.txt.meta │ │ │ │ ├── other31rules.txt │ │ │ │ ├── other31rules.txt.meta │ │ │ │ ├── other32info.txt │ │ │ │ ├── other32info.txt.meta │ │ │ │ ├── other32rules.txt │ │ │ │ ├── other32rules.txt.meta │ │ │ │ ├── other33info.txt │ │ │ │ ├── other33info.txt.meta │ │ │ │ ├── other33rules.txt │ │ │ │ ├── other33rules.txt.meta │ │ │ │ ├── other34info.txt │ │ │ │ ├── other34info.txt.meta │ │ │ │ ├── other34rules.txt │ │ │ │ ├── other34rules.txt.meta │ │ │ │ ├── other35info.txt │ │ │ │ ├── other35info.txt.meta │ │ │ │ ├── other35rules.txt │ │ │ │ ├── other35rules.txt.meta │ │ │ │ ├── other36info.txt │ │ │ │ ├── other36info.txt.meta │ │ │ │ ├── other36rules.txt │ │ │ │ ├── other36rules.txt.meta │ │ │ │ ├── other37info.txt │ │ │ │ ├── other37info.txt.meta │ │ │ │ ├── other37rules.txt │ │ │ │ ├── other37rules.txt.meta │ │ │ │ ├── other38info.txt │ │ │ │ ├── other38info.txt.meta │ │ │ │ ├── other38rules.txt │ │ │ │ ├── other38rules.txt.meta │ │ │ │ ├── other39info.txt │ │ │ │ ├── other39info.txt.meta │ │ │ │ ├── other39rules.txt │ │ │ │ ├── other39rules.txt.meta │ │ │ │ ├── other3info.txt │ │ │ │ ├── other3info.txt.meta │ │ │ │ ├── other3rules.txt │ │ │ │ ├── other3rules.txt.meta │ │ │ │ ├── other40info.txt │ │ │ │ ├── other40info.txt.meta │ │ │ │ ├── other40rules.txt │ │ │ │ ├── other40rules.txt.meta │ │ │ │ ├── other4info.txt │ │ │ │ ├── other4info.txt.meta │ │ │ │ ├── other4rules.txt │ │ │ │ ├── other4rules.txt.meta │ │ │ │ ├── other5info.txt │ │ │ │ ├── other5info.txt.meta │ │ │ │ ├── other5rules.txt │ │ │ │ ├── other5rules.txt.meta │ │ │ │ ├── other6info.txt │ │ │ │ ├── other6info.txt.meta │ │ │ │ ├── other6rules.txt │ │ │ │ ├── other6rules.txt.meta │ │ │ │ ├── other7info.txt │ │ │ │ ├── other7info.txt.meta │ │ │ │ ├── other7rules.txt │ │ │ │ ├── other7rules.txt.meta │ │ │ │ ├── other8info.txt │ │ │ │ ├── other8info.txt.meta │ │ │ │ ├── other8rules.txt │ │ │ │ ├── other8rules.txt.meta │ │ │ │ ├── other9info.txt │ │ │ │ ├── other9info.txt.meta │ │ │ │ ├── other9rules.txt │ │ │ │ ├── other9rules.txt.meta │ │ │ │ ├── twin1info.txt │ │ │ │ ├── twin1info.txt.meta │ │ │ │ ├── twin1rules.txt │ │ │ │ ├── twin1rules.txt.meta │ │ │ │ ├── twin2info.txt │ │ │ │ ├── twin2info.txt.meta │ │ │ │ ├── twin2rules.txt │ │ │ │ ├── twin2rules.txt.meta │ │ │ │ ├── twin3info.txt │ │ │ │ ├── twin3info.txt.meta │ │ │ │ ├── twin3rules.txt │ │ │ │ ├── twin3rules.txt.meta │ │ │ │ ├── twin4info.txt │ │ │ │ ├── twin4info.txt.meta │ │ │ │ ├── twin4rules.txt │ │ │ │ ├── twin4rules.txt.meta │ │ │ │ ├── twin5info.txt │ │ │ │ ├── twin5info.txt.meta │ │ │ │ ├── twin5rules.txt │ │ │ │ ├── twin5rules.txt.meta │ │ │ │ ├── twin6info.txt │ │ │ │ ├── twin6info.txt.meta │ │ │ │ ├── twin6rules.txt │ │ │ │ └── twin6rules.txt.meta │ │ │ │ ├── bonuseffects.json │ │ │ │ ├── bonuseffects.json.meta │ │ │ │ ├── events.json │ │ │ │ ├── events.json.meta │ │ │ │ ├── instructions.json │ │ │ │ ├── instructions.json.meta │ │ │ │ ├── missions-Bespin.json │ │ │ │ ├── missions-Bespin.json.meta │ │ │ │ ├── missions-Core.json │ │ │ │ ├── missions-Core.json.meta │ │ │ │ ├── missions-Empire.json │ │ │ │ ├── missions-Empire.json.meta │ │ │ │ ├── missions-Hoth.json │ │ │ │ ├── missions-Hoth.json.meta │ │ │ │ ├── missions-Jabba.json │ │ │ │ ├── missions-Jabba.json.meta │ │ │ │ ├── missions-Lothal.json │ │ │ │ ├── missions-Lothal.json.meta │ │ │ │ ├── missions-Other.json │ │ │ │ ├── missions-Other.json.meta │ │ │ │ ├── missions-Twin.json │ │ │ │ ├── missions-Twin.json.meta │ │ │ │ ├── ui.json │ │ │ │ └── ui.json.meta │ │ ├── MissionData.meta │ │ ├── MissionData │ │ │ ├── bespin.json │ │ │ ├── bespin.json.meta │ │ │ ├── core.json │ │ │ ├── core.json.meta │ │ │ ├── empire.json │ │ │ ├── empire.json.meta │ │ │ ├── hoth.json │ │ │ ├── hoth.json.meta │ │ │ ├── jabba.json │ │ │ ├── jabba.json.meta │ │ │ ├── lothal.json │ │ │ ├── lothal.json.meta │ │ │ ├── other.json │ │ │ ├── other.json.meta │ │ │ ├── twin.json │ │ │ └── twin.json.meta │ │ ├── MissionPresets.meta │ │ ├── MissionPresets │ │ │ ├── bespin.json │ │ │ ├── bespin.json.meta │ │ │ ├── core.json │ │ │ ├── core.json.meta │ │ │ ├── empire.json │ │ │ ├── empire.json.meta │ │ │ ├── hoth.json │ │ │ ├── hoth.json.meta │ │ │ ├── jabba.json │ │ │ ├── jabba.json.meta │ │ │ ├── lothal.json │ │ │ ├── lothal.json.meta │ │ │ ├── other.json │ │ │ ├── other.json.meta │ │ │ ├── twin.json │ │ │ └── twin.json.meta │ │ ├── Sounds.meta │ │ ├── Sounds │ │ │ ├── 0-0-0.mp3 │ │ │ ├── 0-0-0.mp3.meta │ │ │ ├── ATDP.mp3 │ │ │ ├── ATDP.mp3.meta │ │ │ ├── ATST.mp3 │ │ │ ├── ATST.mp3.meta │ │ │ ├── Agent Blaise.mp3 │ │ │ ├── Agent Blaise.mp3.meta │ │ │ ├── BT-1.mp3 │ │ │ ├── BT-1.mp3.meta │ │ │ ├── Bantha Rider.mp3 │ │ │ ├── Bantha Rider.mp3.meta │ │ │ ├── Boba Fett.mp3 │ │ │ ├── Boba Fett.mp3.meta │ │ │ ├── Bossk.mp3 │ │ │ ├── Bossk.mp3.meta │ │ │ ├── Captain Terro.mp3 │ │ │ ├── Captain Terro.mp3.meta │ │ │ ├── Clawdite Shapeshifter.mp3 │ │ │ ├── Clawdite Shapeshifter.mp3.meta │ │ │ ├── Darth Maul.mp3 │ │ │ ├── Darth Maul.mp3.meta │ │ │ ├── Darth Vader.mp3 │ │ │ ├── Darth Vader.mp3.meta │ │ │ ├── Death Trooper 1.mp3 │ │ │ ├── Death Trooper 1.mp3.meta │ │ │ ├── Death Trooper 2.mp3 │ │ │ ├── Death Trooper 2.mp3.meta │ │ │ ├── Dengar.mp3 │ │ │ ├── Dengar.mp3.meta │ │ │ ├── Dewback Rider.mp3 │ │ │ ├── Dewback Rider.mp3.meta │ │ │ ├── E-Web Engineer.mp3 │ │ │ ├── E-Web Engineer.mp3.meta │ │ │ ├── Emperor Palpatine.mp3 │ │ │ ├── Emperor Palpatine.mp3.meta │ │ │ ├── Gamorrean Guard.mp3 │ │ │ ├── Gamorrean Guard.mp3.meta │ │ │ ├── General Sorin.mp3 │ │ │ ├── General Sorin.mp3.meta │ │ │ ├── General Weiss.mp3 │ │ │ ├── General Weiss.mp3.meta │ │ │ ├── Grand Inquisitor.mp3 │ │ │ ├── Grand Inquisitor.mp3.meta │ │ │ ├── Greedo.mp3 │ │ │ ├── Greedo.mp3.meta │ │ │ ├── HK Assassin Droid.mp3 │ │ │ ├── HK Assassin Droid.mp3.meta │ │ │ ├── Heavy Stormtroopers.mp3 │ │ │ ├── Heavy Stormtroopers.mp3.meta │ │ │ ├── Hired Gun.mp3 │ │ │ ├── Hired Gun.mp3.meta │ │ │ ├── Hondo Ohnaka.mp3 │ │ │ ├── Hondo Ohnaka.mp3.meta │ │ │ ├── IG-88.mp3 │ │ │ ├── IG-88.mp3.meta │ │ │ ├── ISB Infiltrators.mp3 │ │ │ ├── ISB Infiltrators.mp3.meta │ │ │ ├── Imperial Officer 1.mp3 │ │ │ ├── Imperial Officer 1.mp3.meta │ │ │ ├── Imperial Officer 2.mp3 │ │ │ ├── Imperial Officer 2.mp3.meta │ │ │ ├── Imperial Officer Elite 1.mp3 │ │ │ ├── Imperial Officer Elite 1.mp3.meta │ │ │ ├── Imperial Officer Elite 2.mp3 │ │ │ ├── Imperial Officer Elite 2.mp3.meta │ │ │ ├── Jabba.mp3 │ │ │ ├── Jabba.mp3.meta │ │ │ ├── Jawa Scavenger.mp3 │ │ │ ├── Jawa Scavenger.mp3.meta │ │ │ ├── Jet Troopers.mp3 │ │ │ ├── Jet Troopers.mp3.meta │ │ │ ├── Kayn Somos.mp3 │ │ │ ├── Kayn Somos.mp3.meta │ │ │ ├── Loth Cat.mp3 │ │ │ ├── Loth Cat.mp3.meta │ │ │ ├── Nexu.mp3 │ │ │ ├── Nexu.mp3.meta │ │ │ ├── Probe Droid.mp3 │ │ │ ├── Probe Droid.mp3.meta │ │ │ ├── Rancor.mp3 │ │ │ ├── Rancor.mp3.meta │ │ │ ├── Royal Guard 1.mp3 │ │ │ ├── Royal Guard 1.mp3.meta │ │ │ ├── Royal Guard 2.mp3 │ │ │ ├── Royal Guard 2.mp3.meta │ │ │ ├── Royal Guard Champion.mp3 │ │ │ ├── Royal Guard Champion.mp3.meta │ │ │ ├── SC2-M Repulsor Tank.mp3 │ │ │ ├── SC2-M Repulsor Tank.mp3.meta │ │ │ ├── Sentry Droid.mp3 │ │ │ ├── Sentry Droid.mp3.meta │ │ │ ├── Snow Troopers.mp3 │ │ │ ├── Snow Troopers.mp3.meta │ │ │ ├── Stormtroopers 1.mp3 │ │ │ ├── Stormtroopers 1.mp3.meta │ │ │ ├── Stormtroopers 2.mp3 │ │ │ ├── Stormtroopers 2.mp3.meta │ │ │ ├── Stormtroopers 3.mp3 │ │ │ ├── Stormtroopers 3.mp3.meta │ │ │ ├── Stormtroopers 4.mp3 │ │ │ ├── Stormtroopers 4.mp3.meta │ │ │ ├── Thrawn.mp3 │ │ │ ├── Thrawn.mp3.meta │ │ │ ├── Trandoshan Hunters.mp3 │ │ │ ├── Trandoshan Hunters.mp3.meta │ │ │ ├── Tusken Raider.mp3 │ │ │ ├── Tusken Raider.mp3.meta │ │ │ ├── Ugnaught Tinkerer.mp3 │ │ │ ├── Ugnaught Tinkerer.mp3.meta │ │ │ ├── Wampa.mp3 │ │ │ ├── Wampa.mp3.meta │ │ │ ├── Weequay Pirates.mp3 │ │ │ ├── Weequay Pirates.mp3.meta │ │ │ ├── Wing Guard.mp3 │ │ │ └── Wing Guard.mp3.meta │ │ ├── sounds.json │ │ └── sounds.json.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Main.unity │ │ ├── Main.unity.meta │ │ ├── Title.unity │ │ └── Title.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── ApplicationManager.cs │ │ ├── ApplicationManager.cs.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── AspectRatioController.cs │ │ │ ├── AspectRatioController.cs.meta │ │ │ ├── ClickHandler.cs │ │ │ ├── ClickHandler.cs.meta │ │ │ ├── Common.cs │ │ │ ├── Common.cs.meta │ │ │ ├── DGPrefab.cs │ │ │ ├── DGPrefab.cs.meta │ │ │ ├── DataStore.cs │ │ │ ├── DataStore.cs.meta │ │ │ ├── DicePip.cs │ │ │ ├── DicePip.cs.meta │ │ │ ├── DynamicCardPrefab.cs │ │ │ ├── DynamicCardPrefab.cs.meta │ │ │ ├── DynamicMissionCardPrefab.cs │ │ │ ├── DynamicMissionCardPrefab.cs.meta │ │ │ ├── HGPrefab.cs │ │ │ ├── HGPrefab.cs.meta │ │ │ ├── ReinforcePrefab.cs │ │ │ ├── ReinforcePrefab.cs.meta │ │ │ ├── SettingsScreen.cs │ │ │ ├── SettingsScreen.cs.meta │ │ │ ├── Sound.cs │ │ │ ├── Sound.cs.meta │ │ │ ├── SwipeInput.cs │ │ │ ├── SwipeInput.cs.meta │ │ │ ├── UILanguage.cs │ │ │ └── UILanguage.cs.meta │ │ ├── GlowEngine.cs │ │ ├── GlowEngine.cs.meta │ │ ├── LanguageControllers.meta │ │ ├── LanguageControllers │ │ │ ├── MainLanguageController.cs │ │ │ ├── MainLanguageController.cs.meta │ │ │ ├── SettingsLanguageController.cs │ │ │ ├── SettingsLanguageController.cs.meta │ │ │ ├── SetupLanguageController.cs │ │ │ └── SetupLanguageController.cs.meta │ │ ├── MainGame.meta │ │ ├── MainGame │ │ │ ├── CardViewPopup.cs │ │ │ ├── CardViewPopup.cs.meta │ │ │ ├── CardZoom.cs │ │ │ ├── CardZoom.cs.meta │ │ │ ├── DebugObject.cs │ │ │ ├── DebugObject.cs.meta │ │ │ ├── DebugPopup.cs │ │ │ ├── DebugPopup.cs.meta │ │ │ ├── DeploymentGroupManager.cs │ │ │ ├── DeploymentGroupManager.cs.meta │ │ │ ├── DeploymentPopup.cs │ │ │ ├── DeploymentPopup.cs.meta │ │ │ ├── Dice.cs │ │ │ ├── Dice.cs.meta │ │ │ ├── DiceClick.cs │ │ │ ├── DiceClick.cs.meta │ │ │ ├── DiceRoller.cs │ │ │ ├── DiceRoller.cs.meta │ │ │ ├── EnemyActivationPopup.cs │ │ │ ├── EnemyActivationPopup.cs.meta │ │ │ ├── EventPopup.cs │ │ │ ├── EventPopup.cs.meta │ │ │ ├── FamePopup.cs │ │ │ ├── FamePopup.cs.meta │ │ │ ├── GenericChooser.cs │ │ │ ├── GenericChooser.cs.meta │ │ │ ├── MainGameController.cs │ │ │ ├── MainGameController.cs.meta │ │ │ ├── MissionTextBox.cs │ │ │ ├── MissionTextBox.cs.meta │ │ │ ├── QuickMessage.cs │ │ │ ├── QuickMessage.cs.meta │ │ │ ├── RandomDeployPopup.cs │ │ │ ├── RandomDeployPopup.cs.meta │ │ │ ├── Tooltip.cs │ │ │ ├── Tooltip.cs.meta │ │ │ ├── TooltipHandler.cs │ │ │ └── TooltipHandler.cs.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── ActivationInstruction.cs │ │ │ ├── ActivationInstruction.cs.meta │ │ │ ├── BonusEffect.cs │ │ │ ├── BonusEffect.cs.meta │ │ │ ├── CardEvent.cs │ │ │ ├── CardEvent.cs.meta │ │ │ ├── DeploymentCard.cs │ │ │ ├── DeploymentCard.cs.meta │ │ │ ├── DeploymentSound.cs │ │ │ ├── DeploymentSound.cs.meta │ │ │ ├── HeroState.cs │ │ │ ├── HeroState.cs.meta │ │ │ ├── MissionCard.cs │ │ │ ├── MissionCard.cs.meta │ │ │ ├── MissionPreset.cs │ │ │ ├── MissionPreset.cs.meta │ │ │ ├── SessionData.cs │ │ │ └── SessionData.cs.meta │ │ ├── SimpleCameraController.cs │ │ ├── SimpleCameraController.cs.meta │ │ ├── Title.meta │ │ └── Title │ │ │ ├── CardZoomer.cs │ │ │ ├── CardZoomer.cs.meta │ │ │ ├── ExpansionController.cs │ │ │ ├── ExpansionController.cs.meta │ │ │ ├── ExpansionsPanel.cs │ │ │ ├── ExpansionsPanel.cs.meta │ │ │ ├── Fader.cs │ │ │ ├── Fader.cs.meta │ │ │ ├── GroupChooserScreen.cs │ │ │ ├── GroupChooserScreen.cs.meta │ │ │ ├── GroupToggleContainer.cs │ │ │ ├── GroupToggleContainer.cs.meta │ │ │ ├── HeroAllyToggleContainer.cs │ │ │ ├── HeroAllyToggleContainer.cs.meta │ │ │ ├── HeroChooser.cs │ │ │ ├── HeroChooser.cs.meta │ │ │ ├── HeroMeta.cs │ │ │ ├── HeroMeta.cs.meta │ │ │ ├── MWheelHandler.cs │ │ │ ├── MWheelHandler.cs.meta │ │ │ ├── MissionToggleContainer.cs │ │ │ ├── MissionToggleContainer.cs.meta │ │ │ ├── NewGameScreen.cs │ │ │ ├── NewGameScreen.cs.meta │ │ │ ├── TiltWindow.cs │ │ │ ├── TiltWindow.cs.meta │ │ │ ├── TitleController.cs │ │ │ ├── TitleController.cs.meta │ │ │ ├── TitleText.cs │ │ │ ├── TitleText.cs.meta │ │ │ ├── WorldSpinner.cs │ │ │ └── WorldSpinner.cs.meta │ ├── Settings.meta │ ├── Settings │ │ ├── ForwardRenderer.asset │ │ ├── ForwardRenderer.asset.meta │ │ ├── SampleSceneProfile.asset │ │ ├── SampleSceneProfile.asset.meta │ │ ├── UniversalRP-HighQuality.asset │ │ ├── UniversalRP-HighQuality.asset.meta │ │ ├── UniversalRP-LowQuality.asset │ │ ├── UniversalRP-LowQuality.asset.meta │ │ ├── UniversalRP-MediumQuality.asset │ │ ├── UniversalRP-MediumQuality.asset.meta │ │ ├── post processing.asset │ │ └── post processing.asset.meta │ ├── TextMesh Pro.meta │ ├── TextMesh Pro │ │ ├── Documentation.meta │ │ ├── Documentation │ │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LiberationSans - OFL.txt │ │ │ ├── LiberationSans - OFL.txt.meta │ │ │ ├── LiberationSans.ttf │ │ │ └── LiberationSans.ttf.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Fonts & Materials.meta │ │ │ ├── Fonts & Materials │ │ │ │ ├── ImperialAssaultSymbols SDF.asset │ │ │ │ ├── ImperialAssaultSymbols SDF.asset.meta │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ │ ├── LiberationSans SDF.asset │ │ │ │ └── LiberationSans SDF.asset.meta │ │ │ ├── LineBreaking Following Characters.txt │ │ │ ├── LineBreaking Following Characters.txt.meta │ │ │ ├── LineBreaking Leading Characters.txt │ │ │ ├── LineBreaking Leading Characters.txt.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ │ ├── TMP_Bitmap.shader │ │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ │ ├── TMP_SDF Overlay.shader │ │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ │ ├── TMP_SDF-Surface.shader │ │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ │ ├── TMP_SDF.shader │ │ │ │ ├── TMP_SDF.shader.meta │ │ │ │ ├── TMP_Sprite.shader │ │ │ │ ├── TMP_Sprite.shader.meta │ │ │ │ ├── TMPro.cginc │ │ │ │ ├── TMPro.cginc.meta │ │ │ │ ├── TMPro_Properties.cginc │ │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ │ ├── TMPro_Surface.cginc │ │ │ │ └── TMPro_Surface.cginc.meta │ │ │ ├── Sprite Assets.meta │ │ │ ├── Sprite Assets │ │ │ │ ├── EmojiOne.asset │ │ │ │ └── EmojiOne.asset.meta │ │ │ ├── Style Sheets.meta │ │ │ ├── Style Sheets │ │ │ │ ├── Default Style Sheet.asset │ │ │ │ └── Default Style Sheet.asset.meta │ │ │ ├── TMP Settings.asset │ │ │ └── TMP Settings.asset.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── EmojiOne Attribution.txt │ │ │ ├── EmojiOne Attribution.txt.meta │ │ │ ├── EmojiOne.json │ │ │ ├── EmojiOne.json.meta │ │ │ ├── EmojiOne.png │ │ │ └── EmojiOne.png.meta │ ├── Textures and Sprites.meta │ ├── Textures and Sprites │ │ ├── Decoration.meta │ │ ├── Decoration │ │ │ ├── DottedRoundedRect.psd │ │ │ ├── DottedRoundedRect.psd.meta │ │ │ ├── Unity Logo Unlit.psd │ │ │ └── Unity Logo Unlit.psd.meta │ │ ├── RenderTexture.renderTexture │ │ ├── RenderTexture.renderTexture.meta │ │ ├── Rounded UI.meta │ │ ├── Rounded UI │ │ │ ├── UIButtonCorner.png │ │ │ ├── UIButtonCorner.png.meta │ │ │ ├── UIButtonDefault.png │ │ │ ├── UIButtonDefault.png.meta │ │ │ ├── UIPanel.png │ │ │ ├── UIPanel.png.meta │ │ │ ├── UIToggleButton.png │ │ │ └── UIToggleButton.png.meta │ │ ├── SF UI.meta │ │ └── SF UI │ │ │ ├── SF Button.psd │ │ │ ├── SF Button.psd.meta │ │ │ ├── SF Generic - triple.psd │ │ │ ├── SF Generic - triple.psd.meta │ │ │ ├── SF Generic.psd │ │ │ ├── SF Generic.psd.meta │ │ │ ├── SF Title.psd │ │ │ ├── SF Title.psd.meta │ │ │ ├── SF Window.psd │ │ │ └── SF Window.psd.meta │ ├── Textures.meta │ └── Textures │ │ ├── Main.meta │ │ ├── Main │ │ ├── Activation Token - Exhausted.png │ │ ├── Activation Token - Exhausted.png.meta │ │ ├── Activation Token - Ready.png │ │ ├── Activation Token - Ready.png.meta │ │ ├── Imperial_Emblem 2.png │ │ ├── Imperial_Emblem 2.png.meta │ │ ├── Imperial_Emblem.png │ │ ├── Imperial_Emblem.png.meta │ │ ├── activate arrow.png │ │ ├── activate arrow.png.meta │ │ ├── arrow.png │ │ ├── arrow.png.meta │ │ ├── attack button.png │ │ ├── attack button.png.meta │ │ ├── attack melee large.png │ │ ├── attack melee large.png.meta │ │ ├── attack ranged large.png │ │ ├── attack ranged large.png.meta │ │ ├── circle outline.png │ │ ├── circle outline.png.meta │ │ ├── color pip.png │ │ ├── color pip.png.meta │ │ ├── debug.png │ │ ├── debug.png.meta │ │ ├── defense button.png │ │ ├── defense button.png.meta │ │ ├── defense large.png │ │ ├── defense large.png.meta │ │ ├── dice pip.png │ │ ├── dice pip.png.meta │ │ ├── dynamic card.meta │ │ ├── dynamic card │ │ │ ├── Expansion_Bespin.png │ │ │ ├── Expansion_Bespin.png.meta │ │ │ ├── Expansion_Core.png │ │ │ ├── Expansion_Core.png.meta │ │ │ ├── Expansion_Empire.png │ │ │ ├── Expansion_Empire.png.meta │ │ │ ├── Expansion_Hoth.png │ │ │ ├── Expansion_Hoth.png.meta │ │ │ ├── Expansion_Jabba.png │ │ │ ├── Expansion_Jabba.png.meta │ │ │ ├── Expansion_Lothal.png │ │ │ ├── Expansion_Lothal.png.meta │ │ │ ├── Expansion_Other.png │ │ │ ├── Expansion_Other.png.meta │ │ │ ├── Expansion_Rebel.png │ │ │ ├── Expansion_Rebel.png.meta │ │ │ ├── Expansion_Twin Shadows.png │ │ │ ├── Expansion_Twin Shadows.png.meta │ │ │ ├── attack melee.png │ │ │ ├── attack melee.png.meta │ │ │ ├── attack ranged.png │ │ │ ├── attack ranged.png.meta │ │ │ ├── card attack.png │ │ │ ├── card attack.png.meta │ │ │ ├── card defense.png │ │ │ ├── card defense.png.meta │ │ │ ├── card health.png │ │ │ ├── card health.png.meta │ │ │ ├── card speed.png │ │ │ ├── card speed.png.meta │ │ │ ├── card template.png │ │ │ ├── card template.png.meta │ │ │ ├── size nib.png │ │ │ └── size nib.png.meta │ │ ├── faction imperial.png │ │ ├── faction imperial.png.meta │ │ ├── faction mercenary.png │ │ ├── faction mercenary.png.meta │ │ ├── faction rebel.png │ │ ├── faction rebel.png.meta │ │ ├── imp hand.png │ │ ├── imp hand.png.meta │ │ ├── info.png │ │ ├── info.png.meta │ │ ├── mugshot bg.png │ │ ├── mugshot bg.png.meta │ │ ├── optional deploy.png │ │ ├── optional deploy.png.meta │ │ ├── pause deploy.png │ │ ├── pause deploy.png.meta │ │ ├── pause threat.png │ │ ├── pause threat.png.meta │ │ ├── rebel button.png │ │ ├── rebel button.png.meta │ │ ├── rules.png │ │ ├── rules.png.meta │ │ ├── settings.png │ │ └── settings.png.meta │ │ ├── Title.meta │ │ ├── Title │ │ ├── busy icon.png │ │ ├── busy icon.png.meta │ │ ├── cubemap green.png │ │ ├── cubemap green.png.meta │ │ ├── cubemap red.png │ │ ├── cubemap red.png.meta │ │ ├── download.png │ │ ├── download.png.meta │ │ ├── load.png │ │ ├── load.png.meta │ │ ├── save.png │ │ └── save.png.meta │ │ ├── glowpuff.png │ │ ├── glowpuff.png.meta │ │ ├── icon.png │ │ └── icon.png.meta ├── Packages │ ├── Newtonsoft.Json.12.0.3 │ │ ├── .signature.p7s │ │ ├── LICENSE.md │ │ ├── Newtonsoft.Json.12.0.3.nupkg │ │ ├── lib │ │ │ ├── net20 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net35 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net40 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net45 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── netstandard1.0 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── netstandard1.3 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── netstandard2.0 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── portable-net40+sl5+win8+wp8+wpa81 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ └── portable-net45+win8+wp8+wpa81 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ └── packageIcon.png │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── URPProjectSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset ├── UserSettings │ └── EditorUserSettings.asset └── packages.config └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LICENSE -------------------------------------------------------------------------------- /LORAI/.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/.vsconfig -------------------------------------------------------------------------------- /LORAI/Assets/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/GUI Window.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/GUI Window.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/GUI Window/flip in.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/GUI Window/flip in.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/GUI Window/flip out.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/GUI Window/flip out.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/MainMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/MainMenu.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/MainMenu/Closed.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/MainMenu/Closed.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/MainMenu/Closed.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/MainMenu/Closed.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/MainMenu/Open.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/MainMenu/Open.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/MainMenu/Open.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/MainMenu/Open.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Closed.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Closed.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Closed.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Closed.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Closing.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Closing.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Closing.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Closing.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Open.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Open.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Open.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Open.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Panel/Panel.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Panel/Panel.controller -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Rotation.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Rotation.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Rotation.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Rotation.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/SF Button.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/SF Button.controller -------------------------------------------------------------------------------- /LORAI/Assets/Animation/SF Button.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/SF Button.controller.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Settings.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Settings/Closed.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Settings/Closed.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Settings/Closed.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Settings/Closed.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Settings/Open.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Settings/Open.anim -------------------------------------------------------------------------------- /LORAI/Assets/Animation/Settings/Open.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/Settings/Open.anim.meta -------------------------------------------------------------------------------- /LORAI/Assets/Animation/expansions panel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Animation/expansions panel.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/Vortex.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/Vortex.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Audio/Vortex.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/Vortex.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/ambient2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/ambient2.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Audio/ambient2.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/ambient2.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/click.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/click.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/click.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/computer sound.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/computer sound.WAV -------------------------------------------------------------------------------- /LORAI/Assets/Audio/computer sound.WAV.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/computer sound.WAV.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/copy that.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/copy that.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/copy that.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/copy that.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/deploy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/deploy.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/deploy.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/deploy.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/dropweapons.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/dropweapons.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/dropweapons.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/dropweapons.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/imperial droid.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/imperial droid.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/imperial droid.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/imperial droid.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/is this drill.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/is this drill.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/is this drill.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/is this drill.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/no trouble.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/no trouble.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/no trouble.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/no trouble.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/restricted.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/restricted.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/restricted.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/restricted.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/setblasters.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/setblasters.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/setblasters.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/setblasters.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/title music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/title music.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Audio/title music.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/title music.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Audio/vader.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/vader.wav -------------------------------------------------------------------------------- /LORAI/Assets/Audio/vader.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Audio/vader.wav.meta -------------------------------------------------------------------------------- /LORAI/Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts.meta -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/ImperialAssaultSymbols.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/ImperialAssaultSymbols.ttf -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Jupiter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Jupiter.ttf -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Jupiter.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Jupiter.ttf.meta -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Starjedi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Starjedi.ttf -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Starjedi.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Starjedi.ttf.meta -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Starjhol.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Starjhol.ttf -------------------------------------------------------------------------------- /LORAI/Assets/Fonts/Starjhol.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Fonts/Starjhol.ttf.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Skybox_Mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Skybox_Mat.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Skybox_Mat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Skybox_Mat.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Slider Background.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Slider Background.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Slider Fill.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Slider Fill.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Slider Fill.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Slider Fill.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Slider Knob.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Slider Knob.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Slider Knob.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Slider Knob.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/UI Opaque.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/UI Opaque.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/UI Opaque.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/UI Opaque.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Window.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Window.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/Window.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/Window.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Materials/red space cubemap.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/red space cubemap.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/space cubemap.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/space cubemap.mat -------------------------------------------------------------------------------- /LORAI/Assets/Materials/space cubemap.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Materials/space cubemap.mat.meta -------------------------------------------------------------------------------- /LORAI/Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Plugins.meta -------------------------------------------------------------------------------- /LORAI/Assets/Plugins/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Plugins/Demigiant.meta -------------------------------------------------------------------------------- /LORAI/Assets/Plugins/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Plugins/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/Click to close.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/Click to close.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/Click to close.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/Click to close.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DeployThumb Variant.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DeployThumb Variant.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DeployedGroupPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DeployedGroupPrefab.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DiceRoller.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DiceRoller.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DiceRoller.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DiceRoller.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DynamicCard.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DynamicCard.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/DynamicCard.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/DynamicCard.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/HeroGroupPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/HeroGroupPrefab.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/HeroGroupPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/HeroGroupPrefab.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/ReinforceThumb.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/ReinforceThumb.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/ReinforceThumb.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/ReinforceThumb.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Button.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Button.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Button.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Button.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Grid Button.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Grid Button.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Scene Elements.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Scene Elements.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Slider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Slider.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Slider.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Slider.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Title.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Title.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Title.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Title.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Toggle.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Toggle.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/SF Toggle.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/SF Toggle.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/ScreenScaler.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/ScreenScaler.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/ScreenScaler.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/ScreenScaler.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/debug object.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/debug object.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/debug object.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/debug object.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/DiceObject.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/DiceObject.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/black6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/black6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/blue6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/blue6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/green6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/green6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/red6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/red6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/white6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/white6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow1.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow1.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow2.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow2.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow3.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow3.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow3.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow4.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow4.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow4.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow5.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow5.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow6.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dice/yellow6.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dice/yellow6.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dicepip.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dicepip.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/dicepip.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/dicepip.prefab.meta -------------------------------------------------------------------------------- /LORAI/Assets/Prefabs/settings screen.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Prefabs/settings screen.prefab -------------------------------------------------------------------------------- /LORAI/Assets/Presets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Presets.meta -------------------------------------------------------------------------------- /LORAI/Assets/Presets/AudioStreaming.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Presets/AudioStreaming.preset -------------------------------------------------------------------------------- /LORAI/Assets/Presets/Defaults.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Presets/Defaults.meta -------------------------------------------------------------------------------- /LORAI/Assets/Presets/NormalTexture.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Presets/NormalTexture.preset -------------------------------------------------------------------------------- /LORAI/Assets/Presets/UtilityTexture.preset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Presets/UtilityTexture.preset -------------------------------------------------------------------------------- /LORAI/Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/CardData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/CardData.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/CardData/allies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/CardData/allies.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/CardData/enemies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/CardData/enemies.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/CardData/heroes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/CardData/heroes.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/CardData/villains.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/CardData/villains.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M001.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M002.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M003.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M004.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M005.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M006.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M007.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M008.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M009.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M010.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M011.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M012.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M013.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M014.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M015.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M016.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M017.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M018.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M019.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M020.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M021.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M022.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M023.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M024.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M025.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M026.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M027.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Allies/M028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Allies/M028.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Enemies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Enemies.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H1.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H10.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H11.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H12.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H13.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H14.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H15.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H16.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H17.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H18.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H19.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H2.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H20.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H21.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H3.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H4.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H5.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H6.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H7.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H8.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/H9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/H9.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Heroes/bonus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Heroes/bonus.png -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Cards/Villains.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Cards/Villains.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/DOTweenSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/DOTweenSettings.asset -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/De.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | Keine -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/De/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/De/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/En.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | None -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/En/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/En/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Es.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | Ninguna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Es/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Es/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Fr.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | Aucune -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Fr/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Fr/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/It.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | Nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | nessuna -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/It/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/It/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Pl.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/bespin2rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/bespin3rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/bespin5rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/bespin6rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core11rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core12rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core15rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core18rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core19rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core21rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core24rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core29rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core2rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core30rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core31rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core32rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core4rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core6rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/core7rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/empire13rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/empire16rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/empire1rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/empire6rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/empire9rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth12rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth13rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth15rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth16rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth1rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth3rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/hoth7rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba10rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba12rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba14rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba15rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba16rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba1rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba3rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba4rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba7rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba8rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/jabba9rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/lothal1rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other10rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other11rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other14rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other16rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other18rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other19rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other1rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other21rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other23rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other25rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other26rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other27rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other28rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other29rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other30rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other31rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other33rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other34rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other35rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other36rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other38rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other3rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other4rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other5rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other6rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/other7rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/twin2rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/twin4rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/twin5rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/MissionText/twin6rules.txt: -------------------------------------------------------------------------------- 1 | Brak -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Languages/Pl/ui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Languages/Pl/ui.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData/core.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData/core.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData/hoth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData/hoth.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData/jabba.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData/jabba.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData/other.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData/other.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionData/twin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionData/twin.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/MissionPresets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/MissionPresets.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/0-0-0.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/0-0-0.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/0-0-0.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/0-0-0.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/ATDP.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/ATDP.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/ATDP.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/ATDP.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/ATST.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/ATST.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/ATST.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/ATST.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/BT-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/BT-1.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/BT-1.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/BT-1.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Boba Fett.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Boba Fett.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Bossk.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Bossk.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Bossk.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Bossk.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Darth Maul.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Darth Maul.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Darth Vader.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Darth Vader.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Dengar.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Dengar.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Dengar.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Dengar.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Greedo.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Greedo.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Greedo.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Greedo.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Hired Gun.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Hired Gun.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/IG-88.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/IG-88.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/IG-88.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/IG-88.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Jabba.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Jabba.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Jabba.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Jabba.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Kayn Somos.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Kayn Somos.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Loth Cat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Loth Cat.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Nexu.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Nexu.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Nexu.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Nexu.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Probe Droid.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Probe Droid.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Rancor.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Rancor.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Rancor.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Rancor.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Thrawn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Thrawn.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Thrawn.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Thrawn.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Wampa.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Wampa.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Wampa.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Wampa.mp3.meta -------------------------------------------------------------------------------- /LORAI/Assets/Resources/Sounds/Wing Guard.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/Sounds/Wing Guard.mp3 -------------------------------------------------------------------------------- /LORAI/Assets/Resources/sounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/sounds.json -------------------------------------------------------------------------------- /LORAI/Assets/Resources/sounds.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Resources/sounds.json.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scenes.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scenes/Main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scenes/Main.unity -------------------------------------------------------------------------------- /LORAI/Assets/Scenes/Main.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scenes/Main.unity.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scenes/Title.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scenes/Title.unity -------------------------------------------------------------------------------- /LORAI/Assets/Scenes/Title.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scenes/Title.unity.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/ApplicationManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/ApplicationManager.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/ClickHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/ClickHandler.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/Common.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/Common.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/Common.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DGPrefab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DGPrefab.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DGPrefab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DGPrefab.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DataStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DataStore.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DataStore.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DataStore.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DicePip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DicePip.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/DicePip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/DicePip.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/HGPrefab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/HGPrefab.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/HGPrefab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/HGPrefab.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/SettingsScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/SettingsScreen.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/Sound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/Sound.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/Sound.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/Sound.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/SwipeInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/SwipeInput.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Common/UILanguage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Common/UILanguage.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/GlowEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/GlowEngine.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/GlowEngine.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/GlowEngine.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/LanguageControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/LanguageControllers.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/CardZoom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/CardZoom.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/DebugObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/DebugObject.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/DebugPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/DebugPopup.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/Dice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/Dice.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/Dice.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/Dice.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/DiceClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/DiceClick.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/DiceRoller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/DiceRoller.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/EventPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/EventPopup.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/FamePopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/FamePopup.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/QuickMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/QuickMessage.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/Tooltip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/Tooltip.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/MainGame/Tooltip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/MainGame/Tooltip.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/BonusEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/BonusEffect.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/CardEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/CardEvent.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/CardEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/CardEvent.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/DeploymentCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/DeploymentCard.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/HeroState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/HeroState.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/HeroState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/HeroState.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/MissionCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/MissionCard.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/MissionPreset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/MissionPreset.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Models/SessionData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Models/SessionData.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/CardZoomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/CardZoomer.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/CardZoomer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/CardZoomer.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/ExpansionsPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/ExpansionsPanel.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/Fader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/Fader.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/Fader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/Fader.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/HeroChooser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/HeroChooser.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/HeroMeta.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/HeroMeta.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/HeroMeta.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/HeroMeta.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/MWheelHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/MWheelHandler.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/NewGameScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/NewGameScreen.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/TiltWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/TiltWindow.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/TiltWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/TiltWindow.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/TitleController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/TitleController.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/TitleText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/TitleText.cs -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/TitleText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/TitleText.cs.meta -------------------------------------------------------------------------------- /LORAI/Assets/Scripts/Title/WorldSpinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Scripts/Title/WorldSpinner.cs -------------------------------------------------------------------------------- /LORAI/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Settings.meta -------------------------------------------------------------------------------- /LORAI/Assets/Settings/ForwardRenderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Settings/ForwardRenderer.asset -------------------------------------------------------------------------------- /LORAI/Assets/Settings/post processing.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Settings/post processing.asset -------------------------------------------------------------------------------- /LORAI/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /LORAI/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /LORAI/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /LORAI/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /LORAI/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures and Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures and Sprites.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures and Sprites/SF UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures and Sprites/SF UI.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/activate arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/activate arrow.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/arrow.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/arrow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/arrow.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/attack button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/attack button.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/circle outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/circle outline.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/color pip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/color pip.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/color pip.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/color pip.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/debug.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/debug.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/debug.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/defense button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/defense button.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/defense large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/defense large.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/dice pip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/dice pip.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/dice pip.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/dice pip.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/dynamic card.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/dynamic card.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/faction rebel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/faction rebel.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/imp hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/imp hand.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/imp hand.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/imp hand.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/info.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/info.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/info.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/mugshot bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/mugshot bg.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/pause deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/pause deploy.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/pause threat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/pause threat.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/rebel button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/rebel button.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/rules.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/rules.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/rules.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/settings.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Main/settings.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Main/settings.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/busy icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/busy icon.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/cubemap green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/cubemap green.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/cubemap red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/cubemap red.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/download.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/download.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/download.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/load.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/load.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/load.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/save.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/Title/save.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/Title/save.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/glowpuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/glowpuff.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/glowpuff.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/glowpuff.png.meta -------------------------------------------------------------------------------- /LORAI/Assets/Textures/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/icon.png -------------------------------------------------------------------------------- /LORAI/Assets/Textures/icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Assets/Textures/icon.png.meta -------------------------------------------------------------------------------- /LORAI/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Packages/manifest.json -------------------------------------------------------------------------------- /LORAI/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/Packages/packages-lock.json -------------------------------------------------------------------------------- /LORAI/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /LORAI/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /LORAI/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /LORAI/UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/UserSettings/EditorUserSettings.asset -------------------------------------------------------------------------------- /LORAI/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/LORAI/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlowPuff/ImperialCommander/HEAD/README.md --------------------------------------------------------------------------------