RavienGaming / Reforged-Eden-2

Reforged Eden 2 bug reporting
https://steamcommunity.com/sharedfiles/filedetails/?id=3143225812
7 stars 0 forks source link

Very-Berry Milkshake movement buff does not work. #187

Open StHotPants opened 3 days ago

StHotPants commented 3 days ago

Reforged Eden 2 Build Number

RE2 Beta Build 14

Game mode

Dedicated Server

Tested in vanilla

Not tested in vanilla or not applicable

Description of issue

The Very-Berry Milkshake: image

Drinking does give the Stamina buff but there is no 75% increase in movement speed as listed.

Error code from console or log (Optional)

No response

POI Name

No response

Playfield Name

No response

Playfield Class

No response

Star Name

No response

Star Class

No response

Mission Name

No response

Mission Objective

No response

Game Seed

No response

RavienGaming commented 3 days ago

The build being used is out of date, though that doesn't affect this issue it may mean other issues that have already been fixed will show up.

Looks like in the configs the buff needs to be changed from:

    Stat: speedmodifier
    SetValue: 1.75
    Type: speedmodifier

To:

    Stat: speedmodifier
    ModifyMaxValue: 0.75
    NumberOperationType: Factor

That will increase the player's maximum speed (I assume by 75%). Probably needs to have the same thing done for any other buffs that are meant to increase a player's max speed.

VermillionX commented 2 days ago

No, it's correct. 0.75 would reduce the player's speed to 75% of normal. ModifyMaxValue shouldn't even work on speed since SetValue is dedicated to the speedmodifier.