View Single Post
  #5  
Old 10-03-2008, 11:49 PM
Nemaa Nemaa is offline
Registered Member
 
Join Date: Oct 2008
Posts: 8
Default

Quote:
Originally Posted by pkt-zer0 View Post
Sure, in the game's data files. Look for spells.txt and eng_spells.lng .
Code:
spell_ice_serpent_desc=Ice Snakes freeze the target and does physical damage. When it explodes, the ice pillar can damage neighboring targets with splinters, and attacked targets may become frozen.
spell_ice_serpent_text_1=^spells_tSpell^Damage: [CS02_DamageE], Damage from splinters: [CS02_DamageP], Freeze: [CS02_Freeze].
spell_ice_serpent_text_2=^spells_tSpell^Damage: [CS02_DamageE], Damage from splinters: [CS02_DamageP], Freeze: [CS02_Freeze].
spell_ice_serpent_text_3=^spells_tSpell^Damage: [CS02_DamageE], Damage from splinters: [CS02_DamageP], Freeze: [CS02_Freeze].
spell_ice_serpent_hint=^spells_tEnew^
From this I can't really figure out the details.
Reply With Quote