diff --git a/1.6/1.6/Assemblies/ArachnaeSwarm.dll b/1.6/1.6/Assemblies/ArachnaeSwarm.dll index aa912e9..27f172e 100644 Binary files a/1.6/1.6/Assemblies/ArachnaeSwarm.dll and b/1.6/1.6/Assemblies/ArachnaeSwarm.dll differ diff --git a/1.6/1.6/Defs/AbilityDefs/Ability_Morph.xml b/1.6/1.6/Defs/AbilityDefs/Ability_Morph.xml index 00ffd0f..9b8c845 100644 --- a/1.6/1.6/Defs/AbilityDefs/Ability_Morph.xml +++ b/1.6/1.6/Defs/AbilityDefs/Ability_Morph.xml @@ -89,13 +89,13 @@
  • - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    2.0 false - 营养 + 虫蜜 没有营养 diff --git a/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml b/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml index 8bca270..3cae808 100644 --- a/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml +++ b/1.6/1.6/Defs/Thing_building/ARA_InteractiveProducer.xml @@ -81,11 +81,11 @@
  • 10 - 营养 + 虫蜜 - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    0 true @@ -190,11 +190,11 @@
  • 10 - 营养 + 虫蜜 - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    0 true diff --git a/1.6/1.6/Defs/Thing_building/ARA_NutrientNetworkBuilding.xml b/1.6/1.6/Defs/Thing_building/ARA_NutrientNetworkBuilding.xml index cf3413a..042386e 100644 --- a/1.6/1.6/Defs/Thing_building/ARA_NutrientNetworkBuilding.xml +++ b/1.6/1.6/Defs/Thing_building/ARA_NutrientNetworkBuilding.xml @@ -7,10 +7,11 @@ 一个中央营养供给设施。它可以自动为链接到的、需要营养的建筑补充燃料。它本身需要被手动填充大量的生物质。 (5,5) - ArachnaeSwarm/Building/ARA_ResearchBench - Graphic_Multi + ArachnaeSwarm/Building/ARA_NutrientNetworkTower + Graphic_Single CutoutComplex - (5,6.7) + (7,7) + (0, 0, 0.8) Building PassThroughOnly @@ -26,7 +27,14 @@ 50 + ARA_Creep +
  • + 7.0 + 14 + (220,210,171,0) + true +
  • @@ -53,18 +61,18 @@
  • ARA_MorphableResearchBench
  • 80 + Things/Special/Power/Wire
  • 10000.0 - -
  • Foods
  • -
  • Corpses
  • - + +
  • ARA_InsectJelly
  • +
    - 生物质 + 虫蜜 true true @@ -187,13 +195,13 @@
  • - 100.0 + 20.0 - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    - 生物质 + 虫蜜 true true @@ -284,13 +292,13 @@
  • - 100.0 + 20.0 - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    - 生物质 + 虫蜜 true true @@ -352,6 +360,7 @@ Laboratory 0.8 + ARA_Creep
  • @@ -371,30 +380,16 @@
  • - veg_vat - 素食 + bio + 生物质 -
  • PlantFoodRaw
  • +
  • Foods
  • +
  • Corpses
  • 50 - 12.5 - true - - - -
  • - meat_vat - 肉食 - - -
  • MeatRaw
  • -
  • AnimalProductRaw
  • - - - 50 - 12.5 + 25 true @@ -460,16 +455,17 @@ Laboratory 4 + ARA_Creep
  • - 100.0 + 10.0 - -
  • Foods
  • - + +
  • ARA_InsectJelly
  • +
    - 生物质 + 虫蜜 true true diff --git a/Content/Textures/ArachnaeSwarm/Building/ARA_NutrientNetworkTower.png b/Content/Textures/ArachnaeSwarm/Building/ARA_NutrientNetworkTower.png new file mode 100644 index 0000000..85c444d Binary files /dev/null and b/Content/Textures/ArachnaeSwarm/Building/ARA_NutrientNetworkTower.png differ diff --git a/Source/ArachnaeSwarm/Abilities/ARA_Morphable/CompMorphable.cs b/Source/ArachnaeSwarm/Abilities/ARA_Morphable/CompMorphable.cs index 9605bd5..42be74b 100644 --- a/Source/ArachnaeSwarm/Abilities/ARA_Morphable/CompMorphable.cs +++ b/Source/ArachnaeSwarm/Abilities/ARA_Morphable/CompMorphable.cs @@ -21,7 +21,7 @@ namespace ArachnaeSwarm public override void PostExposeData() { base.PostExposeData(); - Scribe_Deep.Look(ref storedPawn, "storedPawn", false); + Scribe_Deep.Look(ref storedPawn, "storedPawn"); } public override IEnumerable CompGetGizmosExtra() diff --git a/Nutrient_Network_Design.md b/Source/Documents/Nutrient_Network_Design.md similarity index 100% rename from Nutrient_Network_Design.md rename to Source/Documents/Nutrient_Network_Design.md