av黄色在线播放_欧美精品网站_在线观看国产_欧美在线a_久久国产精品视频观看_麻豆一区

安全的單機游戲下載大全

消逝的光芒解鎖絕大部分圖紙具體方法

來源:樂游原創 日期:2015/2/3 9:12:19 作者:樂游
962樂游網首頁攻略秘籍 游戲攻略 → 消逝的光芒解鎖絕大部分圖紙具體方法

[樂游網導讀]《消逝的光芒》中,我們可以利用第一個生存技能來解鎖絕大部分圖紙,實際上是一個簡單的修改,下面具體修改代碼。

消逝的光芒》中,我們可以利用第一個生存技能來解鎖絕大部分圖紙,實際上是一個簡單的修改,下面具體修改代碼。

data/script/inventory/inventory.scr,找Item("Bndl_Survival101", CategoryType_ItemBundle)

把整個項改成

Item("Bndl_Survival101", CategoryType_ItemBundle)

    {

        ItemType(ItemType_ItemBundle);

        BundleItems()

        {

            Item("Craftplan_MedKit_Large_Healing", 1);

    Item("Craftplan_MedKit_Large_Natural", 1);

    Item("Craftplan_Lockpick", 1);

    Item("Craftplan_FireCrackers", 1);

    Item("Craftplan_ThrowableWater", 1);

    Item("Craftplan_ThrowableFuel", 1);

    Item("Craftplan_Shuriken", 1);

    Item("Craftplan_ThrowingKnife", 1);

    Item("Craftplan_Molotov", 1);

    Item("Craftplan_Flare", 1);

    Item("Craftplan_Bomb", 1);

    Item("Craftplan_NailBomb", 1);

    Item("Craftplan_BurningShuriken", 1);

    Item("Craftplan_ExplodingShuriken", 1);

    Item("Craftplan_FreezingShuriken", 1);

    Item("Craftplan_PoisonMelee", 1);

    Item("Craftplan_BleedMelee", 1);

    Item("Craftplan_ElectricMelee", 1);

    Item("Craftplan_BurnMelee", 1);

    Item("Craftplan_BlastMelee", 1);

    Item("Craftplan_AntPotion", 1);

    Item("Craftplan_HyenaPotion", 1);

    Item("Craftplan_WolfPotion", 1);

    Item("Craftplan_TarantulaPotion", 1);

    Item("Craftplan_Cloud9", 1);

    Item("Craftplan_PoisonPen", 1);

    Item("Craftplan_Dentist", 1);

    Item("Craftplan_StinkyEdge", 1);

    Item("Craftplan_PuffPuffPass", 1);

    Item("Craftplan_PoisonStrapon", 1);

    Item("Craftplan_AirportSecurity", 1);

    Item("Craftplan_WaterCurrent", 1);

    Item("Craftplan_Electrician", 1);

    Item("Craftplan_Electrocutioner", 1);

    Item("Craftplan_Tazer", 1);

    Item("Craftplan_TruActionElectricBaseball", 1);

    Item("Craftplan_ShortCircuit", 1);

    Item("Craftplan_ZombieClassic", 1);

    Item("Craftplan_Zazhigalka", 1);

    Item("Craftplan_Welder", 1);

    Item("Craftplan_FlameBlade", 1);

    Item("Craftplan_PocketLighter", 1);

    Item("Craftplan_HeavyWelder", 1);

    Item("Craftplan_SpikedCollar", 1);

    Item("Craftplan_GetMedieval", 1);

    Item("Craftplan_Barbershop", 1);

    Item("Craftplan_FlapClap", 1);

    Item("Craftplan_CattleStamp", 1);

    Item("Craftplan_Rooster", 1);

    Item("Craftplan_HomeRun", 1);

    Item("Craftplan_GTFO", 1);

    Item("Craftplan_StayDown", 1);

    Item("Craftplan_CutNGo", 1);

    Item("Craftplan_FreezeBomb", 1);

    Item("Craftplan_PoisonBomb", 1);

    Item("Craftplan_PoisonFireCrackers", 1);

    Item("Craftplan_BombFireCrackers", 1);

    Item("Craftplan_NailsFireCrackers", 1);

    Item("Craftplan_PukeNNuke", 1);

    Item("Craftplan_BadHangover", 1);

    Item("Craftplan_FilthyBlade", 1);

    Item("Craftplan_FireLauncher", 1);

    Item("Craftplan_GTFO20", 1);

    Item("Craftplan_BadAss", 1);

    Item("Craftplan_GlowingStick", 1);

    Item("Craftplan_GrillemAndKillem", 1);

    Item("Craftplan_Zappo", 1);

    Item("Craftplan_SurpriseMFs", 1);

    Item("Craftplan_ThornCrown", 1);

    Item("Craftplan_HolyGhost", 1);

    Item("Craftplan_ElectriCutter", 1);

    Item("Craftplan_ToxicReaper", 1);

    Item("Craftplan_PoisonBlast", 1);

    Item("Craftplan_GodHammer", 1);

    Item("Craftplan_AngelSword", 1);

    Item("Craftplan_AllInOne", 1);

    Item("Craftplan_LightingRod", 1);

    Item("Craftplan_Cloak_Prime", 1);

    Item("Craftplan_Poison_Prime", 1);

    Item("Craftplan_GhulPotion", 1);

    Item("Craftplan_ImpactShield", 1);

    Item("Craftplan_ElectricShield", 1);

    Item("Craftplan_FreezeShield", 1);

    Item("Craftplan_Cloak_Mushrooms", 1);

    Item("Craftplan_Cloak_Goon", 1);

    Item("Craftplan_Cloak_Bomber", 1);

    Item("Craftplan_KurtBomb", 1);

    Item("Craftplan_MedKit_Algae", 1);

    Item("Craftplan_ZaidFlare", 1);

    Item("Craftplan_Shield",  1);

        }

        Mesh("flars_box_a.msh");

        HudIcon("blueprint_a");

        Color(Color_White);

    }

這樣只要學了第一個技能,這些圖紙統統學會……不用費盡去找了……

讀完這篇文章后,您心情如何?

  • 0 喜歡喜歡
  • 0 頂
  • 0 無聊無聊
  • 0 圍觀圍觀
  • 0 囧
  • 0 難過難過

熱門評論

最新評論

發表評論 查看所有評論(0)

昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字數: 0/500 (您的評論需要經過審核才能顯示)
樂游網
關于樂游 下載幫助 網站地圖
移動也精彩
移動版首頁
廣告與建議
聯系我們 廣告合作 法律聲明
權威認證

專業的游戲下載、綜合門戶網站

Copyright 2009-2016 www.bnctovga.cn 版權所有

鄂ICP備17018784號-1

主站蜘蛛池模板: 日韩一区欧美一区 | 中文字幕一区二区三区四区 | 国产在线视频一区二区 | 韩日一级片 | 午夜影院在线观看视频 | 国产美女永久免费无遮挡 | 国产一区二区三区久久 | 亚洲免费婷婷 | 亚洲精品日韩综合观看成人91 | 天天干狠狠干 | 一级特黄毛片 | 亚洲人成在线观看 | 在线观看免费av的网址 | 日韩在线观看不卡 | 台湾佬成人 | 国产精品视频二区不卡 | 亚洲精品aaa | 久国久产久精永久网页 | 超碰97久久 | 成人日韩 | 五月婷婷免费视频 | 国产精品视频资源 | 日韩三级在线播放 | 操人网 | av成人一区二区 | 爱爱免费视频网站 | 欧美一区在线视频 | 成人乱淫av日日摸夜夜爽节目 | 少妇久久久| 在线观看国产一级片 | 日韩在线字幕 | 性培育学校羞耻椅子调教h 另类中文字幕 | 成人精品视频在线观看 | 日韩在线免费观看网站 | 国产精品一二三区 | 国产午夜精品美女视频明星a级 | 欧美一级h | 国产精品国产成人国产三级 | 蜜桃久久久| 国产精品综合一区二区 | 亚洲乱码一区二区三区在线观看 |