View Single Post
Old 12-29-2016, 11:51 PM   #3
Pandorazero
Адмирал флотаСтарший офицер
 
Pandorazero's Avatar
 
Faction:
Хиигаряне

Join Date: Mar 2007
Location: Украина , Киев
Posts: 1,382
Восклицание Re: DefenseFieldAbility

Те кто хорошо знали канули в небытии или в подполье , остались те кто знает небольшие озы и то с небольшой охотой и это правда !
-------------------------
Вот небольшое описания , просто переведи переводчиком.

Code:
     DefenseFieldAbility
    addAbility(rShip, "DefenseFieldAbility", ..see Arguments..)


(Information provided by mecha

Example:
addAbility(NewShipType, "DefenseFieldAbility", 1, 0, 1200, 200, 200, 1, 0.6, 0, "defensefield_sphere_spray")

Arguments

   1. Ability Active By Default Boolean. 0=Must be researched or a module must be built before it can be used. 1=Active.
   2. Field On By Default Boolean. 0=Field begins off. 1=Field begins on.
   3. Radius to Defend Other Ships
   4. Stop After This Much If energy is this value or lower, the field will turn off.
   5. Energy Cost Amount of energy used per second while the field is on.
   6. Initial Energy Cost Amount of energy used at the moment the field is turned on.
   7. Recharge Rate Amount of energy recharged per second.
   8. Min Energy Before Enabled Minimum amount of energy needed before the ship can turn on the field.
   9. Effect File Name Determines the appearance of the field based.



    DefenseFieldShieldAbility
    addAbility(NewShipType, "DefenseFieldShieldAbility", ..see Arguments..)


(Information provided by mecha
Example:
addAbility(NewShipType, "DefenseFieldShieldAbility", 0, 1200, 0, 0)

Arguments

    1. Ability Active By Default Boolean. 0=Must be researched or a module must be built before it can be used. 1=Active.
    2. Radius to Defend Other Ships. According to a post by god_of_stuff on the Relic Forums, this is actually the amount of damage stopped. Can anyone confirm this?
    3. DefenseFieldSensitivityMultiplier
    4. NebulaSensitivityMultiplier
Источник http://hw2bsg.org/wiki.hw2.info/VarisTestPage.html

Last edited by Pandorazero : 12-30-2016 at 09:25 AM.
Pandorazero is offline   Reply With Quote