@@ -16,7 +16,7 @@ local skills, mod, flag, skill = ...
1616#from tree
1717#skill BleedingConcoctionPlayer
1818#set BleedingConcoctionPlayer
19- #flags attack projectile unarmed
19+ #flags attack projectile unarmed area
2020statMap = {
2121 ["flask_throw_bleed_effect_+%_final"] = {
2222 mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed),
@@ -150,7 +150,7 @@ statMap = {
150150#from tree
151151#skill ExplosiveConcoctionPlayer
152152#set ExplosiveConcoctionPlayer
153- #flags attack projectile duration unarmed
153+ #flags attack projectile duration unarmed area
154154statMap = {
155155 ["flask_throw_fire_exposure_ms"] = {
156156 mod("FireExposureChance", "BASE", nil),
@@ -163,7 +163,7 @@ statMap = {
163163#from tree
164164#skill FulminatingConcoctionPlayer
165165#set FulminatingConcoctionPlayer
166- #flags attack projectile duration unarmed
166+ #flags attack projectile duration unarmed area
167167statMap = {
168168 ["flask_throw_lightning_exposure_ms"] = {
169169 mod("LightningExposureChance", "BASE", nil),
@@ -262,7 +262,7 @@ statMap = {
262262#from tree
263263#skill PoisonousConcoctionPlayer
264264#set PoisonousConcoctionPlayer
265- #flags attack projectile unarmed
265+ #flags attack projectile unarmed area
266266statMap = {
267267 ["flask_throw_poison_effect_+%_final"] = {
268268 mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison),
@@ -302,7 +302,7 @@ statMap = {
302302#from tree
303303#skill ShatteringConcoctionPlayer
304304#set ShatteringConcoctionPlayer
305- #flags attack projectile duration unarmed
305+ #flags attack projectile duration unarmed area
306306statMap = {
307307 ["flask_throw_cold_exposure_ms"] = {
308308 mod("ColdExposureChance", "BASE", nil),
0 commit comments