UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

84 lines (83 loc) 2.52 kB
{ "meta": { "include": "minion_skill_stat_descriptions", "hasIdentifiers": false }, "data": { "cast_speed_incr": { "stats": ["base_cast_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Эти чары и приспешники имеют %1%%% повышение скорости сотворения чар", "formatters": [] }, { "matchers": [["#", -1]], "text": "Эти чары и приспешники имеют %1%%% снижение скорости сотворения чар", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cast_speed_incr_on_low_life": { "stats": ["cast_speed_+%_when_on_low_life"], "translations": [ { "matchers": [[1, "#"]], "text": "Эти чары и приспешники имеют %1%%% повышение скорости сотворения чар при малом количестве здоровья", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextLowLife" } ] }, { "matchers": [["#", -1]], "text": "Эти чары и приспешники имеют %1%%% снижение скорости сотворения чар при малом количестве здоровья", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextLowLife" } ] } ] }, "multicast_cast_speed_incr": { "stats": ["support_multicast_cast_speed_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Эти чары и приспешники имеют на %1%%% больше скорости сотворения чар", "formatters": [] }, { "matchers": [["#", -1]], "text": "Эти чары и приспешники имеют на %1%%% меньше скорости сотворения чар", "formatters": [ { "id": "negate", "arg": 1 } ] } ] } } }