Files
PathOfBuilding/Data/StatDescriptions/variable_duration_skill_stat_descriptions.lua
2020-11-08 22:04:18 +01:00

143 lines
2.2 KiB
Lua

return {
[1]={
lang={
English={
[1]={
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="{0}% more Duration "
},
[2]={
[1]={
k="negate",
v=1
},
limit={
[1]={
[1]="#",
[2]=-1
}
},
text="{0}% less Duration "
}
}
},
name="quality_duration_final",
stats={
[1]="active_skill_quality_duration_+%_final"
}
},
[2]={
lang={
English={
[1]={
[1]={
k="reminderstring",
v="ReminderTextDamagingAilments"
},
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="{0}% increased Duration of this Skill and Damaging Ailments"
},
[2]={
[1]={
k="negate",
v=1
},
[2]={
k="reminderstring",
v="ReminderTextDamagingAilments"
},
limit={
[1]={
[1]="#",
[2]=-1
}
},
text="{0}% reduced Duration of this Skill and Damaging Ailments"
}
}
},
name="skill_and_damaging_ailment_duration_incr",
stats={
[1]="skill_effect_and_damaging_ailment_duration_+%"
}
},
[3]={
lang={
English={
[1]={
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="{0}% increased Duration "
},
[2]={
[1]={
k="negate",
v=1
},
limit={
[1]={
[1]="#",
[2]=-1
}
},
text="{0}% reduced Duration "
}
}
},
name="skill_duration_incr",
stats={
[1]="skill_effect_duration_+%"
}
},
[4]={
lang={
English={
[1]={
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="{0}% more Duration "
},
[2]={
[1]={
k="negate",
v=1
},
limit={
[1]={
[1]="#",
[2]=-1
}
},
text="{0}% less Duration "
}
}
},
name="support_less_duration",
stats={
[1]="support_reduced_duration_skill_effect_duration_+%_final"
}
},
["active_skill_quality_duration_+%_final"]=1,
parent="skill_stat_descriptions",
["skill_effect_and_damaging_ailment_duration_+%"]=2,
["skill_effect_duration_+%"]=3,
["support_reduced_duration_skill_effect_duration_+%_final"]=4
}