├── About.txt ├── Backstories └── Backstories.xml ├── DefInjected ├── ApparelLayerDef │ └── ApparelLayerDefs.xml ├── BillRepeatModeDef │ └── BillRepeatModeDefs.xml ├── BillStoreModeDef │ └── BillStoreModeDefs.xml ├── BiomeDef │ ├── Biomes_Cold.xml │ ├── Biomes_Temperate.xml │ ├── Biomes_Warm.xml │ ├── Biomes_WarmArid.xml │ └── Biomes_Water.xml ├── BodyDef │ ├── Bodies_Animal_Bird.xml │ ├── Bodies_Animal_Insect.xml │ ├── Bodies_Animal_Quadruped.xml │ ├── Bodies_Animal_Snake.xml │ ├── Bodies_Humanlike.xml │ └── Bodies_Mechanoid.xml ├── BodyPartDef │ ├── BodyParts_Animal.xml │ ├── BodyParts_General.xml │ ├── BodyParts_Humanoid.xml │ ├── BodyParts_Mechanoid.xml │ └── BodyParts_Organs.xml ├── BodyPartGroupDef │ └── BodyPartGroups.xml ├── ChemicalDef │ ├── Alcohol_Beer.xml │ ├── Ambrosia.xml │ ├── GoJuice.xml │ ├── Luciferium.xml │ ├── Psychite_Yayo.xml │ ├── Smokeleaf.xml │ └── WakeUp.xml ├── ConceptDef │ ├── Concepts_Entry.xml │ ├── Concepts_NotedOpportunistic.xml │ ├── Concepts_NotedSelfshow.xml │ └── Concepts_TriggeredModal.xml ├── DamageDef │ ├── Damages_Environmental.xml │ ├── Damages_Medical.xml │ ├── Damages_MeleeWeapon.xml │ ├── Damages_Misc.xml │ ├── Damages_RangedWeapon.xml │ └── Damages_Stun.xml ├── DesignationCategoryDef │ └── DesignationCategories.xml ├── DifficultyDef │ └── Difficulties.xml ├── ExpectationDef │ └── Expectations.xml ├── FactionDef │ ├── Factions_Hidden.xml │ ├── Factions_Misc.xml │ └── Factions_Player.xml ├── GameConditionDef │ └── GameConditions_Misc.xml ├── HairDef │ └── HairsGeneral.xml ├── HediffDef │ ├── Alcohol_Beer.xml │ ├── Ambrosia.xml │ ├── GoJuice.xml │ ├── Hediffs_Global_Misc.xml │ ├── Hediffs_Global_Needs.xml │ ├── Hediffs_Global_Temperature.xml │ ├── Hediffs_Local_AddedParts.xml │ ├── Hediffs_Local_Chronic.xml │ ├── Hediffs_Local_Implants.xml │ ├── Hediffs_Local_Infections.xml │ ├── Hediffs_Local_Injuries.xml │ ├── Hediffs_Local_Misc.xml │ ├── Hediffs_Local_TerrainAttacks.xml │ ├── Luciferium.xml │ ├── Penoxycyline.xml │ ├── Psychite_Flake.xml │ ├── Psychite_Tea.xml │ ├── Psychite_Yayo.xml │ ├── Smokeleaf.xml │ └── WakeUp.xml ├── HediffGiverSetDef │ └── HediffGiverSets.xml ├── HistoryAutoRecorderDef │ └── HistoryAutoRecorders.xml ├── HistoryAutoRecorderGroupDef │ └── HistoryAutoRecorderGroups.xml ├── IncidentDef │ ├── Incidents_Caravan_All.xml │ ├── Incidents_Map_Disease.xml │ ├── Incidents_Map_Misc.xml │ ├── Incidents_Map_Special.xml │ ├── Incidents_Map_Threats.xml │ ├── Incidents_World_Conditions.xml │ └── Incidents_World_Quests.xml ├── InspirationDef │ └── Inspirations.xml ├── InstructionDef │ └── Instructions.xml ├── InteractionDef │ ├── Interactions_Animal.xml │ ├── Interactions_Prisoner.xml │ ├── Interactions_Romance.xml │ └── Interactions_Social.xml ├── JobDef │ ├── Jobs_Animal.xml │ ├── Jobs_Caravan.xml │ ├── Jobs_Gatherings.xml │ ├── Jobs_Joy.xml │ ├── Jobs_Misc.xml │ └── Jobs_Work.xml ├── JoyKindDef │ └── JoyKinds.xml ├── KeyBindingCategoryDef │ ├── KeyBindingCategories.xml │ └── _KeyBindingCategoryDef_Extra.xml ├── KeyBindingDef │ ├── KeyBindings.xml │ └── _KeyBinding_Extra.xml ├── LifeStageDef │ └── LifeStages.xml ├── MainButtonDef │ └── MainButtons.xml ├── MentalBreakDef │ └── MentalStates_Mood.xml ├── MentalStateDef │ ├── MentalStates_Mood.xml │ └── MentalStates_Special.xml ├── NeedDef │ ├── Alcohol_Beer.xml │ ├── Ambrosia.xml │ ├── GoJuice.xml │ ├── Luciferium.xml │ ├── Needs.xml │ ├── Psychite_Yayo.xml │ ├── Smokeleaf.xml │ └── WakeUp.xml ├── PawnCapacityDef │ └── PawnCapacity.xml ├── PawnColumnDef │ ├── PawnColumns_Checkbox.xml │ ├── PawnColumns_Icon.xml │ ├── PawnColumns_Layout.xml │ ├── PawnColumns_Misc.xml │ └── _PawnColumn_Extra.xml ├── PawnKindDef │ ├── PawnKinds_Mercenary.xml │ ├── PawnKinds_Outlander.xml │ ├── PawnKinds_Pirate.xml │ ├── PawnKinds_Player.xml │ ├── PawnKinds_Spacer.xml │ ├── PawnKinds_Special.xml │ ├── PawnKinds_Tribal.xml │ ├── Races_Animal_Arid.xml │ ├── Races_Animal_Bears.xml │ ├── Races_Animal_BigCats.xml │ ├── Races_Animal_Birds.xml │ ├── Races_Animal_Farm.xml │ ├── Races_Animal_Giant.xml │ ├── Races_Animal_Hares.xml │ ├── Races_Animal_Insect.xml │ ├── Races_Animal_Pet.xml │ ├── Races_Animal_Rodentlike.xml │ ├── Races_Animal_Temperate.xml │ ├── Races_Animal_Tropical.xml │ ├── Races_Animal_WildCanines.xml │ └── Races_Mechanoid.xml ├── PawnRelationDef │ ├── PawnRelations_FamilyByBlood.xml │ ├── PawnRelations_FamilyByChoice.xml │ └── PawnRelations_Misc.xml ├── PawnsArrivalModeDef │ └── PawnsArrivalModes.xml ├── PrisonerInteractionModeDef │ └── PrisonerInteractionMode.xml ├── RaidStrategyDef │ └── RaidStrategies.xml ├── RecipeDef │ ├── Alcohol_Beer.xml │ ├── Recipes_Butchery.xml │ ├── Recipes_Cremation.xml │ ├── Recipes_Food.xml │ ├── Recipes_Meals.xml │ ├── Recipes_Production.xml │ ├── Recipes_Surgery_Installations.xml │ ├── Recipes_Surgery_Misc.xml │ ├── Various_Stone.xml │ ├── _Recipe_Extra_Administer.xml │ └── _Recipe_Extra_Make.xml ├── RecordDef │ ├── Records_Misc.xml │ └── Records_Time.xml ├── ResearchProjectDef │ ├── ResearchProjects_1.xml │ ├── ResearchProjects_2_Electricity.xml │ ├── ResearchProjects_3_Microelectronics.xml │ ├── ResearchProjects_4_MultiAnalyzer.xml │ └── ResearchProjects_Tier4_Ship.xml ├── ResearchTabDef │ └── ResearchTabs.xml ├── RiverDef │ └── RiverDefs.xml ├── RoadDef │ └── RoadDefs.xml ├── RoofDef │ └── Roofs.xml ├── RoomRoleDef │ └── RoomRoles.xml ├── RoomStatDef │ └── RoomStats.xml ├── RulePackDef │ ├── Interactions_Prisoner.xml │ ├── Interactions_Romance.xml │ ├── Interactions_Social.xml │ ├── RulePacks_Art_Descriptions.xml │ ├── RulePacks_Art_DescriptionsPhysical.xml │ ├── RulePacks_Art_ImagesTaleless.xml │ ├── RulePacks_Battles.xml │ ├── RulePacks_Combat.xml │ ├── RulePacks_Common.xml │ ├── RulePacks_Damage.xml │ ├── RulePacks_DamageEvent.xml │ ├── RulePacks_Event.xml │ ├── RulePacks_Global.xml │ ├── RulePacks_Maneuvers.xml │ ├── RulePacks_Namer_World.xml │ ├── RulePacks_Namers_Animals.xml │ ├── RulePacks_Namers_Art.xml │ ├── RulePacks_Namers_Factions.xml │ ├── RulePacks_Namers_People.xml │ ├── RulePacks_Namers_Scenarios.xml │ ├── RulePacks_Namers_Traders.xml │ ├── RulePacks_Namers_WorldFeatures.xml │ ├── RulePacks_Seeds.xml │ ├── RulePacks_Transitions.xml │ └── RulePacks_Utility.xml ├── ScenPartDef │ ├── ScenParts_Fixed.xml │ └── ScenParts_Various.xml ├── ScenarioDef │ └── Scenarios_Classic.xml ├── SiteCoreDef │ ├── DownedRefugee.xml │ ├── ItemStash.xml │ ├── Nothing.xml │ ├── PreciousLump.xml │ └── PrisonerWillingToJoin.xml ├── SitePartDef │ ├── AmbushEdge.xml │ ├── AmbushHidden.xml │ ├── Manhunters.xml │ ├── Outpost.xml │ ├── SleepingMechanoids.xml │ └── Turrets.xml ├── SkillDef │ └── Skills.xml ├── SpecialThingFilterDef │ └── SpecialThingFilters.xml ├── StatCategoryDef │ └── StatCategories.xml ├── StatDef │ ├── Stats_Apparel.xml │ ├── Stats_Basics_General.xml │ ├── Stats_Basics_Special.xml │ ├── Stats_Building_Special.xml │ ├── Stats_Pawns_Combat.xml │ ├── Stats_Pawns_General.xml │ ├── Stats_Pawns_Social.xml │ ├── Stats_Pawns_WorkGeneral.xml │ ├── Stats_Pawns_WorkMedical.xml │ ├── Stats_Pawns_WorkRecipes.xml │ ├── Stats_Stuff.xml │ ├── Stats_Weapons_Melee.xml │ └── Stats_Weapons_Ranged.xml ├── StorytellerDef │ └── Storytellers.xml ├── StuffCategoryDef │ └── StuffCategories.xml ├── TaleDef │ ├── Tales_Caravan.xml │ ├── Tales_DoublePawn.xml │ ├── Tales_DoublePawn_Relationships.xml │ ├── Tales_Event.xml │ ├── Tales_Health.xml │ ├── Tales_Incident.xml │ ├── Tales_Job.xml │ ├── Tales_NoPawn.xml │ └── Tales_SinglePawn.xml ├── TerrainAffordanceDef │ └── TerrainAffordances.xml ├── TerrainDef │ ├── Terrain_Floors.xml │ ├── Terrain_Floors_Burned.xml │ ├── Terrain_Floors_StoneTile.xml │ ├── Terrain_Natural.xml │ ├── Terrain_Road.xml │ ├── Terrain_Special.xml │ └── Terrain_Water.xml ├── ThingCategoryDef │ └── ThingCategories.xml ├── ThingDef │ ├── Alcohol_Beer.xml │ ├── Ambrosia.xml │ ├── Apparel_Belts.xml │ ├── Apparel_Headgear.xml │ ├── Apparel_Various.xml │ ├── Buildings_Ancient.xml │ ├── Buildings_Art.xml │ ├── Buildings_Exotic.xml │ ├── Buildings_Furniture.xml │ ├── Buildings_Joy.xml │ ├── Buildings_Misc.xml │ ├── Buildings_Natural.xml │ ├── Buildings_Power.xml │ ├── Buildings_Production.xml │ ├── Buildings_Security.xml │ ├── Buildings_Ship.xml │ ├── Buildings_Special.xml │ ├── Buildings_Structure.xml │ ├── Buildings_Temperature.xml │ ├── Ethereal_OrbitalStrikes.xml │ ├── Ethereal_SignalActions.xml │ ├── Ethereal_Skyfallers.xml │ ├── Ethereal_Various.xml │ ├── Filth_Various.xml │ ├── Gas_Various.xml │ ├── GoJuice.xml │ ├── Items_Artifacts.xml │ ├── Items_BodyParts.xml │ ├── Items_Exotic.xml │ ├── Items_Food.xml │ ├── Items_Implants.xml │ ├── Items_Luxury.xml │ ├── Items_Resource_AnimalProduct.xml │ ├── Items_Resource_Manufactured.xml │ ├── Items_Resource_RawPlant.xml │ ├── Items_Resource_Shell.xml │ ├── Items_Resource_Stuff.xml │ ├── Items_Resource_Stuff_Leather.xml │ ├── Items_Unfinished.xml │ ├── Luciferium.xml │ ├── MeleeMedieval.xml │ ├── MeleeNeolithic.xml │ ├── Penoxycyline.xml │ ├── Plants_Cave.xml │ ├── Plants_Cultivated_Decorative.xml │ ├── Plants_Cultivated_Farm.xml │ ├── Plants_Special.xml │ ├── Plants_Wild_Arid.xml │ ├── Plants_Wild_General.xml │ ├── Plants_Wild_Swamp.xml │ ├── Plants_Wild_Temperate.xml │ ├── Plants_Wild_Tropical.xml │ ├── Psychite_Flake.xml │ ├── Psychite_Tea.xml │ ├── Psychite_Yayo.xml │ ├── Races_Animal_Arid.xml │ ├── Races_Animal_Bears.xml │ ├── Races_Animal_BigCats.xml │ ├── Races_Animal_Birds.xml │ ├── Races_Animal_Farm.xml │ ├── Races_Animal_Giant.xml │ ├── Races_Animal_Hares.xml │ ├── Races_Animal_Insect.xml │ ├── Races_Animal_Pet.xml │ ├── Races_Animal_Rodentlike.xml │ ├── Races_Animal_Temperate.xml │ ├── Races_Animal_Tropical.xml │ ├── Races_Animal_WildCanines.xml │ ├── Races_Humanlike.xml │ ├── Races_Mechanoid.xml │ ├── RangedIndustrial.xml │ ├── RangedIndustrialConsumable.xml │ ├── RangedIndustrialGrenades.xml │ ├── RangedMechanoid.xml │ ├── RangedNeolithic.xml │ ├── RangedSpacer.xml │ ├── RangedSpecial.xml │ ├── Smokeleaf.xml │ ├── Things_Special.xml │ ├── Various_Stone.xml │ ├── WakeUp.xml │ ├── _Mote_Special.xml │ └── _Terrain_Extra.xml ├── ThoughtDef │ ├── Alcohol_Beer.xml │ ├── Ambrosia.xml │ ├── Expectations.xml │ ├── GoJuice.xml │ ├── Psychite_Flake.xml │ ├── Psychite_Tea.xml │ ├── Psychite_Yayo.xml │ ├── Smokeleaf.xml │ ├── Thoughts_Memory_Death.xml │ ├── Thoughts_Memory_Debug.xml │ ├── Thoughts_Memory_Eating.xml │ ├── Thoughts_Memory_Gatherings.xml │ ├── Thoughts_Memory_Misc.xml │ ├── Thoughts_Memory_RoomStats.xml │ ├── Thoughts_Memory_Social.xml │ ├── Thoughts_Memory_Special.xml │ ├── Thoughts_Situation_General.xml │ ├── Thoughts_Situation_Needs.xml │ ├── Thoughts_Situation_RoomStats.xml │ ├── Thoughts_Situation_Social.xml │ ├── Thoughts_Situation_Special.xml │ ├── Thoughts_Situation_Traits.xml │ ├── Thoughts_Situation_TraitsPerm.xml │ └── WakeUp.xml ├── TimeAssignmentDef │ └── TimeAssignments.xml ├── TraderKindDef │ ├── TraderKinds_Caravan_Neolithic.xml │ ├── TraderKinds_Caravan_Outlander.xml │ ├── TraderKinds_Orbital_Misc.xml │ ├── TraderKinds_Visitor_Neolithic.xml │ └── TraderKinds_Visitor_Outlander.xml ├── TrainabilityDef │ └── TrainabilityDefs.xml ├── TrainableDef │ └── Trainables.xml ├── TraitDef │ ├── Traits_Singular.xml │ └── Traits_Spectrum.xml ├── TransferableSorterDef │ └── TransferableSorters.xml ├── WeatherDef │ └── Weathers.xml ├── WorkGiverDef │ └── WorkGivers.xml ├── WorkTypeDef │ └── WorkTypes.xml └── WorldObjectDef │ ├── Incidents_Caravan_All.xml │ └── WorldObjects.xml ├── Keyed ├── Alerts.xml ├── Credits.xml ├── Dates.xml ├── Designators.xml ├── Dialog_StatsReports.xml ├── Dialog_Trees.xml ├── Dialogs_Various.xml ├── Enums.xml ├── FloatMenu.xml ├── GameplayCommands.xml ├── Grammar.xml ├── ITabs.xml ├── Incidents.xml ├── Letters.xml ├── MainTabs.xml ├── Menu_KeyBindings.xml ├── Menu_Options.xml ├── Menus_Main.xml ├── Messages.xml ├── Misc.xml ├── Misc_Gameplay.xml ├── PlayInterface.xml ├── ScenParts.xml ├── Skills.xml ├── Time.xml ├── WITabs.xml └── WorkTags.xml ├── LangIcon.png ├── LanguageInfo.xml └── Strings ├── Names ├── Animal_Female.txt ├── Animal_Male.txt ├── Animal_Unisex.txt ├── Business.txt ├── Celestial.txt ├── CelestialPrefix.txt ├── CelestialSuffix.txt ├── OutlanderTown.txt └── WorldFeatures │ ├── Archipelagos_America.txt │ ├── Bays_USA.txt │ ├── ColdDeserts_NorthAmerica.txt │ ├── Forests_USA.txt │ ├── HotDeserts_NorthAmerica.txt │ ├── HotDeserts_SouthAmerica.txt │ ├── HotDeserts_World.txt │ ├── Islands_Canada.txt │ ├── Islands_USA.txt │ ├── Lakes_Canada.txt │ ├── Lakes_USA.txt │ ├── MountainRanges_Canada.txt │ ├── MountainRanges_USA.txt │ ├── Oceans.txt │ ├── Peninsulas_Canada.txt │ ├── Plateaus_USA.txt │ ├── Seas_America.txt │ ├── Seas_World.txt │ └── Swamps_USA.txt ├── WordParts ├── CapitalLetters.txt ├── PlaceEndings.txt ├── Syllables_English.txt └── Syllables_Galician.txt └── Words ├── Adjectives ├── Angsty.txt ├── Badass.txt ├── CompassDirections.txt ├── Curious.txt ├── Friendly.txt ├── Large.txt ├── Natural.txt └── PoliticalUnions.txt ├── Foreign └── Tribal.txt ├── Misc └── Numbers_SmallRoman.txt ├── Nouns ├── AnimalGroups.txt ├── Animals.txt ├── Animals_Badass.txt ├── Apparel.txt ├── Artworks.txt ├── Bodyparts.txt ├── BusinessTypes.txt ├── Colors.txt ├── Colors_Badass.txt ├── Communities.txt ├── Concepts_Angsty.txt ├── Concepts_Badass.txt ├── Concepts_Positive.txt ├── Enemies.txt ├── Games.txt ├── Gore.txt ├── GroupNames.txt ├── Mechanoid.txt ├── NaturalObject.txt ├── People_Allies.txt ├── People_Badass.txt ├── People_Family.txt ├── People_Jobs.txt ├── PersonalCharacteristics.txt ├── PoliticalUnions_Outlander.txt ├── PoliticalUnions_Tribal.txt ├── Stories.txt ├── TalkTopics_Heavy.txt ├── TalkTopics_Light.txt ├── TerrainFeatures.txt ├── TreeTypes.txt ├── Vegetables.txt └── Weapons.txt └── Verbs └── Friendly.txt /About.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/About.txt -------------------------------------------------------------------------------- /Backstories/Backstories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Backstories/Backstories.xml -------------------------------------------------------------------------------- /DefInjected/ApparelLayerDef/ApparelLayerDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ApparelLayerDef/ApparelLayerDefs.xml -------------------------------------------------------------------------------- /DefInjected/BillRepeatModeDef/BillRepeatModeDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BillRepeatModeDef/BillRepeatModeDefs.xml -------------------------------------------------------------------------------- /DefInjected/BillStoreModeDef/BillStoreModeDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BillStoreModeDef/BillStoreModeDefs.xml -------------------------------------------------------------------------------- /DefInjected/BiomeDef/Biomes_Cold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BiomeDef/Biomes_Cold.xml -------------------------------------------------------------------------------- /DefInjected/BiomeDef/Biomes_Temperate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BiomeDef/Biomes_Temperate.xml -------------------------------------------------------------------------------- /DefInjected/BiomeDef/Biomes_Warm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BiomeDef/Biomes_Warm.xml -------------------------------------------------------------------------------- /DefInjected/BiomeDef/Biomes_WarmArid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BiomeDef/Biomes_WarmArid.xml -------------------------------------------------------------------------------- /DefInjected/BiomeDef/Biomes_Water.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BiomeDef/Biomes_Water.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Animal_Bird.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Animal_Bird.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Animal_Insect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Animal_Insect.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Animal_Quadruped.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Animal_Quadruped.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Animal_Snake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Animal_Snake.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Humanlike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Humanlike.xml -------------------------------------------------------------------------------- /DefInjected/BodyDef/Bodies_Mechanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyDef/Bodies_Mechanoid.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartDef/BodyParts_Animal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartDef/BodyParts_Animal.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartDef/BodyParts_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartDef/BodyParts_General.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartDef/BodyParts_Humanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartDef/BodyParts_Humanoid.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartDef/BodyParts_Mechanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartDef/BodyParts_Mechanoid.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartDef/BodyParts_Organs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartDef/BodyParts_Organs.xml -------------------------------------------------------------------------------- /DefInjected/BodyPartGroupDef/BodyPartGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/BodyPartGroupDef/BodyPartGroups.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/Ambrosia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/Ambrosia.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/GoJuice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/GoJuice.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/Luciferium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/Luciferium.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/Psychite_Yayo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/Psychite_Yayo.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/Smokeleaf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/Smokeleaf.xml -------------------------------------------------------------------------------- /DefInjected/ChemicalDef/WakeUp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ChemicalDef/WakeUp.xml -------------------------------------------------------------------------------- /DefInjected/ConceptDef/Concepts_Entry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ConceptDef/Concepts_Entry.xml -------------------------------------------------------------------------------- /DefInjected/ConceptDef/Concepts_NotedOpportunistic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ConceptDef/Concepts_NotedOpportunistic.xml -------------------------------------------------------------------------------- /DefInjected/ConceptDef/Concepts_NotedSelfshow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ConceptDef/Concepts_NotedSelfshow.xml -------------------------------------------------------------------------------- /DefInjected/ConceptDef/Concepts_TriggeredModal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ConceptDef/Concepts_TriggeredModal.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_Environmental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_Environmental.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_Medical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_Medical.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_MeleeWeapon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_MeleeWeapon.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_Misc.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_RangedWeapon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_RangedWeapon.xml -------------------------------------------------------------------------------- /DefInjected/DamageDef/Damages_Stun.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DamageDef/Damages_Stun.xml -------------------------------------------------------------------------------- /DefInjected/DesignationCategoryDef/DesignationCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DesignationCategoryDef/DesignationCategories.xml -------------------------------------------------------------------------------- /DefInjected/DifficultyDef/Difficulties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/DifficultyDef/Difficulties.xml -------------------------------------------------------------------------------- /DefInjected/ExpectationDef/Expectations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ExpectationDef/Expectations.xml -------------------------------------------------------------------------------- /DefInjected/FactionDef/Factions_Hidden.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/FactionDef/Factions_Hidden.xml -------------------------------------------------------------------------------- /DefInjected/FactionDef/Factions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/FactionDef/Factions_Misc.xml -------------------------------------------------------------------------------- /DefInjected/FactionDef/Factions_Player.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/FactionDef/Factions_Player.xml -------------------------------------------------------------------------------- /DefInjected/GameConditionDef/GameConditions_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/GameConditionDef/GameConditions_Misc.xml -------------------------------------------------------------------------------- /DefInjected/HairDef/HairsGeneral.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HairDef/HairsGeneral.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Ambrosia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Ambrosia.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/GoJuice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/GoJuice.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Global_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Global_Misc.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Global_Needs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Global_Needs.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Global_Temperature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Global_Temperature.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_AddedParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_AddedParts.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_Chronic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_Chronic.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_Implants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_Implants.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_Infections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_Infections.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_Injuries.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_Injuries.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_Misc.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Hediffs_Local_TerrainAttacks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Hediffs_Local_TerrainAttacks.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Luciferium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Luciferium.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Penoxycyline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Penoxycyline.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Psychite_Flake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Psychite_Flake.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Psychite_Tea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Psychite_Tea.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Psychite_Yayo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Psychite_Yayo.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/Smokeleaf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/Smokeleaf.xml -------------------------------------------------------------------------------- /DefInjected/HediffDef/WakeUp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffDef/WakeUp.xml -------------------------------------------------------------------------------- /DefInjected/HediffGiverSetDef/HediffGiverSets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HediffGiverSetDef/HediffGiverSets.xml -------------------------------------------------------------------------------- /DefInjected/HistoryAutoRecorderDef/HistoryAutoRecorders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HistoryAutoRecorderDef/HistoryAutoRecorders.xml -------------------------------------------------------------------------------- /DefInjected/HistoryAutoRecorderGroupDef/HistoryAutoRecorderGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/HistoryAutoRecorderGroupDef/HistoryAutoRecorderGroups.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_Caravan_All.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_Caravan_All.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_Map_Disease.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_Map_Disease.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_Map_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_Map_Misc.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_Map_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_Map_Special.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_Map_Threats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_Map_Threats.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_World_Conditions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_World_Conditions.xml -------------------------------------------------------------------------------- /DefInjected/IncidentDef/Incidents_World_Quests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/IncidentDef/Incidents_World_Quests.xml -------------------------------------------------------------------------------- /DefInjected/InspirationDef/Inspirations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InspirationDef/Inspirations.xml -------------------------------------------------------------------------------- /DefInjected/InstructionDef/Instructions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InstructionDef/Instructions.xml -------------------------------------------------------------------------------- /DefInjected/InteractionDef/Interactions_Animal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InteractionDef/Interactions_Animal.xml -------------------------------------------------------------------------------- /DefInjected/InteractionDef/Interactions_Prisoner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InteractionDef/Interactions_Prisoner.xml -------------------------------------------------------------------------------- /DefInjected/InteractionDef/Interactions_Romance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InteractionDef/Interactions_Romance.xml -------------------------------------------------------------------------------- /DefInjected/InteractionDef/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/InteractionDef/Interactions_Social.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Animal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Animal.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Caravan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Caravan.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Gatherings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Gatherings.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Joy.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Misc.xml -------------------------------------------------------------------------------- /DefInjected/JobDef/Jobs_Work.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JobDef/Jobs_Work.xml -------------------------------------------------------------------------------- /DefInjected/JoyKindDef/JoyKinds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/JoyKindDef/JoyKinds.xml -------------------------------------------------------------------------------- /DefInjected/KeyBindingCategoryDef/KeyBindingCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/KeyBindingCategoryDef/KeyBindingCategories.xml -------------------------------------------------------------------------------- /DefInjected/KeyBindingCategoryDef/_KeyBindingCategoryDef_Extra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/KeyBindingCategoryDef/_KeyBindingCategoryDef_Extra.xml -------------------------------------------------------------------------------- /DefInjected/KeyBindingDef/KeyBindings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/KeyBindingDef/KeyBindings.xml -------------------------------------------------------------------------------- /DefInjected/KeyBindingDef/_KeyBinding_Extra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/KeyBindingDef/_KeyBinding_Extra.xml -------------------------------------------------------------------------------- /DefInjected/LifeStageDef/LifeStages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/LifeStageDef/LifeStages.xml -------------------------------------------------------------------------------- /DefInjected/MainButtonDef/MainButtons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/MainButtonDef/MainButtons.xml -------------------------------------------------------------------------------- /DefInjected/MentalBreakDef/MentalStates_Mood.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/MentalBreakDef/MentalStates_Mood.xml -------------------------------------------------------------------------------- /DefInjected/MentalStateDef/MentalStates_Mood.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/MentalStateDef/MentalStates_Mood.xml -------------------------------------------------------------------------------- /DefInjected/MentalStateDef/MentalStates_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/MentalStateDef/MentalStates_Special.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Ambrosia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Ambrosia.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/GoJuice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/GoJuice.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Luciferium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Luciferium.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Needs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Needs.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Psychite_Yayo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Psychite_Yayo.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/Smokeleaf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/Smokeleaf.xml -------------------------------------------------------------------------------- /DefInjected/NeedDef/WakeUp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/NeedDef/WakeUp.xml -------------------------------------------------------------------------------- /DefInjected/PawnCapacityDef/PawnCapacity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnCapacityDef/PawnCapacity.xml -------------------------------------------------------------------------------- /DefInjected/PawnColumnDef/PawnColumns_Checkbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnColumnDef/PawnColumns_Checkbox.xml -------------------------------------------------------------------------------- /DefInjected/PawnColumnDef/PawnColumns_Icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnColumnDef/PawnColumns_Icon.xml -------------------------------------------------------------------------------- /DefInjected/PawnColumnDef/PawnColumns_Layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnColumnDef/PawnColumns_Layout.xml -------------------------------------------------------------------------------- /DefInjected/PawnColumnDef/PawnColumns_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnColumnDef/PawnColumns_Misc.xml -------------------------------------------------------------------------------- /DefInjected/PawnColumnDef/_PawnColumn_Extra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnColumnDef/_PawnColumn_Extra.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Mercenary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Mercenary.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Outlander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Outlander.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Pirate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Pirate.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Player.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Player.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Spacer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Spacer.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Special.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/PawnKinds_Tribal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/PawnKinds_Tribal.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Arid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Arid.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Bears.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Bears.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_BigCats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_BigCats.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Birds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Birds.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Farm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Farm.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Giant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Giant.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Hares.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Hares.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Insect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Insect.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Pet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Pet.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Rodentlike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Rodentlike.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Temperate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Temperate.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_Tropical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_Tropical.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Animal_WildCanines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Animal_WildCanines.xml -------------------------------------------------------------------------------- /DefInjected/PawnKindDef/Races_Mechanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnKindDef/Races_Mechanoid.xml -------------------------------------------------------------------------------- /DefInjected/PawnRelationDef/PawnRelations_FamilyByBlood.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnRelationDef/PawnRelations_FamilyByBlood.xml -------------------------------------------------------------------------------- /DefInjected/PawnRelationDef/PawnRelations_FamilyByChoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnRelationDef/PawnRelations_FamilyByChoice.xml -------------------------------------------------------------------------------- /DefInjected/PawnRelationDef/PawnRelations_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnRelationDef/PawnRelations_Misc.xml -------------------------------------------------------------------------------- /DefInjected/PawnsArrivalModeDef/PawnsArrivalModes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PawnsArrivalModeDef/PawnsArrivalModes.xml -------------------------------------------------------------------------------- /DefInjected/PrisonerInteractionModeDef/PrisonerInteractionMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/PrisonerInteractionModeDef/PrisonerInteractionMode.xml -------------------------------------------------------------------------------- /DefInjected/RaidStrategyDef/RaidStrategies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RaidStrategyDef/RaidStrategies.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Butchery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Butchery.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Cremation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Cremation.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Food.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Food.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Meals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Meals.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Production.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Surgery_Installations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Surgery_Installations.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Recipes_Surgery_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Recipes_Surgery_Misc.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/Various_Stone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/Various_Stone.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/_Recipe_Extra_Administer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/_Recipe_Extra_Administer.xml -------------------------------------------------------------------------------- /DefInjected/RecipeDef/_Recipe_Extra_Make.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecipeDef/_Recipe_Extra_Make.xml -------------------------------------------------------------------------------- /DefInjected/RecordDef/Records_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecordDef/Records_Misc.xml -------------------------------------------------------------------------------- /DefInjected/RecordDef/Records_Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RecordDef/Records_Time.xml -------------------------------------------------------------------------------- /DefInjected/ResearchProjectDef/ResearchProjects_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchProjectDef/ResearchProjects_1.xml -------------------------------------------------------------------------------- /DefInjected/ResearchProjectDef/ResearchProjects_2_Electricity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchProjectDef/ResearchProjects_2_Electricity.xml -------------------------------------------------------------------------------- /DefInjected/ResearchProjectDef/ResearchProjects_3_Microelectronics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchProjectDef/ResearchProjects_3_Microelectronics.xml -------------------------------------------------------------------------------- /DefInjected/ResearchProjectDef/ResearchProjects_4_MultiAnalyzer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchProjectDef/ResearchProjects_4_MultiAnalyzer.xml -------------------------------------------------------------------------------- /DefInjected/ResearchProjectDef/ResearchProjects_Tier4_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchProjectDef/ResearchProjects_Tier4_Ship.xml -------------------------------------------------------------------------------- /DefInjected/ResearchTabDef/ResearchTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ResearchTabDef/ResearchTabs.xml -------------------------------------------------------------------------------- /DefInjected/RiverDef/RiverDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RiverDef/RiverDefs.xml -------------------------------------------------------------------------------- /DefInjected/RoadDef/RoadDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RoadDef/RoadDefs.xml -------------------------------------------------------------------------------- /DefInjected/RoofDef/Roofs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RoofDef/Roofs.xml -------------------------------------------------------------------------------- /DefInjected/RoomRoleDef/RoomRoles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RoomRoleDef/RoomRoles.xml -------------------------------------------------------------------------------- /DefInjected/RoomStatDef/RoomStats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RoomStatDef/RoomStats.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/Interactions_Prisoner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/Interactions_Prisoner.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/Interactions_Romance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/Interactions_Romance.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/Interactions_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/Interactions_Social.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Art_Descriptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Art_Descriptions.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Art_DescriptionsPhysical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Art_DescriptionsPhysical.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Art_ImagesTaleless.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Art_ImagesTaleless.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Battles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Battles.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Combat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Combat.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Common.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Damage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Damage.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_DamageEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_DamageEvent.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Event.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Global.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Global.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Maneuvers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Maneuvers.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namer_World.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namer_World.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_Animals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_Animals.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_Art.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_Art.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_Factions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_Factions.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_People.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_People.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_Scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_Scenarios.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_Traders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_Traders.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Namers_WorldFeatures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Namers_WorldFeatures.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Seeds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Seeds.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Transitions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Transitions.xml -------------------------------------------------------------------------------- /DefInjected/RulePackDef/RulePacks_Utility.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/RulePackDef/RulePacks_Utility.xml -------------------------------------------------------------------------------- /DefInjected/ScenPartDef/ScenParts_Fixed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ScenPartDef/ScenParts_Fixed.xml -------------------------------------------------------------------------------- /DefInjected/ScenPartDef/ScenParts_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ScenPartDef/ScenParts_Various.xml -------------------------------------------------------------------------------- /DefInjected/ScenarioDef/Scenarios_Classic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ScenarioDef/Scenarios_Classic.xml -------------------------------------------------------------------------------- /DefInjected/SiteCoreDef/DownedRefugee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SiteCoreDef/DownedRefugee.xml -------------------------------------------------------------------------------- /DefInjected/SiteCoreDef/ItemStash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SiteCoreDef/ItemStash.xml -------------------------------------------------------------------------------- /DefInjected/SiteCoreDef/Nothing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SiteCoreDef/Nothing.xml -------------------------------------------------------------------------------- /DefInjected/SiteCoreDef/PreciousLump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SiteCoreDef/PreciousLump.xml -------------------------------------------------------------------------------- /DefInjected/SiteCoreDef/PrisonerWillingToJoin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SiteCoreDef/PrisonerWillingToJoin.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/AmbushEdge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/AmbushEdge.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/AmbushHidden.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/AmbushHidden.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/Manhunters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/Manhunters.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/Outpost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/Outpost.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/SleepingMechanoids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/SleepingMechanoids.xml -------------------------------------------------------------------------------- /DefInjected/SitePartDef/Turrets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SitePartDef/Turrets.xml -------------------------------------------------------------------------------- /DefInjected/SkillDef/Skills.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SkillDef/Skills.xml -------------------------------------------------------------------------------- /DefInjected/SpecialThingFilterDef/SpecialThingFilters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/SpecialThingFilterDef/SpecialThingFilters.xml -------------------------------------------------------------------------------- /DefInjected/StatCategoryDef/StatCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatCategoryDef/StatCategories.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Apparel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Apparel.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Basics_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Basics_General.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Basics_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Basics_Special.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Building_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Building_Special.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_Combat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_Combat.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_General.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_Social.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_WorkGeneral.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_WorkGeneral.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_WorkMedical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_WorkMedical.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Pawns_WorkRecipes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Pawns_WorkRecipes.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Stuff.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Weapons_Melee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Weapons_Melee.xml -------------------------------------------------------------------------------- /DefInjected/StatDef/Stats_Weapons_Ranged.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StatDef/Stats_Weapons_Ranged.xml -------------------------------------------------------------------------------- /DefInjected/StorytellerDef/Storytellers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StorytellerDef/Storytellers.xml -------------------------------------------------------------------------------- /DefInjected/StuffCategoryDef/StuffCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/StuffCategoryDef/StuffCategories.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_Caravan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_Caravan.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_DoublePawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_DoublePawn.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_DoublePawn_Relationships.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_DoublePawn_Relationships.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_Event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_Event.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_Health.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_Incident.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_Incident.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_Job.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_Job.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_NoPawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_NoPawn.xml -------------------------------------------------------------------------------- /DefInjected/TaleDef/Tales_SinglePawn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TaleDef/Tales_SinglePawn.xml -------------------------------------------------------------------------------- /DefInjected/TerrainAffordanceDef/TerrainAffordances.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainAffordanceDef/TerrainAffordances.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Floors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Floors.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Floors_Burned.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Floors_Burned.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Floors_StoneTile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Floors_StoneTile.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Natural.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Natural.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Road.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Road.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Special.xml -------------------------------------------------------------------------------- /DefInjected/TerrainDef/Terrain_Water.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TerrainDef/Terrain_Water.xml -------------------------------------------------------------------------------- /DefInjected/ThingCategoryDef/ThingCategories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingCategoryDef/ThingCategories.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Ambrosia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Ambrosia.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Apparel_Belts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Apparel_Belts.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Apparel_Headgear.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Apparel_Headgear.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Apparel_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Apparel_Various.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Ancient.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Ancient.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Art.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Art.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Exotic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Exotic.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Furniture.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Furniture.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Joy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Joy.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Misc.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Natural.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Natural.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Power.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Power.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Production.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Production.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Security.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Ship.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Ship.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Structure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Structure.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Buildings_Temperature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Buildings_Temperature.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Ethereal_OrbitalStrikes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Ethereal_OrbitalStrikes.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Ethereal_SignalActions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Ethereal_SignalActions.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Ethereal_Skyfallers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Ethereal_Skyfallers.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Ethereal_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Ethereal_Various.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Filth_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Filth_Various.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Gas_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Gas_Various.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/GoJuice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/GoJuice.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Artifacts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Artifacts.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_BodyParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_BodyParts.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Exotic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Exotic.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Food.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Food.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Implants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Implants.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Luxury.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Luxury.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_AnimalProduct.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_AnimalProduct.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_Manufactured.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_Manufactured.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_RawPlant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_RawPlant.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_Shell.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_Stuff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_Stuff.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Resource_Stuff_Leather.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Resource_Stuff_Leather.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Items_Unfinished.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Items_Unfinished.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Luciferium.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Luciferium.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/MeleeMedieval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/MeleeMedieval.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/MeleeNeolithic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/MeleeNeolithic.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Penoxycyline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Penoxycyline.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Cave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Cave.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Cultivated_Decorative.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Cultivated_Decorative.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Cultivated_Farm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Cultivated_Farm.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Wild_Arid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Wild_Arid.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Wild_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Wild_General.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Wild_Swamp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Wild_Swamp.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Wild_Temperate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Wild_Temperate.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Plants_Wild_Tropical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Plants_Wild_Tropical.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Psychite_Flake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Psychite_Flake.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Psychite_Tea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Psychite_Tea.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Psychite_Yayo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Psychite_Yayo.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Arid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Arid.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Bears.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Bears.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_BigCats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_BigCats.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Birds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Birds.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Farm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Farm.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Giant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Giant.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Hares.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Hares.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Insect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Insect.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Pet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Pet.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Rodentlike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Rodentlike.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Temperate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Temperate.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_Tropical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_Tropical.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Animal_WildCanines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Animal_WildCanines.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Humanlike.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Humanlike.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Races_Mechanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Races_Mechanoid.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedIndustrial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedIndustrial.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedIndustrialConsumable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedIndustrialConsumable.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedIndustrialGrenades.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedIndustrialGrenades.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedMechanoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedMechanoid.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedNeolithic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedNeolithic.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedSpacer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedSpacer.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/RangedSpecial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/RangedSpecial.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Smokeleaf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Smokeleaf.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Things_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Things_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/Various_Stone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/Various_Stone.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/WakeUp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/WakeUp.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/_Mote_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/_Mote_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThingDef/_Terrain_Extra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThingDef/_Terrain_Extra.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Alcohol_Beer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Alcohol_Beer.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Ambrosia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Ambrosia.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Expectations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Expectations.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/GoJuice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/GoJuice.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Psychite_Flake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Psychite_Flake.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Psychite_Tea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Psychite_Tea.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Psychite_Yayo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Psychite_Yayo.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Smokeleaf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Smokeleaf.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Death.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Death.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Debug.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Debug.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Eating.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Eating.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Gatherings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Gatherings.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Misc.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_RoomStats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_RoomStats.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Social.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Memory_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Memory_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_General.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_General.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_Needs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_Needs.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_RoomStats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_RoomStats.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_Social.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_Social.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_Special.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_Special.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_Traits.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_Traits.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/Thoughts_Situation_TraitsPerm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/Thoughts_Situation_TraitsPerm.xml -------------------------------------------------------------------------------- /DefInjected/ThoughtDef/WakeUp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/ThoughtDef/WakeUp.xml -------------------------------------------------------------------------------- /DefInjected/TimeAssignmentDef/TimeAssignments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TimeAssignmentDef/TimeAssignments.xml -------------------------------------------------------------------------------- /DefInjected/TraderKindDef/TraderKinds_Caravan_Neolithic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraderKindDef/TraderKinds_Caravan_Neolithic.xml -------------------------------------------------------------------------------- /DefInjected/TraderKindDef/TraderKinds_Caravan_Outlander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraderKindDef/TraderKinds_Caravan_Outlander.xml -------------------------------------------------------------------------------- /DefInjected/TraderKindDef/TraderKinds_Orbital_Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraderKindDef/TraderKinds_Orbital_Misc.xml -------------------------------------------------------------------------------- /DefInjected/TraderKindDef/TraderKinds_Visitor_Neolithic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraderKindDef/TraderKinds_Visitor_Neolithic.xml -------------------------------------------------------------------------------- /DefInjected/TraderKindDef/TraderKinds_Visitor_Outlander.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraderKindDef/TraderKinds_Visitor_Outlander.xml -------------------------------------------------------------------------------- /DefInjected/TrainabilityDef/TrainabilityDefs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TrainabilityDef/TrainabilityDefs.xml -------------------------------------------------------------------------------- /DefInjected/TrainableDef/Trainables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TrainableDef/Trainables.xml -------------------------------------------------------------------------------- /DefInjected/TraitDef/Traits_Singular.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraitDef/Traits_Singular.xml -------------------------------------------------------------------------------- /DefInjected/TraitDef/Traits_Spectrum.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TraitDef/Traits_Spectrum.xml -------------------------------------------------------------------------------- /DefInjected/TransferableSorterDef/TransferableSorters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/TransferableSorterDef/TransferableSorters.xml -------------------------------------------------------------------------------- /DefInjected/WeatherDef/Weathers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/WeatherDef/Weathers.xml -------------------------------------------------------------------------------- /DefInjected/WorkGiverDef/WorkGivers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/WorkGiverDef/WorkGivers.xml -------------------------------------------------------------------------------- /DefInjected/WorkTypeDef/WorkTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/WorkTypeDef/WorkTypes.xml -------------------------------------------------------------------------------- /DefInjected/WorldObjectDef/Incidents_Caravan_All.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/WorldObjectDef/Incidents_Caravan_All.xml -------------------------------------------------------------------------------- /DefInjected/WorldObjectDef/WorldObjects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/DefInjected/WorldObjectDef/WorldObjects.xml -------------------------------------------------------------------------------- /Keyed/Alerts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Alerts.xml -------------------------------------------------------------------------------- /Keyed/Credits.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Credits.xml -------------------------------------------------------------------------------- /Keyed/Dates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Dates.xml -------------------------------------------------------------------------------- /Keyed/Designators.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Designators.xml -------------------------------------------------------------------------------- /Keyed/Dialog_StatsReports.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Dialog_StatsReports.xml -------------------------------------------------------------------------------- /Keyed/Dialog_Trees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Dialog_Trees.xml -------------------------------------------------------------------------------- /Keyed/Dialogs_Various.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Dialogs_Various.xml -------------------------------------------------------------------------------- /Keyed/Enums.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Enums.xml -------------------------------------------------------------------------------- /Keyed/FloatMenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/FloatMenu.xml -------------------------------------------------------------------------------- /Keyed/GameplayCommands.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/GameplayCommands.xml -------------------------------------------------------------------------------- /Keyed/Grammar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Grammar.xml -------------------------------------------------------------------------------- /Keyed/ITabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/ITabs.xml -------------------------------------------------------------------------------- /Keyed/Incidents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Incidents.xml -------------------------------------------------------------------------------- /Keyed/Letters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Letters.xml -------------------------------------------------------------------------------- /Keyed/MainTabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/MainTabs.xml -------------------------------------------------------------------------------- /Keyed/Menu_KeyBindings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Menu_KeyBindings.xml -------------------------------------------------------------------------------- /Keyed/Menu_Options.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Menu_Options.xml -------------------------------------------------------------------------------- /Keyed/Menus_Main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Menus_Main.xml -------------------------------------------------------------------------------- /Keyed/Messages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Messages.xml -------------------------------------------------------------------------------- /Keyed/Misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Misc.xml -------------------------------------------------------------------------------- /Keyed/Misc_Gameplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Misc_Gameplay.xml -------------------------------------------------------------------------------- /Keyed/PlayInterface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/PlayInterface.xml -------------------------------------------------------------------------------- /Keyed/ScenParts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/ScenParts.xml -------------------------------------------------------------------------------- /Keyed/Skills.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Skills.xml -------------------------------------------------------------------------------- /Keyed/Time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/Time.xml -------------------------------------------------------------------------------- /Keyed/WITabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/WITabs.xml -------------------------------------------------------------------------------- /Keyed/WorkTags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Keyed/WorkTags.xml -------------------------------------------------------------------------------- /LangIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/LangIcon.png -------------------------------------------------------------------------------- /LanguageInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/LanguageInfo.xml -------------------------------------------------------------------------------- /Strings/Names/Animal_Female.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/Animal_Female.txt -------------------------------------------------------------------------------- /Strings/Names/Animal_Male.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/Animal_Male.txt -------------------------------------------------------------------------------- /Strings/Names/Animal_Unisex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/Animal_Unisex.txt -------------------------------------------------------------------------------- /Strings/Names/Business.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/Business.txt -------------------------------------------------------------------------------- /Strings/Names/Celestial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/Celestial.txt -------------------------------------------------------------------------------- /Strings/Names/CelestialPrefix.txt: -------------------------------------------------------------------------------- 1 | Old 2 | New 3 | Nova 4 | Far 5 | 6 | Al 7 | Ras -------------------------------------------------------------------------------- /Strings/Names/CelestialSuffix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/CelestialSuffix.txt -------------------------------------------------------------------------------- /Strings/Names/OutlanderTown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/OutlanderTown.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Archipelagos_America.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Archipelagos_America.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Bays_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Bays_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/ColdDeserts_NorthAmerica.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/ColdDeserts_NorthAmerica.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Forests_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Forests_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/HotDeserts_NorthAmerica.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/HotDeserts_NorthAmerica.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/HotDeserts_SouthAmerica.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/HotDeserts_SouthAmerica.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/HotDeserts_World.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/HotDeserts_World.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Islands_Canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Islands_Canada.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Islands_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Islands_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Lakes_Canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Lakes_Canada.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Lakes_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Lakes_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/MountainRanges_Canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/MountainRanges_Canada.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/MountainRanges_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/MountainRanges_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Oceans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Oceans.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Peninsulas_Canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Peninsulas_Canada.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Plateaus_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Plateaus_USA.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Seas_America.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Seas_America.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Seas_World.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Seas_World.txt -------------------------------------------------------------------------------- /Strings/Names/WorldFeatures/Swamps_USA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Names/WorldFeatures/Swamps_USA.txt -------------------------------------------------------------------------------- /Strings/WordParts/CapitalLetters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/WordParts/CapitalLetters.txt -------------------------------------------------------------------------------- /Strings/WordParts/PlaceEndings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/WordParts/PlaceEndings.txt -------------------------------------------------------------------------------- /Strings/WordParts/Syllables_English.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/WordParts/Syllables_English.txt -------------------------------------------------------------------------------- /Strings/WordParts/Syllables_Galician.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/WordParts/Syllables_Galician.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Angsty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Angsty.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Badass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Badass.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/CompassDirections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/CompassDirections.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Curious.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Curious.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Friendly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Friendly.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Large.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Large.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/Natural.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/Natural.txt -------------------------------------------------------------------------------- /Strings/Words/Adjectives/PoliticalUnions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Adjectives/PoliticalUnions.txt -------------------------------------------------------------------------------- /Strings/Words/Foreign/Tribal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Foreign/Tribal.txt -------------------------------------------------------------------------------- /Strings/Words/Misc/Numbers_SmallRoman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Misc/Numbers_SmallRoman.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/AnimalGroups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/AnimalGroups.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Animals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Animals.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Animals_Badass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Animals_Badass.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Apparel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Apparel.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Artworks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Artworks.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Bodyparts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Bodyparts.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/BusinessTypes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/BusinessTypes.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Colors.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Colors_Badass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Colors_Badass.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Communities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Communities.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Concepts_Angsty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Concepts_Angsty.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Concepts_Badass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Concepts_Badass.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Concepts_Positive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Concepts_Positive.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Enemies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Enemies.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Games.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Games.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Gore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Gore.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/GroupNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/GroupNames.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Mechanoid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Mechanoid.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/NaturalObject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/NaturalObject.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/People_Allies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/People_Allies.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/People_Badass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/People_Badass.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/People_Family.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/People_Family.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/People_Jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/People_Jobs.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/PersonalCharacteristics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/PersonalCharacteristics.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/PoliticalUnions_Outlander.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/PoliticalUnions_Outlander.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/PoliticalUnions_Tribal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/PoliticalUnions_Tribal.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Stories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Stories.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/TalkTopics_Heavy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/TalkTopics_Heavy.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/TalkTopics_Light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/TalkTopics_Light.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/TerrainFeatures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/TerrainFeatures.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/TreeTypes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/TreeTypes.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Vegetables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Vegetables.txt -------------------------------------------------------------------------------- /Strings/Words/Nouns/Weapons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Nouns/Weapons.txt -------------------------------------------------------------------------------- /Strings/Words/Verbs/Friendly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RimWorld-zh/RimWorld-English/HEAD/Strings/Words/Verbs/Friendly.txt --------------------------------------------------------------------------------