-
Notifications
You must be signed in to change notification settings - Fork 446
spellcheck: Перевод ревенанта, демонов, морфа #6667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master220
Are you sure you want to change the base?
Conversation
INSTRUMENTAL = "обычным демоном", | ||
PREPOSITIONAL = "обычном демоне" | ||
) | ||
desc = "Вы не должны это читать, отправьте отчёт на GitHub." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
На гитхабе пишем отчёты aga
|
||
/mob/living/simple_animal/demon/slaughter/cult/attempt_objectives() | ||
return | ||
|
||
|
||
/obj/effect/proc_holder/spell/sense_victims | ||
name = "Sense Victims" | ||
desc = "Sense the location of heretics" | ||
name = "Охота за Душами" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Так "Чувствовать жертв" или "Охота за Душами"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Чувствовать жертв" звучит как-то всрато.
return | ||
|
||
var/confirm = tgui_alert(owner, "Are you sure you want replace your guardian's player?", "Confirm", list("Yes", "No")) | ||
if(confirm != "Yes") | ||
var/confirm = tgui_alert(owner, "Вы уверены, что хотите заменить игрока вашего хранителя?", "Подтверждение", list("Да", "Нет")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"игрока вашего хранителя"(срал йода там) может "вашего игрока-хранителя"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Однохуйственно, но первый вариант звучит более понятно.
@@ -127,23 +144,23 @@ | |||
/mob/living/simple_animal/hostile/morph/proc/try_eat(atom/movable/item) | |||
var/food_value = calc_food_gained(item) | |||
if(food_value + gathered_food < 0) | |||
to_chat(src, "<span class='warning'>You can't force yourself to eat more disgusting items. Eat some living things first.</span>") | |||
to_chat(src, span_warning("Вы не можете заставить себя съесть что-то более отвратительное. Сначала съешьте что-то живое.")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"более отвратительное" чем что? может "больше отвратительных вещей"/"больше отвратительного"?
if(do_after(src, 3 SECONDS, item)) | ||
if(food_value + gathered_food < 0) | ||
to_chat(src, "<span class='warning'>You can't force yourself to eat more disgusting items. Eat some living things first.</span>") | ||
to_chat(src, span_warning("Вы не можете заставить себя съесть что-то более отвратительное. Сначала съешьте что-то живое.")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аналогично тому, что выше
if(do_after(src, 2 SECONDS, target, DEFAULT_DOAFTER_IGNORE|DA_IGNORE_HELD_ITEM)) //how about now | ||
if(!target.stat) | ||
to_chat(src, span_revenwarning("They are now powerful enough to fight off your draining.")) | ||
to_chat(target, span_boldannounceic("You feel something tugging across your body before subsiding.")) | ||
to_chat(src, span_revenwarning("Теперь они достаточно сильны, чтобы сопротивляться вашему поглощению.")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"поглощению"? может "истощению"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поглощение души, имеется в виду
@@ -243,8 +241,8 @@ | |||
|
|||
//Overload Light: Breaks a light that's online and sends out lightning bolts to all nearby people. | |||
/obj/effect/proc_holder/spell/aoe/revenant/overload | |||
name = "Overload Lights" | |||
desc = "Directs a large amount of essence into nearby electrical lights, causing lights to shock those nearby." | |||
name = "Перегрузить сеть" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
При чём тут сеть?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Типо электрическая сеть, что в целом звучит не плохо и смысл вроде близкий, но на мой взгляд лучше перегрузить лампы
61e0453
to
0409e68
Compare
Описание
Перевод ревенанта, демонов(резни/смеха/тени) и морфа, перевод связанных с ними спеллов. Мелкие правки в голопаразитах и борерах.
Добавлен свой текст у демона смеха (ранее у него был стандартный текст демона резни).
Причина создания ПР / Почему это хорошо для игры
Демонстрация изменений
Тесты
Заспавнил ревенанта/демонов/морфа. Потрогал кнопочки.