├── .gitattributes ├── .gitignore ├── 1.0 ├── Assemblies │ ├── 0Harmony.dll │ └── AndroidsAtlasTiers.dll └── Defs │ ├── AlienRace │ ├── AlienRace_AndroidT1.xml │ ├── AlienRace_AndroidT2.xml │ ├── AlienRace_AndroidT3.xml │ ├── AlienRace_AndroidT4.xml │ ├── AlienRace_AndroidT5.xml │ ├── AlienRace_FractalMutation.xml │ ├── AlienRace_M7Mech.xml │ ├── AlienRace_MicroScyther.xml │ └── BodyTagDefs.xml │ ├── AndroidFall │ └── Ethereal_OrbitalStrikes.xml │ ├── AndroidMaker │ └── AndroidMakers.xml │ ├── Animals │ ├── Races_Animal_Advanced.xml │ ├── Races_Animal_Base.xml │ ├── Races_Animal_Basic.xml │ └── Races_Animal_Experimental.xml │ ├── BackstoryDefs │ ├── Backstories_Droid.xml │ ├── Backstories_General.xml │ ├── Backstories_Raider.xml │ └── PawnBios_Special.xml │ ├── BodyDefs │ ├── Bodies_AndroidT4.xml │ ├── Bodies_Animal_Android.xml │ ├── Bodies_Animal_AndroidBird.xml │ ├── Bodies_Animal_AndroidDog.xml │ ├── Bodies_M7Mech.xml │ ├── Bodies_MicroDrone.xml │ ├── Bodies_Muff_Android.xml │ ├── BodyPartGroups.xml │ ├── BodyParts_Android1.xml │ ├── BodyParts_OrgansAndroid.xml │ └── ThingCategoryDefs │ │ └── ThingCategories.xml │ ├── FactionDefs │ ├── Factions_Misc.xml │ ├── TraderKinds_Base_AndroidCollective.xml │ ├── TraderKinds_Caravan_AndroidCollective.xml │ └── TraderKinds_Visitor_AndroidCollective.xml │ ├── FactionsEvents │ ├── Incidents_World_Quests.xml │ └── RulePacks_NameMakers_Factions.xml │ ├── Hediffs │ ├── Drugs.xml │ ├── Givers │ │ └── HediffGiver_Android.xml │ ├── Hediffs_AgeRelated.xml │ ├── Hediffs_Android.xml │ └── Hediffs_Energy.xml │ ├── InteractionDefs │ ├── Interactions_Social.xml │ └── Thoughts_Memory_Social.xml │ ├── Misc │ ├── Filth_Android.xml │ ├── FleshTypeDefs │ │ └── FleshType.xml │ ├── ResearchDefs │ │ ├── AndroidResearchProjects.xml │ │ └── ResearchTabs.xml │ └── Stats_Pawns_General.xml │ ├── Names │ ├── RulePacks_NameMakers_Android.xml │ ├── RulePacks_NameMakers_MechAndroid.xml │ └── RulePacks_Namers_Factions.xml │ ├── PawnkindDefs │ ├── PawnKinds_Android.xml │ ├── PawnKinds_AndroidRaider.xml │ └── PawnKinds_CollectiveAndroid.xml │ ├── RecipeDefs │ ├── Parts │ │ └── AndroidParts.xml │ └── Recipes_Surgery_Installations.xml │ ├── Records │ └── Records_Time.xml │ ├── ScenarioDefs │ ├── Scenarios_Androids.xml │ └── Scenarios_Settings.xml │ ├── SoundDefs │ ├── Guns_Vox.xml │ └── Pawn_Mutant_Vox.xml │ ├── TaleDefs │ └── Tales_Health.xml │ ├── Things_Buildings │ ├── Buildings_Furniture.xml │ └── Buildings_Production.xml │ ├── Things_Items │ ├── Items_BodyParts.xml │ ├── Items_Resource_Manufactured.xml │ ├── Items_Resource_Shell.xml │ ├── Items_Resource_Stuff.xml │ └── Weapons_Guns.xml │ ├── ThinkTreeDefs │ ├── AnimalAndroid.xml │ ├── HumanLike.xml │ ├── M7Mech.xml │ └── MentalStates_Special.xml │ ├── ThoughtDefs │ ├── Thoughts_Memory_Android.xml │ └── Traits_Singular.xml │ └── WorkGivers │ └── WorkGivers.xml ├── 1.1 ├── Assemblies │ ├── AndroidTiers.dll │ └── CompOversizedWeapon.dll ├── Defs │ ├── AlienRace │ │ ├── AlienRace_AndroidT1.xml │ │ ├── AlienRace_AndroidT2.xml │ │ ├── AlienRace_AndroidT3.xml │ │ ├── AlienRace_AndroidT4.xml │ │ ├── AlienRace_AndroidT5.xml │ │ ├── AlienRace_FractalMutation.xml │ │ ├── AlienRace_M7Mech.xml │ │ ├── AlienRace_MicroScyther.xml │ │ └── BodyTagDefs.xml │ ├── AndroidFall │ │ └── Ethereal_OrbitalStrikes.xml │ ├── AndroidMaker │ │ └── AndroidMakers.xml │ ├── Animals │ │ ├── Races_Animal_Advanced.xml │ │ ├── Races_Animal_Base.xml │ │ ├── Races_Animal_Basic.xml │ │ └── Races_Animal_Experimental.xml │ ├── BackstoryDefs │ │ ├── Backstories_Creation.xml │ │ ├── Backstories_Custombackstories.xml │ │ ├── Backstories_Droid.xml │ │ ├── Backstories_General.xml │ │ ├── Backstories_Raider.xml │ │ └── PawnBios_Special.xml │ ├── BodyDefs │ │ ├── BodyParts │ │ │ ├── BodyPartGroups.xml │ │ │ ├── BodyParts_AndroidExternals.xml │ │ │ └── BodyParts_OrgansAndroid.xml │ │ ├── BodyTypes │ │ │ ├── Bodies_AndroidT4.xml │ │ │ ├── Bodies_Animal_AndroidBird.xml │ │ │ ├── Bodies_Animal_AndroidDog.xml │ │ │ ├── Bodies_M7Mech.xml │ │ │ ├── Bodies_MicroDrone.xml │ │ │ └── Bodies_Muff_Android.xml │ │ └── ThingCategoryDefs │ │ │ └── ThingCategories.xml │ ├── CustomChoiceLetters.xml │ ├── FactionDefs │ │ ├── Factions_Misc.xml │ │ ├── TraderKinds_Base_AndroidCollective.xml │ │ ├── TraderKinds_Caravan_AndroidCollective.xml │ │ └── TraderKinds_Visitor_AndroidCollective.xml │ ├── FactionsEvents │ │ ├── Incidents_World_Quests.xml │ │ └── RulePacks_NameMakers_Factions.xml │ ├── Hediffs │ │ ├── Drugs.xml │ │ ├── Givers │ │ │ └── HediffGiver_Android.xml │ │ ├── Hediffs_AgeRelated.xml │ │ ├── Hediffs_Android.xml │ │ ├── Hediffs_CustomImplants.xml │ │ └── Hediffs_Global_Misc.xml │ ├── Incidents │ │ └── Incidents.xml │ ├── InteractionDefs │ │ ├── Interactions_Social.xml │ │ ├── Interactions_SocialATPP.xml │ │ ├── Thoughts_Memory_Social.xml │ │ └── Thoughts_Memory_SocialATPP.xml │ ├── JobDefs │ │ └── Jobs_Misc.xml │ ├── Misc │ │ ├── BodyTypeDefs │ │ │ └── BodyTypes.xml │ │ ├── Designations │ │ │ └── DesignationCategories.xml │ │ ├── Filth_Android.xml │ │ ├── FleshTypeDefs │ │ │ └── FleshType.xml │ │ ├── ResearchDefs │ │ │ ├── AndroidResearchProjects.xml │ │ │ └── ResearchTabs.xml │ │ └── Stats_Pawns_General.xml │ ├── Names │ │ ├── RulePacks_NameMakers_Android.xml │ │ ├── RulePacks_NameMakers_MechAndroid.xml │ │ └── RulePacks_Namers_Factions.xml │ ├── PawnkindDefs │ │ ├── PawnKinds_Android.xml │ │ ├── PawnKinds_AndroidRaider.xml │ │ └── PawnKinds_CollectiveAndroid.xml │ ├── RecipeDefs │ │ ├── Parts │ │ │ └── AndroidParts.xml │ │ ├── Recipes.xml │ │ ├── Recipes_Surgery_Installations.xml │ │ ├── Recipes_Surgery_InstallationsATPP.xml │ │ └── Surrogates.xml │ ├── Records │ │ └── Records_Time.xml │ ├── ResearchProjectDefs │ │ └── ResearchProjects.xml │ ├── ScenarioDefs │ │ ├── Scenarios_Androids.xml │ │ └── Scenarios_Settings.xml │ ├── SoundDefs │ │ ├── Building_Sustainers_Ambiences.xml │ │ ├── Guns_Vox.xml │ │ ├── Pawn_Mutant_Vox.xml │ │ └── SoundDef.xml │ ├── Stats │ │ └── stats.xml │ ├── TaleDefs │ │ └── Tales_Health.xml │ ├── ThingDefs │ │ ├── Motes.xml │ │ └── Thoughts.xml │ ├── Things_Buildings │ │ ├── Buildings.xml │ │ ├── Buildings_Furniture.xml │ │ └── Buildings_Production.xml │ ├── Things_Items │ │ ├── Items.xml │ │ ├── Items_BodyParts.xml │ │ ├── Items_BodyParts_Backstories.xml │ │ ├── Items_Resource_Manufactured.xml │ │ ├── Items_Resource_Shell.xml │ │ ├── Items_Resource_Stuff.xml │ │ └── Weapons_Guns.xml │ ├── ThinkTreeDefs │ │ ├── AnimalAndroid.xml │ │ ├── HumanLike.xml │ │ ├── M7Mech.xml │ │ └── MentalStates_Special.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Android.xml │ │ ├── Thoughts_Memory_Death.xml │ │ └── Traits_Singular.xml │ └── WorkGivers │ │ └── WorkGivers.xml └── Patches │ └── Patch.xml ├── 1.2 ├── Assemblies │ ├── AndroidTiers.dll │ └── CompOversizedWeapon.dll ├── Defs │ ├── AlienRace │ │ ├── AlienRace_AndroidT1.xml │ │ ├── AlienRace_AndroidT2.xml │ │ ├── AlienRace_AndroidT3.xml │ │ ├── AlienRace_AndroidT4.xml │ │ ├── AlienRace_AndroidT5.xml │ │ ├── AlienRace_FractalMutation.xml │ │ ├── AlienRace_M7Mech.xml │ │ ├── AlienRace_MicroScyther.xml │ │ └── BodyTagDefs.xml │ ├── AndroidFall │ │ └── Ethereal_OrbitalStrikes.xml │ ├── AndroidMaker │ │ └── AndroidMakers.xml │ ├── Animals │ │ ├── Races_Animal_Advanced.xml │ │ ├── Races_Animal_Base.xml │ │ ├── Races_Animal_Basic.xml │ │ └── Races_Animal_Experimental.xml │ ├── BackstoryDefs │ │ ├── Backstories_Creation.xml │ │ ├── Backstories_Custombackstories.xml │ │ ├── Backstories_Droid.xml │ │ ├── Backstories_General.xml │ │ ├── Backstories_Raider.xml │ │ └── PawnBios_Special.xml │ ├── BodyDefs │ │ ├── BodyParts │ │ │ ├── BodyPartGroups.xml │ │ │ ├── BodyParts_AndroidExternals.xml │ │ │ └── BodyParts_OrgansAndroid.xml │ │ ├── BodyTypes │ │ │ ├── Bodies_AndroidT4.xml │ │ │ ├── Bodies_Animal_AndroidBird.xml │ │ │ ├── Bodies_Animal_AndroidDog.xml │ │ │ ├── Bodies_M7Mech.xml │ │ │ ├── Bodies_MicroDrone.xml │ │ │ └── Bodies_Muff_Android.xml │ │ └── ThingCategoryDefs │ │ │ └── ThingCategories.xml │ ├── CustomChoiceLetters.xml │ ├── FactionDefs │ │ ├── Factions_Misc.xml │ │ ├── TraderKinds_Base_AndroidCollective.xml │ │ ├── TraderKinds_Caravan_AndroidCollective.xml │ │ └── TraderKinds_Visitor_AndroidCollective.xml │ ├── FactionsEvents │ │ ├── Incidents_World_Quests.xml │ │ └── RulePacks_NameMakers_Factions.xml │ ├── Hediffs │ │ ├── Drugs.xml │ │ ├── Givers │ │ │ └── HediffGiver_Android.xml │ │ ├── Hediffs_AgeRelated.xml │ │ ├── Hediffs_Android.xml │ │ ├── Hediffs_CustomImplants.xml │ │ └── Hediffs_Global_Misc.xml │ ├── Incidents │ │ └── Incidents.xml │ ├── InteractionDefs │ │ ├── Interactions_Social.xml │ │ ├── Interactions_SocialATPP.xml │ │ ├── Thoughts_Memory_Social.xml │ │ └── Thoughts_Memory_SocialATPP.xml │ ├── JobDefs │ │ └── Jobs_Misc.xml │ ├── Misc │ │ ├── BodyTypeDefs │ │ │ └── BodyTypes.xml │ │ ├── Designations │ │ │ └── DesignationCategories.xml │ │ ├── Filth_Android.xml │ │ ├── FleshTypeDefs │ │ │ └── FleshType.xml │ │ ├── ResearchDefs │ │ │ ├── AndroidResearchProjects.xml │ │ │ └── ResearchTabs.xml │ │ └── Stats_Pawns_General.xml │ ├── Names │ │ ├── RulePacks_NameMakers_Android.xml │ │ ├── RulePacks_NameMakers_MechAndroid.xml │ │ └── RulePacks_Namers_Factions.xml │ ├── PawnkindDefs │ │ ├── PawnKinds_Android.xml │ │ ├── PawnKinds_AndroidRaider.xml │ │ └── PawnKinds_CollectiveAndroid.xml │ ├── RecipeDefs │ │ ├── Parts │ │ │ └── AndroidParts.xml │ │ ├── Recipes.xml │ │ ├── Recipes_Surgery_Installations.xml │ │ ├── Recipes_Surgery_InstallationsATPP.xml │ │ └── Surrogates.xml │ ├── Records │ │ └── Records_Time.xml │ ├── ResearchProjectDefs │ │ └── ResearchProjects.xml │ ├── ScenarioDefs │ │ ├── Scenarios_Androids.xml │ │ └── Scenarios_Settings.xml │ ├── SoundDefs │ │ ├── Building_Sustainers_Ambiences.xml │ │ ├── Guns_Vox.xml │ │ ├── Pawn_Mutant_Vox.xml │ │ └── SoundDef.xml │ ├── Stats │ │ └── stats.xml │ ├── TaleDefs │ │ └── Tales_Health.xml │ ├── ThingDefs │ │ ├── Motes.xml │ │ └── Thoughts.xml │ ├── Things_Buildings │ │ ├── Buildings.xml │ │ ├── Buildings_Furniture.xml │ │ └── Buildings_Production.xml │ ├── Things_Items │ │ ├── Items_Androids_Kits.xml │ │ ├── Items_BodyParts.xml │ │ ├── Items_BodyParts_Backstories.xml │ │ ├── Items_Resource_Manufactured.xml │ │ ├── Items_Resource_Shell.xml │ │ ├── Items_Resource_Stuff.xml │ │ └── Weapons_Guns.xml │ ├── ThinkTreeDefs │ │ ├── AnimalAndroid.xml │ │ ├── HumanLike.xml │ │ ├── M7Mech.xml │ │ └── MentalStates_Special.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Android.xml │ │ ├── Thoughts_Memory_Death.xml │ │ └── Traits_Singular.xml │ └── WorkGivers │ │ └── WorkGivers.xml └── Patches │ ├── Patch.xml │ └── Patch_Royalty.xml ├── 1.3 ├── Assemblies │ └── AndroidTiers.dll ├── Defs │ ├── AlienRace │ │ ├── AlienRace_AndroidT1.xml │ │ ├── AlienRace_AndroidT2.xml │ │ ├── AlienRace_AndroidT3.xml │ │ ├── AlienRace_AndroidT4.xml │ │ ├── AlienRace_AndroidT5.xml │ │ ├── AlienRace_FractalMutation.xml │ │ ├── AlienRace_M7Mech.xml │ │ ├── AlienRace_M8Mech.xml │ │ ├── AlienRace_MicroScyther.xml │ │ └── BodyTagDefs.xml │ ├── AndroidFall │ │ └── Ethereal_OrbitalStrikes.xml │ ├── AndroidMaker │ │ └── AndroidMakers.xml │ ├── Animals │ │ ├── Races_Animal_Advanced.xml │ │ ├── Races_Animal_Base.xml │ │ ├── Races_Animal_Basic.xml │ │ └── Races_Animal_Experimental.xml │ ├── BackstoryDefs │ │ ├── Backstories_Creation.xml │ │ ├── Backstories_Custombackstories.xml │ │ ├── Backstories_Droid.xml │ │ ├── Backstories_General.xml │ │ ├── Backstories_Raider.xml │ │ └── PawnBios_Special.xml │ ├── BodyDefs │ │ ├── BodyParts │ │ │ ├── BodyPartGroups.xml │ │ │ ├── BodyParts_AndroidExternals.xml │ │ │ └── BodyParts_OrgansAndroid.xml │ │ ├── BodyTypes │ │ │ ├── Bodies_AndroidT4.xml │ │ │ ├── Bodies_Animal_AndroidBird.xml │ │ │ ├── Bodies_Animal_AndroidDog.xml │ │ │ ├── Bodies_M7Mech.xml │ │ │ ├── Bodies_MicroDrone.xml │ │ │ └── Bodies_Muff_Android.xml │ │ └── ThingCategoryDefs │ │ │ └── ThingCategories.xml │ ├── CustomChoiceLetters.xml │ ├── FactionDefs │ │ ├── Factions_Misc.xml │ │ ├── TraderKinds_Base_AndroidCollective.xml │ │ ├── TraderKinds_Caravan_AndroidCollective.xml │ │ └── TraderKinds_Visitor_AndroidCollective.xml │ ├── FactionsEvents │ │ ├── Incidents_World_Quests.xml │ │ └── RulePacks_NameMakers_Factions.xml │ ├── Hediffs │ │ ├── Drugs.xml │ │ ├── Givers │ │ │ └── HediffGiver_Android.xml │ │ ├── Hediffs_AgeRelated.xml │ │ ├── Hediffs_Android.xml │ │ ├── Hediffs_CustomImplants.xml │ │ └── Hediffs_Global_Misc.xml │ ├── Incidents │ │ └── Incidents.xml │ ├── InteractionDefs │ │ ├── Interactions_Social.xml │ │ ├── Interactions_SocialATPP.xml │ │ ├── Thoughts_Memory_Social.xml │ │ └── Thoughts_Memory_SocialATPP.xml │ ├── JobDefs │ │ └── Jobs_Misc.xml │ ├── Misc │ │ ├── BodyTypeDefs │ │ │ └── BodyTypes.xml │ │ ├── Designations │ │ │ └── DesignationCategories.xml │ │ ├── Filth_Android.xml │ │ ├── FleshTypeDefs │ │ │ └── FleshType.xml │ │ ├── ResearchDefs │ │ │ ├── AndroidResearchProjects.xml │ │ │ └── ResearchTabs.xml │ │ └── Stats_Pawns_General.xml │ ├── Names │ │ ├── RulePacks_NameMakers_Android.xml │ │ ├── RulePacks_NameMakers_MechAndroid.xml │ │ └── RulePacks_Namers_Factions.xml │ ├── PawnkindDefs │ │ ├── PawnKinds_Android.xml │ │ ├── PawnKinds_AndroidRaider.xml │ │ └── PawnKinds_CollectiveAndroid.xml │ ├── RecipeDefs │ │ ├── Parts │ │ │ └── AndroidParts.xml │ │ ├── Recipes.xml │ │ ├── Recipes_Surgery_Installations.xml │ │ ├── Recipes_Surgery_InstallationsATPP.xml │ │ └── Surrogates.xml │ ├── Records │ │ └── Records_Time.xml │ ├── ResearchProjectDefs │ │ └── ResearchProjects.xml │ ├── ScenarioDefs │ │ ├── Scenarios_AndroidApocalypse.xml │ │ ├── Scenarios_Androids.xml │ │ ├── Scenarios_RiseOfMachines.xml │ │ └── Scenarios_Settings.xml │ ├── SoundDefs │ │ ├── Building_Sustainers_Ambiences.xml │ │ ├── Guns_Vox.xml │ │ ├── Pawn_Mutant_Vox.xml │ │ └── SoundDef.xml │ ├── Stats │ │ └── stats.xml │ ├── TaleDefs │ │ └── Tales_Health.xml │ ├── ThingDefs │ │ ├── Motes.xml │ │ └── Thoughts.xml │ ├── Things_Buildings │ │ ├── Buildings.xml │ │ ├── Buildings_Furniture.xml │ │ └── Buildings_Production.xml │ ├── Things_Items │ │ ├── Items_Androids_Kits.xml │ │ ├── Items_BodyParts.xml │ │ ├── Items_BodyParts_Backstories.xml │ │ ├── Items_Resource_Manufactured.xml │ │ ├── Items_Resource_Shell.xml │ │ ├── Items_Resource_Stuff.xml │ │ └── Weapons_Guns.xml │ ├── ThinkTreeDefs │ │ ├── AnimalAndroid.xml │ │ ├── HumanLike.xml │ │ ├── M7Mech.xml │ │ └── MentalStates_Special.xml │ ├── ThoughtDefs │ │ ├── Thoughts_Memory_Android.xml │ │ ├── Thoughts_Memory_Death.xml │ │ └── Traits_Singular.xml │ └── WorkGivers │ │ └── WorkGivers.xml └── Patches │ ├── Patch.xml │ └── Patch_Royalty.xml ├── About ├── About.xml ├── Preview.png └── PublishedFileId.txt ├── Languages ├── ChineseSimplified │ ├── DefInjected │ │ ├── DesignationCategoryDef │ │ │ └── DesignationCategories.xml │ │ ├── HediffDef │ │ │ └── Hediffs.xml │ │ ├── JobDef │ │ │ └── Jobs_Misc.xml │ │ ├── RecipeDef │ │ │ └── Recipes.xml │ │ ├── ResearchProjectDef │ │ │ └── ResearchProjects.xml │ │ ├── ThingDef │ │ │ ├── Buildings.xml │ │ │ ├── Items.xml │ │ │ └── Things.xml │ │ └── ThoughtDef │ │ │ └── Thoughts_Memory_Death.xml │ ├── Keyed │ │ ├── Alerts.xml │ │ ├── Dialog_Trees.xml │ │ ├── Letters.xml │ │ ├── Messages.xml │ │ ├── Misc_Gameplay.xml │ │ └── android_healthcard.xml │ └── Strings │ │ └── AndroidAtlas_Names │ │ ├── AndroidArchotechEnding.txt │ │ ├── AndroidArchotechName.txt │ │ ├── AndroidName.txt │ │ ├── Mech8Name.txt │ │ ├── MechName.txt │ │ └── NumbersAndroid.txt ├── English │ ├── DefInjected │ │ ├── DesignationCategoryDef │ │ │ └── DesignationCategories.xml │ │ ├── HediffDef │ │ │ └── Hediffs.xml │ │ ├── JobDef │ │ │ └── Jobs_Misc.xml │ │ ├── RecipeDef │ │ │ └── Recipes.xml │ │ ├── ResearchProjectDef │ │ │ └── ResearchProjects.xml │ │ ├── ThingDef │ │ │ ├── Buildings.xml │ │ │ ├── Items.xml │ │ │ └── Things.xml │ │ └── ThoughtDef │ │ │ └── Thoughts_Memory_Death.xml │ ├── Keyed │ │ ├── Alerts.xml │ │ ├── Dialog_Trees.xml │ │ ├── Letters.xml │ │ ├── Messages.xml │ │ ├── Misc_Gameplay.xml │ │ └── android_healthcard.xml │ └── Strings │ │ └── AndroidAtlas_Names │ │ ├── AndroidArchotechEnding.txt │ │ ├── AndroidArchotechName.txt │ │ ├── AndroidName.txt │ │ ├── Mech8Name.txt │ │ ├── MechName.txt │ │ └── NumbersAndroid.txt ├── French │ ├── DefInjected │ │ ├── HediffDef │ │ │ └── Hediffs.xml │ │ ├── JobDef │ │ │ └── Jobs_Misc.xml │ │ ├── PawnKindDef │ │ │ └── PawnKinds_Player.xml │ │ ├── RecipeDef │ │ │ └── Recipes.xml │ │ ├── ResearchProjectDef │ │ │ └── ResearchProjects.xml │ │ ├── ThingDef │ │ │ ├── Buildings.xml │ │ │ ├── Items.xml │ │ │ └── Things.xml │ │ └── ThoughtDef │ │ │ └── Thoughts_Memory_Death.xml │ ├── Keyed │ │ └── Misc_Gameplay.xml │ └── Strings │ │ └── AndroidAtlas_Names │ │ └── AndroidName.txt ├── Portuguese │ ├── DefInjected │ │ ├── DesignationCategoryDef │ │ │ └── DesignationCategories.xml │ │ ├── HediffDef │ │ │ └── Hediffs.xml │ │ ├── IncidentDef │ │ │ └── Incidents.xml │ │ ├── JobDef │ │ │ └── Jobs_Misc.xml │ │ ├── KeyBindingCategoryDef │ │ │ └── KeyBindingCategories_Add_Architect.xml │ │ ├── PawnKindDef │ │ │ └── PawnKinds_Player.xml │ │ ├── RecipeDef │ │ │ └── Recipes.xml │ │ ├── ResearchProjectDef │ │ │ └── ResearchProjects.xml │ │ ├── StatDef │ │ │ └── stats.xml │ │ ├── ThingDef │ │ │ ├── Buildings.xml │ │ │ ├── Items.xml │ │ │ └── Things.xml │ │ └── ThoughtDef │ │ │ └── Thoughts_Memory_Death.xml │ └── Keyed │ │ ├── Alerts.xml │ │ ├── Dialog_Trees.xml │ │ ├── Letters.xml │ │ ├── Messages.xml │ │ ├── Misc_Gameplay.xml │ │ └── android_healthcard.xml ├── PortugueseBrazilian │ ├── DefInjected │ │ ├── DesignationCategoryDef │ │ │ └── DesignationCategories.xml │ │ ├── HediffDef │ │ │ └── Hediffs.xml │ │ ├── IncidentDef │ │ │ └── Incidents.xml │ │ ├── JobDef │ │ │ └── Jobs_Misc.xml │ │ ├── KeyBindingCategoryDef │ │ │ └── KeyBindingCategories_Add_Architect.xml │ │ ├── PawnKindDef │ │ │ └── PawnKinds_Player.xml │ │ ├── RecipeDef │ │ │ └── Recipes.xml │ │ ├── ResearchProjectDef │ │ │ └── ResearchProjects.xml │ │ ├── StatDef │ │ │ └── stats.xml │ │ ├── ThingDef │ │ │ ├── Buildings.xml │ │ │ ├── Items.xml │ │ │ └── Things.xml │ │ └── ThoughtDef │ │ │ └── Thoughts_Memory_Death.xml │ └── Keyed │ │ ├── Alerts.xml │ │ ├── Dialog_Trees.xml │ │ ├── Letters.xml │ │ ├── Messages.xml │ │ ├── Misc_Gameplay.xml │ │ └── android_healthcard.xml └── Russian │ ├── DefInjected │ ├── DesignationCategoryDef │ │ └── DesignationCategories.xml │ ├── HediffDef │ │ └── Hediffs.xml │ ├── JobDef │ │ └── Jobs_Misc.xml │ ├── RecipeDef │ │ └── Recipes.xml │ ├── ResearchProjectDef │ │ └── ResearchProjects.xml │ └── ThingDef │ │ ├── Buildings.xml │ │ └── Items.xml │ └── Keyed │ └── Misc_Gameplay.xml ├── README.md ├── Sounds ├── 40MMShot.ogg ├── 80MMLauncher.ogg ├── Computer │ ├── hot.ogg │ ├── run.ogg │ ├── start.ogg │ └── stop.ogg ├── ComputerAdvanced │ └── run.ogg ├── GaussRifle.ogg ├── M8 │ ├── AllMindDisconnected.ogg │ ├── DeviceActivated.ogg │ ├── DeviceDeactivated.ogg │ ├── DoorClosed.ogg │ ├── DoorOpened.ogg │ ├── MindDeletionCompleted.ogg │ ├── MindDownloadCompleted.ogg │ ├── MindMigrationCompleted.ogg │ ├── MindReplicationCompleted.ogg │ ├── MindUploadCompleted.ogg │ ├── QuarantineMentalState.ogg │ ├── SkyCoreIntegrityCompromised.ogg │ └── SkyMindNetworkOffline.ogg ├── Mutant │ ├── AtlasMutant_Angry.ogg │ ├── AtlasMutant_Call.ogg │ └── AtlasMutant_Pain.ogg ├── SThrowShot.ogg ├── SX │ ├── ATPP_Connect.ogg │ ├── ATPP_Disconnect.ogg │ └── ATPP_Hacked.ogg ├── SkyCloudCore │ ├── AllMindDisconnected.ogg │ ├── DeviceActivated.ogg │ ├── DeviceDeactivated.ogg │ ├── DoorClosed.ogg │ ├── DoorOpened.ogg │ ├── MindDeletionCompleted.ogg │ ├── MindDownloadCompleted.ogg │ ├── MindMigrationCompleted.ogg │ ├── MindReplicationCompleted.ogg │ ├── MindUploadCompleted.ogg │ ├── PowerFailure.ogg │ ├── PrimarySystemsOnline.ogg │ ├── QuarantineMentalState.ogg │ ├── SkyCoreIntegrityCompromised.ogg │ ├── SkyMindNetworkOffline.ogg │ ├── run.ogg │ └── runX.ogg └── Turret │ ├── ATPP_Connect.ogg │ └── ATPP_Disconnect.ogg ├── Source ├── Androids For RW1.0 │ ├── AndroidCapacityLabel.cs │ ├── Androids.csproj │ ├── Androids.sln │ ├── BodyPartTagDefOf.cs │ ├── Bodypartgroupdef.cs │ ├── ButcherUtility.cs │ ├── CompProperties_SpawnPawn.cs │ ├── CompUseEffect_SpawnAndroid.cs │ ├── DamageDefOf.cs │ ├── DeathActionWorker_Android.cs │ ├── DeathActionWorker_Droid.cs │ ├── DoggoSpawner.cs │ ├── DownedT5AndroidComp.cs │ ├── DownedT5Utility.cs │ ├── DroidUtility.cs │ ├── EffectTextures.cs │ ├── EnergySource_SolarComp.cs │ ├── Extensions │ │ └── PawnExt.cs │ ├── ExtraRendering.cs │ ├── ExtraReportStringProperties.cs │ ├── FactionDefOf.cs │ ├── GenStep_DownedRefugee.cs │ ├── HarmonyPatches.cs │ ├── HealOldWoundsAdv.cs │ ├── HediffCompProperties_HealOldWoundsAdv.cs │ ├── HediffGiver_Android.cs │ ├── Hediffs.cs │ ├── IngestionOutcomeDoer_GiveTwoHediffs.cs │ ├── Integration │ │ ├── Androids.cs │ │ └── AndroidsModSettings.cs │ ├── JobDriver_RechargeEnergyFromConsumable.cs │ ├── JobGiver_GetEnergy.cs │ ├── JobGiver_Targetenemies.cs │ ├── MechFallClass.cs │ ├── MechFallMote.cs │ ├── MentalStateDefOf.cs │ ├── MentalState_TargetEnemies.cs │ ├── ModExtensionATweaks.cs │ ├── MutantSpawn.cs │ ├── NeedsDefOf.cs │ ├── Patches │ │ ├── AndroidLabelOverwrite.cs │ │ ├── HarmonyPatches.cs │ │ ├── HealthCardUtility_DrawHediffRow.cs │ │ ├── HealthCardUtility_GetTooltip.cs │ │ └── PawnGatheringPatch.cs │ ├── PawnKindDef.cs │ ├── PawnRelationWorker_Creation.cs │ ├── PostDefFixer.cs │ ├── PostInitTweaks.cs │ ├── Projectile_Spawner.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Recipe_CorruptionChance.cs │ ├── Recipe_Disassemble.cs │ ├── Recipe_InstallAndroidPart.cs │ ├── Recipe_InstallNaturalAndroidPart.cs │ ├── Recipe_InstallimplantAndroid.cs │ ├── Recipe_PrisonerConversionReprogram.cs │ ├── Recipe_RemoveSentience.cs │ ├── Recipe_RerollTraits.cs │ ├── Recipe_SurgeryAndroids.cs │ ├── ReflectionUtility.cs │ ├── RestOverride.cs │ ├── SiteCoreDefOf.cs │ ├── SpawnerCompProperties_GenericSpawner.cs │ ├── SpawnerProjectileProperties.cs │ ├── Spawner_Generic.cs │ ├── Spawner_LightSwarmSpawner.cs │ ├── Spawner_MuffSpawner.cs │ ├── Spawner_PhytoSheep.cs │ ├── Spawner_T1Spawner.cs │ ├── Spawner_T2Spawner.cs │ ├── Spawner_T3Spawner.cs │ ├── Spawner_T4Spawner.cs │ ├── StatDefOf.cs │ ├── StockGenerator_SlaveAndroids.cs │ ├── T5Event.cs │ ├── ThingDefOf.cs │ ├── ThingDefOfAtlascs.cs │ ├── ThingOrderProcessor.cs │ ├── ThingOrderRequest.cs │ ├── ThoughtWorker_DroidAlways.cs │ ├── ThoughtWorker_FeelingsTowardHumanity.cs │ ├── ThoughtWorker_UncomfortableClothing.cs │ ├── TraitDefOf.cs │ ├── UIHelper.cs │ ├── Verb_MechFall.cs │ ├── WorkGiver_GiveEnergySourceConsumableToPatient.cs │ ├── WorldObjectDef_DownedT5Android.cs │ └── obj │ │ └── Debug │ │ ├── Androids.csproj.CoreCompileInputs.cache │ │ ├── Androids.csproj.FileListAbsolute.txt │ │ ├── Androids.csprojAssemblyReference.cache │ │ ├── AndroidsAtlasTiers.dll │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── Androids For RW1.1 │ ├── Alerts │ │ ├── Alert_Hot2Devices.cs │ │ ├── Alert_Hot3Devices.cs │ │ └── Alert_UnsecurisedClients.cs │ ├── AndroidCapacityLabel.cs │ ├── AndroidTiers.cs │ ├── Androids.csproj │ ├── Androids.sln │ ├── Buildings │ │ └── Building_ReloadStation.cs │ ├── ChoiceLetter │ │ ├── ChoiceLetter_RansomDemand.cs │ │ └── ChoiceLetter_RansomwareDemand.cs │ ├── CompOversizedWeapon │ │ ├── CompOversizedWeapon.cs │ │ ├── CompProperties_OversizedWeapon.cs │ │ └── HarmonyCompOversizedWeapon.cs │ ├── CompProperties_SpawnPawn.cs │ ├── CompUseEffect_SpawnAndroid.cs │ ├── Components │ │ ├── CompAndroidPod.cs │ │ ├── CompAndroidState.cs │ │ ├── CompAutoDoor.cs │ │ ├── CompBlankAndroidSpawner.cs │ │ ├── CompBuildingSkyMindLAN.cs │ │ ├── CompBuildingSkyMindRelay.cs │ │ ├── CompBuildingSkyMindWAN.cs │ │ ├── CompComputer.cs │ │ ├── CompGSTXSpawner.cs │ │ ├── CompHeatSensitive.cs │ │ ├── CompProperties_BlankAndroidSpawner.cs │ │ ├── CompProperties_Computer.cs │ │ ├── CompProperties_GSTXSpawner.cs │ │ ├── CompProperties_HeatSensitive.cs │ │ ├── CompProperties_ReloadStation.cs │ │ ├── CompProperties_SurrogateSpawner.cs │ │ ├── CompReloadStation.cs │ │ ├── CompRemotelyControlledTurret.cs │ │ ├── CompSkyCloudCore.cs │ │ ├── CompSkyMind.cs │ │ ├── CompSurrogateOwner.cs │ │ ├── CompSurrogateSpawner.cs │ │ ├── SpawnerCompProperties_GenericSpawner.cs │ │ └── Spawner_Generic.cs │ ├── DefsOf │ │ ├── BodyPartTagDefOf.cs │ │ ├── FactionDefOf.cs │ │ ├── Hediffs.cs │ │ ├── MentalStateDefOf.cs │ │ ├── PawnKindDef.cs │ │ ├── SiteCoreDefOf.cs │ │ ├── StatDefOf.cs │ │ ├── ThingDefOfAtlascs.cs │ │ └── TraitDefOf.cs │ ├── Designators │ │ ├── Designator_AndroidToControl.cs │ │ └── Designator_SurrogateToHack.cs │ ├── Dialogs │ │ ├── Dialog_Msg.cs │ │ └── Dialog_SkillUp.cs │ ├── DownedT5AndroidComp.cs │ ├── Enum │ │ └── AndroidPaintColor.cs │ ├── Extensions │ │ └── PawnExt.cs │ ├── GenStep_DownedRefugee.cs │ ├── Harmony │ │ ├── Alert_ColonistNeedsRescuing_Patch.cs │ │ ├── Alert_NeedColonistBeds_Patch.cs │ │ ├── ApparelGraphicRecordGetter_Patch.cs │ │ ├── ApparelUtility_Patch.cs │ │ ├── Apparel_Patch.cs │ │ ├── Building_Bed_Patch.cs │ │ ├── Building_Patch.cs │ │ ├── Building_TurretGun_Patch.cs │ │ ├── Caravan_Patch.cs │ │ ├── ColonistBar_Patch.cs │ │ ├── CompPowerTrader_Patch.cs │ │ ├── Corpse_Patch.cs │ │ ├── FlickUtility_Patch.cs │ │ ├── FloatMenuMakerMap_Patch.cs │ │ ├── FoodUtility_Patch.cs │ │ ├── ForbidUtility_Patch.cs │ │ ├── FreeColonists_Patch.cs │ │ ├── HealthAIUtility_Patch.cs │ │ ├── HealthCardUtility_Patch.cs │ │ ├── HediffUtility_Patch.cs │ │ ├── IncidentWorker_DiseaseAnimal_Patch.cs │ │ ├── IncidentWorker_DiseaseHuman_Patch.cs │ │ ├── InspirationWorker_Patch.cs │ │ ├── JobGiver_GetFood_Patch.cs │ │ ├── JobGiver_GetJoy_Patch.cs │ │ ├── JobGiver_SocialFighting_Patch.cs │ │ ├── KidnapAIUtility_Patch.cs │ │ ├── ListerThings_Patch.cs │ │ ├── MapPawns_Patch.cs │ │ ├── MedicalCareUtility_Patch.cs │ │ ├── MemoryThoughtHandler_Patch.cs │ │ ├── MentalState_Patch.cs │ │ ├── Need_Food_Patch.cs │ │ ├── Need_Patch.cs │ │ ├── PawnBreathMoteMaker_Patch.cs │ │ ├── PawnDiedOrDownedThoughtsUtility_Patch.cs │ │ ├── PawnGenerator_Patch.cs │ │ ├── PawnGraphicSet_Patch.cs │ │ ├── PawnGroupMakerUtility_Patch.cs │ │ ├── PawnInventoryGenerator_Patch.cs │ │ ├── PawnRenderer_Patch.cs │ │ ├── PawnUtility_Patch.cs │ │ ├── PawnWoundDrawer_Patch.cs │ │ ├── Pawn_HealthTracker_Patch.cs │ │ ├── Pawn_InteractionsTracker_Patch.cs │ │ ├── Pawn_NeedsTracker_Patch.cs │ │ ├── Pawn_Patch.cs │ │ ├── Pawn_StoryTracker_Patch.cs │ │ ├── RaceProperties_Patch.cs │ │ ├── RecipeDef_Patch.cs │ │ ├── Recipe_InstallImplant_Patch.cs │ │ ├── RestUtility_Patch.cs │ │ ├── SickPawnVisitUtility_Patch.cs │ │ ├── StartingPawnUtility_Patch.cs │ │ ├── StorytellerComp_Triggered_Patch.cs │ │ ├── StunHandler_Patch.cs │ │ ├── TaleRecorder_Patch.cs │ │ ├── TaleUtility_Patch.cs │ │ ├── TendUtility_Patch.cs │ │ ├── ThinkNode_ConditionalNeedPercentageAbove_Patch.cs │ │ ├── ThoughtUtility_Patch.cs │ │ ├── ThoughtWorker_ApparelDamaged_Patch.cs │ │ ├── ThoughtWorker_Cold_Patch.cs │ │ ├── ThoughtWorker_ColonistLeftUnburied_Patch.cs │ │ ├── ThoughtWorker_Dark_Patch.cs │ │ ├── ThoughtWorker_Expectations.cs │ │ ├── ThoughtWorker_Greedy_Patch.cs │ │ ├── ThoughtWorker_Hot_Patch.cs │ │ ├── ThoughtWorker_HumanLeatherApparel_Patch.cs │ │ ├── ThoughtWorker_NeedFood_Patch.cs │ │ ├── ThoughtWorker_NeedJoy_Patch.cs │ │ ├── ThoughtWorker_NeedRest_Patch.cs │ │ ├── ThoughtWorker_PsychicDrone_Patch.cs │ │ ├── ThoughtWorker_PsychicEmanatorSoothe_Patch.cs │ │ ├── ThoughtWorker_WantToSleepWithSpouseOrLover_Patch.cs │ │ ├── Toils_Tend_Patch.cs │ │ ├── WorkGiver_DoBill_Patch.cs │ │ ├── WorkGiver_FeedPatient_Patch.cs │ │ ├── WorkGiver_RescueDowned_Patch.cs │ │ ├── WorkGiver_TakeToBedToOperate_Patch.cs │ │ ├── WorkGiver_TendOtherUrgent_Patch.cs │ │ ├── WorkGiver_TendOther_Patch.cs │ │ ├── WorkGiver_TendSelf_Patch.cs │ │ └── WorkGiver_VisitSickPawn_Patch.cs │ ├── HealOldWoundsAdv.cs │ ├── HediffCompProperties_HealOldWoundsAdv.cs │ ├── HediffGiver_Android.cs │ ├── Incidents │ │ ├── IncidentWorker_DownedT5Android.cs │ │ ├── Incident_DeviceHacking.cs │ │ ├── Incident_RansomWare.cs │ │ └── Incident_SurrogateHacking.cs │ ├── IngestionOutcomeDoer_GiveTwoHediffs.cs │ ├── JobDrivers │ │ └── JobDriver_GoReloadBattery.cs │ ├── JobGiver_Targetenemies.cs │ ├── MechFallClass.cs │ ├── MechFallMote.cs │ ├── MentalState_TargetEnemies.cs │ ├── ModExtensionATweaks.cs │ ├── MutantSpawn.cs │ ├── Nanites Effects │ │ ├── CompUseEffect_HealCPUSerum.cs │ │ ├── CompUseEffect_HealCoolingSystem.cs │ │ ├── CompUseEffect_HealFrameworkSystem.cs │ │ ├── CompUseEffect_HealHydraulicSystem.cs │ │ └── Operations │ │ │ ├── Recipe_ApplyHealCPUSerum.cs │ │ │ ├── Recipe_ApplyHealCoolingSystem.cs │ │ │ ├── Recipe_ApplyHealFrameworkSystem.cs │ │ │ └── Recipe_ApplyHydraulicNaniteBank.cs │ ├── Other │ │ └── Need_DummyRest.cs │ ├── PaintAndroidFramework │ │ ├── Recipe_PaintAndroidFrameworkBlack.cs │ │ ├── Recipe_PaintAndroidFrameworkBlue.cs │ │ ├── Recipe_PaintAndroidFrameworkCyan.cs │ │ ├── Recipe_PaintAndroidFrameworkDefault.cs │ │ ├── Recipe_PaintAndroidFrameworkGray.cs │ │ ├── Recipe_PaintAndroidFrameworkGreen.cs │ │ ├── Recipe_PaintAndroidFrameworkKhaki.cs │ │ ├── Recipe_PaintAndroidFrameworkOrange.cs │ │ ├── Recipe_PaintAndroidFrameworkPink.cs │ │ ├── Recipe_PaintAndroidFrameworkPurple.cs │ │ ├── Recipe_PaintAndroidFrameworkRed.cs │ │ ├── Recipe_PaintAndroidFrameworkWhite.cs │ │ └── Recipe_PaintAndroidFrameworkYellow.cs │ ├── Patches │ │ ├── AndroidLabelOverwrite.cs │ │ ├── HarmonyPatches.cs │ │ ├── HealthCardUtility_DrawHediffRow.cs │ │ ├── HealthCardUtility_GetTooltip.cs │ │ └── PawnGatheringPatch.cs │ ├── PawnRelationWorker_Creation.cs │ ├── PostInitTweaks.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Recipes │ │ ├── Recipe_CorruptionChance.cs │ │ ├── Recipe_Disassemble.cs │ │ ├── Recipe_InstallAndroidPart.cs │ │ ├── Recipe_InstallArtificialBrain.cs │ │ ├── Recipe_InstallNaturalAndroidPart.cs │ │ ├── Recipe_InstallimplantAndroid.cs │ │ ├── Recipe_PrisonerConversionReprogram.cs │ │ ├── Recipe_RemoveSentience.cs │ │ ├── Recipe_RerollTraits.cs │ │ └── Recipe_SurgeryAndroids.cs │ ├── RestOverride.cs │ ├── Settings.cs │ ├── Spawners │ │ ├── DoggoSpawner.cs │ │ ├── Spawner_LightSwarmSpawner.cs │ │ ├── Spawner_MuffSpawner.cs │ │ ├── Spawner_PhytoSheep.cs │ │ ├── Spawner_T1Spawner.cs │ │ ├── Spawner_T2Spawner.cs │ │ ├── Spawner_T3Spawner.cs │ │ └── Spawner_T4Spawner.cs │ ├── StockGenerator_SlaveAndroids.cs │ ├── ThinkNodes │ │ ├── ThinkNode_ConditionalM7Charging.cs │ │ └── ThinkNode_ConditionalMustKeepLyingDownM7Surrogate.cs │ ├── ThoughtWorker │ │ ├── ThoughtWorker_AssistingMinds.cs │ │ └── ThoughtWorker_FeelingsTowardHumanity.cs │ ├── ThoughtWorker_UncomfortableClothing.cs │ ├── Thoughts │ │ └── Thought_AssistedByMinds.cs │ ├── Toils │ │ └── Toils_LayDownPower.cs │ ├── Utils │ │ ├── CPatchs.cs │ │ ├── DownedT5Utility.cs │ │ ├── GC_ATPP.cs │ │ ├── ReflectionUtility.cs │ │ ├── Tex.cs │ │ └── Utils.cs │ ├── Verb_MechFall.cs │ ├── WorldObjectDef_DownedT5Android.cs │ └── obj │ │ └── Debug │ │ ├── AndroidTiers.dll │ │ ├── Androids.csproj.CoreCompileInputs.cache │ │ ├── Androids.csproj.FileListAbsolute.txt │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Androids For RW1.2 │ ├── Alerts │ │ ├── Alert_Hot2Devices.cs │ │ ├── Alert_Hot3Devices.cs │ │ └── Alert_UnsecurisedClients.cs │ ├── AndroidCapacityLabel.cs │ ├── AndroidTiers.cs │ ├── Androids.csproj │ ├── Androids.sln │ ├── Buildings │ │ └── Building_ReloadStation.cs │ ├── ChoiceLetter │ │ ├── ChoiceLetter_RansomDemand.cs │ │ └── ChoiceLetter_RansomwareDemand.cs │ ├── CompOversizedWeapon │ │ ├── CompOversizedWeapon.cs │ │ ├── CompProperties_OversizedWeapon.cs │ │ └── HarmonyCompOversizedWeapon.cs │ ├── CompProperties_SpawnPawn.cs │ ├── CompUseEffect_SpawnAndroid.cs │ ├── Components │ │ ├── CompAndroidPod.cs │ │ ├── CompAndroidState.cs │ │ ├── CompAutoDoor.cs │ │ ├── CompBlankAndroidSpawner.cs │ │ ├── CompBuildingSkyMindLAN.cs │ │ ├── CompBuildingSkyMindRelay.cs │ │ ├── CompBuildingSkyMindWAN.cs │ │ ├── CompComputer.cs │ │ ├── CompGSTXSpawner.cs │ │ ├── CompHeatSensitive.cs │ │ ├── CompProperties_BlankAndroidSpawner.cs │ │ ├── CompProperties_Computer.cs │ │ ├── CompProperties_GSTXSpawner.cs │ │ ├── CompProperties_HeatSensitive.cs │ │ ├── CompProperties_ReloadStation.cs │ │ ├── CompProperties_SurrogateSpawner.cs │ │ ├── CompReloadStation.cs │ │ ├── CompRemotelyControlledTurret.cs │ │ ├── CompSkyCloudCore.cs │ │ ├── CompSkyMind.cs │ │ ├── CompSurrogateOwner.cs │ │ ├── CompSurrogateSpawner.cs │ │ ├── SpawnerCompProperties_GenericSpawner.cs │ │ └── Spawner_Generic.cs │ ├── DefsOf │ │ ├── BodyPartTagDefOf.cs │ │ ├── FactionDefOf.cs │ │ ├── Hediffs.cs │ │ ├── MentalStateDefOf.cs │ │ ├── PawnKindDef.cs │ │ ├── SiteCoreDefOf.cs │ │ ├── StatDefOf.cs │ │ ├── ThingDefOfAtlascs.cs │ │ └── TraitDefOf.cs │ ├── Designators │ │ ├── Designator_AndroidToControl.cs │ │ └── Designator_SurrogateToHack.cs │ ├── Dialogs │ │ ├── Dialog_Msg.cs │ │ └── Dialog_SkillUp.cs │ ├── DownedT5AndroidComp.cs │ ├── Enum │ │ └── AndroidPaintColor.cs │ ├── Extensions │ │ └── PawnExt.cs │ ├── GenStep_DownedRefugee.cs │ ├── Harmony │ │ ├── Alert_ColonistNeedsRescuing_Patch.cs │ │ ├── Alert_NeedColonistBeds_Patch.cs │ │ ├── ApparelGraphicRecordGetter_Patch.cs │ │ ├── ApparelUtility_Patch.cs │ │ ├── Apparel_Patch.cs │ │ ├── Building_Bed_Patch.cs │ │ ├── Building_Patch.cs │ │ ├── Building_TurretGun_Patch.cs │ │ ├── Caravan_Patch.cs │ │ ├── ColonistBar_Patch.cs │ │ ├── CompPowerTrader_Patch.cs │ │ ├── Corpse_Patch.cs │ │ ├── FlickUtility_Patch.cs │ │ ├── FloatMenuMakerMap_Patch.cs │ │ ├── FoodUtility_Patch.cs │ │ ├── ForbidUtility_Patch.cs │ │ ├── FreeColonists_Patch.cs │ │ ├── HealthAIUtility_Patch.cs │ │ ├── HealthCardUtility_Patch.cs │ │ ├── HediffUtility_Patch.cs │ │ ├── IncidentWorker_DiseaseAnimal_Patch.cs │ │ ├── IncidentWorker_DiseaseHuman_Patch.cs │ │ ├── InspirationWorker_Patch.cs │ │ ├── JobGiver_GetFood_Patch.cs │ │ ├── JobGiver_GetJoy_Patch.cs │ │ ├── JobGiver_SocialFighting_Patch.cs │ │ ├── KidnapAIUtility_Patch.cs │ │ ├── ListerThings_Patch.cs │ │ ├── MapPawns_Patch.cs │ │ ├── MedicalCareUtility_Patch.cs │ │ ├── MemoryThoughtHandler_Patch.cs │ │ ├── MentalState_Patch.cs │ │ ├── Need_Food_Patch.cs │ │ ├── Need_Patch.cs │ │ ├── PawnBreathMoteMaker_Patch.cs │ │ ├── PawnDiedOrDownedThoughtsUtility_Patch.cs │ │ ├── PawnGenerator_Patch.cs │ │ ├── PawnGraphicSet_Patch.cs │ │ ├── PawnGroupMakerUtility_Patch.cs │ │ ├── PawnInventoryGenerator_Patch.cs │ │ ├── PawnRenderer_Patch.cs │ │ ├── PawnUtility_Patch.cs │ │ ├── PawnWoundDrawer_Patch.cs │ │ ├── Pawn_HealthTracker_Patch.cs │ │ ├── Pawn_InteractionsTracker_Patch.cs │ │ ├── Pawn_NeedsTracker_Patch.cs │ │ ├── Pawn_Patch.cs │ │ ├── Pawn_StoryTracker_Patch.cs │ │ ├── RaceProperties_Patch.cs │ │ ├── RecipeDef_Patch.cs │ │ ├── Recipe_InstallImplant_Patch.cs │ │ ├── RestUtility_Patch.cs │ │ ├── SickPawnVisitUtility_Patch.cs │ │ ├── StartingPawnUtility_Patch.cs │ │ ├── StorytellerComp_Triggered_Patch.cs │ │ ├── StunHandler_Patch.cs │ │ ├── TaleRecorder_Patch.cs │ │ ├── TaleUtility_Patch.cs │ │ ├── TendUtility_Patch.cs │ │ ├── ThinkNode_ConditionalNeedPercentageAbove_Patch.cs │ │ ├── ThoughtUtility_Patch.cs │ │ ├── ThoughtWorker_ApparelDamaged_Patch.cs │ │ ├── ThoughtWorker_Cold_Patch.cs │ │ ├── ThoughtWorker_ColonistLeftUnburied_Patch.cs │ │ ├── ThoughtWorker_Dark_Patch.cs │ │ ├── ThoughtWorker_Expectations.cs │ │ ├── ThoughtWorker_Greedy_Patch.cs │ │ ├── ThoughtWorker_Hot_Patch.cs │ │ ├── ThoughtWorker_HumanLeatherApparel_Patch.cs │ │ ├── ThoughtWorker_NeedFood_Patch.cs │ │ ├── ThoughtWorker_NeedJoy_Patch.cs │ │ ├── ThoughtWorker_NeedRest_Patch.cs │ │ ├── ThoughtWorker_PsychicDrone_Patch.cs │ │ ├── ThoughtWorker_PsychicEmanatorSoothe_Patch.cs │ │ ├── ThoughtWorker_WantToSleepWithSpouseOrLover_Patch.cs │ │ ├── Toils_Tend_Patch.cs │ │ ├── WorkGiver_DoBill_Patch.cs │ │ ├── WorkGiver_FeedPatient_Patch.cs │ │ ├── WorkGiver_RescueDowned_Patch.cs │ │ ├── WorkGiver_TakeToBedToOperate_Patch.cs │ │ ├── WorkGiver_TendOtherUrgent_Patch.cs │ │ ├── WorkGiver_TendOther_Patch.cs │ │ ├── WorkGiver_TendSelf_Patch.cs │ │ └── WorkGiver_VisitSickPawn_Patch.cs │ ├── HealOldWoundsAdv.cs │ ├── HediffCompProperties_HealOldWoundsAdv.cs │ ├── HediffGiver_Android.cs │ ├── Incidents │ │ ├── IncidentWorker_DownedT5Android.cs │ │ ├── Incident_DeviceHacking.cs │ │ ├── Incident_RansomWare.cs │ │ └── Incident_SurrogateHacking.cs │ ├── IngestionOutcomeDoer_GiveTwoHediffs.cs │ ├── JobDrivers │ │ └── JobDriver_GoReloadBattery.cs │ ├── JobGiver_Targetenemies.cs │ ├── MechFallClass.cs │ ├── MechFallMote.cs │ ├── MentalState_TargetEnemies.cs │ ├── ModExtensionATweaks.cs │ ├── MutantSpawn.cs │ ├── Nanites Effects │ │ ├── CompUseEffect_HealCPUSerum.cs │ │ ├── CompUseEffect_HealCoolingSystem.cs │ │ ├── CompUseEffect_HealFrameworkSystem.cs │ │ ├── CompUseEffect_HealHydraulicSystem.cs │ │ └── Operations │ │ │ ├── Recipe_ApplyHealCPUSerum.cs │ │ │ ├── Recipe_ApplyHealCoolingSystem.cs │ │ │ ├── Recipe_ApplyHealFrameworkSystem.cs │ │ │ └── Recipe_ApplyHydraulicNaniteBank.cs │ ├── Other │ │ └── Need_DummyRest.cs │ ├── PaintAndroidFramework │ │ ├── Recipe_PaintAndroidFrameworkBlack.cs │ │ ├── Recipe_PaintAndroidFrameworkBlue.cs │ │ ├── Recipe_PaintAndroidFrameworkCyan.cs │ │ ├── Recipe_PaintAndroidFrameworkDefault.cs │ │ ├── Recipe_PaintAndroidFrameworkGray.cs │ │ ├── Recipe_PaintAndroidFrameworkGreen.cs │ │ ├── Recipe_PaintAndroidFrameworkKhaki.cs │ │ ├── Recipe_PaintAndroidFrameworkOrange.cs │ │ ├── Recipe_PaintAndroidFrameworkPink.cs │ │ ├── Recipe_PaintAndroidFrameworkPurple.cs │ │ ├── Recipe_PaintAndroidFrameworkRed.cs │ │ ├── Recipe_PaintAndroidFrameworkWhite.cs │ │ └── Recipe_PaintAndroidFrameworkYellow.cs │ ├── Patches │ │ ├── AndroidLabelOverwrite.cs │ │ ├── HarmonyPatches.cs │ │ ├── HealthCardUtility_DrawHediffRow.cs │ │ ├── HealthCardUtility_GetTooltip.cs │ │ └── PawnGatheringPatch.cs │ ├── PawnRelationWorker_Creation.cs │ ├── PostInitTweaks.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Recipes │ │ ├── Recipe_CorruptionChance.cs │ │ ├── Recipe_Disassemble.cs │ │ ├── Recipe_InstallAndroidPart.cs │ │ ├── Recipe_InstallArtificialBrain.cs │ │ ├── Recipe_InstallNaturalAndroidPart.cs │ │ ├── Recipe_InstallimplantAndroid.cs │ │ ├── Recipe_PrisonerConversionReprogram.cs │ │ ├── Recipe_RemoveSentience.cs │ │ ├── Recipe_RerollTraits.cs │ │ └── Recipe_SurgeryAndroids.cs │ ├── RestOverride.cs │ ├── Settings.cs │ ├── Spawners │ │ ├── DoggoSpawner.cs │ │ ├── Spawner_LightSwarmSpawner.cs │ │ ├── Spawner_MuffSpawner.cs │ │ ├── Spawner_PhytoSheep.cs │ │ ├── Spawner_T1Spawner.cs │ │ ├── Spawner_T2Spawner.cs │ │ ├── Spawner_T3Spawner.cs │ │ └── Spawner_T4Spawner.cs │ ├── StockGenerator_SlaveAndroids.cs │ ├── ThinkNodes │ │ ├── ThinkNode_ConditionalM7Charging.cs │ │ └── ThinkNode_ConditionalMustKeepLyingDownM7Surrogate.cs │ ├── ThoughtWorker │ │ ├── ThoughtWorker_AssistingMinds.cs │ │ └── ThoughtWorker_FeelingsTowardHumanity.cs │ ├── ThoughtWorker_UncomfortableClothing.cs │ ├── Thoughts │ │ └── Thought_AssistedByMinds.cs │ ├── Toils │ │ └── Toils_LayDownPower.cs │ ├── Utils │ │ ├── CPatchs.cs │ │ ├── DownedT5Utility.cs │ │ ├── GC_ATPP.cs │ │ ├── ReflectionUtility.cs │ │ ├── Tex.cs │ │ └── Utils.cs │ ├── Verb_MechFall.cs │ ├── WorldObjectDef_DownedT5Android.cs │ └── obj │ │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── AndroidTiers.dll │ │ ├── Androids.csproj.CopyComplete │ │ ├── Androids.csproj.CoreCompileInputs.cache │ │ ├── Androids.csproj.FileListAbsolute.txt │ │ ├── Androids.csprojAssemblyReference.cache │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── Androids For RW1.3 │ ├── Alerts │ ├── Alert_Hot2Devices.cs │ ├── Alert_Hot3Devices.cs │ └── Alert_UnsecurisedClients.cs │ ├── AndroidTiers.cs │ ├── Androids.csproj │ ├── Androids.sln │ ├── Buildings │ └── Building_ReloadStation.cs │ ├── ChoiceLetter │ ├── ChoiceLetter_RansomDemand.cs │ └── ChoiceLetter_RansomwareDemand.cs │ ├── CompProperties_SpawnPawn.cs │ ├── Components │ ├── CompAndroidPod.cs │ ├── CompAndroidState.cs │ ├── CompAutoDoor.cs │ ├── CompBlankAndroidSpawner.cs │ ├── CompBuildingSkyMindLAN.cs │ ├── CompBuildingSkyMindRelay.cs │ ├── CompBuildingSkyMindWAN.cs │ ├── CompComputer.cs │ ├── CompGSTXSpawner.cs │ ├── CompHeatSensitive.cs │ ├── CompProperties_BlankAndroidSpawner.cs │ ├── CompProperties_Computer.cs │ ├── CompProperties_GSTXSpawner.cs │ ├── CompProperties_HeatSensitive.cs │ ├── CompProperties_ReloadStation.cs │ ├── CompProperties_SurrogateSpawner.cs │ ├── CompReloadStation.cs │ ├── CompRemotelyControlledTurret.cs │ ├── CompSkyCloudCore.cs │ ├── CompSkyMind.cs │ ├── CompSurrogateOwner.cs │ ├── CompSurrogateSpawner.cs │ ├── CompUseEffect_SpawnAndroid.cs │ ├── SpawnerCompProperties_GenericSpawner.cs │ └── Spawner_Generic.cs │ ├── DefsOf │ ├── BodyPartTagDefOf.cs │ ├── FactionDefOf.cs │ ├── FleshTypeDefOfAT.cs │ ├── HediffDefOf.cs │ ├── JobDefOfAT.cs │ ├── MentalStateDefOf.cs │ ├── PawnKindDef.cs │ ├── SiteCoreDefOf.cs │ ├── SoundDefOfAT.cs │ ├── StatDefOf.cs │ ├── ThingDefOfAT.cs │ └── TraitDefOf.cs │ ├── Designators │ ├── Designator_AndroidToControl.cs │ └── Designator_SurrogateToHack.cs │ ├── Dialogs │ ├── Dialog_Msg.cs │ └── Dialog_SkillUp.cs │ ├── Enum │ └── AndroidPaintColor.cs │ ├── Extensions │ ├── ArrayExtensions.cs │ ├── CollectionExtensions.cs │ ├── PawnExt.cs │ └── StringBuilderExtensions.cs │ ├── GenStep_DownedRefugee.cs │ ├── Harmony │ ├── Alert_ColonistLeftUnburied_Patch.cs │ ├── Alert_ColonistNeedsRescuing_Patch.cs │ ├── Alert_NeedColonistBeds_Patch.cs │ ├── Alert_RoyalNoAcceptableFood_Patch.cs │ ├── ApparelGraphicRecordGetter_Patch.cs │ ├── ApparelUtility_Patch.cs │ ├── Apparel_Patch.cs │ ├── Building_Bed_Patch.cs │ ├── Building_Patch.cs │ ├── Building_TurretGun_Patch.cs │ ├── Caravan_Patch.cs │ ├── ColonistBar_Patch.cs │ ├── CompAbilityEffect_Convert_Patch.cs │ ├── CompAbilityEffect_StartRitual_Patch.cs │ ├── CompPowerTrader_Patch.cs │ ├── Corpse_Patch.cs │ ├── FactionGenerator_Patch.cs │ ├── FlickUtility_Patch.cs │ ├── FloatMenuMakerMap_Patch.cs │ ├── FoodUtility_Patch.cs │ ├── ForbidUtility_Patch.cs │ ├── FreeColonists_Patch.cs │ ├── Game_Patch.cs │ ├── HealthAIUtility_Patch.cs │ ├── HealthCardUtility_Patch.cs │ ├── HediffMaker_Patch.cs │ ├── HediffUtility_Patch.cs │ ├── IncidentWorker_DiseaseAnimal_Patch.cs │ ├── IncidentWorker_DiseaseHuman_Patch.cs │ ├── IncidentWorker_WandererJoin_Patch.cs │ ├── InspirationWorker_Patch.cs │ ├── InteractionWorker_ConvertIdeoAttempt_Patch.cs │ ├── InteractionWorker_EnslaveAttempt_Patch.cs │ ├── InteractionWorker_RecruitAttempt_Patch.cs │ ├── JobGiver_GetFood_Patch.cs │ ├── JobGiver_GetJoy_Patch.cs │ ├── JobGiver_SocialFighting_Patch.cs │ ├── KidnapAIUtility_Patch.cs │ ├── ListerThings_Patch.cs │ ├── MapPawns_Patch.cs │ ├── MedicalCareUtility_Patch.cs │ ├── MemoryThoughtHandler_Patch.cs │ ├── MentalBreaker_Patch.cs │ ├── MentalState_Patch.cs │ ├── Need_Food_Patch.cs │ ├── Need_Patch.cs │ ├── PawnBioAndNameGenerator_Patch.cs │ ├── PawnBreathMoteMaker_Patch.cs │ ├── PawnDiedOrDownedThoughtsUtility_Patch.cs │ ├── PawnGenerator_Patch.cs │ ├── PawnGraphicSet_Patch.cs │ ├── PawnGroupMakerUtility_Patch.cs │ ├── PawnInventoryGenerator_Patch.cs │ ├── PawnObserver_Patch.cs │ ├── PawnRenderer_Patch.cs │ ├── PawnUtility_Patch.cs │ ├── PawnWoundDrawer_Patch.cs │ ├── Pawn_DraftController_Patch.cs │ ├── Pawn_HealthTracker_Patch.cs │ ├── Pawn_InteractionsTracker_Patch.cs │ ├── Pawn_NeedsTracker_Patch.cs │ ├── Pawn_Patch.cs │ ├── Pawn_StoryTracker_Patch.cs │ ├── Pawn_StyleTracker_Patch.cs │ ├── Precept_Ritual_Patch.cs │ ├── RaceProperties_Patch.cs │ ├── Recipe_InstallImplant_Patch.cs │ ├── RestUtility_Patch.cs │ ├── RitualRoleConvertee_Patch.cs │ ├── SickPawnVisitUtility_Patch.cs │ ├── SkillRecord_Patch.cs │ ├── StartingPawnUtility_Patch.cs │ ├── StorytellerComp_Triggered_Patch.cs │ ├── StunHandler_Patch.cs │ ├── TaleRecorder_Patch.cs │ ├── TaleUtility_Patch.cs │ ├── TendUtility_Patch.cs │ ├── ThinkNode_ConditionalNeedPercentageAbove_Patch.cs │ ├── ThoughtUtility_Patch.cs │ ├── ThoughtWorker_AgeReversalDemanded_Patch.cs │ ├── ThoughtWorker_ApparelDamaged_Patch.cs │ ├── ThoughtWorker_BondedAnimalMaster_Patch.cs │ ├── ThoughtWorker_Cold_Patch.cs │ ├── ThoughtWorker_ColonistLeftUnburied_Patch.cs │ ├── ThoughtWorker_Dark_Patch.cs │ ├── ThoughtWorker_Expectations.cs │ ├── ThoughtWorker_Greedy_Patch.cs │ ├── ThoughtWorker_Hot_Patch.cs │ ├── ThoughtWorker_HumanLeatherApparel_Patch.cs │ ├── ThoughtWorker_LookChangeDesired_Patch.cs │ ├── ThoughtWorker_MasochistWearingBodyStrap_Patch.cs │ ├── ThoughtWorker_MasochistWearingCollar_Patch.cs │ ├── ThoughtWorker_NeedFood_Patch.cs │ ├── ThoughtWorker_NeedJoy_Patch.cs │ ├── ThoughtWorker_NeedNeuralSupercharge_Patch.cs │ ├── ThoughtWorker_NeedRest_Patch.cs │ ├── ThoughtWorker_Precept_GroinOrChestUncovered_Patch.cs │ ├── ThoughtWorker_Precept_GroinUncovered_Patch.cs │ ├── ThoughtWorker_Precept_HasNoProsthetic_Patch.cs │ ├── ThoughtWorker_Precept_IdeoDiversity_Patch.cs │ ├── ThoughtWorker_Precept_IdeoDiversity_Uniform_Patch.cs │ ├── ThoughtWorker_Precept_Patch.cs │ ├── ThoughtWorker_Precept_Social_Patch.cs │ ├── ThoughtWorker_PsychicArchotechEmanator_Patch.cs │ ├── ThoughtWorker_PsychicDrone_Patch.cs │ ├── ThoughtWorker_PsychicEmanatorSoothe_Patch.cs │ ├── ThoughtWorker_SharedBed_Patch.cs │ ├── ThoughtWorker_WantToSleepWithSpouseOrLover_Patch.cs │ ├── ThoughtWorker_WearingColor_Patch.cs │ ├── Thought_IdeoDisrespectedBuilding_Patch.cs │ ├── Thought_IdeoMissingBuilding_Patch.cs │ ├── Thought_IdeoRoleApparelRequirementNotMet_Patch.cs │ ├── Thought_IdeoRoleEmpty_Patch.cs │ ├── ToilEffects_Patch.cs │ ├── Toils_Tend_Patch.cs │ ├── WorkGiver_DoBill_Patch.cs │ ├── WorkGiver_FeedPatient_Patch.cs │ ├── WorkGiver_RescueDowned_Patch.cs │ ├── WorkGiver_TakeToBedToOperate_Patch.cs │ ├── WorkGiver_TendOtherUrgent_Patch.cs │ ├── WorkGiver_TendOther_Patch.cs │ ├── WorkGiver_TendSelf_Patch.cs │ └── WorkGiver_VisitSickPawn_Patch.cs │ ├── Hediffs │ ├── HealOldWoundsAdv.cs │ ├── HediffCompProperties_HealOldWoundsAdv.cs │ ├── HediffGiver_Android.cs │ ├── Hediff_AssistingMinds.cs │ ├── Hediff_Fractal.cs │ ├── Hediff_LowNetworkSignal.cs │ └── Hediff_SolarFlare.cs │ ├── ImportantPawnComp │ └── DownedT5AndroidComp.cs │ ├── Incidents │ ├── IncidentWorker_DownedT5Android.cs │ ├── Incident_DeviceHacking.cs │ ├── Incident_RansomWare.cs │ └── Incident_SurrogateHacking.cs │ ├── IngestionOutcomeDoer_GiveTwoHediffs.cs │ ├── JobDrivers │ └── JobDriver_GoReloadBattery.cs │ ├── JobGiver_Targetenemies.cs │ ├── MechFallStuff │ ├── MechFallClass.cs │ ├── MechFallMote.cs │ └── Verb_MechFall.cs │ ├── MentalState_TargetEnemies.cs │ ├── ModExtensionATweaks.cs │ ├── Nanites Effects │ ├── CompUseEffect_HealCPUSerum.cs │ ├── CompUseEffect_HealCoolingSystem.cs │ ├── CompUseEffect_HealFrameworkSystem.cs │ ├── CompUseEffect_HealHydraulicSystem.cs │ └── Operations │ │ ├── Recipe_ApplyHealCPUSerum.cs │ │ ├── Recipe_ApplyHealCoolingSystem.cs │ │ ├── Recipe_ApplyHealFrameworkSystem.cs │ │ └── Recipe_ApplyHydraulicNaniteBank.cs │ ├── Need_Rest_Fake.cs │ ├── Other │ ├── AndroidCapacityLabel.cs │ ├── Need_DummyRest.cs │ └── RestOverride.cs │ ├── PaintAndroidFramework │ ├── Recipe_PaintAndroidFrameworkBlack.cs │ ├── Recipe_PaintAndroidFrameworkBlue.cs │ ├── Recipe_PaintAndroidFrameworkCyan.cs │ ├── Recipe_PaintAndroidFrameworkDefault.cs │ ├── Recipe_PaintAndroidFrameworkGray.cs │ ├── Recipe_PaintAndroidFrameworkGreen.cs │ ├── Recipe_PaintAndroidFrameworkKhaki.cs │ ├── Recipe_PaintAndroidFrameworkOrange.cs │ ├── Recipe_PaintAndroidFrameworkPink.cs │ ├── Recipe_PaintAndroidFrameworkPurple.cs │ ├── Recipe_PaintAndroidFrameworkRed.cs │ ├── Recipe_PaintAndroidFrameworkWhite.cs │ └── Recipe_PaintAndroidFrameworkYellow.cs │ ├── Patches │ ├── AndroidLabelOverwrite.cs │ ├── HarmonyPatches.cs │ ├── HealthCardUtility_DrawHediffRow.cs │ ├── HealthCardUtility_GetTooltip.cs │ └── PawnGatheringPatch.cs │ ├── PawnRelationWorker_Creation.cs │ ├── PostInitTweaks.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Recipes │ ├── Recipe_CorruptionChance.cs │ ├── Recipe_Disassemble.cs │ ├── Recipe_InstallAndroidPart.cs │ ├── Recipe_InstallArtificialBrain.cs │ ├── Recipe_InstallNaturalAndroidPart.cs │ ├── Recipe_InstallimplantAndroid.cs │ ├── Recipe_PrisonerConversionReprogram.cs │ ├── Recipe_RemoveSentience.cs │ ├── Recipe_RerollTraits.cs │ └── Recipe_SurgeryAndroids.cs │ ├── Settings.cs │ ├── Spawners │ ├── DoggoSpawner.cs │ ├── Spawner_LightSwarmSpawner.cs │ ├── Spawner_MuffSpawner.cs │ ├── Spawner_PhytoSheep.cs │ ├── Spawner_T1Spawner.cs │ ├── Spawner_T2Spawner.cs │ ├── Spawner_T3Spawner.cs │ └── Spawner_T4Spawner.cs │ ├── StockGenerator_SlaveAndroids.cs │ ├── ThinkNodes │ ├── ThinkNode_ConditionalM7Charging.cs │ └── ThinkNode_ConditionalMustKeepLyingDownM7Surrogate.cs │ ├── ThoughtWorker │ ├── ThoughtWorker_AssistingMinds.cs │ ├── ThoughtWorker_FeelingsTowardHumanity.cs │ └── ThoughtWorker_UncomfortableClothing.cs │ ├── Thoughts │ └── Thought_AssistedByMinds.cs │ ├── Toils │ └── Toils_LayDownPower.cs │ ├── Utils │ ├── CPatchs.cs │ ├── DownedT5Utility.cs │ ├── GC_ATPP.cs │ ├── ReflectionUtility.cs │ ├── Tex.cs │ └── Utils.cs │ ├── WorkGivers │ └── WorkGiver_RescueSurrogates.cs │ ├── WorldObjectDef_DownedT5Android.cs │ └── obj │ └── Debug │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ ├── AndroidTiers.dll │ ├── Androids.csproj.CopyComplete │ ├── Androids.csproj.CoreCompileInputs.cache │ ├── Androids.csproj.FileListAbsolute.txt │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── Textures ├── Things ├── Alpha.png ├── AndroidKit.png ├── AndroidKitAdv.png ├── ArtificalMilk.png ├── Building │ ├── AIPawnCreator_Alpha.png │ ├── ATPP_CentralCore.png │ ├── ATPP_RechargeStation.png │ ├── ATPP_Servers │ │ ├── Advanced │ │ │ ├── ATPP_Hacking.png │ │ │ ├── ATPP_Security.png │ │ │ └── ATPP_Skill.png │ │ ├── Basic │ │ │ ├── ATPP_Hacking.png │ │ │ ├── ATPP_Security.png │ │ │ └── ATPP_Skill.png │ │ ├── Old │ │ │ ├── ATPP_Hacking.png │ │ │ ├── ATPP_Security.png │ │ │ └── ATPP_Skill.png │ │ └── Temperature │ │ │ ├── ATPP_Hot1.png │ │ │ ├── ATPP_Hot2.png │ │ │ └── ATPP_Hot3.png │ ├── ATPP_SkyMindLAN.png │ ├── ATPP_SkyMindRelay.png │ ├── ATPP_SkyMindWAN.png │ ├── AndroidBed │ │ ├── AndroidBed_east.png │ │ ├── AndroidBed_eastm.png │ │ ├── AndroidBed_north.png │ │ ├── AndroidBed_northm.png │ │ ├── AndroidBed_south.png │ │ └── AndroidBed_southm.png │ ├── AndroidToolKit.png │ ├── AndroidVat │ │ ├── AndroidVat_east.png │ │ ├── AndroidVat_north.png │ │ └── AndroidVat_south.png │ ├── ImplantsTable │ │ ├── ImplantsTable_east.png │ │ ├── ImplantsTable_north.png │ │ └── ImplantsTable_south.png │ ├── PartsTable │ │ ├── PartsTable_east.png │ │ ├── PartsTable_north.png │ │ └── PartsTable_south.png │ └── SurrogatePod │ │ ├── SurrogatePod_east.png │ │ ├── SurrogatePod_north.png │ │ ├── SurrogatePod_south.png │ │ └── SurrogatePod_southm.png ├── ChemicalEgg │ ├── CapsuleRound_a.png │ └── CapsuleRound_b.png ├── Droids │ ├── M7Mech │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ └── Male_Average_Normal_south.png │ ├── M8Mech │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ └── Male_Average_Normal_south.png │ ├── tier1.png │ ├── tier1 │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ └── Male_Average_Normal_south.png │ ├── tier2 │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_AndroidPaintJob_1_east.png │ │ │ ├── Male_AndroidPaintJob_1_eastm.png │ │ │ ├── Male_AndroidPaintJob_1_north.png │ │ │ ├── Male_AndroidPaintJob_1_northm.png │ │ │ ├── Male_AndroidPaintJob_1_south.png │ │ │ ├── Male_AndroidPaintJob_1_southm.png │ │ │ ├── Male_AndroidPaintJob_2_east.png │ │ │ ├── Male_AndroidPaintJob_2_eastm.png │ │ │ ├── Male_AndroidPaintJob_2_north.png │ │ │ ├── Male_AndroidPaintJob_2_northm.png │ │ │ ├── Male_AndroidPaintJob_2_south.png │ │ │ ├── Male_AndroidPaintJob_2_southm.png │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_eastm.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ ├── Male_Average_Normal_northm.png │ │ │ ├── Male_Average_Normal_south.png │ │ │ ├── Male_Average_Normal_southm.png │ │ │ ├── t2bottomjaw.png │ │ │ ├── t2jawside.png │ │ │ └── tier2topjaw.png │ ├── tier3 │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ └── Male_Average_Normal_south.png │ ├── tier4 │ │ ├── body │ │ │ ├── Naked_Male_east.png │ │ │ ├── Naked_Male_eastm.png │ │ │ ├── Naked_Male_north.png │ │ │ ├── Naked_Male_northm.png │ │ │ ├── Naked_Male_south.png │ │ │ └── Naked_Male_southm.png │ │ └── head │ │ │ ├── Male_Average_Normal_east.png │ │ │ ├── Male_Average_Normal_eastm.png │ │ │ ├── Male_Average_Normal_north.png │ │ │ ├── Male_Average_Normal_northm.png │ │ │ ├── Male_Average_Normal_south.png │ │ │ └── Male_Average_Normal_southm.png │ └── tier5 │ │ ├── body │ │ ├── Naked_Fat_east.png │ │ ├── Naked_Fat_eastm.png │ │ ├── Naked_Fat_north.png │ │ ├── Naked_Fat_northm.png │ │ ├── Naked_Fat_south.png │ │ ├── Naked_Fat_southm.png │ │ ├── Naked_Hulk_east.png │ │ ├── Naked_Hulk_eastm.png │ │ ├── Naked_Hulk_north.png │ │ ├── Naked_Hulk_northm.png │ │ ├── Naked_Hulk_south.png │ │ ├── Naked_Hulk_southm.png │ │ ├── Naked_Male_east.png │ │ ├── Naked_Male_eastm.png │ │ ├── Naked_Male_north.png │ │ ├── Naked_Male_northm.png │ │ ├── Naked_Male_south.png │ │ ├── Naked_Male_southm.png │ │ ├── Naked_Thin_east.png │ │ ├── Naked_Thin_eastm.png │ │ ├── Naked_Thin_north.png │ │ ├── Naked_Thin_northm.png │ │ ├── Naked_Thin_south.png │ │ └── Naked_Thin_southm.png │ │ └── head │ │ ├── Male_AndroidPaintJob_1_east.png │ │ ├── Male_AndroidPaintJob_1_eastm.png │ │ ├── Male_AndroidPaintJob_1_north.png │ │ ├── Male_AndroidPaintJob_1_northm.png │ │ ├── Male_AndroidPaintJob_1_south.png │ │ ├── Male_AndroidPaintJob_1_southm.png │ │ ├── Male_AndroidPaintJob_2_east.png │ │ ├── Male_AndroidPaintJob_2_eastm.png │ │ ├── Male_AndroidPaintJob_2_north.png │ │ ├── Male_AndroidPaintJob_2_northm.png │ │ ├── Male_AndroidPaintJob_2_south.png │ │ ├── Male_AndroidPaintJob_2_southm.png │ │ ├── Male_Average_Normal_east.png │ │ ├── Male_Average_Normal_eastm.png │ │ ├── Male_Average_Normal_north.png │ │ ├── Male_Average_Normal_northm.png │ │ ├── Male_Average_Normal_south.png │ │ └── Male_Average_Normal_southm.png ├── Drugs │ ├── Antifreeze.png │ ├── FractalP │ │ ├── FractalP_a.png │ │ └── FractalP_b.png │ ├── MechSwarm.png │ ├── RegenPillAT │ │ ├── RegenPillAT_a.png │ │ └── RegenPillAT_b.png │ └── SGel │ │ ├── SGel_a.png │ │ ├── SGel_b.png │ │ └── SGel_c.png ├── Icons │ └── AndroidBase.png ├── Item │ ├── 40MMCannon.png │ ├── AntiMechRifle.png │ ├── ArmourPlateAdv.png │ ├── ArmourPlateAdv2.png │ ├── ArmourPlateBasic.png │ ├── BatteryPack.png │ ├── MechFlakGun.png │ ├── MechKnife.png │ ├── MechPistol.png │ ├── Nanoswarm_shell.png │ ├── OrganPurple.png │ ├── Organblack.png │ ├── Organgold.png │ ├── Organorange.png │ ├── Organwhite.png │ └── UnfinishedAndroid.png ├── Misc │ ├── ATPP.png │ ├── ATPP_AndroidToControlTarget.png │ ├── ATPP_AndroidToControlTargetDisconnect.png │ ├── ATPP_AndroidToControlTargetRecovery.png │ ├── ATPP_ArtificialBrain.png │ ├── ATPP_B1.png │ ├── ATPP_B2.png │ ├── ATPP_B3.png │ ├── ATPP_Battery.png │ ├── ATPP_CloseDoor.png │ ├── ATPP_ColorPicker.png │ ├── ATPP_DownloadFromSkyCloud.png │ ├── ATPP_DownloadFromSkyCloudDisabled.png │ ├── ATPP_Duplicate.png │ ├── ATPP_DuplicateDisabled.png │ ├── ATPP_LWPNConnected.png │ ├── ATPP_LWPNNotConnected.png │ ├── ATPP_MindAbsorption.png │ ├── ATPP_MindAbsorptionDisabled.png │ ├── ATPP_NanoKitAdvanced │ │ ├── ATPP_NanoKitAdvanced_a.png │ │ ├── ATPP_NanoKitAdvanced_b.png │ │ └── ATPP_NanoKitAdvanced_c.png │ ├── ATPP_NanoKitBasic │ │ ├── ATPP_NanoKitBasic_a.png │ │ ├── ATPP_NanoKitBasic_b.png │ │ └── ATPP_NanoKitBasic_c.png │ ├── ATPP_NanoKitIntermediate │ │ ├── ATPP_NanoKitIntermediate_a.png │ │ ├── ATPP_NanoKitIntermediate_b.png │ │ └── ATPP_NanoKitIntermediate_c.png │ ├── ATPP_NoCare.png │ ├── ATPP_OnlyDocVisit.png │ ├── ATPP_OpenDoor.png │ ├── ATPP_OverloadAndroid.png │ ├── ATPP_OverloadAndroidDisabled.png │ ├── ATPP_PassionMajor.png │ ├── ATPP_PassionMinor.png │ ├── ATPP_PassionMinorGray.png │ ├── ATPP_PassionMinorGrayDisabled.png │ ├── ATPP_Permute.png │ ├── ATPP_PermuteDisabled.png │ ├── ATPP_ProcessAssist.png │ ├── ATPP_ProcessDuplicate.png │ ├── ATPP_ProcessInfo.png │ ├── ATPP_ProcessMigrate.png │ ├── ATPP_ProcessRemove.png │ ├── ATPP_ProcessSkillUp.png │ ├── ATPP_RX.png │ ├── ATPP_RemoteControlled.png │ ├── ATPP_RepairAndroids.png │ ├── ATPP_SelectableSX.png │ ├── ATPP_SelectableSXToHack.png │ ├── ATPP_SkillUILogo.png │ ├── ATPP_SkillUp.png │ ├── ATPP_SkyMind.png │ ├── ATPP_SkyMindAutoReconnect.png │ ├── ATPP_StopVirused.png │ ├── ATPP_SurrogateMode.png │ ├── ATPP_SurrogateReconnectLastUser.png │ ├── ATPP_Sync.png │ ├── ATPP_UploadConsciousness.png │ ├── ATPP_UploadConsciousnessDisabled.png │ ├── ATPP_UploadToSkyCloud.png │ ├── ATPP_UploadToSkyCloudDisabled.png │ ├── ATPP_VX0.png │ ├── ATPP_VX1.png │ ├── ATPP_VX2.png │ ├── ATPP_VX3.png │ ├── ATPP_chip1.png │ ├── ATPP_chip2.png │ ├── ATPP_chip3.png │ ├── ATPP_chip4.png │ ├── Hacking │ │ ├── ATPP_ExplosiveVirus.png │ │ ├── ATPP_ExplosiveVirusDisabled.png │ │ ├── ATPP_ExplosiveVirused.png │ │ ├── ATPP_HackedTemp.png │ │ ├── ATPP_Hacking.png │ │ ├── ATPP_HackingDisabled.png │ │ ├── ATPP_HackingTemp.png │ │ ├── ATPP_HackingTempDisabled.png │ │ ├── ATPP_Virus.png │ │ ├── ATPP_VirusDisabled.png │ │ └── ATPP_Virused.png │ ├── Motes │ │ └── ATPP_SkyCloud.png │ ├── SettingsHeader.png │ └── Virus │ │ ├── ATPP_Cryptolocker.png │ │ ├── ATPP_ExplosiveVirus.png │ │ ├── ATPP_Virus.png │ │ └── ATPP_VirusLite.png ├── Motes │ ├── Android1.png │ └── Android2.png ├── Pawn │ ├── Abomination │ │ ├── Abomination_east.png │ │ ├── Abomination_north.png │ │ └── Abomination_south.png │ ├── AndroidDog │ │ ├── AndroidDog_east.png │ │ ├── AndroidDog_north.png │ │ └── AndroidDog_south.png │ ├── Chickenboi │ │ ├── RChicken_east.png │ │ ├── RChicken_north.png │ │ └── RChicken_south.png │ ├── Cowboi │ │ ├── RMilkerPack_east.png │ │ ├── RMilkerPack_north.png │ │ ├── RMilker_east.png │ │ ├── RMilker_north.png │ │ └── RMilker_south.png │ ├── Muffboi │ │ ├── RoboMUFFPack_east.png │ │ ├── RoboMUFFPack_north.png │ │ ├── RoboMUFF_east.png │ │ ├── RoboMUFF_north.png │ │ └── RoboMUFF_south.png │ ├── NanoDrone │ │ ├── NanoDrone_east.png │ │ ├── NanoDrone_north.png │ │ └── NanoDrone_south.png │ └── Sheepboi │ │ ├── RGrowerPack_east.png │ │ ├── RGrowerPack_north.png │ │ ├── RGrower_east.png │ │ ├── RGrower_north.png │ │ └── RGrower_south.png ├── RepairKit.png ├── SteelWool.png ├── StrangeCrash.png ├── UI │ └── CoolantLeak.png └── Wounds │ ├── WoundAndroidA.png │ ├── WoundAndroidB.png │ └── WoundAndroidC.png └── UI └── Icons └── Medical └── Leaking.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/.gitignore -------------------------------------------------------------------------------- /1.0/Assemblies/0Harmony.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Assemblies/0Harmony.dll -------------------------------------------------------------------------------- /1.0/Assemblies/AndroidsAtlasTiers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Assemblies/AndroidsAtlasTiers.dll -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_AndroidT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_AndroidT1.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_AndroidT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_AndroidT2.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_AndroidT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_AndroidT3.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_AndroidT4.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_AndroidT5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_AndroidT5.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_FractalMutation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_FractalMutation.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_M7Mech.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/AlienRace_MicroScyther.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/AlienRace_MicroScyther.xml -------------------------------------------------------------------------------- /1.0/Defs/AlienRace/BodyTagDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AlienRace/BodyTagDefs.xml -------------------------------------------------------------------------------- /1.0/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml -------------------------------------------------------------------------------- /1.0/Defs/AndroidMaker/AndroidMakers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/AndroidMaker/AndroidMakers.xml -------------------------------------------------------------------------------- /1.0/Defs/Animals/Races_Animal_Advanced.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Animals/Races_Animal_Advanced.xml -------------------------------------------------------------------------------- /1.0/Defs/Animals/Races_Animal_Base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Animals/Races_Animal_Base.xml -------------------------------------------------------------------------------- /1.0/Defs/Animals/Races_Animal_Basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Animals/Races_Animal_Basic.xml -------------------------------------------------------------------------------- /1.0/Defs/Animals/Races_Animal_Experimental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Animals/Races_Animal_Experimental.xml -------------------------------------------------------------------------------- /1.0/Defs/BackstoryDefs/Backstories_Droid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BackstoryDefs/Backstories_Droid.xml -------------------------------------------------------------------------------- /1.0/Defs/BackstoryDefs/Backstories_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BackstoryDefs/Backstories_General.xml -------------------------------------------------------------------------------- /1.0/Defs/BackstoryDefs/Backstories_Raider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BackstoryDefs/Backstories_Raider.xml -------------------------------------------------------------------------------- /1.0/Defs/BackstoryDefs/PawnBios_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BackstoryDefs/PawnBios_Special.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_AndroidT4.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_Animal_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_Animal_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_Animal_AndroidBird.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_Animal_AndroidBird.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_Animal_AndroidDog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_Animal_AndroidDog.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_M7Mech.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_MicroDrone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_MicroDrone.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/Bodies_Muff_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/Bodies_Muff_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/BodyPartGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/BodyPartGroups.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/BodyParts_Android1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/BodyParts_Android1.xml -------------------------------------------------------------------------------- /1.0/Defs/BodyDefs/BodyParts_OrgansAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/BodyDefs/BodyParts_OrgansAndroid.xml -------------------------------------------------------------------------------- /1.0/Defs/FactionDefs/Factions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/FactionDefs/Factions_Misc.xml -------------------------------------------------------------------------------- /1.0/Defs/FactionsEvents/Incidents_World_Quests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/FactionsEvents/Incidents_World_Quests.xml -------------------------------------------------------------------------------- /1.0/Defs/Hediffs/Drugs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Hediffs/Drugs.xml -------------------------------------------------------------------------------- /1.0/Defs/Hediffs/Givers/HediffGiver_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Hediffs/Givers/HediffGiver_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/Hediffs/Hediffs_AgeRelated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Hediffs/Hediffs_AgeRelated.xml -------------------------------------------------------------------------------- /1.0/Defs/Hediffs/Hediffs_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Hediffs/Hediffs_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/Hediffs/Hediffs_Energy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Hediffs/Hediffs_Energy.xml -------------------------------------------------------------------------------- /1.0/Defs/InteractionDefs/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/InteractionDefs/Interactions_Social.xml -------------------------------------------------------------------------------- /1.0/Defs/InteractionDefs/Thoughts_Memory_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/InteractionDefs/Thoughts_Memory_Social.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/Filth_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Misc/Filth_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/FleshTypeDefs/FleshType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Misc/FleshTypeDefs/FleshType.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/ResearchDefs/ResearchTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Misc/ResearchDefs/ResearchTabs.xml -------------------------------------------------------------------------------- /1.0/Defs/Misc/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Misc/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.0/Defs/Names/RulePacks_NameMakers_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Names/RulePacks_NameMakers_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/Names/RulePacks_NameMakers_MechAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Names/RulePacks_NameMakers_MechAndroid.xml -------------------------------------------------------------------------------- /1.0/Defs/Names/RulePacks_Namers_Factions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Names/RulePacks_Namers_Factions.xml -------------------------------------------------------------------------------- /1.0/Defs/PawnkindDefs/PawnKinds_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/PawnkindDefs/PawnKinds_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml -------------------------------------------------------------------------------- /1.0/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml -------------------------------------------------------------------------------- /1.0/Defs/RecipeDefs/Parts/AndroidParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/RecipeDefs/Parts/AndroidParts.xml -------------------------------------------------------------------------------- /1.0/Defs/RecipeDefs/Recipes_Surgery_Installations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/RecipeDefs/Recipes_Surgery_Installations.xml -------------------------------------------------------------------------------- /1.0/Defs/Records/Records_Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Records/Records_Time.xml -------------------------------------------------------------------------------- /1.0/Defs/ScenarioDefs/Scenarios_Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ScenarioDefs/Scenarios_Androids.xml -------------------------------------------------------------------------------- /1.0/Defs/ScenarioDefs/Scenarios_Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ScenarioDefs/Scenarios_Settings.xml -------------------------------------------------------------------------------- /1.0/Defs/SoundDefs/Guns_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/SoundDefs/Guns_Vox.xml -------------------------------------------------------------------------------- /1.0/Defs/SoundDefs/Pawn_Mutant_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/SoundDefs/Pawn_Mutant_Vox.xml -------------------------------------------------------------------------------- /1.0/Defs/TaleDefs/Tales_Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/TaleDefs/Tales_Health.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Buildings/Buildings_Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Buildings/Buildings_Furniture.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Buildings/Buildings_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Buildings/Buildings_Production.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Items/Items_BodyParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Items/Items_BodyParts.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Items/Items_Resource_Manufactured.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Items/Items_Resource_Manufactured.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Items/Items_Resource_Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Items/Items_Resource_Shell.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Items/Items_Resource_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Items/Items_Resource_Stuff.xml -------------------------------------------------------------------------------- /1.0/Defs/Things_Items/Weapons_Guns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/Things_Items/Weapons_Guns.xml -------------------------------------------------------------------------------- /1.0/Defs/ThinkTreeDefs/AnimalAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThinkTreeDefs/AnimalAndroid.xml -------------------------------------------------------------------------------- /1.0/Defs/ThinkTreeDefs/HumanLike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThinkTreeDefs/HumanLike.xml -------------------------------------------------------------------------------- /1.0/Defs/ThinkTreeDefs/M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThinkTreeDefs/M7Mech.xml -------------------------------------------------------------------------------- /1.0/Defs/ThinkTreeDefs/MentalStates_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThinkTreeDefs/MentalStates_Special.xml -------------------------------------------------------------------------------- /1.0/Defs/ThoughtDefs/Thoughts_Memory_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThoughtDefs/Thoughts_Memory_Android.xml -------------------------------------------------------------------------------- /1.0/Defs/ThoughtDefs/Traits_Singular.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/ThoughtDefs/Traits_Singular.xml -------------------------------------------------------------------------------- /1.0/Defs/WorkGivers/WorkGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.0/Defs/WorkGivers/WorkGivers.xml -------------------------------------------------------------------------------- /1.1/Assemblies/AndroidTiers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Assemblies/AndroidTiers.dll -------------------------------------------------------------------------------- /1.1/Assemblies/CompOversizedWeapon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Assemblies/CompOversizedWeapon.dll -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_AndroidT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_AndroidT1.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_AndroidT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_AndroidT2.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_AndroidT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_AndroidT3.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_AndroidT4.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_AndroidT5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_AndroidT5.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_FractalMutation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_FractalMutation.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_M7Mech.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/AlienRace_MicroScyther.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/AlienRace_MicroScyther.xml -------------------------------------------------------------------------------- /1.1/Defs/AlienRace/BodyTagDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AlienRace/BodyTagDefs.xml -------------------------------------------------------------------------------- /1.1/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml -------------------------------------------------------------------------------- /1.1/Defs/AndroidMaker/AndroidMakers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/AndroidMaker/AndroidMakers.xml -------------------------------------------------------------------------------- /1.1/Defs/Animals/Races_Animal_Advanced.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Animals/Races_Animal_Advanced.xml -------------------------------------------------------------------------------- /1.1/Defs/Animals/Races_Animal_Base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Animals/Races_Animal_Base.xml -------------------------------------------------------------------------------- /1.1/Defs/Animals/Races_Animal_Basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Animals/Races_Animal_Basic.xml -------------------------------------------------------------------------------- /1.1/Defs/Animals/Races_Animal_Experimental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Animals/Races_Animal_Experimental.xml -------------------------------------------------------------------------------- /1.1/Defs/BackstoryDefs/Backstories_Creation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BackstoryDefs/Backstories_Creation.xml -------------------------------------------------------------------------------- /1.1/Defs/BackstoryDefs/Backstories_Droid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BackstoryDefs/Backstories_Droid.xml -------------------------------------------------------------------------------- /1.1/Defs/BackstoryDefs/Backstories_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BackstoryDefs/Backstories_General.xml -------------------------------------------------------------------------------- /1.1/Defs/BackstoryDefs/Backstories_Raider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BackstoryDefs/Backstories_Raider.xml -------------------------------------------------------------------------------- /1.1/Defs/BackstoryDefs/PawnBios_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BackstoryDefs/PawnBios_Special.xml -------------------------------------------------------------------------------- /1.1/Defs/BodyDefs/BodyParts/BodyPartGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BodyDefs/BodyParts/BodyPartGroups.xml -------------------------------------------------------------------------------- /1.1/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml -------------------------------------------------------------------------------- /1.1/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml -------------------------------------------------------------------------------- /1.1/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml -------------------------------------------------------------------------------- /1.1/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/CustomChoiceLetters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/CustomChoiceLetters.xml -------------------------------------------------------------------------------- /1.1/Defs/FactionDefs/Factions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/FactionDefs/Factions_Misc.xml -------------------------------------------------------------------------------- /1.1/Defs/FactionsEvents/Incidents_World_Quests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/FactionsEvents/Incidents_World_Quests.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Drugs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Drugs.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Givers/HediffGiver_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Givers/HediffGiver_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Hediffs_AgeRelated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Hediffs_AgeRelated.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Hediffs_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Hediffs_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Hediffs_CustomImplants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Hediffs_CustomImplants.xml -------------------------------------------------------------------------------- /1.1/Defs/Hediffs/Hediffs_Global_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Hediffs/Hediffs_Global_Misc.xml -------------------------------------------------------------------------------- /1.1/Defs/Incidents/Incidents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Incidents/Incidents.xml -------------------------------------------------------------------------------- /1.1/Defs/InteractionDefs/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/InteractionDefs/Interactions_Social.xml -------------------------------------------------------------------------------- /1.1/Defs/InteractionDefs/Interactions_SocialATPP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/InteractionDefs/Interactions_SocialATPP.xml -------------------------------------------------------------------------------- /1.1/Defs/InteractionDefs/Thoughts_Memory_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/InteractionDefs/Thoughts_Memory_Social.xml -------------------------------------------------------------------------------- /1.1/Defs/JobDefs/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/JobDefs/Jobs_Misc.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/BodyTypeDefs/BodyTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/BodyTypeDefs/BodyTypes.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/Designations/DesignationCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/Designations/DesignationCategories.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/Filth_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/Filth_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/FleshTypeDefs/FleshType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/FleshTypeDefs/FleshType.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/ResearchDefs/ResearchTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/ResearchDefs/ResearchTabs.xml -------------------------------------------------------------------------------- /1.1/Defs/Misc/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Misc/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.1/Defs/Names/RulePacks_NameMakers_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Names/RulePacks_NameMakers_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/Names/RulePacks_NameMakers_MechAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Names/RulePacks_NameMakers_MechAndroid.xml -------------------------------------------------------------------------------- /1.1/Defs/Names/RulePacks_Namers_Factions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Names/RulePacks_Namers_Factions.xml -------------------------------------------------------------------------------- /1.1/Defs/PawnkindDefs/PawnKinds_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/PawnkindDefs/PawnKinds_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml -------------------------------------------------------------------------------- /1.1/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Parts/AndroidParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/RecipeDefs/Parts/AndroidParts.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/RecipeDefs/Recipes.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Recipes_Surgery_Installations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/RecipeDefs/Recipes_Surgery_Installations.xml -------------------------------------------------------------------------------- /1.1/Defs/RecipeDefs/Surrogates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/RecipeDefs/Surrogates.xml -------------------------------------------------------------------------------- /1.1/Defs/Records/Records_Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Records/Records_Time.xml -------------------------------------------------------------------------------- /1.1/Defs/ResearchProjectDefs/ResearchProjects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ResearchProjectDefs/ResearchProjects.xml -------------------------------------------------------------------------------- /1.1/Defs/ScenarioDefs/Scenarios_Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ScenarioDefs/Scenarios_Androids.xml -------------------------------------------------------------------------------- /1.1/Defs/ScenarioDefs/Scenarios_Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ScenarioDefs/Scenarios_Settings.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/Building_Sustainers_Ambiences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/SoundDefs/Building_Sustainers_Ambiences.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/Guns_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/SoundDefs/Guns_Vox.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/Pawn_Mutant_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/SoundDefs/Pawn_Mutant_Vox.xml -------------------------------------------------------------------------------- /1.1/Defs/SoundDefs/SoundDef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/SoundDefs/SoundDef.xml -------------------------------------------------------------------------------- /1.1/Defs/Stats/stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Stats/stats.xml -------------------------------------------------------------------------------- /1.1/Defs/TaleDefs/Tales_Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/TaleDefs/Tales_Health.xml -------------------------------------------------------------------------------- /1.1/Defs/ThingDefs/Motes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThingDefs/Motes.xml -------------------------------------------------------------------------------- /1.1/Defs/ThingDefs/Thoughts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThingDefs/Thoughts.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Buildings/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Buildings/Buildings.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Buildings/Buildings_Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Buildings/Buildings_Furniture.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Buildings/Buildings_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Buildings/Buildings_Production.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items_BodyParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items_BodyParts.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items_BodyParts_Backstories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items_BodyParts_Backstories.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items_Resource_Manufactured.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items_Resource_Manufactured.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items_Resource_Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items_Resource_Shell.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Items_Resource_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Items_Resource_Stuff.xml -------------------------------------------------------------------------------- /1.1/Defs/Things_Items/Weapons_Guns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/Things_Items/Weapons_Guns.xml -------------------------------------------------------------------------------- /1.1/Defs/ThinkTreeDefs/AnimalAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThinkTreeDefs/AnimalAndroid.xml -------------------------------------------------------------------------------- /1.1/Defs/ThinkTreeDefs/HumanLike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThinkTreeDefs/HumanLike.xml -------------------------------------------------------------------------------- /1.1/Defs/ThinkTreeDefs/M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThinkTreeDefs/M7Mech.xml -------------------------------------------------------------------------------- /1.1/Defs/ThinkTreeDefs/MentalStates_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThinkTreeDefs/MentalStates_Special.xml -------------------------------------------------------------------------------- /1.1/Defs/ThoughtDefs/Thoughts_Memory_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThoughtDefs/Thoughts_Memory_Android.xml -------------------------------------------------------------------------------- /1.1/Defs/ThoughtDefs/Thoughts_Memory_Death.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThoughtDefs/Thoughts_Memory_Death.xml -------------------------------------------------------------------------------- /1.1/Defs/ThoughtDefs/Traits_Singular.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/ThoughtDefs/Traits_Singular.xml -------------------------------------------------------------------------------- /1.1/Defs/WorkGivers/WorkGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Defs/WorkGivers/WorkGivers.xml -------------------------------------------------------------------------------- /1.1/Patches/Patch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.1/Patches/Patch.xml -------------------------------------------------------------------------------- /1.2/Assemblies/AndroidTiers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Assemblies/AndroidTiers.dll -------------------------------------------------------------------------------- /1.2/Assemblies/CompOversizedWeapon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Assemblies/CompOversizedWeapon.dll -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_AndroidT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_AndroidT1.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_AndroidT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_AndroidT2.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_AndroidT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_AndroidT3.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_AndroidT4.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_AndroidT5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_AndroidT5.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_FractalMutation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_FractalMutation.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_M7Mech.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/AlienRace_MicroScyther.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/AlienRace_MicroScyther.xml -------------------------------------------------------------------------------- /1.2/Defs/AlienRace/BodyTagDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AlienRace/BodyTagDefs.xml -------------------------------------------------------------------------------- /1.2/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml -------------------------------------------------------------------------------- /1.2/Defs/AndroidMaker/AndroidMakers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/AndroidMaker/AndroidMakers.xml -------------------------------------------------------------------------------- /1.2/Defs/Animals/Races_Animal_Advanced.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Animals/Races_Animal_Advanced.xml -------------------------------------------------------------------------------- /1.2/Defs/Animals/Races_Animal_Base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Animals/Races_Animal_Base.xml -------------------------------------------------------------------------------- /1.2/Defs/Animals/Races_Animal_Basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Animals/Races_Animal_Basic.xml -------------------------------------------------------------------------------- /1.2/Defs/Animals/Races_Animal_Experimental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Animals/Races_Animal_Experimental.xml -------------------------------------------------------------------------------- /1.2/Defs/BackstoryDefs/Backstories_Creation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BackstoryDefs/Backstories_Creation.xml -------------------------------------------------------------------------------- /1.2/Defs/BackstoryDefs/Backstories_Droid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BackstoryDefs/Backstories_Droid.xml -------------------------------------------------------------------------------- /1.2/Defs/BackstoryDefs/Backstories_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BackstoryDefs/Backstories_General.xml -------------------------------------------------------------------------------- /1.2/Defs/BackstoryDefs/Backstories_Raider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BackstoryDefs/Backstories_Raider.xml -------------------------------------------------------------------------------- /1.2/Defs/BackstoryDefs/PawnBios_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BackstoryDefs/PawnBios_Special.xml -------------------------------------------------------------------------------- /1.2/Defs/BodyDefs/BodyParts/BodyPartGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BodyDefs/BodyParts/BodyPartGroups.xml -------------------------------------------------------------------------------- /1.2/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml -------------------------------------------------------------------------------- /1.2/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml -------------------------------------------------------------------------------- /1.2/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml -------------------------------------------------------------------------------- /1.2/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/CustomChoiceLetters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/CustomChoiceLetters.xml -------------------------------------------------------------------------------- /1.2/Defs/FactionDefs/Factions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/FactionDefs/Factions_Misc.xml -------------------------------------------------------------------------------- /1.2/Defs/FactionsEvents/Incidents_World_Quests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/FactionsEvents/Incidents_World_Quests.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Drugs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Drugs.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Givers/HediffGiver_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Givers/HediffGiver_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Hediffs_AgeRelated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Hediffs_AgeRelated.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Hediffs_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Hediffs_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Hediffs_CustomImplants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Hediffs_CustomImplants.xml -------------------------------------------------------------------------------- /1.2/Defs/Hediffs/Hediffs_Global_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Hediffs/Hediffs_Global_Misc.xml -------------------------------------------------------------------------------- /1.2/Defs/Incidents/Incidents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Incidents/Incidents.xml -------------------------------------------------------------------------------- /1.2/Defs/InteractionDefs/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/InteractionDefs/Interactions_Social.xml -------------------------------------------------------------------------------- /1.2/Defs/InteractionDefs/Interactions_SocialATPP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/InteractionDefs/Interactions_SocialATPP.xml -------------------------------------------------------------------------------- /1.2/Defs/InteractionDefs/Thoughts_Memory_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/InteractionDefs/Thoughts_Memory_Social.xml -------------------------------------------------------------------------------- /1.2/Defs/JobDefs/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/JobDefs/Jobs_Misc.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/BodyTypeDefs/BodyTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/BodyTypeDefs/BodyTypes.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/Designations/DesignationCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/Designations/DesignationCategories.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/Filth_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/Filth_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/FleshTypeDefs/FleshType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/FleshTypeDefs/FleshType.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/ResearchDefs/ResearchTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/ResearchDefs/ResearchTabs.xml -------------------------------------------------------------------------------- /1.2/Defs/Misc/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Misc/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.2/Defs/Names/RulePacks_NameMakers_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Names/RulePacks_NameMakers_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/Names/RulePacks_NameMakers_MechAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Names/RulePacks_NameMakers_MechAndroid.xml -------------------------------------------------------------------------------- /1.2/Defs/Names/RulePacks_Namers_Factions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Names/RulePacks_Namers_Factions.xml -------------------------------------------------------------------------------- /1.2/Defs/PawnkindDefs/PawnKinds_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/PawnkindDefs/PawnKinds_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml -------------------------------------------------------------------------------- /1.2/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Parts/AndroidParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/RecipeDefs/Parts/AndroidParts.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/RecipeDefs/Recipes.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Recipes_Surgery_Installations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/RecipeDefs/Recipes_Surgery_Installations.xml -------------------------------------------------------------------------------- /1.2/Defs/RecipeDefs/Surrogates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/RecipeDefs/Surrogates.xml -------------------------------------------------------------------------------- /1.2/Defs/Records/Records_Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Records/Records_Time.xml -------------------------------------------------------------------------------- /1.2/Defs/ResearchProjectDefs/ResearchProjects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ResearchProjectDefs/ResearchProjects.xml -------------------------------------------------------------------------------- /1.2/Defs/ScenarioDefs/Scenarios_Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ScenarioDefs/Scenarios_Androids.xml -------------------------------------------------------------------------------- /1.2/Defs/ScenarioDefs/Scenarios_Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ScenarioDefs/Scenarios_Settings.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/Building_Sustainers_Ambiences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/SoundDefs/Building_Sustainers_Ambiences.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/Guns_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/SoundDefs/Guns_Vox.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/Pawn_Mutant_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/SoundDefs/Pawn_Mutant_Vox.xml -------------------------------------------------------------------------------- /1.2/Defs/SoundDefs/SoundDef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/SoundDefs/SoundDef.xml -------------------------------------------------------------------------------- /1.2/Defs/Stats/stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Stats/stats.xml -------------------------------------------------------------------------------- /1.2/Defs/TaleDefs/Tales_Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/TaleDefs/Tales_Health.xml -------------------------------------------------------------------------------- /1.2/Defs/ThingDefs/Motes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThingDefs/Motes.xml -------------------------------------------------------------------------------- /1.2/Defs/ThingDefs/Thoughts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThingDefs/Thoughts.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Buildings/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Buildings/Buildings.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Buildings/Buildings_Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Buildings/Buildings_Furniture.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Buildings/Buildings_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Buildings/Buildings_Production.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_Androids_Kits.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_Androids_Kits.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_BodyParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_BodyParts.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_BodyParts_Backstories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_BodyParts_Backstories.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_Resource_Manufactured.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_Resource_Manufactured.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_Resource_Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_Resource_Shell.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Items_Resource_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Items_Resource_Stuff.xml -------------------------------------------------------------------------------- /1.2/Defs/Things_Items/Weapons_Guns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/Things_Items/Weapons_Guns.xml -------------------------------------------------------------------------------- /1.2/Defs/ThinkTreeDefs/AnimalAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThinkTreeDefs/AnimalAndroid.xml -------------------------------------------------------------------------------- /1.2/Defs/ThinkTreeDefs/HumanLike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThinkTreeDefs/HumanLike.xml -------------------------------------------------------------------------------- /1.2/Defs/ThinkTreeDefs/M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThinkTreeDefs/M7Mech.xml -------------------------------------------------------------------------------- /1.2/Defs/ThinkTreeDefs/MentalStates_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThinkTreeDefs/MentalStates_Special.xml -------------------------------------------------------------------------------- /1.2/Defs/ThoughtDefs/Thoughts_Memory_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThoughtDefs/Thoughts_Memory_Android.xml -------------------------------------------------------------------------------- /1.2/Defs/ThoughtDefs/Thoughts_Memory_Death.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThoughtDefs/Thoughts_Memory_Death.xml -------------------------------------------------------------------------------- /1.2/Defs/ThoughtDefs/Traits_Singular.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/ThoughtDefs/Traits_Singular.xml -------------------------------------------------------------------------------- /1.2/Defs/WorkGivers/WorkGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Defs/WorkGivers/WorkGivers.xml -------------------------------------------------------------------------------- /1.2/Patches/Patch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Patches/Patch.xml -------------------------------------------------------------------------------- /1.2/Patches/Patch_Royalty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.2/Patches/Patch_Royalty.xml -------------------------------------------------------------------------------- /1.3/Assemblies/AndroidTiers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Assemblies/AndroidTiers.dll -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_AndroidT1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_AndroidT1.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_AndroidT2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_AndroidT2.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_AndroidT3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_AndroidT3.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_AndroidT4.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_AndroidT5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_AndroidT5.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_FractalMutation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_FractalMutation.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_M7Mech.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_M8Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_M8Mech.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/AlienRace_MicroScyther.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/AlienRace_MicroScyther.xml -------------------------------------------------------------------------------- /1.3/Defs/AlienRace/BodyTagDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AlienRace/BodyTagDefs.xml -------------------------------------------------------------------------------- /1.3/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AndroidFall/Ethereal_OrbitalStrikes.xml -------------------------------------------------------------------------------- /1.3/Defs/AndroidMaker/AndroidMakers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/AndroidMaker/AndroidMakers.xml -------------------------------------------------------------------------------- /1.3/Defs/Animals/Races_Animal_Advanced.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Animals/Races_Animal_Advanced.xml -------------------------------------------------------------------------------- /1.3/Defs/Animals/Races_Animal_Base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Animals/Races_Animal_Base.xml -------------------------------------------------------------------------------- /1.3/Defs/Animals/Races_Animal_Basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Animals/Races_Animal_Basic.xml -------------------------------------------------------------------------------- /1.3/Defs/Animals/Races_Animal_Experimental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Animals/Races_Animal_Experimental.xml -------------------------------------------------------------------------------- /1.3/Defs/BackstoryDefs/Backstories_Creation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BackstoryDefs/Backstories_Creation.xml -------------------------------------------------------------------------------- /1.3/Defs/BackstoryDefs/Backstories_Droid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BackstoryDefs/Backstories_Droid.xml -------------------------------------------------------------------------------- /1.3/Defs/BackstoryDefs/Backstories_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BackstoryDefs/Backstories_General.xml -------------------------------------------------------------------------------- /1.3/Defs/BackstoryDefs/Backstories_Raider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BackstoryDefs/Backstories_Raider.xml -------------------------------------------------------------------------------- /1.3/Defs/BackstoryDefs/PawnBios_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BackstoryDefs/PawnBios_Special.xml -------------------------------------------------------------------------------- /1.3/Defs/BodyDefs/BodyParts/BodyPartGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BodyDefs/BodyParts/BodyPartGroups.xml -------------------------------------------------------------------------------- /1.3/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BodyDefs/BodyTypes/Bodies_AndroidT4.xml -------------------------------------------------------------------------------- /1.3/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BodyDefs/BodyTypes/Bodies_M7Mech.xml -------------------------------------------------------------------------------- /1.3/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BodyDefs/BodyTypes/Bodies_MicroDrone.xml -------------------------------------------------------------------------------- /1.3/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/BodyDefs/BodyTypes/Bodies_Muff_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/CustomChoiceLetters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/CustomChoiceLetters.xml -------------------------------------------------------------------------------- /1.3/Defs/FactionDefs/Factions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/FactionDefs/Factions_Misc.xml -------------------------------------------------------------------------------- /1.3/Defs/FactionsEvents/Incidents_World_Quests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/FactionsEvents/Incidents_World_Quests.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Drugs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Drugs.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Givers/HediffGiver_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Givers/HediffGiver_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Hediffs_AgeRelated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Hediffs_AgeRelated.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Hediffs_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Hediffs_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Hediffs_CustomImplants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Hediffs_CustomImplants.xml -------------------------------------------------------------------------------- /1.3/Defs/Hediffs/Hediffs_Global_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Hediffs/Hediffs_Global_Misc.xml -------------------------------------------------------------------------------- /1.3/Defs/Incidents/Incidents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Incidents/Incidents.xml -------------------------------------------------------------------------------- /1.3/Defs/InteractionDefs/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/InteractionDefs/Interactions_Social.xml -------------------------------------------------------------------------------- /1.3/Defs/InteractionDefs/Interactions_SocialATPP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/InteractionDefs/Interactions_SocialATPP.xml -------------------------------------------------------------------------------- /1.3/Defs/InteractionDefs/Thoughts_Memory_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/InteractionDefs/Thoughts_Memory_Social.xml -------------------------------------------------------------------------------- /1.3/Defs/JobDefs/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/JobDefs/Jobs_Misc.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/BodyTypeDefs/BodyTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/BodyTypeDefs/BodyTypes.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/Designations/DesignationCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/Designations/DesignationCategories.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/Filth_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/Filth_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/FleshTypeDefs/FleshType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/FleshTypeDefs/FleshType.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/ResearchDefs/ResearchTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/ResearchDefs/ResearchTabs.xml -------------------------------------------------------------------------------- /1.3/Defs/Misc/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Misc/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /1.3/Defs/Names/RulePacks_NameMakers_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Names/RulePacks_NameMakers_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/Names/RulePacks_NameMakers_MechAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Names/RulePacks_NameMakers_MechAndroid.xml -------------------------------------------------------------------------------- /1.3/Defs/Names/RulePacks_Namers_Factions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Names/RulePacks_Namers_Factions.xml -------------------------------------------------------------------------------- /1.3/Defs/PawnkindDefs/PawnKinds_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/PawnkindDefs/PawnKinds_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/PawnkindDefs/PawnKinds_AndroidRaider.xml -------------------------------------------------------------------------------- /1.3/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/PawnkindDefs/PawnKinds_CollectiveAndroid.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Parts/AndroidParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/RecipeDefs/Parts/AndroidParts.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/RecipeDefs/Recipes.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Recipes_Surgery_Installations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/RecipeDefs/Recipes_Surgery_Installations.xml -------------------------------------------------------------------------------- /1.3/Defs/RecipeDefs/Surrogates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/RecipeDefs/Surrogates.xml -------------------------------------------------------------------------------- /1.3/Defs/Records/Records_Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Records/Records_Time.xml -------------------------------------------------------------------------------- /1.3/Defs/ResearchProjectDefs/ResearchProjects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ResearchProjectDefs/ResearchProjects.xml -------------------------------------------------------------------------------- /1.3/Defs/ScenarioDefs/Scenarios_AndroidApocalypse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ScenarioDefs/Scenarios_AndroidApocalypse.xml -------------------------------------------------------------------------------- /1.3/Defs/ScenarioDefs/Scenarios_Androids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ScenarioDefs/Scenarios_Androids.xml -------------------------------------------------------------------------------- /1.3/Defs/ScenarioDefs/Scenarios_RiseOfMachines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ScenarioDefs/Scenarios_RiseOfMachines.xml -------------------------------------------------------------------------------- /1.3/Defs/ScenarioDefs/Scenarios_Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ScenarioDefs/Scenarios_Settings.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/Building_Sustainers_Ambiences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/SoundDefs/Building_Sustainers_Ambiences.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/Guns_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/SoundDefs/Guns_Vox.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/Pawn_Mutant_Vox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/SoundDefs/Pawn_Mutant_Vox.xml -------------------------------------------------------------------------------- /1.3/Defs/SoundDefs/SoundDef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/SoundDefs/SoundDef.xml -------------------------------------------------------------------------------- /1.3/Defs/Stats/stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Stats/stats.xml -------------------------------------------------------------------------------- /1.3/Defs/TaleDefs/Tales_Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/TaleDefs/Tales_Health.xml -------------------------------------------------------------------------------- /1.3/Defs/ThingDefs/Motes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThingDefs/Motes.xml -------------------------------------------------------------------------------- /1.3/Defs/ThingDefs/Thoughts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThingDefs/Thoughts.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Buildings/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Buildings/Buildings.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Buildings/Buildings_Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Buildings/Buildings_Furniture.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Buildings/Buildings_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Buildings/Buildings_Production.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_Androids_Kits.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_Androids_Kits.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_BodyParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_BodyParts.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_BodyParts_Backstories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_BodyParts_Backstories.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_Resource_Manufactured.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_Resource_Manufactured.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_Resource_Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_Resource_Shell.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Items_Resource_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Items_Resource_Stuff.xml -------------------------------------------------------------------------------- /1.3/Defs/Things_Items/Weapons_Guns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/Things_Items/Weapons_Guns.xml -------------------------------------------------------------------------------- /1.3/Defs/ThinkTreeDefs/AnimalAndroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThinkTreeDefs/AnimalAndroid.xml -------------------------------------------------------------------------------- /1.3/Defs/ThinkTreeDefs/HumanLike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThinkTreeDefs/HumanLike.xml -------------------------------------------------------------------------------- /1.3/Defs/ThinkTreeDefs/M7Mech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThinkTreeDefs/M7Mech.xml -------------------------------------------------------------------------------- /1.3/Defs/ThinkTreeDefs/MentalStates_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThinkTreeDefs/MentalStates_Special.xml -------------------------------------------------------------------------------- /1.3/Defs/ThoughtDefs/Thoughts_Memory_Android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThoughtDefs/Thoughts_Memory_Android.xml -------------------------------------------------------------------------------- /1.3/Defs/ThoughtDefs/Thoughts_Memory_Death.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThoughtDefs/Thoughts_Memory_Death.xml -------------------------------------------------------------------------------- /1.3/Defs/ThoughtDefs/Traits_Singular.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/ThoughtDefs/Traits_Singular.xml -------------------------------------------------------------------------------- /1.3/Defs/WorkGivers/WorkGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Defs/WorkGivers/WorkGivers.xml -------------------------------------------------------------------------------- /1.3/Patches/Patch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Patches/Patch.xml -------------------------------------------------------------------------------- /1.3/Patches/Patch_Royalty.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/1.3/Patches/Patch_Royalty.xml -------------------------------------------------------------------------------- /About/About.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/About/About.xml -------------------------------------------------------------------------------- /About/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/About/Preview.png -------------------------------------------------------------------------------- /About/PublishedFileId.txt: -------------------------------------------------------------------------------- 1 | 1386412863 -------------------------------------------------------------------------------- /Languages/ChineseSimplified/Keyed/Alerts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/ChineseSimplified/Keyed/Alerts.xml -------------------------------------------------------------------------------- /Languages/ChineseSimplified/Keyed/Dialog_Trees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/ChineseSimplified/Keyed/Dialog_Trees.xml -------------------------------------------------------------------------------- /Languages/ChineseSimplified/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/ChineseSimplified/Keyed/Letters.xml -------------------------------------------------------------------------------- /Languages/ChineseSimplified/Keyed/Messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/ChineseSimplified/Keyed/Messages.xml -------------------------------------------------------------------------------- /Languages/ChineseSimplified/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/ChineseSimplified/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/HediffDef/Hediffs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/HediffDef/Hediffs.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/JobDef/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/JobDef/Jobs_Misc.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/RecipeDef/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/RecipeDef/Recipes.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/ThingDef/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/ThingDef/Buildings.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/ThingDef/Items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/ThingDef/Items.xml -------------------------------------------------------------------------------- /Languages/English/DefInjected/ThingDef/Things.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/DefInjected/ThingDef/Things.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/Alerts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/Alerts.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/Dialog_Trees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/Dialog_Trees.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/Letters.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/Messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/Messages.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Languages/English/Keyed/android_healthcard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/English/Keyed/android_healthcard.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/HediffDef/Hediffs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/HediffDef/Hediffs.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/JobDef/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/JobDef/Jobs_Misc.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/RecipeDef/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/RecipeDef/Recipes.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/ThingDef/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/ThingDef/Buildings.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/ThingDef/Items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/ThingDef/Items.xml -------------------------------------------------------------------------------- /Languages/French/DefInjected/ThingDef/Things.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/DefInjected/ThingDef/Things.xml -------------------------------------------------------------------------------- /Languages/French/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/French/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Languages/Portuguese/DefInjected/JobDef/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/DefInjected/JobDef/Jobs_Misc.xml -------------------------------------------------------------------------------- /Languages/Portuguese/DefInjected/StatDef/stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/DefInjected/StatDef/stats.xml -------------------------------------------------------------------------------- /Languages/Portuguese/DefInjected/ThingDef/Items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/DefInjected/ThingDef/Items.xml -------------------------------------------------------------------------------- /Languages/Portuguese/DefInjected/ThingDef/Things.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/DefInjected/ThingDef/Things.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/Alerts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/Alerts.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/Dialog_Trees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/Dialog_Trees.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/Letters.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/Messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/Messages.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Languages/Portuguese/Keyed/android_healthcard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Portuguese/Keyed/android_healthcard.xml -------------------------------------------------------------------------------- /Languages/PortugueseBrazilian/Keyed/Alerts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/PortugueseBrazilian/Keyed/Alerts.xml -------------------------------------------------------------------------------- /Languages/PortugueseBrazilian/Keyed/Dialog_Trees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/PortugueseBrazilian/Keyed/Dialog_Trees.xml -------------------------------------------------------------------------------- /Languages/PortugueseBrazilian/Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/PortugueseBrazilian/Keyed/Letters.xml -------------------------------------------------------------------------------- /Languages/PortugueseBrazilian/Keyed/Messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/PortugueseBrazilian/Keyed/Messages.xml -------------------------------------------------------------------------------- /Languages/PortugueseBrazilian/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/PortugueseBrazilian/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/HediffDef/Hediffs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/DefInjected/HediffDef/Hediffs.xml -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/JobDef/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/DefInjected/JobDef/Jobs_Misc.xml -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/RecipeDef/Recipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/DefInjected/RecipeDef/Recipes.xml -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/ThingDef/Buildings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/DefInjected/ThingDef/Buildings.xml -------------------------------------------------------------------------------- /Languages/Russian/DefInjected/ThingDef/Items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/DefInjected/ThingDef/Items.xml -------------------------------------------------------------------------------- /Languages/Russian/Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Languages/Russian/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/README.md -------------------------------------------------------------------------------- /Sounds/40MMShot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/40MMShot.ogg -------------------------------------------------------------------------------- /Sounds/80MMLauncher.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/80MMLauncher.ogg -------------------------------------------------------------------------------- /Sounds/Computer/hot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Computer/hot.ogg -------------------------------------------------------------------------------- /Sounds/Computer/run.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Computer/run.ogg -------------------------------------------------------------------------------- /Sounds/Computer/start.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Computer/start.ogg -------------------------------------------------------------------------------- /Sounds/Computer/stop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Computer/stop.ogg -------------------------------------------------------------------------------- /Sounds/ComputerAdvanced/run.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/ComputerAdvanced/run.ogg -------------------------------------------------------------------------------- /Sounds/GaussRifle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/GaussRifle.ogg -------------------------------------------------------------------------------- /Sounds/M8/AllMindDisconnected.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/AllMindDisconnected.ogg -------------------------------------------------------------------------------- /Sounds/M8/DeviceActivated.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/DeviceActivated.ogg -------------------------------------------------------------------------------- /Sounds/M8/DeviceDeactivated.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/DeviceDeactivated.ogg -------------------------------------------------------------------------------- /Sounds/M8/DoorClosed.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/DoorClosed.ogg -------------------------------------------------------------------------------- /Sounds/M8/DoorOpened.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/DoorOpened.ogg -------------------------------------------------------------------------------- /Sounds/M8/MindDeletionCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/MindDeletionCompleted.ogg -------------------------------------------------------------------------------- /Sounds/M8/MindDownloadCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/MindDownloadCompleted.ogg -------------------------------------------------------------------------------- /Sounds/M8/MindMigrationCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/MindMigrationCompleted.ogg -------------------------------------------------------------------------------- /Sounds/M8/MindReplicationCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/MindReplicationCompleted.ogg -------------------------------------------------------------------------------- /Sounds/M8/MindUploadCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/MindUploadCompleted.ogg -------------------------------------------------------------------------------- /Sounds/M8/QuarantineMentalState.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/QuarantineMentalState.ogg -------------------------------------------------------------------------------- /Sounds/M8/SkyCoreIntegrityCompromised.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/SkyCoreIntegrityCompromised.ogg -------------------------------------------------------------------------------- /Sounds/M8/SkyMindNetworkOffline.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/M8/SkyMindNetworkOffline.ogg -------------------------------------------------------------------------------- /Sounds/Mutant/AtlasMutant_Angry.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Mutant/AtlasMutant_Angry.ogg -------------------------------------------------------------------------------- /Sounds/Mutant/AtlasMutant_Call.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Mutant/AtlasMutant_Call.ogg -------------------------------------------------------------------------------- /Sounds/Mutant/AtlasMutant_Pain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Mutant/AtlasMutant_Pain.ogg -------------------------------------------------------------------------------- /Sounds/SThrowShot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SThrowShot.ogg -------------------------------------------------------------------------------- /Sounds/SX/ATPP_Connect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SX/ATPP_Connect.ogg -------------------------------------------------------------------------------- /Sounds/SX/ATPP_Disconnect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SX/ATPP_Disconnect.ogg -------------------------------------------------------------------------------- /Sounds/SX/ATPP_Hacked.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SX/ATPP_Hacked.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/AllMindDisconnected.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/AllMindDisconnected.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/DeviceActivated.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/DeviceActivated.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/DeviceDeactivated.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/DeviceDeactivated.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/DoorClosed.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/DoorClosed.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/DoorOpened.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/DoorOpened.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/MindDeletionCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/MindDeletionCompleted.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/MindDownloadCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/MindDownloadCompleted.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/MindMigrationCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/MindMigrationCompleted.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/MindReplicationCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/MindReplicationCompleted.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/MindUploadCompleted.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/MindUploadCompleted.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/PowerFailure.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/PowerFailure.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/PrimarySystemsOnline.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/PrimarySystemsOnline.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/QuarantineMentalState.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/QuarantineMentalState.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/SkyCoreIntegrityCompromised.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/SkyCoreIntegrityCompromised.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/SkyMindNetworkOffline.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/SkyMindNetworkOffline.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/run.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/run.ogg -------------------------------------------------------------------------------- /Sounds/SkyCloudCore/runX.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/SkyCloudCore/runX.ogg -------------------------------------------------------------------------------- /Sounds/Turret/ATPP_Connect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Turret/ATPP_Connect.ogg -------------------------------------------------------------------------------- /Sounds/Turret/ATPP_Disconnect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Sounds/Turret/ATPP_Disconnect.ogg -------------------------------------------------------------------------------- /Source/Androids For RW1.0/AndroidCapacityLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/AndroidCapacityLabel.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Androids.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Androids.csproj -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Androids.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Androids.sln -------------------------------------------------------------------------------- /Source/Androids For RW1.0/BodyPartTagDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/BodyPartTagDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Bodypartgroupdef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Bodypartgroupdef.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ButcherUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ButcherUtility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/CompProperties_SpawnPawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/CompProperties_SpawnPawn.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DamageDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DamageDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DeathActionWorker_Droid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DeathActionWorker_Droid.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DoggoSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DoggoSpawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DownedT5AndroidComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DownedT5AndroidComp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DownedT5Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DownedT5Utility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/DroidUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/DroidUtility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/EffectTextures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/EffectTextures.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/EnergySource_SolarComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/EnergySource_SolarComp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Extensions/PawnExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Extensions/PawnExt.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ExtraRendering.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ExtraRendering.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/FactionDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/FactionDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/GenStep_DownedRefugee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/GenStep_DownedRefugee.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/HealOldWoundsAdv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/HealOldWoundsAdv.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/HediffGiver_Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/HediffGiver_Android.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Hediffs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Hediffs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Integration/Androids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Integration/Androids.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/JobGiver_GetEnergy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/JobGiver_GetEnergy.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/JobGiver_Targetenemies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/JobGiver_Targetenemies.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/MechFallClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/MechFallClass.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/MechFallMote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/MechFallMote.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/MentalStateDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/MentalStateDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ModExtensionATweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ModExtensionATweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/MutantSpawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/MutantSpawn.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/NeedsDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/NeedsDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Patches/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Patches/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/PawnKindDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/PawnKindDef.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/PostDefFixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/PostDefFixer.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/PostInitTweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/PostInitTweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Projectile_Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Projectile_Spawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Recipe_CorruptionChance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Recipe_CorruptionChance.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Recipe_Disassemble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Recipe_Disassemble.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Recipe_RemoveSentience.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Recipe_RemoveSentience.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Recipe_RerollTraits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Recipe_RerollTraits.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Recipe_SurgeryAndroids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Recipe_SurgeryAndroids.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ReflectionUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ReflectionUtility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/RestOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/RestOverride.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/SiteCoreDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/SiteCoreDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_Generic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_Generic.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_MuffSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_MuffSpawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_PhytoSheep.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_PhytoSheep.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_T1Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_T1Spawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_T2Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_T2Spawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_T3Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_T3Spawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Spawner_T4Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Spawner_T4Spawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/StatDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/StatDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/T5Event.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/T5Event.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ThingDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ThingDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ThingDefOfAtlascs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ThingDefOfAtlascs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ThingOrderProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ThingOrderProcessor.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/ThingOrderRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/ThingOrderRequest.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/TraitDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/TraitDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/UIHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/UIHelper.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/Verb_MechFall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.0/Verb_MechFall.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.0/obj/Debug/Androids.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 85614ef8b7974fca8ec7d6b2133f520a19d1c4af 2 | -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Alerts/Alert_Hot2Devices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Alerts/Alert_Hot2Devices.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Alerts/Alert_Hot3Devices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Alerts/Alert_Hot3Devices.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/AndroidCapacityLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/AndroidCapacityLabel.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/AndroidTiers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/AndroidTiers.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Androids.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Androids.csproj -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Androids.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Androids.sln -------------------------------------------------------------------------------- /Source/Androids For RW1.1/CompProperties_SpawnPawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/CompProperties_SpawnPawn.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Components/CompAutoDoor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Components/CompAutoDoor.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Components/CompComputer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Components/CompComputer.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Components/CompSkyMind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Components/CompSkyMind.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/FactionDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/FactionDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/Hediffs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/Hediffs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/PawnKindDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/PawnKindDef.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/SiteCoreDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/SiteCoreDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/StatDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/StatDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DefsOf/TraitDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DefsOf/TraitDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Dialogs/Dialog_Msg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Dialogs/Dialog_Msg.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Dialogs/Dialog_SkillUp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Dialogs/Dialog_SkillUp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/DownedT5AndroidComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/DownedT5AndroidComp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Enum/AndroidPaintColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Enum/AndroidPaintColor.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Extensions/PawnExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Extensions/PawnExt.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/GenStep_DownedRefugee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/GenStep_DownedRefugee.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Apparel_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Apparel_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Building_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Building_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Caravan_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Caravan_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Corpse_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Corpse_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/MapPawns_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/MapPawns_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Need_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Need_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Harmony/Pawn_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Harmony/Pawn_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/HealOldWoundsAdv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/HealOldWoundsAdv.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/HediffGiver_Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/HediffGiver_Android.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/JobGiver_Targetenemies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/JobGiver_Targetenemies.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/MechFallClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/MechFallClass.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/MechFallMote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/MechFallMote.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/ModExtensionATweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/ModExtensionATweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/MutantSpawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/MutantSpawn.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Other/Need_DummyRest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Other/Need_DummyRest.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Patches/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Patches/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/PostInitTweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/PostInitTweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/RestOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/RestOverride.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Settings.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Spawners/DoggoSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Spawners/DoggoSpawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Utils/CPatchs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Utils/CPatchs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Utils/DownedT5Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Utils/DownedT5Utility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Utils/GC_ATPP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Utils/GC_ATPP.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Utils/Tex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Utils/Tex.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Utils/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Utils/Utils.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/Verb_MechFall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.1/Verb_MechFall.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.1/obj/Debug/Androids.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 66cb0f1d5d191081fda6c67fc199dc905fd84c36 2 | -------------------------------------------------------------------------------- /Source/Androids For RW1.1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.2/AndroidCapacityLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/AndroidCapacityLabel.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/AndroidTiers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/AndroidTiers.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Androids.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Androids.csproj -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Androids.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Androids.sln -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Components/CompSkyMind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Components/CompSkyMind.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/FactionDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/FactionDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/Hediffs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/Hediffs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/PawnKindDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/PawnKindDef.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/SiteCoreDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/SiteCoreDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/StatDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/StatDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DefsOf/TraitDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DefsOf/TraitDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Dialogs/Dialog_Msg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Dialogs/Dialog_Msg.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Dialogs/Dialog_SkillUp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Dialogs/Dialog_SkillUp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/DownedT5AndroidComp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/DownedT5AndroidComp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Enum/AndroidPaintColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Enum/AndroidPaintColor.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Extensions/PawnExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Extensions/PawnExt.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/GenStep_DownedRefugee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/GenStep_DownedRefugee.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Apparel_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Apparel_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Building_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Building_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Caravan_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Caravan_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Corpse_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Corpse_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/MapPawns_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/MapPawns_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Need_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Need_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Harmony/Pawn_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Harmony/Pawn_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/HealOldWoundsAdv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/HealOldWoundsAdv.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/HediffGiver_Android.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/HediffGiver_Android.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/JobGiver_Targetenemies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/JobGiver_Targetenemies.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/MechFallClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/MechFallClass.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/MechFallMote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/MechFallMote.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/ModExtensionATweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/ModExtensionATweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/MutantSpawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/MutantSpawn.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Other/Need_DummyRest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Other/Need_DummyRest.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Patches/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Patches/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/PostInitTweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/PostInitTweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/RestOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/RestOverride.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Settings.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Spawners/DoggoSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Spawners/DoggoSpawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Utils/CPatchs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Utils/CPatchs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Utils/DownedT5Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Utils/DownedT5Utility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Utils/GC_ATPP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Utils/GC_ATPP.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Utils/Tex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Utils/Tex.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Utils/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Utils/Utils.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/Verb_MechFall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.2/Verb_MechFall.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.2/obj/Debug/Androids.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.2/obj/Debug/Androids.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | d7dd283321bc4189f16608bce52b5886ec67906b 2 | -------------------------------------------------------------------------------- /Source/Androids For RW1.2/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.2/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.2/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.3/AndroidTiers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/AndroidTiers.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Androids.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Androids.csproj -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Androids.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Androids.sln -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Components/CompSkyMind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Components/CompSkyMind.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/FactionDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/FactionDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/HediffDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/HediffDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/JobDefOfAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/JobDefOfAT.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/PawnKindDef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/PawnKindDef.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/SiteCoreDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/SiteCoreDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/SoundDefOfAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/SoundDefOfAT.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/StatDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/StatDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/ThingDefOfAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/ThingDefOfAT.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/DefsOf/TraitDefOf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/DefsOf/TraitDefOf.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Dialogs/Dialog_Msg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Dialogs/Dialog_Msg.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Dialogs/Dialog_SkillUp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Dialogs/Dialog_SkillUp.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Enum/AndroidPaintColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Enum/AndroidPaintColor.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Extensions/PawnExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Extensions/PawnExt.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/GenStep_DownedRefugee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/GenStep_DownedRefugee.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Apparel_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Apparel_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Building_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Building_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Caravan_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Caravan_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Corpse_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Corpse_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Game_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Game_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/MapPawns_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/MapPawns_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Need_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Need_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Harmony/Pawn_Patch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Harmony/Pawn_Patch.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Hediffs/Hediff_Fractal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Hediffs/Hediff_Fractal.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/JobGiver_Targetenemies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/JobGiver_Targetenemies.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/ModExtensionATweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/ModExtensionATweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Need_Rest_Fake.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Need_Rest_Fake.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Other/Need_DummyRest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Other/Need_DummyRest.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Other/RestOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Other/RestOverride.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Patches/HarmonyPatches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Patches/HarmonyPatches.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/PostInitTweaks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/PostInitTweaks.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Settings.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Spawners/DoggoSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Spawners/DoggoSpawner.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Utils/CPatchs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Utils/CPatchs.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Utils/DownedT5Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Utils/DownedT5Utility.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Utils/GC_ATPP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Utils/GC_ATPP.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Utils/Tex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Utils/Tex.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/Utils/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Source/Androids For RW1.3/Utils/Utils.cs -------------------------------------------------------------------------------- /Source/Androids For RW1.3/obj/Debug/Androids.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.3/obj/Debug/Androids.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2662746482b6caf84e154608e431adaae8f396e5 2 | -------------------------------------------------------------------------------- /Source/Androids For RW1.3/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.3/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Androids For RW1.3/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Textures/Things/Alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Alpha.png -------------------------------------------------------------------------------- /Textures/Things/AndroidKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/AndroidKit.png -------------------------------------------------------------------------------- /Textures/Things/AndroidKitAdv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/AndroidKitAdv.png -------------------------------------------------------------------------------- /Textures/Things/ArtificalMilk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/ArtificalMilk.png -------------------------------------------------------------------------------- /Textures/Things/Building/AIPawnCreator_Alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/AIPawnCreator_Alpha.png -------------------------------------------------------------------------------- /Textures/Things/Building/ATPP_CentralCore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/ATPP_CentralCore.png -------------------------------------------------------------------------------- /Textures/Things/Building/ATPP_RechargeStation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/ATPP_RechargeStation.png -------------------------------------------------------------------------------- /Textures/Things/Building/ATPP_SkyMindLAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/ATPP_SkyMindLAN.png -------------------------------------------------------------------------------- /Textures/Things/Building/ATPP_SkyMindRelay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/ATPP_SkyMindRelay.png -------------------------------------------------------------------------------- /Textures/Things/Building/ATPP_SkyMindWAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/ATPP_SkyMindWAN.png -------------------------------------------------------------------------------- /Textures/Things/Building/AndroidToolKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Building/AndroidToolKit.png -------------------------------------------------------------------------------- /Textures/Things/ChemicalEgg/CapsuleRound_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/ChemicalEgg/CapsuleRound_a.png -------------------------------------------------------------------------------- /Textures/Things/ChemicalEgg/CapsuleRound_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/ChemicalEgg/CapsuleRound_b.png -------------------------------------------------------------------------------- /Textures/Things/Droids/tier1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Droids/tier1.png -------------------------------------------------------------------------------- /Textures/Things/Droids/tier2/head/t2bottomjaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Droids/tier2/head/t2bottomjaw.png -------------------------------------------------------------------------------- /Textures/Things/Droids/tier2/head/t2jawside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Droids/tier2/head/t2jawside.png -------------------------------------------------------------------------------- /Textures/Things/Droids/tier2/head/tier2topjaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Droids/tier2/head/tier2topjaw.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/Antifreeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/Antifreeze.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/FractalP/FractalP_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/FractalP/FractalP_a.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/FractalP/FractalP_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/FractalP/FractalP_b.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/MechSwarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/MechSwarm.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/RegenPillAT/RegenPillAT_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/RegenPillAT/RegenPillAT_a.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/RegenPillAT/RegenPillAT_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/RegenPillAT/RegenPillAT_b.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/SGel/SGel_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/SGel/SGel_a.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/SGel/SGel_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/SGel/SGel_b.png -------------------------------------------------------------------------------- /Textures/Things/Drugs/SGel/SGel_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Drugs/SGel/SGel_c.png -------------------------------------------------------------------------------- /Textures/Things/Icons/AndroidBase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Icons/AndroidBase.png -------------------------------------------------------------------------------- /Textures/Things/Item/40MMCannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/40MMCannon.png -------------------------------------------------------------------------------- /Textures/Things/Item/AntiMechRifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/AntiMechRifle.png -------------------------------------------------------------------------------- /Textures/Things/Item/ArmourPlateAdv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/ArmourPlateAdv.png -------------------------------------------------------------------------------- /Textures/Things/Item/ArmourPlateAdv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/ArmourPlateAdv2.png -------------------------------------------------------------------------------- /Textures/Things/Item/ArmourPlateBasic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/ArmourPlateBasic.png -------------------------------------------------------------------------------- /Textures/Things/Item/BatteryPack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/BatteryPack.png -------------------------------------------------------------------------------- /Textures/Things/Item/MechFlakGun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/MechFlakGun.png -------------------------------------------------------------------------------- /Textures/Things/Item/MechKnife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/MechKnife.png -------------------------------------------------------------------------------- /Textures/Things/Item/MechPistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/MechPistol.png -------------------------------------------------------------------------------- /Textures/Things/Item/Nanoswarm_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/Nanoswarm_shell.png -------------------------------------------------------------------------------- /Textures/Things/Item/OrganPurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/OrganPurple.png -------------------------------------------------------------------------------- /Textures/Things/Item/Organblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/Organblack.png -------------------------------------------------------------------------------- /Textures/Things/Item/Organgold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/Organgold.png -------------------------------------------------------------------------------- /Textures/Things/Item/Organorange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/Organorange.png -------------------------------------------------------------------------------- /Textures/Things/Item/Organwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/Organwhite.png -------------------------------------------------------------------------------- /Textures/Things/Item/UnfinishedAndroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Item/UnfinishedAndroid.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ArtificialBrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ArtificialBrain.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_B1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_B1.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_B2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_B2.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_B3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_B3.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_Battery.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_CloseDoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_CloseDoor.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ColorPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ColorPicker.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_DownloadFromSkyCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_DownloadFromSkyCloud.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_Duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_Duplicate.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_DuplicateDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_DuplicateDisabled.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_LWPNConnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_LWPNConnected.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_LWPNNotConnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_LWPNNotConnected.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_MindAbsorption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_MindAbsorption.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_NoCare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_NoCare.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_OnlyDocVisit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_OnlyDocVisit.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_OpenDoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_OpenDoor.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_OverloadAndroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_OverloadAndroid.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_PassionMajor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_PassionMajor.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_PassionMinor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_PassionMinor.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_PassionMinorGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_PassionMinorGray.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_Permute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_Permute.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_PermuteDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_PermuteDisabled.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessAssist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessAssist.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessDuplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessDuplicate.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessInfo.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessMigrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessMigrate.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessRemove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessRemove.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_ProcessSkillUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_ProcessSkillUp.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_RX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_RX.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_RemoteControlled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_RemoteControlled.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_RepairAndroids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_RepairAndroids.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SelectableSX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SelectableSX.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SelectableSXToHack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SelectableSXToHack.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SkillUILogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SkillUILogo.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SkillUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SkillUp.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SkyMind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SkyMind.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SkyMindAutoReconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SkyMindAutoReconnect.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_StopVirused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_StopVirused.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_SurrogateMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_SurrogateMode.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_Sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_Sync.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_UploadConsciousness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_UploadConsciousness.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_UploadToSkyCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_UploadToSkyCloud.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_VX0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_VX0.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_VX1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_VX1.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_VX2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_VX2.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_VX3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_VX3.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_chip1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_chip1.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_chip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_chip2.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_chip3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_chip3.png -------------------------------------------------------------------------------- /Textures/Things/Misc/ATPP_chip4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/ATPP_chip4.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_HackedTemp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_HackedTemp.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_Hacking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_Hacking.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_HackingTemp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_HackingTemp.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_Virus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_Virus.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_VirusDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_VirusDisabled.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Hacking/ATPP_Virused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Hacking/ATPP_Virused.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Motes/ATPP_SkyCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Motes/ATPP_SkyCloud.png -------------------------------------------------------------------------------- /Textures/Things/Misc/SettingsHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/SettingsHeader.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Virus/ATPP_Cryptolocker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Virus/ATPP_Cryptolocker.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Virus/ATPP_ExplosiveVirus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Virus/ATPP_ExplosiveVirus.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Virus/ATPP_Virus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Virus/ATPP_Virus.png -------------------------------------------------------------------------------- /Textures/Things/Misc/Virus/ATPP_VirusLite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Misc/Virus/ATPP_VirusLite.png -------------------------------------------------------------------------------- /Textures/Things/Motes/Android1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Motes/Android1.png -------------------------------------------------------------------------------- /Textures/Things/Motes/Android2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Motes/Android2.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/AndroidDog/AndroidDog_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/AndroidDog/AndroidDog_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Chickenboi/RChicken_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Chickenboi/RChicken_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Chickenboi/RChicken_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Chickenboi/RChicken_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Chickenboi/RChicken_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Chickenboi/RChicken_south.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Cowboi/RMilkerPack_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Cowboi/RMilkerPack_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Cowboi/RMilkerPack_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Cowboi/RMilkerPack_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Cowboi/RMilker_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Cowboi/RMilker_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Cowboi/RMilker_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Cowboi/RMilker_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Cowboi/RMilker_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Cowboi/RMilker_south.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Muffboi/RoboMUFFPack_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Muffboi/RoboMUFFPack_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Muffboi/RoboMUFFPack_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Muffboi/RoboMUFFPack_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Muffboi/RoboMUFF_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Muffboi/RoboMUFF_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Muffboi/RoboMUFF_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Muffboi/RoboMUFF_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Muffboi/RoboMUFF_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Muffboi/RoboMUFF_south.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/NanoDrone/NanoDrone_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/NanoDrone/NanoDrone_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/NanoDrone/NanoDrone_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/NanoDrone/NanoDrone_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/NanoDrone/NanoDrone_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/NanoDrone/NanoDrone_south.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Sheepboi/RGrowerPack_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Sheepboi/RGrowerPack_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Sheepboi/RGrowerPack_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Sheepboi/RGrowerPack_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Sheepboi/RGrower_east.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Sheepboi/RGrower_east.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Sheepboi/RGrower_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Sheepboi/RGrower_north.png -------------------------------------------------------------------------------- /Textures/Things/Pawn/Sheepboi/RGrower_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Pawn/Sheepboi/RGrower_south.png -------------------------------------------------------------------------------- /Textures/Things/RepairKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/RepairKit.png -------------------------------------------------------------------------------- /Textures/Things/SteelWool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/SteelWool.png -------------------------------------------------------------------------------- /Textures/Things/StrangeCrash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/StrangeCrash.png -------------------------------------------------------------------------------- /Textures/Things/UI/CoolantLeak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/UI/CoolantLeak.png -------------------------------------------------------------------------------- /Textures/Things/Wounds/WoundAndroidA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Wounds/WoundAndroidA.png -------------------------------------------------------------------------------- /Textures/Things/Wounds/WoundAndroidB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Wounds/WoundAndroidB.png -------------------------------------------------------------------------------- /Textures/Things/Wounds/WoundAndroidC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/Things/Wounds/WoundAndroidC.png -------------------------------------------------------------------------------- /Textures/UI/Icons/Medical/Leaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atla55/Android-Tiers-Core/HEAD/Textures/UI/Icons/Medical/Leaking.png --------------------------------------------------------------------------------