Add Bottle of Wine stats to item stats plugin (#6989)

Fixes #6957
This commit is contained in:
David Meredith
2018-12-16 19:33:34 -06:00
committed by Tomas Slusny
parent ed20a3f126
commit 3614976a41

View File

@@ -103,6 +103,7 @@ public class ItemStatChanges
// Alcoholic Beverages
add(combo(food(11), dec(ATTACK, 2)), JUG_OF_WINE);
add(combo(food(14), dec(ATTACK, 3)), BOTTLE_OF_WINE);
add(combo(2, food(5), boost(STRENGTH, 6), heal(ATTACK, -4)), PREMADE_WIZ_BLZD, WIZARD_BLIZZARD);
add(combo(2, food(5), boost(STRENGTH, 4), heal(ATTACK, -3)), PREMADE_SGG, SHORT_GREEN_GUY);
add(combo(2, food(5), boost(STRENGTH, 7), heal(ATTACK, -4)), PREMADE_DR_DRAGON, DRUNK_DRAGON);