Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1.     name="Erba Medica", -- menu name
  2.     permissions = {"mission.delivery.medical"}, -- you can add permissions
  3.     r=0,g=125,b=255, -- color
  4.     max_units=100000,
  5.     units_per_minute=100000,
  6.     x=-1173.1025390625,y=-1572.2473144531,z=4.6636304855347,
  7.     radius=3, height=1.5, -- area
  8.     recipes = {
  9.       ["Raccogli erba medica"] = { -- action name
  10.         description="Raccogliendo erba medica...", -- action description
  11.         in_money=0, -- money taken per unit
  12.         out_money=0, -- money earned per unit
  13.         reagents={}, -- items taken per unit
  14.         products={ -- items given per unit
  15.           ["erbamedica"] = 1
  16.         },
  17.         aptitudes={} -- optional
  18.       }
  19.     }
  20.   },
  21.       {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement