several little fixes in resources

This commit is contained in:
ErikasKontenis 2020-11-19 09:53:05 +02:00
parent aae7da57f1
commit b7761b9506
3 changed files with 14 additions and 14 deletions

View File

@ -11218,17 +11218,17 @@ Attributes = {ChangeTarget=2541,Brightness=0,LightColor=215}
TypeID = 2543 TypeID = 2543
Name = "a box" Name = "a box"
Flags = {Chest,Unpass,Unmove,Height,Disguise} Flags = {Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2469} Attributes = {DisguiseTarget=2469}
TypeID = 2544 TypeID = 2544
Name = "a wooden coffin" Name = "a wooden coffin"
Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2476} Attributes = {DisguiseTarget=2476}
TypeID = 2545 TypeID = 2545
Name = "a wooden coffin" Name = "a wooden coffin"
Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2474} Attributes = {DisguiseTarget=2474}
TypeID = 2546 TypeID = 2546
Name = "a chest" Name = "a chest"
@ -11268,12 +11268,12 @@ Attributes = {DisguiseTarget=3634}
TypeID = 2553 TypeID = 2553
Name = "drawers" Name = "drawers"
Flags = {Chest,Unpass,Unmove,Height,Disguise} Flags = {Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2433} Attributes = {DisguiseTarget=2433}
TypeID = 2554 TypeID = 2554
Name = "drawers" Name = "drawers"
Flags = {Chest,Unpass,Unmove,Height,Disguise} Flags = {Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2434} Attributes = {DisguiseTarget=2434}
TypeID = 2555 TypeID = 2555
Name = "a small hole" Name = "a small hole"
@ -11293,27 +11293,27 @@ Attributes = {DisguiseTarget=4285}
TypeID = 2558 TypeID = 2558
Name = "a bookcase" Name = "a bookcase"
Flags = {Chest,Unpass,Unmove,Unlay,Height,Disguise} Flags = {Chest,Unpass,Unmove,Unlay,Height,Disguise}
Attributes = {,DisguiseTarget=2435} Attributes = {DisguiseTarget=2435}
TypeID = 2559 TypeID = 2559
Name = "a bookcase" Name = "a bookcase"
Flags = {Chest,Unpass,Unmove,Unlay,Height,Disguise} Flags = {Chest,Unpass,Unmove,Unlay,Height,Disguise}
Attributes = {,DisguiseTarget=2438} Attributes = {DisguiseTarget=2438}
TypeID = 2560 TypeID = 2560
Name = "a stone coffin" Name = "a stone coffin"
Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=1983} Attributes = {DisguiseTarget=1983}
TypeID = 2561 TypeID = 2561
Name = "a barrel" Name = "a barrel"
Flags = {Chest,Unpass,Unmove,Height,Disguise} Flags = {Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=2523} Attributes = {DisguiseTarget=2523}
TypeID = 2562 TypeID = 2562
Name = "a hollow stone" Name = "a hollow stone"
Flags = {Bottom,Chest,Unpass,Unmove,Unlay,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Unlay,Height,Disguise}
Attributes = {,DisguiseTarget=1777} Attributes = {DisguiseTarget=1777}
TypeID = 2563 TypeID = 2563
Name = "a pile of bones" Name = "a pile of bones"
@ -11323,12 +11323,12 @@ Attributes = {DisguiseTarget=4305}
TypeID = 2564 TypeID = 2564
Name = "a sarcophagus" Name = "a sarcophagus"
Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=1994} Attributes = {DisguiseTarget=1994}
TypeID = 2565 TypeID = 2565
Name = "a sarcophagus" Name = "a sarcophagus"
Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise} Flags = {Bottom,Chest,Unpass,Unmove,Height,Disguise}
Attributes = {,DisguiseTarget=1992} Attributes = {DisguiseTarget=1992}
TypeID = 2566 TypeID = 2566
Name = "a lever" Name = "a lever"

View File

@ -1,4 +1,4 @@
<monster name="Azure Frog" namedescription="a azure frog" race="blood" experience="20" speed="95" manacost="305"> <monster name="Azure Frog" nameDescription="a azure frog" race="blood" experience="20" speed="95" manacost="305">
<health now="60" max="60" /> <health now="60" max="60" />
<look type="226" head="69" body="66" legs="69" feet="66" corpse="6079" /> <look type="226" head="69" body="66" legs="69" feet="66" corpse="6079" />
<targetchange interval="1000" chance="50" /> <targetchange interval="1000" chance="50" />

View File

@ -1,4 +1,4 @@
<monster name="Coral Frog" namedescription="a coral frog" race="blood" experience="20" speed="95" manacost="305"> <monster name="Coral Frog" nameDescription="a coral frog" race="blood" experience="20" speed="95" manacost="305">
<health now="60" max="60" /> <health now="60" max="60" />
<look type="226" head="114" body="98" legs="97" feet="114" corpse="6079" /> <look type="226" head="114" body="98" legs="97" feet="114" corpse="6079" />
<targetchange interval="1000" chance="50" /> <targetchange interval="1000" chance="50" />