fix loc
This commit is contained in:
@@ -73,17 +73,17 @@ reagent-effect-guidebook-status-effect =
|
|||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Вызывает
|
[1] Вызывает
|
||||||
*[other] вызывает
|
*[other] вызывает
|
||||||
} { LOC($key) } как минимум на { NATURALFIXED($time, 3) } { MANY("second", $time) } с накоплением
|
} { LOC($key) } как минимум на { NATURALFIXED($time, 3) } { $time } с накоплением
|
||||||
*[set]
|
*[set]
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Вызывает
|
[1] Вызывает
|
||||||
*[other] вызывает
|
*[other] вызывает
|
||||||
} { LOC($key) } как минимум на { NATURALFIXED($time, 3) } { MANY("second", $time) } без накоплением
|
} { LOC($key) } как минимум на { NATURALFIXED($time, 3) } { $time } без накоплением
|
||||||
[remove]
|
[remove]
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Убирает
|
[1] Убирает
|
||||||
*[other] убирает
|
*[other] убирает
|
||||||
} { NATURALFIXED($time, 3) } { MANY("second", $time) } { LOC($key) }
|
} { NATURALFIXED($time, 3) } { $time } { LOC($key) }
|
||||||
}
|
}
|
||||||
reagent-effect-guidebook-activate-artifact =
|
reagent-effect-guidebook-activate-artifact =
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
@@ -219,7 +219,7 @@ reagent-effect-guidebook-electrocute =
|
|||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Electrocutes
|
[1] Electrocutes
|
||||||
*[other] electrocute
|
*[other] electrocute
|
||||||
} the metabolizer for { NATURALFIXED($time, 3) } { MANY("second", $time) }
|
} the metabolizer for { NATURALFIXED($time, 3) } { $time }
|
||||||
reagent-effect-guidebook-extinguish-reaction =
|
reagent-effect-guidebook-extinguish-reaction =
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Extinguishes
|
[1] Extinguishes
|
||||||
@@ -270,12 +270,12 @@ reagent-effect-guidebook-paralyze =
|
|||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Paralyzes
|
[1] Paralyzes
|
||||||
*[other] paralyze
|
*[other] paralyze
|
||||||
} the metabolizer for at least { NATURALFIXED($time, 3) } { MANY("second", $time) }
|
} the metabolizer for at least { NATURALFIXED($time, 3) } { $time }
|
||||||
reagent-effect-guidebook-movespeed-modifier =
|
reagent-effect-guidebook-movespeed-modifier =
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Modifies
|
[1] Modifies
|
||||||
*[other] modify
|
*[other] modify
|
||||||
} movement speed by { NATURALFIXED($walkspeed, 3) }x for at least { NATURALFIXED($time, 3) } { MANY("second", $time) }
|
} movement speed by { NATURALFIXED($walkspeed, 3) }x for at least { NATURALFIXED($time, 3) } { $time }
|
||||||
reagent-effect-guidebook-reset-narcolepsy =
|
reagent-effect-guidebook-reset-narcolepsy =
|
||||||
{ $chance ->
|
{ $chance ->
|
||||||
[1] Temporarily staves
|
[1] Temporarily staves
|
||||||
|
|||||||
Reference in New Issue
Block a user