Der Tsu hatte nur 40 HP, braucht aber 50 zum kämpfen ... wurde angepasst.

main
hecht 10 years ago
parent f8f932db73
commit 0c3609933a

@ -107,8 +107,8 @@ function getDefaultData() {
'name' => 'Tsufurujin', 'name' => 'Tsufurujin',
'type' => 2, 'type' => 2,
'id' => 13, 'id' => 13,
'hp' => 40, 'hp' => 50,
'mp' => 125, 'mp' => 120,
'str' => 0, 'str' => 0,
'def' => 0, 'def' => 0,
'spd' => 11, 'spd' => 11,
@ -267,4 +267,4 @@ function displayRassen($request) {
</tr> </tr>
</table> </table>
<?php <?php
} }

@ -113,8 +113,8 @@ $GLOBALS['TMP_DB_TABLE_RACES']=array(
'name' => 'Tsufurujin', 'name' => 'Tsufurujin',
'type' => 2, 'type' => 2,
'id' => 13, 'id' => 13,
'hp' => 40, 'hp' => 50,
'mp' => 125, 'mp' => 120,
'str' => 0, 'str' => 0,
'def' => 0, 'def' => 0,
'spd' => 11, 'spd' => 11,

Loading…
Cancel
Save