1
0
forked from mirrors/0ad

[Maps] Oly use actors in the decoratives of the random biomes

Accepted by: @wowgetoffyourcellphone
Patch by: @marder
Differential Revision: https://code.wildfiregames.com/D4569
This was SVN commit r26728.
This commit is contained in:
Stan
2022-03-28 22:39:45 +00:00
parent 8f85f24608
commit 5836637dde
9 changed files with 15 additions and 15 deletions
@@ -69,14 +69,14 @@
"metalSmall": "gaia/ore/temperate_small"
},
"Decoratives": {
"grass": "gaia/tree/bush_temperate",
"grass": "actor|props/flora/bush_medit_sm.xml",
"grassShort": "actor|props/flora/bush_medit_sm.xml",
"reeds": "actor|props/flora/reeds_pond_lush_b.xml",
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_granite_large.xml",
"rockMedium": "actor|geology/stone_granite_med.xml",
"bushMedium": "gaia/tree/bush_temperate",
"bushSmall": "actor|props/flora/bush_medit_sm.xml",
"bushMedium": "actor|flora/bushes/medit_scrub_01.xml",
"bushSmall": "actor|flora/trees/lavender_bush_01.xml",
"tree": "actor|flora/trees/cypress_mediterranean_wild.xml"
},
"ResourceCounts": {
@@ -86,7 +86,7 @@
"lillies": "actor|geology/stone_granite_large.xml",
"rockLarge": "actor|geology/stone_granite_large.xml",
"rockMedium": "actor|geology/stone_granite_med.xml",
"bushMedium": "gaia/tree/bush_temperate",
"bushMedium": "actor|props/flora/bush_medit_sm.xml",
"bushSmall": "actor|flora/trees/lavender_bush_01.xml",
"tree": "actor|flora/trees/pine.xml"
},
@@ -82,13 +82,13 @@
"metalSmall": "gaia/ore/temperate_small"
},
"Decoratives": {
"grass": "gaia/tree/bush_temperate_winter",
"grass": "actor|props/flora/bush_desert_dry_a.xml",
"grassShort": "actor|geology/stone_granite_med.xml",
"reeds": "actor|props/flora/reeds_pond_dry.xml",
"lillies": "actor|geology/stone_granite_small.xml",
"rockLarge": "actor|geology/stone_granite_large.xml",
"rockMedium": "actor|geology/stone_granite_med.xml",
"bushMedium": "gaia/tree/bush_temperate_winter",
"bushMedium": "actor|props/flora/bush_desert_dry_a.xml",
"bushSmall": "actor|props/flora/bush_desert_dry_a.xml",
"tree": "actor|flora/trees/fir_tree_winter.xml"
},
@@ -82,7 +82,7 @@
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_granite_med.xml",
"rockMedium": "actor|geology/stone_granite_small.xml",
"bushMedium": "gaia/tree/bush_temperate",
"bushMedium": "actor|props/flora/bush_medit_sm.xml",
"bushSmall": "actor|props/flora/bush_medit_sm.xml",
"tree": "actor|flora/trees/elm_dead.xml"
},
@@ -83,9 +83,9 @@
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_india_small.xml",
"rockMedium": "actor|geology/stone_india_small.xml",
"bushMedium": "gaia/tree/bush_tropic",
"bushMedium": "actor|flora/trees/tropic_bush_biome.xml",
"bushSmall": "actor|props/flora/plant_tropic_large.xml",
"tree": "gaia/tree/palm_areca"
"tree": "actor|flora/trees/palm_nipa.xml"
},
"ResourceCounts": {
"trees": {
@@ -78,9 +78,9 @@
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_savanna_med.xml",
"rockMedium": "actor|geology/stone_savanna_med.xml",
"bushMedium": "gaia/tree/bush_tropic",
"bushMedium": "actor|props/flora/plant_tropic_large.xml",
"bushSmall": "actor|props/flora/bush_dry_a.xml",
"tree": "gaia/tree/date_palm_dead"
"tree": "actor|flora/trees/palm_date_dead.xml"
},
"ResourceCounts": {
"trees": {
@@ -75,9 +75,9 @@
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_desert_med.xml",
"rockMedium": "actor|geology/stone_desert_med.xml",
"bushMedium": "gaia/tree/bush_tropic",
"bushMedium": "actor|props/flora/plant_tropic_large.xml",
"bushSmall": "actor|props/flora/bush_dry_a.xml",
"tree": "gaia/tree/date_palm_dead"
"tree": "actor|flora/trees/palm_date_dead.xml"
},
"ResourceCounts": {
"trees": {
@@ -79,7 +79,7 @@
"rockMedium": "actor|geology/stone_desert_med.xml",
"bushMedium": "actor|props/flora/bush_desert_dry_a.xml",
"bushSmall": "actor|props/flora/bush_desert_dry_a.xml",
"tree": "gaia/tree/bush_temperate"
"tree": "actor|props/flora/bush_desert_a.xml"
},
"ResourceCounts": {
"trees": {
@@ -66,7 +66,7 @@
"lillies": "actor|props/flora/water_lillies.xml",
"rockLarge": "actor|geology/stone_granite_med.xml",
"rockMedium": "actor|geology/stone_granite_small.xml",
"bushMedium": "gaia/tree/bush_temperate",
"bushMedium": "actor|flora/trees/temperate_bush_biome.xml",
"bushSmall": "actor|props/flora/bush_medit_sm.xml",
"tree": "actor|flora/trees/elm_dead.xml"
},