Skip to content

Commit

Permalink
fix (AA) 1.5 VPE comp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas committed Nov 10, 2024
1 parent 6a48ad5 commit d34dbe6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,18 +356,6 @@
<texPath>Achievements/AA_AchievementBuzzingArmy</texPath>
<points>15</points>
</AchievementsExpanded.AchievementDef>
<AchievementsExpanded.AchievementDef ParentName="AA_AchievementParent">
<defName>AA_AchievementGourmelette</defName>
<label>Gourmelette</label>
<description>Use an expensive Nightling Egg to create a Lavish Meal</description>
<tracker Class="AchievementsExpanded.ItemCraftTracker">
<def>MealLavish</def>
<includeingredient>AA_EggNightlingFertilized</includeingredient>
<count>1</count>
</tracker>
<texPath>Achievements/AA_AchievementGourmelette</texPath>
<points>10</points>
</AchievementsExpanded.AchievementDef>
<AchievementsExpanded.AchievementDef ParentName="AA_AchievementParent">
<defName>AA_AchievementJellyfishSalad</defName>
<label>Jellyfish salad</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<defName>AA_HiveEntrance</defName>
<label>black hive entrance</label>
<description>A hive of giant insects. This mound was used by the Black Hive to tunnel to this territory. This hive entrance will produce black larva periodically, which will mature into random black hive insects. These are not temporary and the colonists can tame them as normal animals. Your colony can only have one hive entrance, and no more than four insects will be present at the same time.</description>
<thingClass>ThingWithComps</thingClass>
<thingClass>Building</thingClass>
<graphicData>
<texPath>Things/Building/AA_BlackHive</texPath>
<graphicClass>Graphic_Single</graphicClass>
Expand Down Expand Up @@ -44,8 +44,8 @@
<ThingDef ParentName="BuildingNaturalBase">
<defName>AA_BlackCocoon</defName>
<label>black cocoon</label>
<description>A larve cocoon of the Black Hive.</description>
<thingClass>ThingWithComps</thingClass>
<description>A larvae cocoon of the Black Hive.</description>
<thingClass>Building</thingClass>
<graphicData>
<texPath>Things/Building/AA_BlackCoccoon</texPath>
<graphicClass>Graphic_Single</graphicClass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<li>Alpha Biomes</li>
</mods>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AA_AlienTree"]/plant/harvestedThingDef</xpath>
<xpath>Defs/ThingDef[defName="AA_AlienTree"]/plant/harvestedThingDef</xpath>
<value>
<harvestedThingDef>GU_RedWood</harvestedThingDef>
</value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/FleshTypeDef[defName = "Normal"]/hediffWounds</xpath>
<xpath>Defs/FleshTypeDef[defName = "Normal"]/hediffWounds</xpath>
<value>
<li>
<hediff>AA_MalevolentEye</hediff>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li Class="PatchOperationReplace">
<xpath>Defs/VFECore.Abilities.AbilityDef[defName="AAVPE_VenomSpit"]/modExtensions/li[@Class="VFECore.Abilities.AbilityExtension_Projectile"]/projectile</xpath>
<value>
<projectile>AA_PoisonBolt_V</projectile>
<projectile>AA_PoisonBolt</projectile>
</value>
</li>

Expand Down
8 changes: 4 additions & 4 deletions mods_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
{
"mod_title": "Alpha Bees",
"notes": "---",
"notes": "(1.5) If installed with Alpha Animals, copy file 1.4/Mods/AlphaAnimals/Defs/RecipeDefs/Recipes_CentrifugeCombs_AlphaAnimals.xml to same 1.5 folder",
"link": "https://steamcommunity.com/sharedfiles/filedetails/?id=1558161673",
"russian_translation": true,
"type": "Patch",
Expand All @@ -77,7 +77,7 @@
},
{
"mod_title": "Alpha Biomes",
"notes": "(1.5) If installed with Alpha Animals, copy file 1.4/Mods/AlphaAnimals/Defs/RecipeDefs/Recipes_CentrifugeCombs_AlphaAnimals.xml to same 1.5 folder",
"notes": "Ignore Quarry error and load AFTER Rimfeller at least",
"link": "https://steamcommunity.com/sharedfiles/filedetails/?id=1841354677",
"russian_translation": true,
"type": "Conversion",
Expand Down Expand Up @@ -195,7 +195,7 @@
"versions": {
"1.3": true,
"1.4": true,
"1.5": true
"1.5": false
}
},
{
Expand Down Expand Up @@ -252,7 +252,7 @@
},
{
"mod_title": "EGI: Holograms and Projectors",
"notes": "---",
"notes": "With VFEE delete lines 50-61 in file Common/Patches/ThroneRoomPatch.xml",
"link": "https://steamcommunity.com/sharedfiles/filedetails/?id=2979598490",
"russian_translation": true,
"type": "Patch",
Expand Down

0 comments on commit d34dbe6

Please sign in to comment.