home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 67 / MM67.ISO / Vampire / Vampire_Demo.exe / Resource.nob / misc / effects.ned < prev    next >
Text File  |  2000-06-22  |  44KB  |  407 lines

  1. ##############################################################################################
  2. #
  3. #  EFFECTS DEFINITIONS
  4. #
  5. ##############################################################################################
  6. #
  7. #
  8. #  Line Format:
  9. #
  10. #  name [icon | none] row [script | none] type subtype compose flags tick pc dc v1 v2 v3 v4 v5 v6
  11. #
  12. #
  13. #  name                 name of the effect (single word, also used as localized stringId)
  14. #  icon                 icon to use for screen display, or the keyword 'none'
  15. #  row                  the row the icon has to be displayed on (0 = disciplines, 1 = others)
  16. #  script               script to use for the visual/sound of the effect, or the keyword 'none'
  17. #  type                 type of effect (see list)
  18. #  subtype              subtype of effect inside each type (see list)
  19. #  compose              how this effect is composed with others of same type and subtype (see list) 
  20. #  flags                flags altering the behavior of the effect (see list)
  21. #  tick                 tick rate for over time effects in milliseconds
  22. #  pc                   permanent cost (how much to add to the cost of an object with this effect as permanent)
  23. #  dc                   duration cost (how much to add to the cost of an object with this effect, per second of duration, per charge)
  24. #  valN                 a preset value for the effect at level N
  25. #
  26. #
  27. #  Effect Types:
  28. #
  29. #   0   NONE
  30. #   1  *BSTI            base stat, instant
  31. #   2  *BSTOT           base stat, over time
  32. #   3  *STAT            modified stat
  33. #   4  *BSOI            base soak, instant
  34. #   5  *BSOOT           base soak, over time
  35. #   6  *SOAK            modified soak
  36. #   7  *DI              damage, instant
  37. #   8  *DOT             damage, over time
  38. #   9   HI              heal, instant
  39. #  10   HOT             heal, over time
  40. #  11   XOFFENSE        additional offense bonus, added to the offense formula                                          [hit if random(Adex + weaponAccuracy) + Axoffense > random(Ddex) + Dxdefense]
  41. #  12   XDEFENSE        additional defense bonus added to the defense formula
  42. #  13   XDAMAGE         additional damage bonus (same type as the damage being computed) added to the damage formula    [dam is random(Astr + weaponDamage) + Apotence + Axdamage - random(Dsoak [+ Dstamina]) [-Dfortitude] - Dxsoak]
  43. #  14   XSOAK           additional soaking bonus (all damage types) added to the damage formula
  44. #  15   POTENCE         potence (used in combat system, and certain checks)
  45. #  16   FORTITUDE       fortitude (used in combat system)
  46. #  17   MOVESPEED       multiplier for movement speed
  47. #  18   ATTACKSPEED     multiplier for attack speed
  48. #  19   HIDE            how well you are "hidden"
  49. #  20   SENSE           how well you sense "hidden" things
  50. #  21   STAKEPROT       a protection against staking
  51. #  22   WANTED          wanted by the law!
  52. #  23   MESMERIZED      mesmerized
  53. #  24   FRENZY          frenzy (this is a system effect type, this is *NOT* meant to start frenzy)
  54. #  25   AFRAID          afraid
  55. #  26   DAZED           dazed
  56. #  27   PET             becomes pet of someone else
  57. #  28   POSSESSING      possessing someone else
  58. #  29   MODELALPHA      changing the model's alpha
  59. #  30   MODELSCALE      changing the model's scale
  60. #  31   BLOODCOST       alters the cost in blood of using a discipline
  61. #  32   MAJESTY         under the spell of 'majesty' (i.e. stands in place looking at the majestic thing)
  62. #  33   IMMOBILIZE      immobilized
  63. #  34   FEEDPROT        a protection against feeding
  64. #  35   TEAMFRIENDLY    friendly to another team than his own (or more exactly, on top of his own)
  65. #
  66. #  n+1  USERMULT1       n = the last number above. You MUST use one of these to create your own MULTIPLICATIVE (compose = 6) user effect. 
  67. #  n+2  USERMULT2       Use any other number for any other compose type, but MULTIPLICATIVE effects have a default of 1.0 instead of 0.0 
  68. #  n+3  USERMULT3       and there is no higher level data structure for the effects to store that in (and a bit late to rework that :-))
  69. #  n+4  USERMULT4
  70. #  n+5  USERMULT5
  71. #
  72. #
  73. #  Effect SubTypes:
  74. #
  75. #  The above Type marked with * have subtypes.
  76. #
  77. #  STAT
  78. #
  79. #   0   STRENGTH
  80. #   1   DEXTERITY
  81. #   2   STAMINA
  82. #   3   PERCEPTION
  83. #   4   INTELLIGENCE
  84. #   5   WITS
  85. #   6   BLOOD
  86. #   7   HUMANITY
  87. #   8   FRENZY
  88. #   9   GENERATION
  89. #  10   FAITH
  90. #  11   CHARISMA
  91. #  12   MANIPULATION
  92. #  13   APPEARANCE
  93. #  14   FRENZYRATING
  94. #  15   BLOODRATING
  95. #  16   BLOODPOOLSIZE
  96. #  17   MANA
  97. #  18   MANAPOOLSIZE
  98. #
  99. #  SOAK, DAMAGE, DOT
  100. #
  101. #   0   NORMAL
  102. #   1   LETHAL
  103. #   2   AGGRAVATED
  104. #   3   ELECTRIC
  105. #   4   FIRE
  106. #   5   SUN
  107. #   6   FAITH
  108. #   7   COLD
  109. #   8   POISON
  110. #   9   DISEASE
  111. #
  112. #
  113. #
  114. #  Compose types:
  115. #
  116. #   0   NONE
  117. #   1   FIRST
  118. #   2   LAST
  119. #   3   MIN
  120. #   4   MAX
  121. #   5   ADD
  122. #   6   MUL
  123. #   7   AVG
  124. #
  125. #   Note: only the compose of the FIRST effect of that type and subtype will be considered...
  126. #
  127. #
  128. #
  129. #  Effect Flags:
  130. #  
  131. #  0x1   no blink
  132. #  0x2   keep (and display in rollover as) float value
  133. #  0x4   effect negator (actually KILLS any effect of the same type/subtype with a lesser of equal value -- no instance is created, so this cannot have a script)
  134. #  0x8   effect is NOT used in the rollover description (assuming a SPECIALDESCRIPTION has been set in the template)
  135. #  0x10     effect will be removed when its creator dies
  136. #  0x20  display as a percentage in rollover (only valid when 0x2 is set too)
  137. #  0x40     this effect is synced only for the "owner" of the effect
  138. #  0x80     this effect is not synced to any clients
  139. #  0x100 this effect is not saved
  140. #  0x200 this effect is cancellable
  141. #
  142. #
  143. ##############################################################################################
  144. #
  145. #  08-14-99 YB Original definitions and coding
  146. #  08-18-99 YB Added support for poison and disease
  147. #  08-19-99 YB Added instant and over time effects
  148. #  08-28-99 YB Added costs
  149. #
  150. ##############################################################################################
  151.  
  152.  
  153.  
  154. # System effects (used directly by the game, do not remove them or some things won't work anymore)
  155. # ---------------
  156. #
  157. #  name                         [icon | none]           row     [script | none]                 type   subtype  compose flags   tick    pc      dc      v0      v1      v2      v3      v4      v5
  158.  
  159. ef_increaseblood                none                    0       none                            1       6       5       0x40     0       0       0       10      25      40      55      70      100
  160. ef_decreaseblood                none                    0       none                            1       6       5       0x40     0       0       0       -5      -10     -15     -20     -25     -30
  161. ef_increasemana                 none                    0       none                            1       17      5       0x40     0       0       0       5       10      15      20      25      30
  162. ef_decreasemana                 none                    0       none                            1       17      5       0x40     0       0       0       -5      -10     -15     -20     -25     -30
  163.  
  164. ef_increasebloodpoolsize        none                    0       none                            3       16      5       0x40     0       0       0       5       10      20      25      30      35      
  165. ef_increasemanapoolsize         none                    0       none                            3       18      5       0x40     0       0       0       0       0       0       0       0       0       
  166.  
  167. ef_frenzy                       FXFrenzyIcon            1       none                            24      0       0       0x40     0       0       0       0       0       0       0       0       0
  168. ef_increasefrenzy               none                    0       none                            1       8       5       0x40     0       0       0       1       2       3       4       5       6
  169. ef_decreasefrenzy               none                    0       none                            2       8       5       0x40     2000    0       0       -2      -4      -6      -8      -10     -12
  170. ef_decreasefrenzyfast           none                    0       none                            2       8       5       0x40     500     0       0       -2      -4      -6      -8      -10     -12
  171. ef_increasemanaot               none                    0       none                            2       17      5       0x40     4000    0       0       1       2       3       4       5       6 
  172. ef_increasebloodot              none                    0       none                            2       6       5       0x40     6000    0       0       1       1       1       1       1       1
  173.  
  174. ef_increasehumanity             none                    0       none                            1       7       5       0x40     0       0       0       5       10      15      20      25      30
  175. ef_decreasehumanity             none                    0       none                            1       7       5       0x40     0       0       0       -5      -10     -15     -20     -25     -30
  176.  
  177. ef_lowergeneration              none                    0       none                            1       9       5       0x40     0       0       0       -1      0       0       0       0       0
  178.  
  179. ef_wanted                       none                    0       none                            22      0       6       0x80     0       0       0       1       2       3       4       5       6
  180. ef_mesmerized                   none                    0       none                            23      0       6       0x0      0       0       0       1       2       3       4       5       6
  181. ef_afraid                       none                    0       none                            25      0       0       0x40     0       0       0       1       2       3       4       5       6
  182. ef_dazed                        none                    0       none                            26      0       0       0x0      0       0       0       1       2       3       4       5       6
  183. ef_pet                          none                    0       none                            27      0       0       0x0      0       0       0       1       2       3       4       5       6
  184. ef_majesty                      none                    0       none                            32      0       0       0x0      0       0       0       1       2       3       4       5       6
  185.  
  186. ef_restrain                     none                    0       none                            33      0       5       0x0      0       0       0       1       2       3       4       5       6 
  187. ef_staked                       FXstakedIcon            1       none                            0       0       0       0x0      0       0       0       0       0       0       0       0       0 
  188.  
  189. ef_lowerdefense                 none                    0       none                            12      0       5       0x0      0       0       0       -5      -10     -15     -20     -25     -30
  190.  
  191. ef_speedcheat                   none                    0       none                            17      0       6       0x0      0       0       0       2.0     3.0     4.0     5.0     7.5     10.0
  192.  
  193. ef_stat_strength                none                    1       none                            3       0       5       0x40     0       50      1       5       10      15      20      25      30
  194. ef_stat_dexterity               none                    1       none                            3       1       5       0x40     0       50      1       5       10      15      20      25      30
  195. ef_stat_stamina                 none                    1       none                            3       2       5       0x40     0       50      1       5       10      15      20      25      30
  196.  
  197. ef_stat_perception              none                    1       none                            3       3       5       0x40     0       50      1       5       10      15      20      25      30
  198. ef_stat_intelligence            none                    1       none                            3       4       5       0x40     0       50      1       5       10      15      20      25      30
  199. ef_stat_wits                    none                    1       none                            3       5       5       0x40     0       50      1       5       10      15      20      25      30
  200.  
  201. ef_stat_charisma                none                    1       none                            3       11      5       0x40     0       50      1       5       10      15      20      25      30
  202. ef_stat_manipulation            none                    1       none                            3       12      5       0x40     0       50      1       5       10      15      20      25      30
  203. ef_stat_appearance              none                    1       none                            3       13      5       0x40     0       50      1       5       10      15      20      25      30
  204.  
  205. ef_stat_faith                   none                    1       none                            3       10      5       0x40     0       50      1       5       10      15      20      25      30
  206. ef_stakeprotection              none                    0       none                            21      0       5       0x48     0       0       0       10      20      30      40      50      60 
  207. ef_feedprotection               none                    0       none                            34      0       5       0x48     0       0       0       10      20      30      40      50      60 
  208.  
  209.     
  210. # General effects
  211. # ---------------
  212. #
  213. #  name                         [icon | none]           row     [script | none]                 type   subtype  compose flags   tick    pc      dc      v0      v1      v2      v3      v4      v5
  214.  
  215. ef_beheaded                     none                    0       none                            8       2       5       0x80     500     0       0       10      15      20      25      30      35
  216.  
  217. ef_dmg_sun                      FXSunIcon               1       none                             8      5       5       0x0      1000    0       0       1.0     1.0     0.80    0.50    0.10    1.0
  218. ef_dmg_electric                 FXElecIcon              1       none                             8      3       5       0x0      250     0       0       1.0     1.0     0.80    0.50    0.10    1.0
  219.  
  220. ef_poison                       FXPoisonIcon            1       none                            8       8       5       0x40     2000    0       0       1       2       3       4       5       6 
  221. ef_disease                      FXDiseaseIcon           1       none                            8       9       5       0x40     10000   0       0       1       2       3       4       5       6 
  222.  
  223. ef_curepoison                   none                    0       none                            8       8       0       0x44     0       0       0       1       2       3       4       5       6 
  224. ef_curedisease                  none                    0       none                            8       9       0       0x44     0       0       0       1       2       3       4       5       6 
  225.  
  226. ef_soak_normal                  none                    1       none                            6       0       5       0x40     0       0       0       10      15      30      45      60      80
  227. ef_soak_lethal                  none                    1       none                            6       1       5       0x40     0       0       0       10      15      30      45      60      80
  228. ef_soak_aggravated              none                    1       none                            6       2       5       0x40     0       0       0       10      15      20      25      30      40
  229. ef_soak_electric                none                    1       none                            6       3       5       0x40     0       0       0       3       5       10      20      30      40
  230. ef_soak_fire                    none                    1       none                            6       4       5       0x40     0       0       0       3       5       10      20      30      40
  231. ef_soak_sun                     none                    1       none                            6       5       5       0x40     0       0       0       3       5       10      20      30      40
  232. ef_soak_faith                   none                    1       none                            6       6       5       0x40     0       0       0       3       5       10      20      30      40
  233. ef_soak_cold                    none                    1       none                            6       7       5       0x40     0       0       0       3       5       10      20      30      40
  234. ef_soak_poison                  none                    1       none                            6       8       5       0x40     0       0       0       3       5       10      20      30      40
  235. ef_soak_disease                 none                    1       none                            6       9       5       0x40     0       0       0       3       5       10      20      30      40
  236.  
  237.  
  238.  
  239.  
  240. # Effects of being damaged
  241. # ------------------------
  242. #
  243. #  name                         [icon | none]           row     [script | none]                 type   subtype  compose flags   tick    pc      dc      v0      v1      v2      v3      v4      v5
  244.  
  245. ef_dmg_dexterity                none                    0       none                            3       1       5       0x40     0       0       0       0       0       -5      -10     -10     0
  246. ef_dmg_strength                 none                    0       none                            3       0       5       0x40     0       0       0       0       0       0       -5      -10     0
  247. ef_dmg_movespeed                none                    0       none                            17      0       6       0x40     0       0       0       1.0     1.0     0.8     0.60    0.40    0.10
  248. ef_dmg_attackspeed              none                    0       none                            18      0       6       0x40     0       0       0       1.0     1.0     0.90    0.80    0.70    0.10
  249.  
  250.  
  251. # Effects of being frenzied
  252. # -------------------------
  253.  
  254. ef_frz_strength                 none                    0       none                            3       0       5       0x40     0       0       0       20       0      0       0       0       0
  255. ef_frz_dexterity                none                    0       none                            3       1       5       0x40     0       0       0       -10      0      0       0       0       0
  256.  
  257.  
  258. # Item effects
  259. # ------------
  260.  
  261. ef_item_ainkurn1                none                    0       none                            2       6       5       0x0     500     0       0       1       2       3       4       5       6 
  262. ef_item_ainkurn2                FXBloodIcon             1       EffectWeaponAinkurn             2       6       5       0x0     500     0       0       -1      -2      -3      -4      -5      -6
  263. ef_item_argentbaton             none                    0       none                            7       2       5       0x0     0       0       0       1       2       3       4       5       6 
  264. ef_item_gangreleye              eyesOfTheBeastIcon      0       none                            0       0       0       0x8     0       0       0       0       0       0       0       0       0
  265. ef_item_femur                   none                    0       none                            7       2       5       0x0     0       0       0       1       2       3       4       5       6 
  266. ef_item_handconrad              none                    0       none                            15      0       5       0x8     0       0       0       5       10      15      20      25      30
  267. ef_item_heartshield             none                    0       none                            21      0       5       0x8     0       0       0       100     100     100     100     100     100
  268. ef_item_sirefinger              none                    0       none                            3       14      5       0x8     0       0       0       -0.5    -0.5    -0.5    -0.5    -0.5    -0.5
  269. ef_item_monocleclarity          none                    0       none                            20      0       5       0x8     0       0       0       1       2       3       4       5       6
  270. ef_item_giantsblood             none                    0       none                            15      0       5       0x8     0       0       0       5       10      15      20      25      30
  271. ef_item_blackgloves             ferrelClawsIcon         0       EffectItemBlackGloves           0       0       0       0x8     0       0       0       0       0       0       0       0       0
  272.  
  273. ef_item_disease                 none                    0       none                            8       9       5       0x8     10000   0       0       1       2       3       4       5       6 
  274. ef_item_dread                   FXafraidIcon            1       none                            25      0       5       0x0     0       0       0       1       2       3       4       5       6
  275. ef_item_frenzy                  FXrisingFrenzyIcon      1       none                            2       8       5       0x1     1000    0       0       4       5       6       7       8       10
  276. ef_item_healthpotion            none                    0       none                            10      0       5       0x0     500     0       0       1       2       3       4       5       6 
  277. ef_item_curepoisonpotion        none                    0       none                            8       8       0       0x4     0       0       0       1       2       3       4       5       6 
  278. ef_item_curediseasepotion       none                    0       none                            8       9       0       0x4     0       0       0       1       2       3       4       5       6 
  279. ef_item_taser                   none                    0       EffectWeaponTaser               0       0       0       0x0     0       0       0       0       0       0       0       0       0
  280. ef_item_werewolfvitae           none                    0       none                            14      0       5       0x8     0       0       0       50      60      70      80      90      100
  281. ef_item_attackspeed             none                    0       none                            18      0       6       0x0     0       0       0       1.0     1.1     1.2     1.3     1.4     1.5
  282. ef_item_xoffense                none                    0       none                            11      0       5       0x0     0       0       0       5.0     10.0    15.0    20.0    25.0    30.0
  283. ef_item_xdefense                none                    0       none                            12      0       5       0x0     0       0       0       5.0     10.0    15.0    20.0    25.0    30.0
  284. ef_item_xdamage                 none                    0       none                            13      0       5       0x0     0       0       0       5.0     10.0    15.0    20.0    25.0    30.0
  285. ef_item_xsoak                   none                    0       none                            14      0       5       0x0     0       0       0       5.0     10.0    15.0    20.0    25.0    30.0
  286. ef_item_hide                    none                    0       none                            19      0       5       0x0     0       0       0       1       2       3       4       5       6
  287. ef_item_hide2                   none                    0       none                            29      0       6       0x8     0       0       0       1       2       3       4       5       6
  288. ef_item_discipline              none                    0       none                            31      0       6       0x22    0       0       0       0.90    0.80    0.70    0.60    0.50    0.40
  289. ef_item_neckguard               none                    0       none                            34      0       5       0x8     0       0       0       100     100     100     100     100     100
  290. ef_item_control                 none                    0       none                            3       14      5       0x8     0       0       0       -0.1    -0.2    -0.3    -0.4    -0.5    -0.6
  291.  
  292. ef_item_strength                none                    1       none                            3       0       5       0x8     0       50      1       5       10      15      20      25      50
  293. ef_item_dexterity               none                    1       none                            3       1       5       0x8     0       50      1       5       10      15      20      25      50
  294. ef_item_stamina                 none                    1       none                            3       2       5       0x8     0       50      1       5       10      15      20      25      50
  295.  
  296. ef_item_perception              none                    1       none                            3       3       5       0x8     0       50      1       5       10      15      20      25      50
  297. ef_item_intelligence            none                    1       none                            3       4       5       0x8     0       50      1       5       10      15      20      25      50
  298. ef_item_wits                    none                    1       none                            3       5       5       0x8     0       50      1       5       10      15      20      25      50
  299.  
  300. ef_item_charisma                none                    1       none                            3       11      5       0x8     0       50      1       5       10      15      20      25      50
  301. ef_item_manipulation            none                    1       none                            3       12      5       0x8     0       50      1       5       10      15      20      25      50
  302. ef_item_appearance              none                    1       none                            3       13      5       0x8     0       50      1       5       10      15      20      25      50
  303.  
  304. # Discipline effects
  305. # ------------------
  306. #
  307. #  name                         [icon | none]           row     [script | none]                 type   subtype  compose flags   tick    pc      dc      v0      v1      v2      v3      v4      v5
  308.  
  309. ef_disc_bloodstrength           bloodStrengthIcon       0       EffectDiscBloodStrength         3       0       5       0x200   0       0       0       5       10      15      20      25      30
  310. ef_disc_blooddexterity          bloodDexterityIcon      0       EffectDiscBloodDexterity        3       1       5       0x200   0       0       0       5       10      15      20      25      30
  311. ef_disc_bloodstamina            bloodStaminaIcon        0       EffectDiscBloodStamina          3       2       5       0x200   0       0       0       5       10      15      20      25      30
  312. ef_disc_potence                 potenceIcon             0       EffectDiscPotence               15      0       5       0x200   0       0       0       5       10      15      20      25      30
  313. ef_disc_fortitude               fortitudeIcon           0       EffectDiscFortitude             16      0       5       0x200   0       0       0       5       10      15      20      20      25
  314. ef_disc_celerity1               celerityIcon            0       EffectDiscCelerity              17      0       6       0x200   0       0       0       1.5     2.0     2.5     3.0     3.5     4.0
  315. ef_disc_celerity2               none                    0       none                            18      0       6       0x0     0       0       0       1.1     1.2     1.3     1.4     1.5     1.6
  316. ef_disc_mistform                mistFormIcon            0       EffectDiscMistForm              19      0       5       0x300   0       0       0       2       2       2       2       3       4
  317. ef_disc_mistform2               none                    0       none                            6       4       5       0x100   0       0       0       5       10      15      20      25      30
  318. ef_disc_mistform3               none                    0       none                            6       5       5       0x100   0       0       0       5       10      15      20      25      30
  319. ef_disc_hsenses                 heightenedSensesIcon    0       EffectDiscHeightenedSenses      20      0       5       0x200   0       0       0       1       2       3       4       5       6
  320. ef_disc_command                 FXPossessedIcon         1       EffectDiscCommand               28      0       5       0x10    0       0       0       1       2       3       4       5       6
  321. ef_disc_mesmerize               FXmesmerizeIcon         1       EffectDiscMesmerize             23      0       5       0x10    0       0       0       1       2       3       4       5       6
  322. ef_disc_possession              FXPossessedIcon         1       EffectDiscPossession            28      0       5       0x10    0       0       0       1       2       3       4       5       6
  323. ef_disc_quellbeast              none                    0       EffectDiscQuellBeast            2       8       5       0x0     500     0       0       -4      -8      -12     -16     -20     -24
  324. ef_disc_bloodhealing            none                    0       EffectDiscBloodHealing          9       0       5       0x0     0       0       0       20      30      40      60      80      100
  325. ef_disc_dreadgaze               FXafraidIcon            1       EffectDiscDreadGaze             25      0       5       0x10    0       0       0       1       2       3       4       5       6
  326. ef_disc_thehaunting             FXafraidIcon            1       EffectDiscTheHaunting           25      0       5       0x10    0       0       0       1       2       3       4       5       6
  327. ef_disc_voiceofmadness          FXafraidIcon            1       EffectDiscVoiceOfMadness        25      0       5       0x10    0       0       0       5       10      15      20      25      30
  328. ef_disc_voiceofmadness2         none                    0       none                            2       8       5       0x10    1000    0       0       2       2       3       3       4       4 
  329. ef_disc_drawingoutbeast         FXrisingFrenzyIcon      1       EffectDiscDrawingOutBeast       2       8       5       0x0     500     0       0       +4      +8      +12     +16     +20     +24
  330. ef_disc_passion                 FXrisingFrenzyIcon      1       EffectDiscPassion               2       8       5       0x0     500     0       0       +2      +4      +6      +8      +10     +12
  331. ef_disc_passion2                none                    0       none                            3       5       5       0x0     0       0       0       -3      -6      -9      -12     -15     -18
  332. ef_disc_theforgetfulmind        FXDazedIcon             1       EffectDiscTheForgetfulMind      26      0       5       0x0     0       0       0       0       0       0       0       0       0 
  333. ef_disc_beckoning               FXSummonedIcon          1       EffectDiscBeckoning             27      0       0       0x10    0       0       0       1       2       3       4       5       6
  334. ef_disc_feralwhispers           FXSummonedIcon          1       EffectDiscFeralWhispers         27      0       0       0x110   0       0       0       1       2       3       4       5       6
  335. ef_disc_cloakofshadows          cloakOfShadowsDIcon     0       EffectDiscCloakOfShadows        19      0       5       0x200   0       0       0       1       2       3       4       5       6
  336. ef_disc_cloakofshadows2         none                    0       none                            29      0       6       0x0     0       0       0       1       2       3       4       5       6
  337. ef_disc_cloakthegathering       cloakTheGatheringIcon   0       EffectDiscCloakTheGathering     19      0       5       0x210   0       0       0       1       2       3       4       5       6
  338. ef_disc_cloakthegathering2      none                    0       none                            29      0       6       0x10    0       0       0       1       2       3       4       5       6
  339. ef_disc_invisibility            InvisibilityIcon        0       EffectDiscInvisibility          19      0       5       0x200   0       0       0       1       2       3       4       5       6
  340. ef_disc_invisibility2           none                    0       none                            29      0       6       0x0     0       0       0       1       2       3       4       5       6
  341. ef_disc_prayer                  FXFaithIcon             1       EffectDiscPrayer                8       6       5       0x0     500     0       0       2       4       6       8       10      12
  342. ef_disc_awe                     FXmesmerizeIcon         1       EffectDiscAwe                   23      0       5       0x10    0       0       0       1       2       3       4       5       6
  343. ef_disc_ignoreflame             ignoreTheSearingFlameIcon 0     EffectDiscIgnoreFlame           6       4       5       0x0     0       0       0       20      35      50      65      80      95
  344. ef_disc_summonelemental         FXSummonedIcon          1       EffectDiscSummonElemental       27      0       0       0x10    0       0       0       1       2       3       4       5       6
  345. ef_disc_darkhunter              FXSummonedIcon          1       EffectDiscDarkHunter            27      0       0       0x10    0       0       0       1       2       3       4       5       6
  346. ef_disc_hatchtheviper           FXSummonedIcon          1       EffectDiscHatchTheViper         27      0       0       0x10    0       0       0       1       2       3       4       5       6
  347. ef_disc_subsumethespirit        FXPossessedIcon         1       EffectDiscSubsumeTheSpirit      28      0       5       0x110   0       0       0       1       2       3       4       5       6
  348. ef_disc_entrancement            FXPossessedIcon         1       EffectDiscEntrancement          28      0       5       0x10    0       0       0       1       2       3       4       5       6
  349. ef_disc_eyesoftheserpent        FXmesmerizeIcon         1       EffectDiscEyesOfTheSerpent      23      0       5       0x10    0       0       0       1       2       3       4       5       6
  350. ef_disc_skinoftheadder          skinOfTheAdderIcon      0       EffectDiscSkinOfTheAdder        16      0       5       0x200   0       0       0       4       8       12      18      18      24
  351. ef_disc_skinoftheadder2         none                    0       none                            3       13      5       0x0     0       0       0       -25     -25     -25     -25     -25     -25
  352. ef_disc_heartofstone            heartOfStoneIcon        0       EffectDiscHeartOfStone          21      0       5       0x0     0       0       0       20      35      50      65      80      95
  353. ef_disc_theftofvitae1           theftOfVitaeIcon        0       none                            2       6       5       0x0     500     0       0       10      20      30      40      50      60 
  354. ef_disc_theftofvitae2           FXBloodIcon             1       EffectDiscTheftOfVitae          2       6       5       0x0     500     0       0       -10     -20     -30     -40     -50     -60 
  355. ef_disc_blackdeath              FXDiseaseIcon           1       EffectDiscBlackDeath            8       9       5       0x0     500     0       0       6       7       8       9       10      12
  356. ef_disc_bloodrage1              FXrisingFrenzyIcon      1       EffectDiscBloodRage             2       8       5       0x0     500     0       0       2       4       6       8       10      12  
  357. ef_disc_bloodrage2              none                    0       none                            2       6       5       0x0     500     0       0       -2      -4      -6      -8      -10     -12 
  358. ef_disc_cauldronofblood1        none                    0       EffectDiscCauldronOfBlood       8       4       5       0x0     500     0       0       6       8       12      18      26      36 
  359. ef_disc_cauldronofblood2        FXBloodIcon             1       none                            2       6       5       0x0     500     0       0       -2      -4      -6      -8      -10     -12 
  360. ef_disc_decay                   FXDeathIcon             1       EffectDiscDecay                 8       2       5       0x0     500     0       0       3       4       5       6       9       10
  361. ef_disc_acidictouch             FXDeathIcon             1       EffectDiscAcidicTouch           8       2       5       0x0     500     0       0       3       6       9       12      15      18
  362. ef_disc_turntodust              FXDeathIcon             1       EffectDiscTurnToDust            8       2       5       0x0     500     0       0       15      20      25      30      35      40
  363. ef_disc_summonsoul              FXSummonedIcon          1       EffectDiscSummonSoul            27      0       0       0x10    0       0       0       1       2       3       4       5       6
  364. ef_disc_calllightning           FXElecIcon              1       EffectDiscCallLightning         7       3       5       0x0     0       0       0       15      30      45      60      75      90
  365. ef_disc_prisonofice1            FXColdIcon              1       EffectDiscPrisonOfIce           8       7       5       0x0     1000    0       0       1       1       2       3       4       5
  366. ef_disc_prisonofice2            none                    0       none                            33      0       5       0x0     0       0       0       1       2       3       4       5       6 
  367. ef_disc_shapeofthebeast         shapeOfTheBeastIcon     0       EffectDiscShapeOfTheBeast       20      0       5       0x200   0       0       0       0       1       1       2       2       3 
  368. ef_disc_shapeofthebeast2        none                    0       none                            10      0       5       0x0     2000    0       0       1       2       2       3       3       4
  369. ef_disc_shapeofthebeast3        none                    0       none                            17      0       6       0x0     0       0       0       1.2     1.4     1.6     1.8     2.0     2.5
  370. ef_disc_eyesofthebeast          eyesOfTheBeastIcon      0       EffectDiscEyesOfTheBeast        0       0       0       0x200   0       0       0       0       0       0       0       0       0
  371. ef_disc_truesight               trueSightIcon           0       EffectDiscTrueSight             20      0       5       0x200   0       0       0       1       2       3       4       5       6
  372. ef_disc_bloodofpotency          bloodOfPotencyIcon      0       EffectDiscBloodOfPotency        31      0       6       0x200   0       0       0       0.90    0.80    0.70    0.60    0.50    0.40
  373. ef_disc_bloodofpotency2         none                    0       none                            3       9       5       0x0     0       0       0       0       -1      -1      -2      -2      -3   
  374. ef_disc_atrophy                 FXDeathIcon             1       EffectDiscAtrophy               3       0       5       0x0     0       0       0       -5      -10     -15     -20     -25     -30
  375. ef_disc_atrophy2                none                    0       none                            3       1       5       0x0     0       0       0       -5      -10     -15     -20     -25     -30
  376. ef_disc_atrophy3                none                    0       none                            7       2       5       0x0     0       0       0       20      30      40      50      60      70
  377. ef_disc_shamblinghordes         FXSummonedIcon          1       EffectDiscShamblingHordes       27      0       0       0x10    0       0       0       1       2       3       4       5       6
  378. ef_disc_vigormortis             FXPossessedIcon         1       EffectDiscVigorMortis           28      0       5       0x10    0       0       0       1       2       3       4       5       6
  379. ef_disc_psychicprojection       FXPossessedIcon         1       EffectDiscPsychicProjection     28      0       5       0x110   0       0       0       1       2       3       4       5       6
  380. ef_disc_majesty                 majestyIcon             0       EffectDiscMajesty               0       0       0       0x100   0       0       0       1       2       3       4       5       6
  381. ef_disc_majesty2                FXMesmerizeIcon         1       none                            32      0       0       0x10    0       0       0       1       2       3       4       5       6
  382. ef_disc_earthmeld               earthMeldIcon           0       EffectDiscEarthMeld             10      0       5       0x200   2000    0       0       1       2       3       4       5       6 
  383. ef_disc_earthmeld2              none                    0       none                            2       8       5       0x100   2000    0       0       -1      -1      -2      -2      -3      -3
  384. ef_disc_earthmeld3              none                    0       none                            6       5       5       0x100   2000    0       0       1000    1000    1000    1000    1000    1000
  385. ef_disc_mask1000faces           mask1000facesIcon       0       EffectDiscMask1000Faces         35      0       5       0x200   0       0       0       0       0       0       0       0       0
  386. ef_disc_tongueoftheasp1         tongueOfTheAspIcon      0       none                            2       6       5       0x0     500     0       0       3       5       8       12      18      22 
  387. ef_disc_tongueoftheasp2         FXBloodIcon             1       EffectDiscTongueOfTheAsp        2       6       5       0x0     500     0       0       -3      -5      -8      -12     -18     -22 
  388. ef_disc_quellbeast2             FXDazedIcon             1       EffectDiscQuellBeast            26      0       5       0x0     0       0       0       0       0       0       0       0       0
  389.  
  390. ef_disc_torch                   torchIcon               0       EffectDiscTorch                 0       0       0       0x200   0       0       0       0       0       0       0       0       0
  391. ef_disc_spiritstouch            none                    0       EffectDiscSpiritsTouch          0       0       0       0x0     0       0       0       0       0       0       0       0       0
  392. ef_disc_feralclaws              ferrelClawsIcon         0       EffectDiscFeralClaws            0       0       0       0x200   0       0       0       0       0       0       0       0       0
  393. ef_disc_auraperception          none                    0       EffectDiscAuraPerception        0       0       0       0x0     0       0       0       0       0       0       0       0       0
  394. ef_disc_eyesofchaos             none                    0       EffectDiscEyesOfChaos           0       0       0       0x300   0       0       0       0       0       0       0       0       0
  395. ef_disc_truefaith               trueFaithIcon           0       EffectDiscTrueFaith             0       0       0       0x200   0       0       0       0       0       0       0       0       0
  396. ef_disc_immolate                none                    0       EffectDiscImmolate              7       4       5       0x0     0       0       0       15      30      45      60      75      90
  397. ef_disc_heal                    none                    0       EffectDiscHeal                  9       0       5       0x0     0       0       0       10      20      35      50      75      100
  398. ef_disc_nuke                    none                    0       none                            7       0       5       0x0     0       0       0       1000    1000    1000    1000    1000    1000
  399.  
  400. #  name                         [icon | none]           row     [script | none]                 type   subtype  compose flags   tick    pc      dc      v0      v1      v2      v3      v4      v5
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.