Modul:TamingTable/food

Aus ARK Wiki
Zur Navigation springen Zur Suche springen

Die Dokumentation für dieses Modul kann unter Modul:TamingTable/food/Doku erstellt werden

return {
    ["Rohes Fleisch"] = {
        ["foodValue"] = 50,
        ["affinity"] = 50
    },
    ["Gegrilltes Fleisch"] = {
        ["foodValue"] = 25,
        ["affinity"] = 25
    },
    ["Rohes Hammelfleisch"] = {
        ["foodValue"] = 50,
        ["affinity"] = 187.5
    },
    ["Gekochtes Lamm-Kotelett"] = {
        ["foodValue"] = 49.945,
        ["affinity"] = 101.25
    },
    ["Räucherfleisch"] = {
        ["foodValue"] = 25,
        ["affinity"] = 25
    },
    ["Rohes Filet"] = {
        ["foodValue"] = 50,
        ["affinity"] = 150
    },
    ["Gegrilltes Filet"] = {
        ["foodValue"] = 49.945,
        ["affinity"] = 75
    },
    ["Räucherfilet"] = {
        ["foodValue"] = 49.945,
        ["affinity"] = 75
    },
    ["Roher Fisch"] = {
        ["foodValue"] = 25,
        ["affinity"] = 20
    },
    ["Rohes Fischfilet"] = {
        ["foodValue"] = 25,
        ["affinity"] = 60
    },
    ["Gekochter Fisch"] = {
        ["foodValue"] = 12.5,
        ["affinity"] = 10
    },
    ["Gekochtes Fischfilet"] = {
        ["foodValue"] = 25.686001,
        ["affinity"] = 30
    },
    ["Verdorbenes Fleisch"] = {
        ["foodValue"] = 50,
        ["affinity"] = 100
    },
    ["Gemüse"] = {
        ["foodValue"] = 40,
        ["affinity"] = 40
    },
    ["Mejobeere"] = {
        ["foodValue"] = 30,
        ["affinity"] = 30
    },
    ["Beeren"] = {
        ["foodValue"] = 19.9999995,
        ["affinity"] = 20
    },
    ["Frische Teeblätter (Primitive Plus)"] = {
        ["foodValue"] = 20,
        ["affinity"] = 40
    },
    ["Frisches Sorghum (Primitive Plus)"] = {
        ["foodValue"] = 20,
        ["affinity"] = 40
    },
    ["Kibble"] = {
        ["foodValue"] = 79.95,
        ["affinity"] = 400
    },
    ["Extra Small Egg Kibble 1"] = {
        ["foodValue"] = nil,
        ["affinity"] = nil
    },
    ["Extra Small Egg Kibble 2"] = {
        ["foodValue"] = nil,
        ["affinity"] = nil
    },
    ["Small Egg Kibble 1"] = {
        ["foodValue"] = nil,
        ["affinity"] = nil
    },
    ["Small Egg Kibble 2"] = {
        ["foodValue"] = nil,
        ["affinity"] = nil
    },
    ["Regular Egg Kibble 1"] = {
        ["foodValue"] = 53.28,
        ["affinity"] = 400
    },
    ["Regular Egg Kibble 2"] = {
        ["foodValue"] = 79.9,
        ["affinity"] = 400
    },
    ["Superior Egg Kibble 1"] = {
        ["foodValue"] = 60,
        ["affinity"] = 400
    },
    ["Superior Egg Kibble 2"] = {
        ["foodValue"] = 90,
        ["affinity"] = 400
    },
    ["Exceptional Egg Kibble 1"] = {
        ["foodValue"] = 53.28,
        ["affinity"] = 400
    },
    ["Exceptional Egg Kibble 2"] = {
        ["foodValue"] = 79.9,
        ["affinity"] = 400
    }
}