Adjust icecubes and torches to use new lightable type.

Expects server commit e499deab to function.
master
SilverNexus 2021-08-11 20:13:02 -04:00
parent 4df13868a6
commit 2618932b82
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Make icecubes and torches be of new type -- lightable
This tells the server to find a fire/heat sourceto light it
when you apply the item.
misc/icecube.arc
misc/smallicecube.arc
light/torch.arc
Daniel Hawkins 2021-08-11
New ring -- ring of Wizard's Bane New ring -- ring of Wizard's Bane
Gives the wearer vulnerability to magic damage, as well as Gives the wearer vulnerability to magic damage, as well as
denies the wearer all spell paths. denies the wearer all spell paths.

View File

@ -1,5 +1,6 @@
Object torch_unlit Object torch_unlit
name torch name torch
type 163
face torch_unlit.111 face torch_unlit.111
other_arch torch_1 other_arch torch_1
material 144 material 144

View File

@ -1,11 +1,11 @@
Object icecube Object icecube
type 163
move_slow walk move_slow walk
move_slow_penalty 1 move_slow_penalty 1
face icecube.111 face icecube.111
material 68 material 68
weight 15000 weight 15000
resist_cold 100 resist_cold 100
name_pl icecubes name_pl icecubes
client_type 8020 client_type 8020
end end

View File

@ -1,5 +1,6 @@
Object smallicecube Object smallicecube
name small icecube name small icecube
type 163
move_slow walk move_slow walk
move_slow_penalty 1 move_slow_penalty 1
face smallicecube.111 face smallicecube.111