@@ -18,7 +18,7 @@ local skills, mod, flag, skill = ...
1818#skill BleedingConcoctionPlayer
1919#startSets
2020#set BleedingConcoctionPlayer
21- #flags attack projectile
21+ #flags attack projectile unarmed
2222statMap = {
2323 ["flask_throw_bleed_effect_+%_final"] = {
2424 mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed),
@@ -97,7 +97,7 @@ statMap = {
9797#skill ExplosiveConcoctionPlayer
9898#startSets
9999#set ExplosiveConcoctionPlayer
100- #flags attack projectile duration
100+ #flags attack projectile duration unarmed
101101statMap = {
102102 ["flask_throw_fire_exposure_ms"] = {
103103 mod("FireExposureChance", "BASE", nil),
@@ -111,7 +111,7 @@ statMap = {
111111#skill FulminatingConcoctionPlayer
112112#startSets
113113#set FulminatingConcoctionPlayer
114- #flags attack projectile duration
114+ #flags attack projectile duration unarmed
115115statMap = {
116116 ["flask_throw_lightning_exposure_ms"] = {
117117 mod("LightningExposureChance", "BASE", nil),
@@ -173,7 +173,7 @@ statMap = {
173173#skill PoisonousConcoctionPlayer
174174#startSets
175175#set PoisonousConcoctionPlayer
176- #flags attack projectile
176+ #flags attack projectile unarmed
177177statMap = {
178178 ["flask_throw_poison_effect_+%_final"] = {
179179 mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison),
@@ -210,7 +210,7 @@ statMap = {
210210#skill ShatteringConcoctionPlayer
211211#startSets
212212#set ShatteringConcoctionPlayer
213- #flags attack projectile duration
213+ #flags attack projectile duration unarmed
214214statMap = {
215215 ["flask_throw_cold_exposure_ms"] = {
216216 mod("ColdExposureChance", "BASE", nil),
0 commit comments