Advertisement
ramin1992

Credit Card

Jan 17th, 2017
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. itemxml
  2. <item id="3005" name="Credit Card">
  3. <property name="CustomIcon" value="rWoodMetalPlate" />
  4. <property name="CustomIconTint" value="ffef00" />
  5. <property name="Degradation" value="125" param1="true" />
  6. <property name="Meshfile" value="Items/Misc/parcelPrefab" />
  7. <property name="DropMeshfile" value="Items/Misc/sack_droppedPrefab" />
  8. <property name="Material" value="metal" />
  9. <property name="HoldType" value="21" />
  10. <property name="Stacknumber" value="1" />
  11. <property name="RepairTools" value="electronicParts" />
  12. <property class="Action1">
  13. <property name="Class" value="Repair" />
  14. <property name="Delay" value="0.4" />
  15. <property name="Upgrade_hit_offset" value="-2" />
  16. <property name="Sound_start" value="UseActions/repair_block" />
  17. <property name="Allowed_upgrade_items" value="casinoCoin" />
  18. </property>
  19. <property name="Group" value="Tools/Traps" />
  20. <property class="Preview">
  21. <property name="Zoom" value="8" />
  22. <property name="Pos" value="-0.1,-0.7" />
  23. </property>
  24. <property name="CraftingSkillGroup" value="Mechanical"/>
  25. </item>
  26. -------------------------------------------------------------------------
  27. recipexml
  28. <recipe name="Credit Card" count="1">
  29. <ingredient name="scrapPlastics" count="3"/>
  30. <ingredient name="electronicParts" count="5"/>
  31. <ingredient name="forgedIron" count="1"/>
  32. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement