Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.39 KB | None | 0 0
  1. [
  2.     {
  3.         "type" : "COMESTIBLE",
  4.         "id" : "semolina",
  5.         "name" : "semolina",
  6.         "name_plural" : "semolina",
  7.         "weight" : 45,
  8.         "color" : "yellow",
  9.         "comestible_type" : "FOOD",
  10.         "symbol" : "%",
  11.         "quench" : -1,
  12.         "nutrition" : 1,
  13.         "description" : "Semolina is a coarse of wheat used in making pasta, breakfast cereals, puddings, and couscous.",
  14.         "price" : 450,
  15.         "material" : ["wheat", "powder"],
  16.         "volume" : 1,
  17.         "charges" : 10,
  18.         "fun" : -5
  19.     },{
  20.         "type" : "COMESTIBLE",
  21.         "id" : "semolina_pudding",
  22.         "name" : "semolina pudding",
  23.         "weight" : 250,
  24.         "color" : "yellow",
  25.         "spoils_in" : 24,
  26.         "container" : "bottle_plastic",
  27.         "comestible_type" : "DRINK",
  28.         "symbol" : "~",
  29.         "quench" : 20,
  30.         "healthy" : 2,
  31.         "nutrition" : 30,
  32.         "description" : "Semolina pudding is a porridge-type pudding made from semolina, which is cooked with milk.",
  33.         "price" : 550,
  34.         "material" : [ "milk", "wheat" ],
  35.         "volume" : 1,
  36.         "phase" : "liquid",
  37.         "flags" : ["EATEN_HOT"],
  38.         "fun" : 2
  39.     },{
  40.         "type" : "COMESTIBLE",
  41.         "id" : "couscous",
  42.         "name" : "couscous",
  43.         "weight" : 250,
  44.         "color" : "yellow",
  45.         "spoils_in" : 72,
  46.         "symbol" : "#",
  47.         "quench" : -9,
  48.         "healthy" : 1,
  49.         "nutrition" : 35,
  50.         "description" : "Couscous is a North African dish of small steamed balls of semolina.",
  51.         "price" : 450,
  52.         "material" : [ "wheat" ],
  53.         "volume" : 2,
  54.         "flags" : ["EATEN_HOT"],
  55.         "fun" : 1
  56.     },{
  57.         "type" : "COMESTIBLE",
  58.         "id" : "deluxe_semolina_pudding",
  59.         "name" : "deluxe semolina pudding",
  60.         "weight" : 260,
  61.         "color" : "yellow",
  62.         "spoils_in" : 24,
  63.         "container" : "bottle_plastic",
  64.         "comestible_type" : "DRINK",
  65.         "symbol" : "~",
  66.         "quench" : 20,
  67.         "healthy" : 3,
  68.         "nutrition" : 45,
  69.         "description" : "Semolina pudding is a porridge-type pudding made from semolina, which is cooked with milk. It is often served with sugar, cocoa powder, cinnamon, raisins, fruit, or syrup.",
  70.         "price" : 650,
  71.         "material" : [ "milk", "wheat","fruit" ],
  72.         "volume" : 1,
  73.         "phase" : "liquid",
  74.         "flags" : ["EATEN_HOT"],
  75.         "fun" : 4
  76.     },{
  77.         "type" : "COMESTIBLE",
  78.         "id" : "sweet_couscous",
  79.         "name" : "sweet couscous",
  80.         "weight" : 260,
  81.         "color" : "yellow",
  82.         "spoils_in" : 24,
  83.         "symbol" : "#",
  84.         "quench" : 10,
  85.         "healthy" : 2,
  86.         "nutrition" : 35,
  87.         "description" : "Couscous served with sugar and milk.",
  88.         "price" : 750,
  89.         "material" : [ "wheat", "milk" ],
  90.         "volume" : 2,
  91.         "flags" : ["EATEN_HOT"],
  92.         "fun" : 3
  93.     },{
  94.         "type" : "COMESTIBLE",
  95.         "id" : "deluxe_couscous",
  96.         "name" : "deluxe couscous",
  97.         "weight" : 270,
  98.         "color" : "yellow",
  99.         "spoils_in" : 24,
  100.         "symbol" : "#",
  101.         "quench" : -14,
  102.         "healthy" : 2,
  103.         "nutrition" : 50,
  104.         "description" : "Couscous, just throw it in.",
  105.         "price" : 780,
  106.         "material" : [ "wheat", "flesh" ],
  107.         "volume" : 2,
  108.         "flags" : ["EATEN_HOT"],
  109.         "fun" : 3
  110.      
  111.     },{
  112.         "type" : "COMESTIBLE",
  113.         "id" : "polenta",
  114.         "name" : "polenta",
  115.         "weight" : 170,
  116.         "color" : "yellow",
  117.         "spoils_in" : 24,
  118.         "symbol" : "@",
  119.         "quench" : -4,
  120.         "healthy" : 2,
  121.         "nutrition" : 45,
  122.         "description" : "Polenta is made when cornmeal is boiled in water, resulting in a grits-like consistency. Once this warm dish is made, it’s baked, grilled, fried, or served creamy, making it one of the most versatile dishes.",
  123.         "price" : 480,
  124.         "material" : [ "wheat" ],
  125.         "volume" : 1,
  126.         "flags" : ["EATEN_HOT"],
  127.         "fun" : 1
  128.     },{
  129.         "type" : "COMESTIBLE",
  130.         "id" : "fried_polenta",
  131.         "name" : "fried polenta",
  132.         "weight" : 150,
  133.         "color" : "yellow",
  134.         "spoils_in" : 24,
  135.         "symbol" : "|",
  136.         "quench" : -4,
  137.         "healthy" : 1,
  138.         "nutrition" : 15,
  139.         "description" : "This recipe takes polenta in a different direction, the polenta is cooled, cut into sticks, and broiled until the outer edges are golden and crisp, a fine contrast to the creamy interior.",
  140.         "price" : 480,
  141.         "material" : [ "wheat" ],
  142.         "volume" : 3,
  143.         "flags" : ["EATEN_HOT"],
  144.         "fun" : 3
  145.     },{
  146.         "type" : "COMESTIBLE",
  147.         "id" : "meat_polenta",
  148.         "name" : "meat polenta",
  149.         "weight" : 250,
  150.         "color" : "yellow",
  151.         "spoils_in" : 24,
  152.         "symbol" : "@",
  153.         "quench" : -15,
  154.         "healthy" : 2,
  155.         "nutrition" : 50,
  156.         "description" : "Its polenta with meat, simple.",
  157.         "price" : 550,
  158.         "material" : [ "wheat",  "flesh" ],
  159.         "volume" : 1,
  160.         "flags" : ["EATEN_HOT"],
  161.         "fun" : 3
  162.     },{
  163.         "type" : "COMESTIBLE",
  164.         "id" : "deluxe_polenta",
  165.         "name" : "deluxe polenta",
  166.         "weight" : 260,
  167.         "color" : "yellow",
  168.         "spoils_in" : 24,
  169.         "symbol" : "@",
  170.         "quench" : -15,
  171.         "healthy" : 2,
  172.         "nutrition" : 60,
  173.         "description" : "The ultimate polenta, feast on its glory!.",
  174.         "price" : 850,
  175.         "material" : [ "wheat",  "flesh" ],
  176.         "volume" : 1,
  177.         "flags" : ["EATEN_HOT"],
  178.         "fun" : 5
  179. },{
  180.         "type" : "COMESTIBLE",
  181.         "id" : "beijinho",
  182.         "name" : "beijinho",
  183.         "weight" : 60,
  184.         "color" : "white",
  185.         "spoils_in" : 48,
  186.         "symbol" : "*",
  187.         "quench" : -1,
  188.         "nutrition" : 5,
  189.         "description" : "Beijinho, is a typical Brazilian birthday party candy prepared with condensed milk and coconut. There is a war on wich is better, beijinho or brigadeiro, too many lives have been taken already. ",
  190.         "price" : 150,
  191.         "material" : [ "milk",  "fruit" ],
  192.         "volume" : 3,
  193.         "fun" : 4
  194. },{
  195.         "type" : "COMESTIBLE",
  196.         "id" : "brigadeiro",
  197.         "name" : "brigadeiro",
  198.         "weight" : 60,
  199.         "color" : "brown",
  200.         "spoils_in" : 48,
  201.         "symbol" : "*",
  202.         "quench" : -1,
  203.         "nutrition" : 5,
  204.         "description" : "The brigadeiro is made from condensed milk ,chocolate. The information regarding when and where the brigadeiro was invented is uncertain. As far as the creators of this treat, it is also uncertain of the nationality of the individuals.",
  205.         "price" : 150,
  206.         "material" : [ "milk" ],
  207.         "volume" : 3,
  208.         "fun" : 4
  209. },{
  210.           "type" : "COMESTIBLE",
  211.         "id" : "coxinha",
  212.         "name" : "coxinha",
  213.         "weight" : 100,
  214.         "color" : "brown",
  215.         "spoils_in" : 20,
  216.         "symbol" : "@",
  217.         "quench" : -6,
  218.         "nutrition" : 20,
  219.         "description" : "Coxinha, is a popular food in Brazil consisting of chopped or shredded chicken meat, covered in dough, molded into a shape resembling a chicken leg, battered and fried.",
  220.         "price" : 150,
  221.         "material" : [ "wheat", "flesh"  ],
  222.         "volume" : 1,
  223.         "fun" : 4
  224.  
  225. }
  226. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement