ember/data/entityrecipes/boulder.entityrecipe
Erik Ogenvik 2cb1567911 Remove superfluous recipes.
We only provide recipes when there's a need; otherwise it's sufficent with just creating the type.
2020-10-10 23:09:53 +02:00

21 lines
No EOL
816 B
Text

<entityrecipes>
<entityrecipe name="boulder">
<entities>
<map>
<string name="parent">$parent</string>
<list name="scale" optional="scale">
<float>$scale</float>
</list>
</map>
</entities>
<adapters>
<adapter name="scale" type="number_range" allowrandom="yes" title="Scale"/>
<adapter name="parent" type="string" title="Style" allowrandom="yes" default="granite_a">
<item value="granite_a">granite_a</item>
<item value="granite_b">granite_b</item>
<item value="granite_c">granite_c</item>
<item value="granite_d">granite_d</item>
</adapter>
</adapters>
</entityrecipe>
</entityrecipes>