Add brew
|
@ -0,0 +1,15 @@
|
|||
Object brew_heal
|
||||
name soothing brew
|
||||
nrof 1
|
||||
face brew.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1800
|
||||
value 200
|
||||
name_pl soothing brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_minor_healing
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,22 @@
|
|||
treasureone brew
|
||||
arch brew
|
||||
chance 40
|
||||
more
|
||||
arch brew_iron_skin
|
||||
chance 3
|
||||
more
|
||||
arch brew_constitution
|
||||
chance 5
|
||||
more
|
||||
arch brew_strength
|
||||
chance 5
|
||||
more
|
||||
arch brew_heroism
|
||||
chance 1
|
||||
more
|
||||
arch brew_rage
|
||||
chance 3
|
||||
more
|
||||
arch brew_regeneration
|
||||
chance 2
|
||||
end
|
|
@ -0,0 +1,15 @@
|
|||
Object brew_constitution
|
||||
name stout brew
|
||||
nrof 1
|
||||
face brew_constitution.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 500
|
||||
name_pl stout brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_constitution
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,15 @@
|
|||
Object brew_heroism
|
||||
name hero's brew
|
||||
nrof 1
|
||||
face brew_heroism.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 500
|
||||
name_pl hero's brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_heroism
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,15 @@
|
|||
Object brew_iron_skin
|
||||
name thick brew
|
||||
nrof 1
|
||||
face brew_iron_skin.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 750
|
||||
name_pl thick brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_iron_skin
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,15 @@
|
|||
Object brew_rage
|
||||
name brawler's brew
|
||||
nrof 1
|
||||
face brew_rage.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 750
|
||||
name_pl brawler's brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_rage
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,15 @@
|
|||
Object brew_regeneration
|
||||
name gentle brew
|
||||
nrof 1
|
||||
face brew_regeneration.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 1000
|
||||
name_pl gentle brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_regeneration
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,15 @@
|
|||
Object brew_strength
|
||||
name bitter brew
|
||||
nrof 1
|
||||
face brew_strength.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1000
|
||||
value 750
|
||||
name_pl bitter brews
|
||||
on_use_yield brew_empty
|
||||
client_type 651
|
||||
arch spell_strength
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -124,3 +124,21 @@ body_arm -1
|
|||
skill melee weapons
|
||||
end
|
||||
|
||||
Object brew_empty
|
||||
name empty brew
|
||||
name_pl empty brews
|
||||
nrof 1
|
||||
last_sp 10
|
||||
type 15
|
||||
face brew_empty.111
|
||||
material 4
|
||||
dam 4
|
||||
weight 700
|
||||
value 3
|
||||
attacktype 1
|
||||
weapontype 8
|
||||
client_type 611
|
||||
body_arm -1
|
||||
skill melee weapons
|
||||
end
|
||||
|
||||
|
|
|
@ -61,4 +61,7 @@ treasureone random_food
|
|||
more
|
||||
arch waybread
|
||||
chance 4
|
||||
more
|
||||
list brew
|
||||
chance 1
|
||||
end
|
||||
|
|
|
@ -791,6 +791,9 @@ treasureone random_potion
|
|||
# list NONE
|
||||
# chance 30
|
||||
# more
|
||||
list brew
|
||||
chance 5
|
||||
more
|
||||
arch potionstr
|
||||
chance 5
|
||||
more
|
||||
|
|