forked from ss220-space/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add + spellcheck: Концовки для биоугроз + локализация Пауков Ужаса/Кс…
…еноморфов (ss220-space#6587) * part 1 * spider translate + empress egg ability + weak empress * spider ending + no ghosts clicker * xenos * xeno end + hostile environment * reloa shuttle split * fix * fix x2 * remove some unnecessary code * правки правочки * Правки локализации --------- Co-authored-by: PlayerUnknown14 <[email protected]>
- Loading branch information
1 parent
c11e2e1
commit a73cb66
Showing
83 changed files
with
2,311 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
#define TS_DAMAGE_SIMPLE 0 | ||
#define TS_DAMAGE_POISON 1 | ||
#define TS_DAMAGE_BRUTE 2 | ||
|
||
//TIER 1 | ||
#define TS_DESC_KNIGHT "Рыцарь - ШТУРМ" | ||
#define TS_DESC_LURKER "Наблюдатель - ЗАСАДЫ" | ||
#define TS_DESC_HEALER "Лекарь - ЛЕЧЕНИЕ" | ||
#define TS_DESC_REAPER "Жнец - БОЙ" | ||
#define TS_DESC_BUILDER "Дрон - СТРОИТЕЛЬСТВО" | ||
//TIER 2 | ||
#define TS_DESC_WIDOW "Вдова - ОТРАВЛЕНИЕ" | ||
#define TS_DESC_GUARDIAN "Защитник - ОБОРОНА" | ||
#define TS_DESC_DESTROYER "Разрушитель - САБОТАЖ" | ||
//TIER 3 | ||
#define TS_DESC_PRINCE "Принц - КРОВАВАЯ БАНЯ" | ||
#define TS_DESC_PRINCESS "Принцесса - РАЗМНОЖЕНИЕ" | ||
#define TS_DESC_MOTHER "Мать - ПОДДЕРЖКА" | ||
#define TS_DESC_DEFILER "Осквернитель - ЗАРАЖЕНИЕ" | ||
//TIER 4 | ||
#define TS_DESC_QUEEN "Королева - ЛИДЕР" | ||
|
||
#define TS_TIER_1 1 | ||
#define TS_TIER_2 2 | ||
#define TS_TIER_3 3 | ||
#define TS_TIER_4 4 | ||
#define TS_TIER_5 5 | ||
|
||
#define TERROR_QUEEN "Королева Ужаса" | ||
#define TERROR_PRINCE "Принц Ужаса" | ||
#define TERROR_PRINCESS "Принцесса Ужаса" | ||
#define TERROR_DEFILER "Осквернитель Ужаса" | ||
#define TERROR_OTHER "Пауки Ужаса" | ||
#define SPAWN_TERROR_TYPES list(TERROR_QUEEN, TERROR_PRINCE, TERROR_PRINCESS, TERROR_DEFILER) | ||
|
||
#define TERROR_STAGE_START 0 | ||
#define TERROR_STAGE_PROTECT_EGG 1 | ||
#define TERROR_STAGE_STORM 2 | ||
#define TERROR_STAGE_END 3 | ||
#define TERROR_STAGE_POST_END 4 | ||
|
||
#define TERROR_VOTE_LEN 30 SECONDS | ||
|
||
#define TERROR_VOTE_TICKS 30 | ||
|
||
#define INFECTIONS_ANNOUNCE_TRIGGER 0.1 | ||
|
||
#define SPIDERS_ANNOUNCE_TRIGGER 0.1 | ||
|
||
#define TIME_TO_ANNOUNCE 10 SECONDS | ||
|
||
#define EMPRESS_EGG_TARGET_COUNT 2 + num_station_players() / 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#define EMPRESS_EVOLVE_TARGET_COUNT 2 + num_station_players() / 6 | ||
|
||
#define EVOLVE_ANNOUNCE_TRIGGER 0.1 | ||
|
||
#define TO_EMPRESS_EVOLVE_TIME 10 SECONDS | ||
|
||
#define TO_EMPRESS_EVOLVE_COST 750 | ||
|
||
#define LARVA_TYPE /mob/living/carbon/alien/larva | ||
|
||
#define QUEEN_TYPE /mob/living/carbon/alien/humanoid/queen | ||
|
||
#define EMPRESS_TYPE /mob/living/carbon/alien/humanoid/empress | ||
|
||
#define XENO_STAGE_START 0 | ||
#define XENO_STAGE_PROTECT_COCON 1 | ||
#define XENO_STAGE_STORM 2 | ||
#define XENO_STAGE_END 3 | ||
#define XENO_STAGE_POST_END 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.