|
|
@@ -9,10 +9,14 @@
|
|
|
sprite: Civ14/Objects/farming.rsi
|
|
|
state: seeds
|
|
|
- type: STWeight
|
|
|
- self: 1
|
|
|
+ self: 0.01
|
|
|
- type: Item
|
|
|
size: Small
|
|
|
-
|
|
|
+ - type: Tag
|
|
|
+ tags:
|
|
|
+ - Burnable
|
|
|
+ - type: BurnFuel
|
|
|
+ burnTime: 0.3
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: WheatSeedsCiv
|
|
|
@@ -22,7 +26,9 @@
|
|
|
seedId: wheat
|
|
|
- type: Sprite
|
|
|
color: "#B87333"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackWheatSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: CornSeedsCiv
|
|
|
@@ -32,7 +38,9 @@
|
|
|
seedId: corn
|
|
|
- type: Sprite
|
|
|
color: "#FFFF00"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackCornSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: RiceSeedsCiv
|
|
|
@@ -42,7 +50,9 @@
|
|
|
seedId: rice
|
|
|
- type: Sprite
|
|
|
state: riceseeds
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackRiceSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: PotatoSeedsCiv
|
|
|
@@ -52,7 +62,9 @@
|
|
|
seedId: potato
|
|
|
- type: Sprite
|
|
|
state: potato
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackPotatoSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: HempSeedsCiv
|
|
|
@@ -62,7 +74,9 @@
|
|
|
seedId: hemp
|
|
|
- type: Sprite
|
|
|
color: "#B87333"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackHempSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: HealingHerbsSeedsCiv
|
|
|
@@ -72,7 +86,9 @@
|
|
|
seedId: HealingHerbs
|
|
|
- type: Sprite
|
|
|
color: "#17211B"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackHealingHerbsSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: ComfreySeedsCiv
|
|
|
@@ -82,7 +98,9 @@
|
|
|
seedId: ComfreyHerbs
|
|
|
- type: Sprite
|
|
|
color: "#A020F0"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackComfreySeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: YarrowSeedsCiv
|
|
|
@@ -92,7 +110,9 @@
|
|
|
seedId: YarrowHerbs
|
|
|
- type: Sprite
|
|
|
color: "#eef1a9"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackYarrowSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: ElderflowerSeedsCiv
|
|
|
@@ -102,7 +122,9 @@
|
|
|
seedId: ElderflowerHerbs
|
|
|
- type: Sprite
|
|
|
color: "#e4e5ce"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackElderflowerSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: MilkThistleSeedsCiv
|
|
|
@@ -112,7 +134,9 @@
|
|
|
seedId: MilkThistleHerbs
|
|
|
- type: Sprite
|
|
|
color: "#730561"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackMilkThistleSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: AloeSeedsCiv
|
|
|
@@ -122,7 +146,9 @@
|
|
|
seedId: aloe
|
|
|
- type: Sprite
|
|
|
color: "#7E9B39"
|
|
|
-
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackAloeSeedsCiv
|
|
|
+ count: 1
|
|
|
- type: entity
|
|
|
parent: SeedBaseCiv
|
|
|
id: PoppySeedsCiv
|
|
|
@@ -132,3 +158,90 @@
|
|
|
seedId: poppy
|
|
|
- type: Sprite
|
|
|
color: "#580000"
|
|
|
+ - type: Stack
|
|
|
+ stackType: StackPoppySeedsCiv
|
|
|
+ count: 1
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackElderflowerSeedsCiv
|
|
|
+ name: elderflower seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: ElderflowerSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackMilkThistleSeedsCiv
|
|
|
+ name: milk thistle seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: MilkThistleSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackComfreySeedsCiv
|
|
|
+ name: comfrey seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: ComfreySeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackYarrowSeedsCiv
|
|
|
+ name: yarrow seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: YarrowSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackHealingHerbsSeedsCiv
|
|
|
+ name: healing herbs seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: HealingHerbsSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackWheatSeedsCiv
|
|
|
+ name: wheat seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: WheatSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackCornSeedsCiv
|
|
|
+ name: corn seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: CornSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackRiceSeedsCiv
|
|
|
+ name: rice seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: riceseeds }
|
|
|
+ spawn: RiceSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackPotatoSeedsCiv
|
|
|
+ name: potato seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: potato }
|
|
|
+ spawn: PotatoSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackHempSeedsCiv
|
|
|
+ name: hemp seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: HempSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackAloeSeedsCiv
|
|
|
+ name: aloe vera seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: AloeSeedsCiv
|
|
|
+ maxCount: 30
|
|
|
+
|
|
|
+- type: stack
|
|
|
+ id: StackPoppySeedsCiv
|
|
|
+ name: poppy seeds
|
|
|
+ icon: { sprite: /Textures/Civ14/Objects/Farming/seeds.rsi, state: seeds_old }
|
|
|
+ spawn: PoppySeedsCiv
|
|
|
+ maxCount: 30
|