遊戲資訊
垂死之光 Dying Light
  • 發售: 2015-01-26 (PC)
  • 發行: 華納兄弟娛樂公司
  • 開發: Techland
  • 平台: PC PS4 XboxONE
  • 類型: 動作角色
  • 語言: 簡中 英文 多國
《垂死之光(Dying Light)》是一款由Techland製作並發行的動作冒險類遊戲,這款遊戲將把場景設置在一個包含晝夜交替設定的龐大開放世界之中,玩家必須在曾經的城市中搜尋各類物資。而到了晚上,這樣的行動會變得十分危險。 遊戲的世界中爆發了一場病毒,感染了眾多人口,將其變為了僵屍。而想要在遊戲中對抗不斷增多的僵屍,玩家就需要學會如何自製武器,到了晚上,這些僵屍會變得更加凶殘。 捕食者只有在日落之後才會出沒,而玩家需要利用一切手段撐到第二天早上第一道曙光的降臨。

垂死之光 生存第1個技能解鎖大部分藍圖紙修改方法

垂死之光 生存第1個技能解鎖大部分藍圖紙修改方法

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);

}

這樣只要學了第一個技能,這些圖紙統統學會…

不用費盡去找了…


垂死之光 生存第1個技能解鎖大部分藍圖紙修改方法

點擊進入3DMGAME《消逝的光 芒》遊戲論壇專區

獲得更多的電玩狂人最新消息
按讚加入粉絲團