Skip to content
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

[Remove] Убрана карта Frontier из пула. #906

Merged
merged 5 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Resources/Locale/ru-RU/ADT/prototypes/Actions/XenoQeen.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ ent-ActionSpawnMobXenoDrone = Просто Дрон. Кому он нужен?
ent-ActionSpawnMobXenoRavager = Призвать Разрушителя
.desc = Родите смерть во плоти!
ent-ActionSpawnMobXenoRunner = Призвать Бегуна
.desc = Родите самую быструю личинку!
.desc = Родите самую быструю личинку!
ent-ActionSpawnMobXenoBurrower = Призвать рабочего
.desc = Стандартный ксено.
27 changes: 26 additions & 1 deletion Resources/Prototypes/ADT/Actions/XenoQeen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@
event: !type:InvisibleWallActionEvent
# Я не смог сделать отдельный ивент для спавнта турели. Он не видел прототип ивента.

- type: entity
id: ActionSpawnMobXenoBurrower
name: Spawn Burrower
description: Standard xeno
categories: [ HideSpawnMenu ]
components:
- type: WorldTargetAction
useDelay: 60
range: 4
itemIconStyle: BigAction
icon:
sprite: Mobs/Aliens/Xenos/burrower.rsi
state: crit
event: !type:WorldSpawnSpellEvent
prototypes:
- id: MobXeno
amount: 1
offset: 0, 1
speech: "Фаьюп"

- type: entity
id: ActionSpawnMobXenoSpitter
name: Spawn Spitter
Expand All @@ -31,6 +51,7 @@
- id: MobXenoSpitter
amount: 1
offset: 0, 1
speech: "Грррррр"

- type: entity
id: ActionSpawnMobXenoPraetorian
Expand All @@ -50,6 +71,7 @@
- id: MobXenoPraetorian
amount: 1
offset: 0, 1
speech: "Фшшшшшш"

- type: entity
id: ActionSpawnMobXenoDrone
Expand All @@ -69,6 +91,7 @@
- id: MobXenoDrone
amount: 1
offset: 0, 1
speech: "Псфф"

- type: entity
id: ActionSpawnMobXenoRavager
Expand All @@ -88,6 +111,7 @@
- id: MobXenoRavager
amount: 1
offset: 0, 1
speech: "АААРРРР ГГАААР"

- type: entity
id: ActionSpawnMobXenoRunner
Expand All @@ -106,4 +130,5 @@
prototypes:
- id: MobXenoRunner
amount: 1
offset: 0, 1
offset: 0, 1
speech: "Шифссссшш"
5 changes: 3 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,12 @@
- type: XenoQeen # ADT Tweak: Способность спавнта турелей
- type: ActionGrant
actions:
- ActionSpawnMobXenoBurrower # Призыв обычного
- ActionSpawnMobXenoDrone # Призыв Дрона
- ActionSpawnMobXenoRunner # Призыв бегуна
- ActionSpawnMobXenoSpitter # Призыв Плевальщиков
- ActionSpawnMobXenoPraetorian # Призыв Преторианеца
- ActionSpawnMobXenoDrone # Призыв Дрона
- ActionSpawnMobXenoRavager # Призыв Разрушителя
- ActionSpawnMobXenoRunner # Призыв бегуна
#ADT End
- type: Sprite
drawdepth: Mobs
Expand Down
10 changes: 6 additions & 4 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# - ADT_Cluster
# - ADT_Cluster_Legacy
# - ADT_Delta
# - ADT_Frontier
# - ADT_Gemini
# - ADT_kilo
# - ADT_Marathon
Expand All @@ -45,8 +44,12 @@
# - ADT_Packed #В рамках уменьшения числа карт
# - ADT_Train #В рамках уменьшения числа карт

# ADT Halloween (Не забудьте отключить обычные)
# ADT Maps Убараны на неопределённый срок
# - ADT_Frontier
# - ADT_FrontierHalloween
# - ADT_FrontierNewYear

# ADT Halloween (Не забудьте отключить обычные)
# - ADT_TrainHalloween
# - ADT_SalternHalloween

Expand All @@ -55,7 +58,6 @@
- ADT_BoxNewYear
- ADT_Cluster_LegacyNewYear
- ADT_DeltaNewYear
- ADT_FrontierNewYear
- ADT_GeminiNewYear
- ADT_PieNewYear
- ADT_SalternNewYear
- ADT_SalternNewYear
Loading