Advertisement
Guest User

Arilou Ability -damage reduction and ImpShields

a guest
Jul 2nd, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. AbilityArilou.entity
  2.  
  3. TXT
  4. entityType "Ability"
  5. buffInstantActionType "ApplyBuffToSelf"
  6. instantActionTriggerType "AlwaysPerform"
  7. buffType "BuffArilou"
  8. effectInfo
  9. effectAttachInfo
  10. attachType "Invalid"
  11. smallEffectName ""
  12. largeEffectName ""
  13. soundID ""
  14. needsToFaceTarget FALSE
  15. canCollideWithTarget TRUE
  16. moveThruTarget FALSE
  17. isUltimateAbility TRUE
  18. maxNumLevels 3
  19. levelSourceType "ResearchWithoutBase"
  20. improveSourceResearchSubject "RESEARCHSUBJECT_ABILITYACCESS_ABILITYARILOU"
  21. aiUseTime "Invalid"
  22. aiUseTargetCondition "Invalid"
  23. isAutoCastAvailable FALSE
  24. isAutoCastOnByDefault FALSE
  25. pickRandomPlanetToExploreForAutoCastTarget FALSE
  26. ignoreNonCombatShipsForAutoCastTarget TRUE
  27. onlyAutoCastWhenDamageTakenExceedsPerc 0.000000
  28. useCostType "Passive"
  29. researchPrerequisites
  30. NumResearchPrerequisites 1
  31. ResearchPrerequisite
  32. Subject "RESEARCHSUBJECT_ABILITYACCESS_ABILITYARILOU"
  33. Level 1
  34. nameStringID "IDS_ABILITY_ARILOU_NAME"
  35. descStringID "IDS_ABILITY_ARILOU_DESCRIPTION"
  36. hudIcon "HUDICON_ABILITY_PHASESHIELD"
  37. smallHudIcon "HUDICON_ABILITY_PHASESHIELD"
  38. infoCardIcon ""
  39.  
  40. =================
  41.  
  42. TXT
  43. entityType "Buff"
  44. onReapplyDuplicateType "PrioritizeNewBuffs"
  45. buffStackingLimitType "ForAllPlayers"
  46. stackingLimit 1
  47. allowFirstSpawnerToStack FALSE
  48. buffExclusivityForAIType "ExclusiveForAllPlayers"
  49. isInterruptable FALSE
  50. isChannelling FALSE
  51. numInstantActions 0
  52. numPeriodicActions 0
  53. numOverTimeActions 0
  54. numEntityModifiers 2
  55. entityModifier
  56. buffEntityModifierType "DamageAsDamageTarget"
  57. value
  58. Level:0 -0.750000
  59. Level:1 -0.800000
  60. Level:2 -0.850000
  61. entityModifier
  62. buffEntityModifierType "ChanceToIgnoreShieldsAsDamageTarget"
  63. value
  64. Level:0 -0.960000
  65. Level:1 -0.980000
  66. Level:2 -1.000000
  67. numEntityBoolModifiers 1
  68. entityBoolModifier "ImmuneToNonUltimateDisable"
  69. numFinishConditions 1
  70. finishCondition
  71. finishConditionType "OwnerChanged"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement