Skip to content

Commit

Permalink
EndRound improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Nov 10, 2024
1 parent 8221fd6 commit 6af8fd1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Resources/Locale/ru-RU/_corvaxnext/api.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ api-backpack-category-utilities-description =
ent-ToolboxApi = ящик воровских инструментов неопределённости
.desc = Здесь лежат ваши излюбленные воровские штучки. Осталось вспомнить, какие именно.
api-round-end-agent-name = агент похищения искусственного интеллекта
api-round-end-agent-name = АПИИ
roles-antag-api-objective = Украдите станционный ИИ, действуя скрытно.
objective-condition-api-description = То, зачем я сюда прилетел. Осталось найти интелкарту и пробраться к нему.
objective-issuer-api = [color=#2ed2fd]Агенство[/color]
objective-condition-api-description = То, зачем вы сюда прилетели. Осталось найти интелкарту и пробраться к нему.
steal-target-groups-ai = станционный ИИ, помещённый на интелкарту
ent-EscapeApiShuttleObjective = Улететь на Центком живым и свободным.
.desc = Вы ещё нужны агенству. Не дайте себя арестовать.
api-role-greeting =
Вы агент похищения искусственного интеллекта, также известный как АПИИ.
У вас здесь одна цель: украсть станционный ИИ с помощью интелкарты.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_CorvaxNext/GameRules/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- type: ApiRule
- type: AntagObjectives
objectives:
- EscapeThiefShuttleObjective
- EscapeApiShuttleObjective
- AiStealObjective
- type: AntagSelection
agentName: api-round-end-agent-name
Expand Down
15 changes: 14 additions & 1 deletion Resources/Prototypes/_CorvaxNext/Objectives/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id: BaseApiObjective
components:
- type: Objective
issuer: objective-issuer-thief
issuer: objective-issuer-api
- type: RoleRequirement
roles:
mindRoles:
Expand All @@ -29,3 +29,16 @@
checkHasAi: true
- type: Objective
difficulty: 1

- type: entity
parent: [BaseApiObjective, BaseLivingObjective]
id: EscapeApiShuttleObjective
name: Escape to centcomm alive and unrestrained.
description: You don't want your illegal activities to be discovered by anyone, do you?
components:
- type: Objective
difficulty: 1.3
icon:
sprite: Structures/Furniture/chairs.rsi
state: shuttle
- type: EscapeShuttleCondition

0 comments on commit 6af8fd1

Please sign in to comment.