level 4
Axxx丶0
楼主
if food and food.components.edible and food.prefab == "yohime_yuetao" then
inst.components.health:DoDelta(10 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(45 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(20 *(1-TUNING.SANITY_ABSORPTION))
end
if food and food.components.edible and food.prefab == "yohime_yuetao_juicy" then
inst.components.health:DoDelta(12 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(48 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(22 *(1-TUNING.SANITY_ABSORPTION))
end
if food and food.components.edible and food.prefab == "yohime_yuexianjiu" then
inst.components.health:DoDelta(30 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(50 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(40 *(1-TUNING.SANITY_ABSORPTION))
2016年11月16日 07点11分
1
inst.components.health:DoDelta(10 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(45 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(20 *(1-TUNING.SANITY_ABSORPTION))
end
if food and food.components.edible and food.prefab == "yohime_yuetao_juicy" then
inst.components.health:DoDelta(12 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(48 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(22 *(1-TUNING.SANITY_ABSORPTION))
end
if food and food.components.edible and food.prefab == "yohime_yuexianjiu" then
inst.components.health:DoDelta(30 *(1-TUNING.HEALTH_ABSORPTION))
inst.components.hunger:DoDelta(50 *(1-TUNING.HUNGER_ABSORPTION))
inst.components.sanity:DoDelta(40 *(1-TUNING.SANITY_ABSORPTION))