Caltinor / Project-MMO-2.0

A continuation of Harmony's Project MMO project
37 stars 21 forks source link

i think the damage boost might have a bug #528

Closed Shadowyjp closed 1 month ago

Shadowyjp commented 1 month ago

ok. so, two things -> first is, my perks "damage_boost" skill = combat, isnt working using tridents

        [[Perks.For_Event.DEAL_DAMAGE]]
            perk = "pmmo:damage_boost"
            skill = "combat"
            applies_to = ["#forge:tools/swords", "#forge:tools/axe", "#forge:tools/tridents"]
            per_level = 0.0
            base = 2.5
            multiplicative = true
            min_level = 101

but the other one with skill = archery, is working

        [[Perks.For_Event.DEAL_DAMAGE]]
            perk = "pmmo:damage_boost"
            skill = "archery"
            applies_to = ["#forge:tools/bows", "#forge:tools/crossbows", "#forge:tools/tridents"]
            per_level = 0.0
            base = 2.5
            multiplicative = true
            min_level = 101

second is, the damage is only increasing in the basic attack, and when I throw it the damage is not increasing the damage

Shadowyjp commented 1 month ago

my full perks: https://discord.com/channels/687007281539579927/1117257118760837160/1241883480011309107