forked from Achimobil/FS25_DigitalDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisplayStand.xml
More file actions
57 lines (57 loc) · 1.98 KB
/
displayStand.xml
File metadata and controls
57 lines (57 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version='1.0' encoding='utf-8'?>
<placeable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="decoObject" xsi:noNamespaceSchemaLocation="../../../../../shared/xml/schema/placeable.xsd">
<storeData>
<name>$l10n_storeItem_displayStand</name>
<functions>
<function>$l10n_function_displayStand</function>
</functions>
<image>store/store_displayStand.dds</image>
<price>250</price>
<dailyUpkeep>0</dailyUpkeep>
<lifetime>1000</lifetime>
<rotation>0</rotation>
<brand>FARMERTOOLS</brand>
<species>placeable</species>
<category>placeableMisc</category>
<brush>
<type>placeable</type>
<category>buildings</category>
<tab>tools</tab>
</brush>
<canBeSold>true</canBeSold>
<showInStore>true</showInStore>
</storeData>
<base>
<filename>placeable/DisplayStand.i3d</filename>
<canBeRenamed>true</canBeRenamed>
<boughtWithFarmland>true</boughtWithFarmland>
</base>
<placement useRandomYRotation="false" useManualYRotation="true">
<sounds>
<place template="smallImp" pitchScale="1.4"/>
</sounds>
</placement>
<clearAreas/>
<leveling requireLeveling="false"/>
<testAreas/>
<indoorAreas/>
<ai>
<updateAreas>
<updateArea startNode="tipOcclusionUpdateArea1Start" endNode="tipOcclusionUpdateArea1End"/>
</updateAreas>
</ai>
<colorConfigurations useDefaultColors="true">
<material slotName="stand_mat"/>
<colorConfiguration color="RUDOLFHOERMANN_GREYALU"/>
</colorConfigurations>
<i3dMappings>
<i3dMapping id="clearArea1Start" node="0>0|0" />
<i3dMapping id="clearArea1Height" node="0>0|0|0" />
<i3dMapping id="clearArea1Width" node="0>0|0|1" />
<i3dMapping id="levelArea1Start" node="0>1|0" />
<i3dMapping id="levelArea1Height" node="0>1|0|0" />
<i3dMapping id="levelArea1Width" node="0>1|0|1" />
<i3dMapping id="tipOcclusionUpdateArea1Start" node="0>2|0" />
<i3dMapping id="tipOcclusionUpdateArea1End" node="0>2|0|0" />
</i3dMappings>
</placeable>