Seeschlangen brauchen keine Tarnung lehre, auf dem Ozean sieht man sie eh.

This commit is contained in:
Enno Rehling 2021-06-05 15:07:02 +02:00
parent 4a79960cb1
commit 1994a66f85
2 changed files with 1 additions and 1 deletions

View File

@ -834,6 +834,7 @@
<race name="seaserpent" magres="50" maxaura="1.0" regaura="1.0" weight="20000" capacity="5000" speed="1.0" hp="600" ac="3" damage="2d15" unarmedattack="0" unarmeddefense="0" attackmodifier="4" defensemodifier="4" swim="yes" teach="no" getitem="yes" resistbash="yes">
<ai splitsize="6" scarepeasants="yes" killpeasants="yes" moverandom="yes" learn="yes" moveattack="yes"/>
<skill name="tactics" modifier="4"/>
<skill name="stealth" modifier="-99"/>
<attack type="4" damage="1d30"/>
<attack type="4" damage="1d30"/>
<attack type="4" damage="1d30"/>

View File

@ -66,7 +66,6 @@ local sets = {
['seed_seaserpent'] = {
['skills'] = {
['magic'] = 4,
['stealth'] = 2,
['stamina'] = 1,
['perception'] = 3,
}