mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add small metal/ore mine objects to the game.
New small metal mine models and actors. New sparkle particles. Remove refs to old metal ore mines from existing maps. Fix refs to temperate_small_01_01, which should have been temperate_small_01
This commit is contained in:
parent
9c560c36af
commit
8da6c758fc
132 changed files with 832 additions and 184 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Round Aegean Anatolian">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine Aegean Anatolian Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Square Aegean Anatolian">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_aegean.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Round India">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine Badlands Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_badlands.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -4,8 +4,8 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Square India">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_badlands.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Round India">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_savanna_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine India Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_india.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Square India">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_savanna_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_india.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Round India">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_sahara_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine Sahara Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_sahara.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Square India">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_sahara_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_sahara.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Round Savanna">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_savanna_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine Savanna Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_savanna.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<variant frequency="1" name="Metal Mine Square Savanna">
|
||||
<props>
|
||||
<prop actor="props/structures/decals/gravel_savanna_3v3.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_savanna.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Round Temperate">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,86 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="Metal Mine Temperate Small">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_metalmine_small.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="stonemine_round_a_small_01">
|
||||
<mesh>gaia/stonemine_round_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_02">
|
||||
<mesh>gaia/stonemine_round_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_a_small_03">
|
||||
<mesh>gaia/stonemine_round_a_small_03.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_01">
|
||||
<mesh>gaia/stonemine_round_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_round_b_small_02">
|
||||
<mesh>gaia/stonemine_round_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_round_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_round_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_round_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_01">
|
||||
<mesh>gaia/stonemine_square_a_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_a_small_02">
|
||||
<mesh>gaia/stonemine_square_a_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_01">
|
||||
<mesh>gaia/stonemine_square_b_small_01.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="stonemine_square_b_small_02">
|
||||
<mesh>gaia/stonemine_square_b_small_02.dae</mesh>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_temperate.png" name="baseTex"/>
|
||||
<texture file="gaia/metal_square_col_spec.png" name="specTex"/>
|
||||
<texture file="gaia/metal_square_col_norm.png" name="normTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<group>
|
||||
<variant frequency="1" name="Metal Mine Square Temperate">
|
||||
<props>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/metal_square_col_temperate.png" name="baseTex"/>
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@
|
|||
<mesh>gaia/stonemine_round_a.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/geology/mine_round_snow_01.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant frequency="1" name="Round Mesh B">
|
||||
<mesh>gaia/stonemine_round_b.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/geology/mine_round_snow_02.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@
|
|||
<mesh>gaia/stonemine_square_a.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/geology/mine_square_snow_01.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant frequency="1" name="Square Mesh B">
|
||||
<mesh>gaia/stonemine_square_b.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/geology/mine_square_snow_02.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_goldmine.xml" attachpoint="root"/>
|
||||
<prop actor="particle/sparkle_metalmine.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<group>
|
||||
<variant name="Base">
|
||||
<particles file="sparkle_metalmine.xml"/>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<group>
|
||||
<variant name="Base">
|
||||
<particles file="sparkle_metalmine_small.xml"/>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf3d51e31693022b7d737dfb9121fdd3622dda21b4e28468f650bbd7f21622a2
|
||||
size 71211
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4071098086acefa8057c2a10ffa80b4f1893733b8208fbefa4cc38e0ffd53b56
|
||||
size 95374
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa419669bcb2d1a361a3bf31f18a0027f9cc4450ae0ad1197ddc153943f2092f
|
||||
size 90088
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4adc3b13a03a924282814f96060549ca8a9b29316a71b938b0e6d667d23ffa6c
|
||||
size 118356
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95652c257361cf083da06d2176074380758c421d472c648a523dc03bb6228fd4
|
||||
size 78847
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c66b1d1ddc911446cc6c7ab32f0ec246c1c84d2c32387a6f4953ea238bbf4ed
|
||||
size 62675
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0561805e55e78b024a96def042d3bd2310905c42d0c14ae4982f74dfbc894c2
|
||||
size 61317
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9eb78e95b03846a9a6c0956ee31e39f5004d7f75189ae3e2027162a2d709f03c
|
||||
size 59744
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34671ea6a60e4b05937a289130151b9089c8d4a8b333ec41097bc386d8375497
|
||||
size 50734
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
|
||||
<texture>art/textures/particles/sparkle_02.png</texture>
|
||||
<blend mode="add"/>
|
||||
|
||||
<constant name="emissionrate" value="9.0"/>
|
||||
<uniform name="lifetime" min="0.8" max="1.1"/>
|
||||
|
||||
<uniform name="position.x" min="-7.0" max="7.0"/>
|
||||
<uniform name="position.z" min="-7.0" max="7.0"/>
|
||||
<uniform name="position.y" min="0.5" max="5.0"/>
|
||||
|
||||
<uniform name="angle" min="-0.75" max="0.75"/>
|
||||
|
||||
<uniform name="velocity.x" min="-0.25" max="0.25"/>
|
||||
<uniform name="velocity.y" min="-0.25" max="0.25"/>
|
||||
<uniform name="velocity.z" min="-1.0" max="1.0"/>
|
||||
<uniform name="velocity.angle" min="-2.0" max="2.0"/>
|
||||
|
||||
<uniform name="size" min="1.5" max="2.5"/>
|
||||
|
||||
<force y="0.10"/>
|
||||
|
||||
</particles>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
|
||||
<texture>art/textures/particles/sparkle_02.png</texture>
|
||||
<blend mode="add"/>
|
||||
|
||||
<constant name="emissionrate" value="2.0"/>
|
||||
<uniform name="lifetime" min="0.8" max="1.1"/>
|
||||
|
||||
<uniform name="position.x" min="-3.0" max="3.0"/>
|
||||
<uniform name="position.z" min="-3.0" max="3.0"/>
|
||||
<uniform name="position.y" min="0.5" max="3.5"/>
|
||||
|
||||
<uniform name="angle" min="-0.75" max="0.75"/>
|
||||
|
||||
<uniform name="velocity.x" min="-0.25" max="0.25"/>
|
||||
<uniform name="velocity.y" min="-0.25" max="0.25"/>
|
||||
<uniform name="velocity.z" min="-1.0" max="1.0"/>
|
||||
<uniform name="velocity.angle" min="-2.0" max="2.0"/>
|
||||
|
||||
<uniform name="size" min="1.25" max="2.0"/>
|
||||
|
||||
<force y="0.10"/>
|
||||
|
||||
</particles>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be2d8ce9a1962bb09246296420b07c0929d01db9ed41ea5df1d3814547ca217
|
||||
size 8901
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
"mainHuntableAnimal": "gaia/fauna_deer",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_rabbit",
|
||||
"fish": "gaia/fish/generic",
|
||||
"stoneLarge": "gaia/rock/alpine_large",
|
||||
"stoneSmall": "gaia/rock/alpine_small",
|
||||
"metalLarge": "gaia/ore/alpine_large"
|
||||
"stoneLarge": "gaia/rock/aegean_large",
|
||||
"stoneSmall": "gaia/rock/aegean_small",
|
||||
"metalLarge": "gaia/ore/aegean_anatolian_02"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_small_tall.xml",
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
"mainHuntableAnimal": "gaia/fauna_deer",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_rabbit",
|
||||
"fish": "gaia/fish/generic",
|
||||
"stoneLarge": "gaia/rock/alpine_large",
|
||||
"stoneSmall": "gaia/rock/alpine_small",
|
||||
"metalLarge": "gaia/ore/alpine_large"
|
||||
"stoneLarge": "gaia/rock/polar_01",
|
||||
"stoneSmall": "gaia/rock/aegean_small",
|
||||
"metalLarge": "gaia/ore/aegean_anatolian_02"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_dry_small_tall.xml",
|
||||
|
|
|
|||
|
|
@ -63,10 +63,10 @@
|
|||
"mainHuntableAnimal": "gaia/fauna_deer",
|
||||
"fish": "gaia/fish/generic",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_sheep",
|
||||
"stoneLarge": "gaia/rock/mediterranean_large",
|
||||
"stoneSmall": "gaia/rock/mediterranean_small",
|
||||
"stoneLarge": "gaia/rock/aegean_large",
|
||||
"stoneSmall": "gaia/rock/aegean_small",
|
||||
"metalLarge": "gaia/ore/aegean_anatolian_01",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/aegean_anatolian_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/bush_medit_sm.xml",
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
"stoneLarge": "gaia/rock/temperate_large_02",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/temperate_02",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/temperate_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_small_tall.xml",
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
"secondaryHuntableAnimal": "gaia/fauna_walrus",
|
||||
"stoneLarge": "gaia/rock/temperate_large_03",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/temperate_02",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalLarge": "gaia/ore/polar_01",
|
||||
"metalSmall": "gaia/ore/aegean_anatolian_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/bush_desert_dry_a.xml",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"stoneLarge": "gaia/rock/temperate_large",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/temperate_01",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/temperate_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_dry_small.xml",
|
||||
|
|
|
|||
|
|
@ -71,10 +71,10 @@
|
|||
"mainHuntableAnimal": "gaia/fauna_peacock",
|
||||
"fish": "gaia/fish/generic",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_elephant_asian",
|
||||
"stoneLarge": "gaia/rock/temperate_large_02",
|
||||
"stoneSmall": "gaia/rock/tropical_small",
|
||||
"stoneLarge": "gaia/rock/india_large",
|
||||
"stoneSmall": "gaia/rock/india_small",
|
||||
"metalLarge": "gaia/ore/india_01",
|
||||
"metalSmall": "gaia/ore/alpine_small"
|
||||
"metalSmall": "gaia/ore/india_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_tropic_field.xml",
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@
|
|||
"secondaryHuntableAnimal": "gaia/fauna_gazelle",
|
||||
"stoneLarge": "gaia/rock/savanna_large",
|
||||
"stoneSmall": "gaia/rock/savanna_small",
|
||||
"metalLarge": "gaia/ore/india_01",
|
||||
"metalSmall": "gaia/ore/desert_small"
|
||||
"metalLarge": "gaia/ore/savanna_01",
|
||||
"metalSmall": "gaia/ore/savanna_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_dry_large_tall.xml",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"stoneLarge": "gaia/rock/desert_large",
|
||||
"stoneSmall": "gaia/rock/desert_small",
|
||||
"metalLarge": "gaia/ore/sahara_01",
|
||||
"metalSmall": "gaia/ore/desert_small",
|
||||
"metalSmall": "gaia/ore/sahara_small_01",
|
||||
"tree3": "gaia/tree/juniper_prickly"
|
||||
},
|
||||
"Decoratives": {
|
||||
|
|
|
|||
|
|
@ -65,10 +65,10 @@
|
|||
"startingAnimal": "gaia/fauna_chicken",
|
||||
"fish": "gaia/fish/generic",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_elephant_african_bush",
|
||||
"stoneLarge": "gaia/rock/desert_large",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/sahara_01",
|
||||
"metalSmall": "gaia/ore/desert_small"
|
||||
"stoneLarge": "gaia/rock/savanna_large",
|
||||
"stoneSmall": "gaia/rock/savanna_small",
|
||||
"metalLarge": "gaia/ore/savanna_01",
|
||||
"metalSmall": "gaia/ore/savanna_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_dry_large_tall.xml",
|
||||
|
|
|
|||
|
|
@ -73,10 +73,10 @@
|
|||
"mainHuntableAnimal": "gaia/fauna_horse",
|
||||
"fish": "gaia/fish/tuna",
|
||||
"secondaryHuntableAnimal": "gaia/fauna_horse",
|
||||
"stoneLarge": "gaia/rock/desert_large",
|
||||
"stoneSmall": "gaia/rock/tropical_small",
|
||||
"metalLarge": "gaia/ore/sahara_01",
|
||||
"metalSmall": "gaia/ore/desert_small"
|
||||
"stoneLarge": "gaia/rock/temperate_large",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/temperate_02",
|
||||
"metalSmall": "gaia/ore/temperate_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_temp_field_brown.xml",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"stoneLarge": "gaia/rock/temperate_large_02",
|
||||
"stoneSmall": "gaia/rock/temperate_small",
|
||||
"metalLarge": "gaia/ore/temperate_01",
|
||||
"metalSmall": "gaia/ore/temperate_small",
|
||||
"metalSmall": "gaia/ore/temperate_small_01",
|
||||
"tree3": "gaia/fruit/apple"
|
||||
},
|
||||
"Decoratives": {
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"stoneLarge": "gaia/rock/polar_02",
|
||||
"stoneSmall": "gaia/rock/alpine_small",
|
||||
"metalLarge": "gaia/ore/polar_01",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/aegean_anatolian_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "gaia/tree/bush_temperate_winter",
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"stoneLarge": "gaia/rock/alpine_large",
|
||||
"stoneSmall": "gaia/rock/alpine_small",
|
||||
"metalLarge": "gaia/ore/aegean_anatolian_01",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/aegean_anatolian_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "actor|props/flora/grass_soft_small_tall.xml",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"stoneLarge": "gaia/rock/polar_02",
|
||||
"stoneSmall": "gaia/rock/alpine_small",
|
||||
"metalLarge": "gaia/ore/polar_01",
|
||||
"metalSmall": "gaia/ore/temperate_small"
|
||||
"metalSmall": "gaia/ore/aegean_anatolian_small_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"grass": "gaia/tree/bush_temperate_winter",
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@
|
|||
"secondaryHuntableAnimal": "gaia/fauna_sheep",
|
||||
"thirdHuntableAnimal": "gaia/fauna_goat",
|
||||
"stoneLarge": "gaia/rock/badlands_large",
|
||||
"stoneSmall": "gaia/rock/desert_small",
|
||||
"metalLarge": "gaia/ore/desert_large"
|
||||
"stoneSmall": "gaia/rock/badlands_small",
|
||||
"metalLarge": "gaia/ore/sahara_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"bush1": "actor|props/flora/bush_desert_a.xml",
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@
|
|||
"secondaryHuntableAnimal": "gaia/fauna_sheep",
|
||||
"thirdHuntableAnimal": "gaia/fauna_goat",
|
||||
"stoneLarge": "gaia/rock/badlands_large",
|
||||
"stoneSmall": "gaia/rock/desert_small",
|
||||
"metalLarge": "gaia/ore/desert_large"
|
||||
"stoneSmall": "gaia/rock/badlands_small",
|
||||
"metalLarge": "gaia/ore/sahara_01"
|
||||
},
|
||||
"Decoratives": {
|
||||
"bush1": "actor|props/flora/bush_desert_a.xml",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed51a05e809139f73af99b27361a6419a5fbd86c30f5718b0152cd65b79c742
|
||||
oid sha256:6c1254473747e226bff7320aa3afd6716f084753689c679cfae69507f1444c7a
|
||||
size 724108
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80d29791e0f15be44f1d61d62ccc9ed54f7368c20d15dd080d372763de7c03f
|
||||
size 1517317
|
||||
oid sha256:72e604c54dbad8a8790c0ca4e3a553b603257ac204dcac591576caa719b39731
|
||||
size 1517527
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd71491015a63d33c0ec0e5e5a1dbb659adac2af425ae13301ce673b85cd70c4
|
||||
size 1517611
|
||||
oid sha256:b36e4ca3f449dfa96153df126feb2907a885cd0a5fb78897fb5930d22c165c99
|
||||
size 1517821
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5cbbb9d0eb4f7d574aff4ebf6d903581699c05bbf3d887a56b3626bbf8d30a6
|
||||
size 1520326
|
||||
oid sha256:f7f5d8c02ecaa2d7e5cff82b3539f324be036ba5be28ef63772980cfd726b971
|
||||
size 1520536
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448a7c9fa1b28558b3ec77d3027144e2f985710ec8cada9ab761ef35a223356a
|
||||
oid sha256:449f39e1c8df2d5905ef3bb9bc527be0f38e08ecfc75044653ccc425725d7c47
|
||||
size 1386582
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50cc7acbb0ca3c76c5a771368d8a4f153021697f28fe8c60eab8e1911b2e7598
|
||||
size 690427
|
||||
oid sha256:38e11388f0026b368d827bd56e1856e1631108006101956d7e71ffc87996f3a6
|
||||
size 690343
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b725028db4b7e57404c51e2c3a2cc6b498482f9666849b3463a70a5bda011eeb
|
||||
oid sha256:54aaafd4f7e6adcf9937f1f8120890cd0e1e7da60ae29e7b24f5504ea0b44829
|
||||
size 714609
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fe548c60a628d1edf05042d8118b92af5d1da6e38696c0e3ac4a958d15399a8
|
||||
size 420695
|
||||
oid sha256:4d1bd0feb03c452fd6f0ef4b28c81a2fe814f75dab047e33c397d9354f1e82a6
|
||||
size 420680
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac20012462bb007ffb3a5643ab5803b39d65d60163fb50b3d9fb608d227f723b
|
||||
size 598866
|
||||
oid sha256:b758bc53326f27ea623f3722b247050113cb17e706c05e5b7d1134e7537acdb3
|
||||
size 598836
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b35c9397eb65bed0a5eb71abd56581a34be37b644288c9eaeafbf15a05079eb1
|
||||
size 220790
|
||||
oid sha256:66c92adefb486fcc39851580e0b1d4bb3919517ef6bc60c0b2e9f8fc686554f3
|
||||
size 220745
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9de7bdb7265c66010f86bcfba3a98d705f92b450764fbe761b76bc77da840e7
|
||||
size 177748
|
||||
oid sha256:5ad6e2c56c0db4d9e8f07a5248bdee0985ef48c6576f820c038509cf09cbb2f6
|
||||
size 177694
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0eb27e59360ee511a412522254e9f40cbb79d2de97579ffc7edfb1345bbcbb4c
|
||||
oid sha256:9d2ae05256ea44e8eee274b55f75fc31b4fadc643d3e91ef9bcf5844199184bd
|
||||
size 191433
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a9ba77e06a1e7d823da5e5c0dc8658e828829af8525aa2c7b30fc69dd0fa2ab
|
||||
size 791472
|
||||
oid sha256:5b94376eeba4f70b5b9d123a90daa6a20e8b9a5c50ef4ce31764882a528cce35
|
||||
size 791466
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4e1dac73ac6600ab103d40bc09830703acbcbe62d860187cadc9aecb96caa99
|
||||
size 104224
|
||||
oid sha256:c7ffb211d65b72bb3b212dd1ab0899e176954bfa31a03cd28a71dc13ba942d65
|
||||
size 104572
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98e1191072adc1d055c2c373a89d46da4e9b7b19ae3bb64a9500d50600a1ef65
|
||||
size 1583081
|
||||
oid sha256:aa97b6672656e34892865b7890f71877c2c04e1cfbf83d0224c32911c632c73d
|
||||
size 1583012
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09c620631cd28bf73224a293b60231cc4d8b336775d1260d2359976eae8629bb
|
||||
size 20612
|
||||
oid sha256:67c52af3fb99d883369bde85439bac62a4d962ba6ea2619f47cf29ad2699c9e7
|
||||
size 20618
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7018ec6950b05e5dc5f0d3f6456de20456022f86794cf211ddba3e34d1edd059
|
||||
oid sha256:a5cd1052e354666c311ed73723fe0f4e0bc5817ace9580e24f0f836cc92bbdb9
|
||||
size 952941
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c7f2998c0d2a291c6a7ca45c5192eea4c47c130e7c5850a83daad9f54c60755
|
||||
size 42246
|
||||
oid sha256:abfe4668b32f911690a51b98ee2d1548631d244b1c52097a86dfd14515a96b49
|
||||
size 42350
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0bb7ea070759427567dab19130193ee2aed15ea1b0ed8531aed1df043cace20
|
||||
size 625065
|
||||
oid sha256:b23b88689aadaadd2c6e56beb543080efa14ae3f1b97c07f3bba342fefac158b
|
||||
size 625026
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5f8e6a55a86b2ffd405de04abfa434258f23d823de6ba98c7d2a70affd662cb
|
||||
oid sha256:f3c60414862e7042cb306b86061fe82d0fa2206a0866fe96b0ca261ddec11149
|
||||
size 269651
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26d08aebb0af3cee169abb6d0b746e8143114b8dc0c4435e2268972258141000
|
||||
size 172427
|
||||
oid sha256:57a456bbc9a3cc02555d1f5a432de13220f9aea9e75db2c3fb7bb7a4ad5a5b28
|
||||
size 172412
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0567c93479f5141168d135421c0d868edc52cb0643fbc422eed5f5c16a87a39
|
||||
size 676496
|
||||
oid sha256:a4d3435c36de61d5085f8e0a76d386a6dc7c9a5d3aa6cafa2cabbad05dfba407
|
||||
size 676460
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2203f9cd4852d7462a620a47dca4cc5f62bcfa551a7d1049ac7c46c20e71c33a
|
||||
oid sha256:c777e4dd62c3d042cbc19ddd7a9f179d9f93709b37fd04b5cb5106ec4393512b
|
||||
size 113732
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4dcbf62d7d8f2d9d0bfce8ed1ab91392833291c0d33779da2b1bf44f106c4db
|
||||
oid sha256:07dc3e493f2d89f0e2d539e1269f615f296a40b2f50fcf9dfd948445f8f6713c
|
||||
size 315654
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67132c9e1069de99e301910b44917d101fa9141a21bcff6d6cb22b2803fecdb1
|
||||
oid sha256:7d29899a6114a5233186fc2c6b0aedaab3dbd181d6bf414ba2df04bc2a6ec8b2
|
||||
size 354686
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9781ead8bde4a6520e670d302cfda298714cb84893e72aea7b6391d64b4f759a
|
||||
size 471910
|
||||
oid sha256:5f08759a40b0b724e2f9e440691eca48ba2cd95909b197f40907a07c44e643a5
|
||||
size 471868
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7e782f32c27fe1983295d130e3fe5f274dda1e9fa04ad55e85cc0a7b805d56d
|
||||
size 377570
|
||||
oid sha256:7e4bdf6c784ab72586be6479653ea629eaf7fc25ae5879969dab6beae236b97e
|
||||
size 377501
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:691d91125a46b318312096d7c00a7fb8c40a45a5db1927efde27d18dfa27365b
|
||||
size 118024
|
||||
oid sha256:7568e16a0a7f8e4def0594e048e4cdfaf114a531ec9fee346f4087b492690a3c
|
||||
size 117994
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b438241fbc446db0c288dc8018f47b3def87b3b8e81f755645799764a4b5302d
|
||||
size 501725
|
||||
oid sha256:971918ccbb91413322548d899927cd0cd6f52f0e6a60ee2bfdbd7619993e0321
|
||||
size 501686
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c948852adc4107225a9a7e5485fc0a869eaed7064834fcb22c2637774dcef040
|
||||
size 489012
|
||||
oid sha256:a9a1d36657d8940bfb2fcc93d8b04a4f4e261db1f771a27feb8d65b8beb35673
|
||||
size 488964
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab2ae75afcdf7d736c0e160e3cb1217ffac2348a70eb42dc418618bea5635d7
|
||||
oid sha256:98e505c38cee6d71730b8d1b5bf973cd4b473470b4066150507597876cd196a9
|
||||
size 519532
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd23791e21fc1e2fff245fa721b493e3f40e6cdf155a1ab98490093a5398a513
|
||||
size 205844
|
||||
oid sha256:29d68b2d5f62dddd32ce467b85fc613a4201a845f2dca641210f57bd8628366d
|
||||
size 205817
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:366e309b9009d0f332fffecfbc54fd1b95cef59ee5884a4ae2ed0a9278c67bc7
|
||||
oid sha256:d5e27bd75533fb487d0f59af6f4433913cf49aa08922616f06cd239d8d05ff85
|
||||
size 197314
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f31ee066094af5106d41e9e5f7771f5842329853bd8d8d54bbc9530c4096fbd
|
||||
oid sha256:829b09ea0aef0c1585d04c24c1ceeec760d338c8d8e325b299e02fd47b6c16a8
|
||||
size 489311
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5559792a62941c7ab0ddb80b5d9092a3a54ee45d7481ea44c835b39afa5049
|
||||
size 160427
|
||||
oid sha256:85ed141073becbc949bf23dd52a379ce1f7895c3c0ffd98376ca35596e5dcb43
|
||||
size 160415
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b52c1b5050276d86ca112f04d962fe311aa3bda66f627b32d52a383461a0ae6
|
||||
size 214496
|
||||
oid sha256:efa2f4a42a59a58d7cbf114c599093be070e2e57ba48095027d1b7b64bb5ce25
|
||||
size 214472
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b2ea85e22e2d4b3c6458bdd58f3ffe851fd2392130f4b32ec17954b115b2999
|
||||
size 876926
|
||||
oid sha256:7c2cfed88c615e8a904604a9c38786d5e1086a64e3fd615738d9ec718da2a6b7
|
||||
size 876923
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52bf193f8c7a49ff2f592364db9c68e833b0099f936d1d006da2ae165f6156a2
|
||||
size 474054
|
||||
oid sha256:10f1c2c5d1c163f8eaa0a6ad1ae3cef07fca4cd2ce4ef0c42640ee2bd5c5e20b
|
||||
size 479958
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc09d9b9f609e6b1070c776e2ea4f5732f33aaf05b3e9197d45e049ccf26c619
|
||||
oid sha256:6e724683ea4660fa079669d8ae31d5ff52211b8010ea5975cb37faf5df3988d0
|
||||
size 1749387
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:729b9762607cae98d6e76071009d1bcb2404679f580a3b5684ecffb5552dc265
|
||||
oid sha256:e6f8e98d47e44621df93276350150038d15570116b8c6fe510ad6f2511cf4c2b
|
||||
size 2254853
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0a44978dc2505c9e900d775c559ca8f567d65627ce202ca8d0b8f05845ac27a
|
||||
size 594137
|
||||
oid sha256:a651b6285a6cd83a4a03dcf98cec7ad83fe752e37c1bc9252c2f7414a8a34a5e
|
||||
size 594107
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f73203f0259b2c4c1063f8e6f7191f0da8796374ed9f5fc3624dc8e9136fc672
|
||||
size 670162
|
||||
oid sha256:43ee8dfa223b6f910025e64adc47360370308b5afed4e28938323b9abea5292a
|
||||
size 670324
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07fff8159818e5c6a74b5a6633675e3db13e7ff4476e943629824632136bc443
|
||||
size 3639688
|
||||
oid sha256:16b09e912f92b10a6882ff037912afcaae324668d15c538fc5f29afe13e90cfd
|
||||
size 3639541
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d1abd65a50359447a5a57ca008d4f4ba3efe065d524ab0414f37f60462cfa79
|
||||
size 596893
|
||||
oid sha256:ed6cc636e1a58c0cb68b0b5d343acd25c23287713d6b1f4deb7c594984974d11
|
||||
size 596884
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6093d316ef0ef4897c330fe643d3dfc63311c49470695b4294f1e0fb6a151626
|
||||
size 510571
|
||||
oid sha256:6fa1b3b699b7fa9df220bdca3dd4f64556b25eb39b1fd7ca097ba1b5207ba7cd
|
||||
size 510556
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a05be8750f7754dc4bb6f15663cc190850631895bcc408ce4709715689ccfe7
|
||||
size 311317
|
||||
oid sha256:14a1e1c01354660c747dba2e77904aeb5125937224541676470cfeb6fd01d8d2
|
||||
size 311497
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80fd22046d8bc88d9182d3f2cea16747d5d32f2bf1432855c040337207370da2
|
||||
size 379042
|
||||
oid sha256:074c3572f879910ba8582b7ddaa164c040a5c2badbe3a740aac2809dfcede999
|
||||
size 378982
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f35181957f62774a1da3384b412aa9b8856aaedd9b84c45a77ed0e8d39f9e2
|
||||
oid sha256:7ab9846a02f2ef53e914b609ebb9a88c581837bce1808273b0579fad349bce5c
|
||||
size 773765
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9cc84fc1d2b20f7f316d41b4d7f1ee0dc23fea05c4134051130162f15a01893
|
||||
oid sha256:bda852e3cdcf152542b89838be3c1e572eaf2a09f3608fc8c434969be60ac69b
|
||||
size 782686
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue