nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
19 stars 10 forks source link

attr_rage_meter_mult #19

Closed ctf2w-crafting closed 4 years ago

ctf2w-crafting commented 4 years ago

Both banner rage fill multiplier and rage fill multiplier work separately, but not together. For example: This is in tf_custom_attribute config file.....

    // Buff Banner
    "129"
    {
        "banner rage fill multiplier"           "0.923077" (NOTE: This increases the cost to 650 from 600)
    }

....and I also use this in custom weapons (on a wearable).....

        "rage fill multiplier"
        {
            "plugin"    "custom-attribute-adapter" (NOTE: This should be decreasing the cost to 325 from 650)
            "value"     "0.5"
        }

Only "banner rage fill multiplier" changes the mult, but not both.

ctf2w-crafting commented 4 years ago

NOTE: About "rage fill multiplier"..... I guess it should be 2.0 to cut in half the cost, but these 2 don't stack anyway.

nosoop commented 4 years ago

The documentation states that rage fill multiplier is only available on non-wearable items.