Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <block id="1987" name="workstationOven">
  2. <property name="DescriptionKey" value="workstationOvenDesc"/>
  3. <property name="Class" value="Campfire" />
  4. <property name="CustomIcon" value="cntWallOven" />
  5. <property name="Place" value="TowardsPlacerInverted" />
  6. <property name="Stacknumber" value="1" />
  7. <property name="Material" value="wood_weak" />
  8. <property name="Texture" value="346,345,341,345,262,345" />
  9. <property name="LootList" value="130" />
  10. <drop event="Destroy" name="workstationOven" count="1" />
  11. <drop event="Fall" name="woodDebris" count="1" prob="1.0" stick_chance=".75" />
  12. <property name="HeatMapStrength" value="1"/>
  13. <property name="HeatMapTime" value="1200"/>
  14. <property name="HeatMapFrequency" value="25"/>
  15. <property name="Group" value="Food/Cooking,Decor" />
  16. <property name="ActiveRadiusEffects" value="+heatSource(3)"/>
  17. <property class="Workstation">
  18. <property name="Modules" value="tools,output,input"/>
  19. <property name="CraftingAreaRecipes" value="campfire" />
  20. </property>
  21. <property name="CraftingSkillGroup" value="Mechanical"/>
  22. <property class="RepairItems"> <property name="forgedSteel" value="5" /> </property>
  23. </block>
  24. <block id="1988" name="workingGranitSink">
  25. <property name="DescriptionKey" value="WorkingSinkDesc"/>
  26. <property name="CustomIcon" value="cntGraniteSink" />
  27. <property name="Class" value="SecureLoot" />
  28. <property name="LootList" value="130" />
  29. <property name="Material" value="metal"/>
  30. <property name="Shape" value="New"/>
  31. <property name="Model" value="counter_sink"/> <property name="Place" value="TowardsPlacerInverted"/>
  32. <property name="IsDecoration" value="true"/>
  33. <property name="Texture" value="373,261,262,345,345,345"/> <!-- 373/374=sink, 82=cabinetWood -->
  34. <property name="LootList" value="8"/>
  35. <drop event="Destroy" name="scrapIron" count="5" prob="1"/>
  36. <drop event="Fall" name="scrapMetalPile" count="1" prob="0.75" stick_chance="1"/>
  37. <drop event="Harvest" name="shortMetalPipe" count="4" tool_category="Disassemble"/>
  38. <drop event="Harvest" name="scrapIron" count="10" tool_category="Disassemble"/>
  39. <drop event="Fall" name="woodDebris" count="1" prob="0.75" stick_chance="1"/>
  40. <property name="EconomicValue" value="80"/> <!-- disassemble value -->
  41. <property name="ImposterExchange" value="imposterBlock" param1="116"/>
  42. <property name="CraftingSkillGroup" value="Mechanical"/>
  43. <property class="RepairItems"> <property name="scrapIron" value="10" /> </property>
  44. </block>
  45.  
  46. <block id="1989" name="workingCabinetSink">
  47. <property name="Extends" value="workingGranitSink" />
  48. <property name="CustomIcon" value="cntCabinetOldSink" />
  49. <property name="Texture" value="374,78,79,84,84,84"/> <!-- 373/374=sink, 84=cabinetWood -->
  50. </block>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement