Issue Type (Required):
Text & Localisation
Issue Description (Required):
The in-game descriptions for Force Greatsword’s Warp Slice blessing states that the durations are 50,40,30 and 20. In actuality they are 30,25,20 and 15.
[Darktide-Source-Code/scripts/settings/equipment/weapon_traits/weapon_traits_bespoke_forcesword_2h_p1.lua at master · Aussiemon/Darktide-Source-Code · GitHub ]
templates.weapon_trait_bespoke_forcesword_2h_p1_wind_slash_crits = {
buffs = {
weapon_trait_bespoke_forcesword_2h_p1_wind_slash_crits = {
{
cooldown_duration = 30,
},
{
cooldown_duration = 25,
},
{
cooldown_duration = 20,
},
{
cooldown_duration = 15,
},
},
},
Steps to Reproduce (Required):
Go to psykhanium
Use the special attack and time how long the cooldown is
Reproduction Rate (Required):
Constant (100%)
Platform (Required):
PC - Steam
1 Like