Advertisement
Guest User

Empire Imp-Shields

a guest
Jul 2nd, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. AbilityImpenetrableShields_Empire.entity
  2.  
  3. TXT
  4. entityType "Ability"
  5. buffInstantActionType "ApplyBuffToSelf"
  6. instantActionTriggerType "AlwaysPerform"
  7. buffType "BuffImpenetrableShields_Empire"
  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 "ResearchWithBase"
  20. baseSourceResearchSubject "RESEARCHSUBJECT_IMPENETRABLESHIELDS_EMPIRE"
  21. improveSourceResearchSubject "RESEARCHSUBJECT_IMPENETRABLESHIELDS_EMPIRE2"
  22. aiUseTime "Invalid"
  23. aiUseTargetCondition "Invalid"
  24. isAutoCastAvailable FALSE
  25. isAutoCastOnByDefault FALSE
  26. pickRandomPlanetToExploreForAutoCastTarget FALSE
  27. ignoreNonCombatShipsForAutoCastTarget TRUE
  28. onlyAutoCastWhenDamageTakenExceedsPerc 0.000000
  29. useCostType "Passive"
  30. researchPrerequisites
  31. NumResearchPrerequisites 1
  32. ResearchPrerequisite
  33. Subject "RESEARCHSUBJECT_IMPENETRABLESHIELDS_EMPIRE"
  34. Level 1
  35. nameStringID "IDS_ABILITY_IMPENETRABLESHIELDS_NAME"
  36. descStringID "IDS_ABILITY_IMPENETRABLESHIELDS_DESCRIPTION"
  37. hudIcon "HUDICON_ABILITY_IMP_IMPENETRABLESHIELDS"
  38. smallHudIcon "HUDICON_ABILITY_IMP_IMPENETRABLESHIELDS"
  39. infoCardIcon ""
  40.  
  41. ====================
  42.  
  43. TXT
  44. entityType "Buff"
  45. onReapplyDuplicateType "PrioritizeNewBuffs"
  46. buffStackingLimitType "ForAllPlayers"
  47. stackingLimit 1
  48. allowFirstSpawnerToStack FALSE
  49. buffExclusivityForAIType "ExclusiveForAllPlayers"
  50. isInterruptable FALSE
  51. isChannelling FALSE
  52. numInstantActions 0
  53. numPeriodicActions 0
  54. numOverTimeActions 0
  55. numEntityModifiers 1
  56. entityModifier
  57. buffEntityModifierType "ChanceToIgnoreShieldsAsDamageTarget"
  58. value
  59. Level:0 -0.900000
  60. Level:1 -0.950000
  61. Level:2 -1.000000
  62. numEntityBoolModifiers 1
  63. entityBoolModifier "HasShieldMeshEffect"
  64. numFinishConditions 1
  65. finishCondition
  66. finishConditionType "ResearchNotMet"
  67. researchPrerequisites
  68. NumResearchPrerequisites 1
  69. ResearchPrerequisite
  70. Subject "RESEARCHSUBJECT_IMPENETRABLESHIELDS_EMPIRE"
  71. Level 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement