Changeset 522 for veekun/trunk/script
- Timestamp:
- 07/20/09 00:55:48 (8 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/script/pokedex.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/script/pokedex.sql
r521 r522 12463 12463 (87,0,'Inflicts damage equal to the user\'s level.','Inflicts damage equal to the user\'s level.'), 12464 12464 (88,0,'Inflicts damage between 1 HP and 1.5 times the user\'s level.','Inflicts damage between 1 HP and 1.5 times the user\'s level, given by: level * (rand(0, 10) * 10 + 50) / 100.'), 12465 (89,-5,'If the user takes physical damage this turn, inflicts twice the damage taken to the target.','If the user takes physical damage this turn, inflicts twice the damage taken to the target. Damage inflicted is typeless, but does not affect Normal-type Pokémon.'),12465 (89,-5,'If the user takes physical damage this turn, inflicts twice the damage taken to the target.','If the user takes physical damage this turn, inflicts twice the damage taken to the target. Damage inflicted is typeless, but does not affect Ghost-type Pokémon.'), 12466 12466 (90,0,'Forces the target to repeat its last used move every turn for 2 to 6 turns.','Forces the target to repeat its last used move every turn for 2 to 6 turns.'), 12467 12467 (91,0,'Sets the user\'s and targets\'s HP to the average of their current HP.','Sets the user\'s and targets\'s HP to the average of their current HP.'),
