Fix new biomes: small mines are again small

The terrain update introduced large actors for both small and large
stone and metal actors. This replaces the small ones by the appropriate
small actors.

Patch by: marder
Differential Revision: https://code.wildfiregames.com/D4057
This was SVN commit r25654.
This commit is contained in:
wraitii 2021-06-03 13:44:14 +00:00
parent 70a4406bef
commit 5d542ab63b
8 changed files with 12 additions and 12 deletions

View File

@ -65,8 +65,8 @@
"secondaryHuntableAnimal": "gaia/fauna_sheep", "secondaryHuntableAnimal": "gaia/fauna_sheep",
"stoneLarge": "gaia/rock/mediterranean_large", "stoneLarge": "gaia/rock/mediterranean_large",
"stoneSmall": "gaia/rock/mediterranean_small", "stoneSmall": "gaia/rock/mediterranean_small",
"metalLarge": "gaia/ore/aegean_anatolian_02", "metalLarge": "gaia/ore/aegean_anatolian_01",
"metalSmall": "gaia/ore/aegean_anatolian_01" "metalSmall": "gaia/ore/temperate_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "gaia/tree/bush_temperate", "grass": "gaia/tree/bush_temperate",

View File

@ -77,9 +77,9 @@
"fish": "gaia/fish/tuna", "fish": "gaia/fish/tuna",
"secondaryHuntableAnimal": "gaia/fauna_deer", "secondaryHuntableAnimal": "gaia/fauna_deer",
"stoneLarge": "gaia/rock/temperate_large_02", "stoneLarge": "gaia/rock/temperate_large_02",
"stoneSmall": "gaia/rock/temperate_large_03", "stoneSmall": "gaia/rock/temperate_small",
"metalLarge": "gaia/ore/temperate_02", "metalLarge": "gaia/ore/temperate_02",
"metalSmall": "gaia/ore/temperate_01" "metalSmall": "gaia/ore/temperate_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "actor|props/flora/grass_soft_small_tall.xml", "grass": "actor|props/flora/grass_soft_small_tall.xml",

View File

@ -77,9 +77,9 @@
"fish": "gaia/fish/tuna", "fish": "gaia/fish/tuna",
"secondaryHuntableAnimal": "gaia/fauna_goat", "secondaryHuntableAnimal": "gaia/fauna_goat",
"stoneLarge": "gaia/rock/temperate_large_03", "stoneLarge": "gaia/rock/temperate_large_03",
"stoneSmall": "gaia/rock/temperate_large_03", "stoneSmall": "gaia/rock/temperate_small",
"metalLarge": "gaia/ore/temperate_02", "metalLarge": "gaia/ore/temperate_02",
"metalSmall": "gaia/ore/temperate_01" "metalSmall": "gaia/ore/temperate_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "gaia/tree/bush_temperate_winter", "grass": "gaia/tree/bush_temperate_winter",

View File

@ -70,7 +70,7 @@
"stoneLarge": "gaia/rock/temperate_large_02", "stoneLarge": "gaia/rock/temperate_large_02",
"stoneSmall": "gaia/rock/tropical_small", "stoneSmall": "gaia/rock/tropical_small",
"metalLarge": "gaia/ore/india_01", "metalLarge": "gaia/ore/india_01",
"metalSmall": "gaia/ore/india_02" "metalSmall": "gaia/ore/alpine_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "actor|props/flora/grass_tropic_field.xml", "grass": "actor|props/flora/grass_tropic_field.xml",

View File

@ -67,7 +67,7 @@
"stoneLarge": "gaia/rock/savanna_large", "stoneLarge": "gaia/rock/savanna_large",
"stoneSmall": "gaia/rock/savanna_small", "stoneSmall": "gaia/rock/savanna_small",
"metalLarge": "gaia/ore/india_01", "metalLarge": "gaia/ore/india_01",
"metalSmall": "gaia/ore/india_02" "metalSmall": "gaia/ore/desert_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "actor|props/flora/grass_savanna_field_tall.xml", "grass": "actor|props/flora/grass_savanna_field_tall.xml",

View File

@ -63,7 +63,7 @@
"stoneLarge": "gaia/rock/desert_large", "stoneLarge": "gaia/rock/desert_large",
"stoneSmall": "gaia/rock/desert_small", "stoneSmall": "gaia/rock/desert_small",
"metalLarge": "gaia/ore/sahara_01", "metalLarge": "gaia/ore/sahara_01",
"metalSmall": "gaia/ore/sahara_02", "metalSmall": "gaia/ore/desert_small",
"tree3": "gaia/tree/juniper_prickly" "tree3": "gaia/tree/juniper_prickly"
}, },
"Decoratives": { "Decoratives": {

View File

@ -76,7 +76,7 @@
"stoneLarge": "gaia/rock/desert_large", "stoneLarge": "gaia/rock/desert_large",
"stoneSmall": "gaia/rock/tropical_small", "stoneSmall": "gaia/rock/tropical_small",
"metalLarge": "gaia/ore/sahara_01", "metalLarge": "gaia/ore/sahara_01",
"metalSmall": "gaia/ore/temperate_02" "metalSmall": "gaia/ore/desert_small"
}, },
"Decoratives": { "Decoratives": {
"grass": "actor|props/flora/grass_steppe_field_tall.xml", "grass": "actor|props/flora/grass_steppe_field_tall.xml",

View File

@ -54,9 +54,9 @@
"mainHuntableAnimal": "gaia/fauna_deer", "mainHuntableAnimal": "gaia/fauna_deer",
"secondaryHuntableAnimal": "gaia/fauna_sheep", "secondaryHuntableAnimal": "gaia/fauna_sheep",
"stoneLarge": "gaia/rock/temperate_large_02", "stoneLarge": "gaia/rock/temperate_large_02",
"stoneSmall": "gaia/rock/temperate_cut", "stoneSmall": "gaia/rock/temperate_small",
"metalLarge": "gaia/ore/temperate_01", "metalLarge": "gaia/ore/temperate_01",
"metalSmall": "gaia/ore/temperate_02", "metalSmall": "gaia/ore/temperate_small",
"tree3": "gaia/fruit/apple" "tree3": "gaia/fruit/apple"
}, },
"Decoratives": { "Decoratives": {