Give 'mimic' the same client_type as a container so it appears at the same location
in the player's inventorymaster
parent
afb1bb5c38
commit
cdfffe6d0d
|
@ -1,3 +1,8 @@
|
||||||
|
Give 'mimic' the same client_type as a container so it appears at the same location
|
||||||
|
in the player's inventory.
|
||||||
|
monster/mimic/mimic.arc
|
||||||
|
Nicolas Weeger 2021-11-08
|
||||||
|
|
||||||
Add some artifact definitions for dresses.
|
Add some artifact definitions for dresses.
|
||||||
Also, make them rarely spawn in random loot.
|
Also, make them rarely spawn in random loot.
|
||||||
Make their value 1/5th what it previously was, since they are now less rare.
|
Make their value 1/5th what it previously was, since they are now less rare.
|
||||||
|
|
|
@ -43,6 +43,7 @@ resist_death 100
|
||||||
resist_confusion 50
|
resist_confusion 50
|
||||||
value 50
|
value 50
|
||||||
weight 50000
|
weight 50000
|
||||||
|
client_type 51
|
||||||
identified 1
|
identified 1
|
||||||
randomitems mimic
|
randomitems mimic
|
||||||
name_pl chests
|
name_pl chests
|
||||||
|
|
Loading…
Reference in New Issue