Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nm.POLYPORE = "蘑菇"
- desc.POLYPORE = "非常稀有的真菌。我想我需要它做引燃物。" --Very rare fungi. I need it to make Tinder.
- nm.BIRCHBARK = "桦皮"
- desc.BIRCHBARK = "我想它会是一种很好的燃料。" --I think it's useful as fuel.
- nm.STEEL = "钢"
- desc.STEEL = "哇哦,这是什么?" --Wow. What is this?
- nm.MAGNIFIER = "放大镜"
- desc.MAGNIFIER = "现在我可以在白天生火了。" --Now I can make fire at day time.
- nm.TINDER = "火绒"
- desc.TINDER = "现在我只需要在表面轻轻地划一下就可以生火了。" --And now I need a striker to make a fire.
- rec.TINDER = "生火的道具。" --For making fire.
- nm.FIRESTRIKER = "打火石"
- desc.FIRESTRIKER = "我的壁炉在哪里?" --Where is my fireplace?
- rec.FIRESTRIKER = "可以产生火花。" --Produces sparks.
- nm.FIRESTEEL = "打火铁"
- desc.FIRESTEEL = "嗯,我非常喜欢它。" --Oh I like it VERY much.
- rec.FIRESTEEL = "可以产生炽热的火花。" --Produces hot sparks.
- nm.LUBRICANT = "润滑油" --Lubricant
- desc.LUBRICANT = "看来我至少需要两小瓶才能够煮一些美味的菜肴。" --Seems I need at least two vials to cook some tasty dishes.(把它作为燃料而不是调味料?)
- rec.LUBRICANT = "一瓶油" --Oil in vials.
- nm.BATTERY = "充电电池"
- desc.BATTERY = "我的避雷针在哪里?" --Where my lightning rod?
- rec.BATTERY = "Galvanic cell."
- nm.EMPTY_BUCKET = "Empty Bucket"
- --desc.EMPTY_BUCKET = "It's empty."
- rec.EMPTY_BUCKET = "I can store here, for example, crude oil."
- nm.OIL_PUDDLE = "漏油事件" --"泄漏的原油" --Crude Oil Spill
- desc.OIL_PUDDLE = "这是我的燃料的秘密来源。" --This is my secret source of fuel.
- nm.CRUDE_OIL = "原油" --Crude Oil
- desc.CRUDE_OIL = "1加仑。" --1 gallon.
- nm.GASOLINE = "汽油"
- desc.GASOLINE = "警告!汽油!远离火种。" --Caution! Petrol! Stay away from fire.
- nm.TIRE = "轮胎"
- desc.TIRE = "它只是橡胶。" --It's just rubber.
- actf.ADDFUEL = {
- GENERIC = "我做不到。", --I can't do that.
- NEED_TINDER_AND_FIRE = "首先我要用火种点燃它。", --First I have to put a tinder and set a fire.
- TOO_WET = "燃料太湿了。", --The fuel is too wet.
- TOO_BIG = "没有火。", --There is no fire yet.
- CHEMICAL_GASOLINE = "仅仅是为了灼热的火焰。", --Only for hot fire.
- }
- actf.ADDWETFUEL = actf.ADDFUEL
- actf.ADDTINDER = {
- GENERIC = "我做不到。", --I can't do that.
- LIMIT = "它已经失效了。", --It no longer takes effect
- }
- actf.STRIKE = {
- GENERIC = "我做不到。", --I can't do that.
- NO_ENERGY = "看来我得给它补充能量了。", --First I have to recharge it.
- }
- AddPrefabPostInit("magnifier",function(inst)
- --фикс имени на клиенте
- inst.displaynamefn = function()
- if inst.stage == 2 then
- return "破碎的放大镜"
- elseif inst.stage == 3 then
- return "破碎的放大镜"
- else
- return "放大镜"
- end
- end
- end)
- ACTIONS.STRIKE.str = "罢工" --Strike
- ACTIONS.ADDTINDER.str = "添加易燃物" --Add Tinder
- ACTIONS.TAKEFIRE.str = "获得光" --Get a Light
Advertisement
Add Comment
Please, Sign In to add comment