Add cracked generic potion, and corresponding glass rubble.

Patch https://sourceforge.net/p/crossfire/patches/367/ by tituss, picture by Saiapatsu.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21109 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2020-02-17 21:39:32 +00:00
parent f631bd5472
commit aa30a0bfed
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Object glass_rubble
nrof 1
name broken glass
face glass_rubble.111
type 60
subtype 2
level 1
material 4
weight 1500
value 280
name_pl pile of broken glass
client_type 651
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

View File

@ -0,0 +1,15 @@
Object crackedpotiongen
nrof 1
name cracked potion
face potiongen.111
type 5
subtype 2
level 1
material 4
weight 1500
value 280
name_pl cracked potions
client_type 651
skill use magic item
on_use_yield glass_rubble
end