Advertisement
worldstrider

Strike Craft Ability-Buff with Errors

Jun 29th, 2011
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1.  
  2. ---------------------------------------------------------
  3. AbilityNanoField.entity
  4. ---------------------------------------------------------
  5. TXT
  6. entityType "Ability"
  7. buffInstantActionType "ApplyBuffToTargetsInRadiusWithTravel"
  8. instantActionTriggerType "AlwaysPerform"
  9. buffType "BuffNanoField"
  10. targetFilter
  11. numOwnerships 1
  12. ownership "Enemy"
  13. numObjects 4
  14. object "CapitalShip"
  15. object "Frigate"
  16. object "PlanetModule"
  17. object "StarBase"
  18. numSpaces 1
  19. space "Normal"
  20. numConstraints 0
  21. range
  22. Level:0 8000.000000
  23. Level:1 8000.000000
  24. Level:2 8000.000000
  25. maxTargetCount
  26. Level:0 -1.000000
  27. Level:1 -1.000000
  28. Level:2 -1.000000
  29. effectInfo
  30. effectAttachInfo
  31. attachType "Invalid"
  32. smallEffectName ""
  33. largeEffectName ""
  34. soundID ""
  35. travelSpeed 1000.000000
  36. effectStaggerDelay 0.000000
  37. hasWeaponEffects FALSE
  38. needsToFaceTarget FALSE
  39. canCollideWithTarget TRUE
  40. moveThruTarget FALSE
  41. isUltimateAbility FALSE
  42. maxNumLevels 1
  43. levelSourceType "FixedLevel0"
  44. aiUseTime "Invalid"
  45. aiUseTargetCondition "Invalid"
  46. isAutoCastAvailable FALSE
  47. isAutoCastOnByDefault FALSE
  48. pickRandomPlanetToExploreForAutoCastTarget FALSE
  49. ignoreNonCombatShipsForAutoCastTarget TRUE
  50. onlyAutoCastWhenDamageTakenExceedsPerc 0.000000
  51. useCostType "Passive"
  52. researchPrerequisites
  53. NumResearchPrerequisites 0
  54. nameStringID "IDS_ABILITY_ASTEROIDBELT_NAME"
  55. descStringID "IDS_ABILITY_ASTEROIDBELT_DESCRIPTION"
  56. hudIcon "HUDICON_ABILITY_ASTEROIDBELT"
  57. smallHudIcon "HUDICON_ABILITY_ASTEROIDBELT"
  58. infoCardIcon ""
  59.  
  60. ---------------------------------------------------------
  61. BuffNanoField.entity
  62. ---------------------------------------------------------
  63. TXT
  64. entityType "Buff"
  65. onReapplyDuplicateType "PrioritizeOldBuffs"
  66. buffStackingLimitType "ForAllPlayers"
  67. stackingLimit 1
  68. allowFirstSpawnerToStack FALSE
  69. buffExclusivityForAIType "ExclusiveForAllPlayers"
  70. isInterruptable FALSE
  71. isChannelling FALSE
  72. numInstantActions 1
  73. instantAction
  74. buffInstantActionType "DoDamage"
  75. instantActionTriggerType "OnDelay"
  76. delayTime 0.000000
  77. damage
  78. Level:0 5000.000000
  79. Level:1 0.000000
  80. Level:2 0.000000
  81. damageAffectType "AFFECTS_SHIELDS_AND_HULL"
  82. damageType "ENERGY"
  83. isDamageShared TRUE
  84. numPeriodicActions 0
  85. numOverTimeActions 0
  86. numEntityModifiers 0
  87. numEntityBoolModifiers 0
  88. numFinishConditions 1
  89. finishCondition
  90. finishConditionType "EnterHyperspace"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement