刀剑神域谁的店被桐人称之为都是破烂呢?

《刀剑神域》

Mr.   Wang Mr. Wang
回答
  • 嫂子你听我解释 嫂子你听我解释

    地图全开(游戏中按ctrl+1)
    用记事本打开游戏目录\data\dlc0001\scripts\prefabs\player_common.lua文件,在inst:addcomponent("resurrectable")下一行**以下内容:
    theinput:addkeyuphandler(key_1,function()
    if theinput:**keydown(key_ctrl)then
    local map=thesim:findfirstentitywithtag("minimap")
    local x,y,z=getplayer().transform:getworldposition()
    map.minimap:showarea(x,y,z,10000)
    end
    end)
    即可在游戏中按ctrl+1使地图全开
    瑞士手杖(砍树、凿石、锤墙、挖草、祛暑、取暖、防雨、补脑、瞬移、10倍攻击力、2倍速度、照明)
    用记事本打开游戏目录\data\scripts\prefabs\cane.lua文件,
    1.在local function onequip(inst,owner)的下一行**以下内容:
    inst.light:enable(true)
    getplayer().components.temperature:settemp(20)
    getplayer():pushevent("stopfreezing")
    getplayer():pushevent("stopoverheating")
    getplayer().components.mo**ture:setmo**turelevel(0)
    2.在local function onunequip(inst,owner)的下一行**以下内容:
    inst.light:enable(false)
    getplayer().components.temperature:settemp(nil)
    3.在anim:playanimation("idle")的下一行**以下内容:
    inst:addcomponent("tool")
    inst.components.tool:setaction(actions.chop,15)
    inst.components.tool:setaction(actions.mine,15)
    inst.components.tool:setaction(actions.hammer,15)
    inst.components.tool:setaction(actions.dig)
    inst:addcomponent("waterproofer")
    inst.components.waterproofer:seteffectiveness(tuning.waterproofness_absolute)
    inst:addcomponent("blinkstaff")
    local light=inst.entity:addlight()
    light:setfalloff(0.4)
    light:setintensity(.7)
    light:setradius(2.5)
    light:setcolour(180/255,195/255,150/255)
    light:enable(true)
    4.将inst.components.weapon:setdamage(tuning.cane_damage)替换为inst.components.weapon:setdamage(tuning.cane_damage*10)
    5.将inst.components.equippable.walkspeedmult=tuning.cane_speed_mult替换为以下内容:
    inst.components.equippable.walkspeedmult=tuning.cane_speed_mult*2
    inst.components.equippable.dapperness=tuning.dapperness_huge
    即可让手杖拥有瑞士**般的多功能。装备手杖时,在空地上点鼠标右键可瞬移,借此可跳过较窄沟壑,少走冤枉路

类似问答
精品推荐

友情链接

友链互换QQ:

谷财 备案编号:蜀ICP备11019336号-3商务合作:235-677-2621

Copyright 2009-2020 Chengdu Sanzilewan Technology Co.,Ltd all rights reserve

抵制不良游戏 拒绝盗版游戏 注意自我保护 谨防受骗上当 适度游戏益脑 沉迷游戏伤身 合理安排时间 享受健康生活