mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 23:42:55 +00:00
Implemented XML templates
This commit is contained in:
26
data/templates/npc/35630-AlfredVonHellmann.xml
Normal file
26
data/templates/npc/35630-AlfredVonHellmann.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="35630" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Alfred von Hellmann</name>
|
||||
<level>77</level>
|
||||
<sex>MALE</sex>
|
||||
<stats>
|
||||
<hp regen="22.5" max="110191.515554098"/>
|
||||
<mp regen="3.0" max="1574.0"/>
|
||||
<attack critical="4" evasion="0" range="80">
|
||||
<physical speed="253.0" damage="1440.03527"/>
|
||||
<magical speed="333.0" damage="124.1006"/>
|
||||
</attack>
|
||||
<defense>
|
||||
<physical value="984.81219"/>
|
||||
<magical value="480.42854"/>
|
||||
</defense>
|
||||
<move walk="60.0" run="180.0"/>
|
||||
<base wit="70" dex="73" men="80" con="57" str="60" int="76"/>
|
||||
</stats>
|
||||
<experience>0</experience>
|
||||
<sp>0</sp>
|
||||
<item lefthand="0" righthand="8679"/>
|
||||
<collision heigth="35.0" radius="19.0"/>
|
||||
</info>
|
||||
</npc>
|
||||
Reference in New Issue
Block a user