瀏覽代碼

fixes missing plant sprites, plant yelds

Taislin 7 月之前
父節點
當前提交
30a224df0f

+ 2 - 2
Content.Server/Civ14/Rocks/FlintRockSystem.cs

@@ -32,7 +32,7 @@ public override void Initialize()
 
     private void OnMapInit(EntityUid uid, FlintRockComponent component, MapInitEvent args)
     {
-        component.CurrentFlints = Random.Next(0, component.MaxFlints + 1);
+        component.CurrentFlints = Random.Next(1, component.MaxFlints + 1);
     }
 
     public override void Update(float frameTime)
@@ -108,4 +108,4 @@ private void OnExamined(EntityUid uid, FlintRockComponent component, ExaminedEve
             args.PushMarkup(message);
         }
     }
-}
+}

File diff suppressed because it is too large
+ 1 - 1
Resources/Maps/civ/nomads_classic.yml


+ 6 - 6
Resources/Prototypes/Civ14/Entities/Objects/Specific/Farming/plants.yml

@@ -32,13 +32,13 @@
   plantRsi: Objects/Specific/Hydroponics/spacemans_trumpet.rsi
   packetPrototype: ComfreySeedsCiv
   productPrototypes:
-    - HealingHerbs
+    - ComfreyHealingHerbs
   lifespan: 20
   maturation: 8
   production: 3
   yield: 3
   potency: 10
-  growthStages: 5
+  growthStages: 4
   waterConsumption: 0.60
   chemicals:
     Bruizine:
@@ -54,7 +54,7 @@
   plantRsi: Civ14/Objects/Farming/yarrow.rsi
   packetPrototype: YarrowSeedsCiv
   productPrototypes:
-    - HealingHerbs
+    - YarrowHealingHerbs
   lifespan: 20
   maturation: 8
   production: 3
@@ -76,7 +76,7 @@
   plantRsi: Civ14/Objects/Farming/elderflower.rsi
   packetPrototype: ElderflowerSeedsCiv
   productPrototypes:
-    - HealingHerbs
+    - ElderflowerHealingHerbs
   lifespan: 22
   maturation: 10
   production: 3
@@ -98,13 +98,13 @@
   plantRsi: Objects/Specific/Hydroponics/galaxythistle.rsi
   packetPrototype: MilkThistleSeedsCiv
   productPrototypes:
-    - HealingHerbs
+    - MilkThistleHealingHerbs
   lifespan: 15
   maturation: 6
   production: 3
   yield: 3
   potency: 10
-  growthStages: 5
+  growthStages: 3
   waterConsumption: 0.60
   chemicals:
     Dylovene:

+ 2 - 2
Resources/Prototypes/Entities/Objects/Decoration/flora.yml

@@ -83,8 +83,8 @@
             - !type:SpawnEntitiesBehavior
               spawn:
                 MaterialWoodPlank1:
-                  min: 4
-                  max: 5
+                  min: 7
+                  max: 8
     - type: TreeBranches
 
 - type: entity

+ 1 - 1
mapGeneration.py

@@ -850,7 +850,7 @@ MAP_CONFIG = [
         "octaves": 6,
         "frequency": 0.3,
         "fractal_type": FractalType.FractalType_FBm,
-        "threshold": 0.84,
+        "threshold": 0.78,
         "tile_condition": lambda tile: tile in [TILEMAP_REVERSE["FloorPlanetGrass"]],
         "priority": 1,
     },

Some files were not shown because too many files changed in this diff