《消逝的光芒》里药水持续时间怎么修改?《消逝的光芒》里药水持续时间的修改方法是?下面99单机小编就为你带来高玩分享的技巧心得攻略——
举例inventory.scr中的ghul药水。
Item("otion_GhulPotion", CategoryType_Powerup)
{
Visibility(true);
ItemType(ItemType_Injector);
PhysicsScript("single_dropped_inventory.phx");
Price(1000);
MaxStackCount(99);
Mesh("lab_bottle_b.msh");
Skin("godmode");
InventoryMesh("loot_ok_bottle_d.msh");
ColorPreset("red");
AnimPrefix("Bottle");
HudIcon("component_chemical");
SelfHealing(0.6);
CoopHealing(0.6);
UseTime(1.0);
Buff("DoubleDamage");双倍伤害
Buff("InfiniteStamina");耐力药水
Buff("InfiniteFitnesAndSpeedIncrease");奔跑药水
Buff("DamageResistatenMeleeAndBullet");防御药水
EquipmentSlot(0);
Color(Color_Orange);
use PickupSounds_Default();
这药水包涵4种buff,然后我们要去skills文件下找到buffs.xml里面去搜索。比如DoubleDamage(双倍伤害)
duration就是持续时间,后面是持续秒数。每种buff对应一种药水!修改buff的持续时间,就是修改药水的持续时间!
另:《消逝的光芒》全药水作用介绍请点击此处查看
猜你喜欢: