Skip to content

Commit

Permalink
v4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
juanosarg committed Nov 5, 2024
1 parent 74d8083 commit 4fb1d7f
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 36 deletions.
25 changes: 25 additions & 0 deletions 1.5/Defs/ThingDefs_Items/Items_Resource_RawPlant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,31 @@
<foodType>VegetableOrFruit</foodType>
</ingestible>
</ThingDef>

<ThingDef ParentName="PlantFoodRawBase">
<defName>AB_RawRagadast</defName>
<label>ragadast</label>
<description>Raw ragadast fruit.</description>
<graphicData>
<texPath>Things/Item/Resource/AB_Ragadast</texPath>
</graphicData>
<soundInteract>Grain_Drop</soundInteract>
<soundDrop>Grain_Drop</soundDrop>
<statBases>
<Flammability>1.3</Flammability>
<MarketValue>1.0</MarketValue>
</statBases>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>40</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>

<ingestible>
<foodType>VegetableOrFruit</foodType>
</ingestible>
</ThingDef>



Expand Down
42 changes: 13 additions & 29 deletions 1.5/Defs/ThingDefs_Plants/Plants_ForsakenCrags.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>



<ThingDef ParentName="AB_CavePlantBase">
<defName>AB_GiantStikehr</defName>
<label>giant stikehr</label>
Expand All @@ -24,11 +21,10 @@
</shadowData>
</graphicData>
<altitudeLayer>Building</altitudeLayer>

<selectable>true</selectable>
<neverMultiSelect>false</neverMultiSelect>
<pathCost>25</pathCost>
<ingestible />
<ingestible/>
<plant>
<growMinGlow>0</growMinGlow>
<fertilityMin>0.7</fertilityMin>
Expand All @@ -47,20 +43,17 @@
<mustBeWildToSow>true</mustBeWildToSow>
<sowTags>
<li>Ground</li>

</sowTags>
<purpose>Food</purpose>
<blockAdjacentSow>true</blockAdjacentSow>
</plant>
<comps>
<li Class="CompProperties_Glower">

<glowRadius>10</glowRadius>
<glowColor>(242,221,37,0)</glowColor>
</li>
</comps>
</ThingDef>

<ThingDef ParentName="TreeBase">
<defName>AB_GiantSeptimum</defName>
<label>giant septimum</label>
Expand All @@ -73,7 +66,6 @@
</shadowData>
</graphicData>
<altitudeLayer>BuildingOnTop</altitudeLayer>

<statBases>
<Beauty>-5</Beauty>
<Nutrition>2.5</Nutrition>
Expand All @@ -87,11 +79,8 @@
<wildClusterWeight>11</wildClusterWeight>
<visualSizeRange>1.3~2.5</visualSizeRange>
</plant>
<ingestible />
<ingestible/>
</ThingDef>



<ThingDef ParentName="PlantBase">
<defName>AB_GlowingGrass</defName>
<label>grass</label>
Expand All @@ -106,7 +95,7 @@
<graphicClass>Graphic_Random</graphicClass>
</graphicData>
<hideAtSnowDepth>0.5</hideAtSnowDepth>
<ingestible />
<ingestible/>
<plant>
<growMinGlow>0</growMinGlow>
<fertilityMin>0.05</fertilityMin>
Expand All @@ -120,17 +109,14 @@
<wildOrder>1</wildOrder>
</plant>
</ThingDef>

<ThingDef ParentName="BushBase">
<defName>AB_WildRadagast</defName>
<label>wild radagast</label>
<description>This twisting alien plant grows small glowing berries. Although not edible, they can be used to manufacture some interesting chemical compounds. (This plant only yields its fruit if you are using the Forsakens mod).\n\nPlant details: Wild Radagast is a wild plant that cannot be cultivated, and it needs minimum terrain fertility of 0.7. It needs no light, and produces 50% light on its own, not enough to grow other plants around it.</description>
<label>wild ragadast</label>
<description>This twisting alien plant grows small glowing berries. Although not edible, they can be used to manufacture some interesting chemical compounds. (This plant only yields its fruit if you are using the Forsakens mod).\n\nPlant details: Wild Ragadast is a wild plant that cannot be cultivated, and it needs minimum terrain fertility of 0.7. It needs no light, and produces 50% light on its own, not enough to grow other plants around it.</description>
<pathCost>10</pathCost>
<graphicData>
<texPath>Things/Plants/AB_WildRadagast</texPath>
<graphicClass>Graphic_Single</graphicClass>


<shadowData>
<volume>(0.55, 0.17, 0.15)</volume>
<offset>(0,0,-0.2)</offset>
Expand All @@ -147,18 +133,20 @@
<mustBeWildToSow>true</mustBeWildToSow>
<sowTags>
<li>Ground</li>

</sowTags>
<harvestYield>10</harvestYield>
<harvestWork>250</harvestWork>
<harvestTag>Standard</harvestTag>
<harvestAfterGrowth>0.30</harvestAfterGrowth>
<harvestedThingDef>AB_RawRagadast</harvestedThingDef>
</plant>
<comps>
<li Class="CompProperties_Glower">

<glowRadius>4</glowRadius>
<glowColor>(242,221,37,0)</glowColor>
</li>
</comps>
</ThingDef>

<ThingDef ParentName="BushBase">
<defName>AB_GiantGamma</defName>
<label>giant gamma</label>
Expand All @@ -167,8 +155,6 @@
<graphicData>
<texPath>Things/Plants/AB_GiantGamma</texPath>
<graphicClass>Graphic_Random</graphicClass>


<shadowData>
<volume>(0.55, 0.17, 0.15)</volume>
<offset>(0,0,-0.2)</offset>
Expand All @@ -186,7 +172,6 @@
<mustBeWildToSow>true</mustBeWildToSow>
<sowTags>
<li>Ground</li>

</sowTags>
</plant>
<drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected>
Expand All @@ -197,9 +182,8 @@
<glowColor>(242,221,37,0)</glowColor>
</li>
</comps>
<placeWorkers><li>AlphaBiomes.PlaceWorker_ShowGammaRadius</li></placeWorkers>
<placeWorkers>
<li>AlphaBiomes.PlaceWorker_ShowGammaRadius</li>
</placeWorkers>
</ThingDef>



</Defs>
19 changes: 12 additions & 7 deletions 1.5/Mods/Biotech/Defs/ThingDefs_Plants/Plants_Crags_Polluted.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<ThingDef ParentName="PollutionTreeBase">
<defName>AB_ToxicGamma</defName>
<label>toxic gamma</label>
<description>A huge bioluminescent globular plant. Can be used as a natural sunlamp to grow regular plants, though the toxic environment it grows at might not be the best for cultivation. Note that light-sensitive plants such as domesticated Stikehr and mushrooms should be kept far away from them.\n\nPlant details: Toxic Gamma is a wild plant. It needs no light, and produces 100% light on its own, which is enough to grow other plants around it.</description>
<description>A huge bioluminescent globular plant. Can be used as a natural darklight sunlamp to grow regular plants, though the toxic environment it grows at might not be the best for cultivation. Note that light-sensitive plants such as domesticated Stikehr and mushrooms should be kept far away from them.\n\nPlant details: Toxic Gamma is a wild plant. It needs no light, and produces 100% darklight on its own, which is enough to grow other plants around it.</description>
<pathCost>10</pathCost>
<graphicData>
<texPath>Things/Plants/AB_ToxicGamma</texPath>
<graphicClass>Graphic_Single</graphicClass>


<shadowData>
<volume>(0.55, 0.17, 0.15)</volume>
<offset>(0,0,-0.2)</offset>
Expand All @@ -19,14 +17,21 @@
<growMinGlow>0</growMinGlow>

<visualSizeRange>2~2.8</visualSizeRange>

<sowResearchPrerequisites>
<li>TreeSowing</li>
</sowResearchPrerequisites>
<blockAdjacentSow>true</blockAdjacentSow>
<mustBeWildToSow>true</mustBeWildToSow>
<sowTags>
<li>Ground</li>
</sowTags>
</plant>
<drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected>
<comps>
<li Class="CompProperties_Glower">
<overlightRadius>7</overlightRadius>
<glowRadius>10</glowRadius>
<glowColor>(192,228,191,0)</glowColor>
<glowColor>(78, 226, 229, 0)</glowColor>
</li>
</comps>
<placeWorkers><li>AlphaBiomes.PlaceWorker_ShowGammaRadius</li></placeWorkers>
Expand All @@ -37,7 +42,7 @@
<ThingDef ParentName="PollutionTreeBase">
<defName>AB_PollutedStikehr</defName>
<label>polluted stikehr</label>
<description>A giant alien mushroom that glows in the strange darkening mist. This stikehr has adapted to a very polluted environment, and produces a meager amount of wood. \n\nPlant details: Polluted Stikehr is a wild plant that can only grow in polluted terrains. It needs no light, and produces 50% light on its own, not enough to grow other plants around it. Can be harvested for normal wood.</description>
<description>A giant alien mushroom that glows in the strange darkening mist. This stikehr has adapted to a very polluted environment, and produces a meager amount of wood. \n\nPlant details: Polluted Stikehr is a wild plant that can only grow in polluted terrains. It needs no light, and produces 50% darklight on its own, not enough to grow other plants around it. Can be harvested for normal wood.</description>
<descriptionHyperlinks>
<ThingDef>WoodLog</ThingDef>
</descriptionHyperlinks>
Expand Down Expand Up @@ -80,7 +85,7 @@
<li Class="CompProperties_Glower">

<glowRadius>10</glowRadius>
<glowColor>(192,228,191,0)</glowColor>
<glowColor>(78, 226, 229, 0)</glowColor>
</li>
</comps>
</ThingDef>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified 1.5/Source/AlphaBiomes/.vs/AlphaBiomes/v17/.suo
Binary file not shown.
Binary file added Textures/Things/Item/Resource/AB_Ragadast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fb1d7f

Please sign in to comment.