Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. name="Assicurazione", -- menu name
  3. permissions = {"assicurazioni.card"}, -- you can add permissions
  4. r=255,g=125,b=0, -- color
  5. max_units=1,
  6. units_per_minute=1,
  7. x=-34.403308868408,y=-1106.4418945313,z=26.422357559204,
  8. radius=2, height=1.0, -- area
  9. recipes = {
  10. ["Assicurazione A B C"] = { -- action name
  11. description="Assicurazione vetture", -- action description
  12. in_money=0, -- money taken per unit
  13. out_money=0, -- money earned per unit
  14. reagents={}, -- items taken per unit
  15. products={
  16. ["Assicurazione A"] = 1,
  17. ["Assicurazione B"] = 1,
  18. ["Assicurazione C"] = 1
  19. }, -- items given per unit
  20. aptitudes={} -- optional
  21. }
  22. }
  23. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement