Add face for cracked cauldrons. Use when the cauldron is identified.
parent
9096d82830
commit
dfdc614878
|
@ -1,3 +1,9 @@
|
|||
New face for cracked cauldrons.
|
||||
Adjusted cracked cauldrons to use this new face when identified.
|
||||
crafting/Container/cauldron.arc
|
||||
crafting/Container/cauldron.face
|
||||
Daniel Hawkins 2021-07-19
|
||||
|
||||
Add a variant of fire_permanent that flickers a bit better
|
||||
Created initially to be used on the random maps northeast of Navar
|
||||
in order to replace the clunky creator mechanism previously in place.
|
||||
|
|
|
@ -15,6 +15,7 @@ Object bad_cauldron
|
|||
name cracked cauldron
|
||||
other_arch cauldron_open
|
||||
face cauldron.111
|
||||
identified_face cauldron_cracked.111
|
||||
type 122
|
||||
material 2
|
||||
weight 20000
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
face cauldron.111
|
||||
magicmap black
|
||||
end
|
||||
face cauldron_cracked.111
|
||||
magicmap black
|
||||
end
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 317 B |
Loading…
Reference in New Issue