forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Api role * Fix missing using * Fix objective role * Storage implant * Microreactor battery * Localization * Implant fix * ) * Request * Loc fixes
- Loading branch information
1 parent
74c8d77
commit a4b1611
Showing
19 changed files
with
65 additions
and
26 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs
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
4 changes: 4 additions & 0 deletions
4
Content.Server/Thief/Components/ThiefBeaconAccessComponent.cs
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,4 @@ | ||
namespace Content.Server.Thief.Components; | ||
|
||
[RegisterComponent] | ||
public sealed partial class ThiefBeaconAccessComponent : Component; // Corvax-Next-Api |
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
4 changes: 4 additions & 0 deletions
4
Content.Server/_CorvaxNext/Api/Components/ApiRoleComponent.cs
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,4 @@ | ||
namespace Content.Server._CorvaxNext.Api.Components; | ||
|
||
[RegisterComponent] | ||
public sealed partial class ApiRoleComponent : Component; |
2 changes: 1 addition & 1 deletion
2
...erver/_CorvaxNext/Api/ApiRuleComponent.cs → ...axNext/Api/Components/ApiRuleComponent.cs
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Content.Server._CorvaxNext.Api; | ||
namespace Content.Server._CorvaxNext.Api.Components; | ||
|
||
[RegisterComponent] | ||
public sealed partial class ApiRuleComponent : Component; |
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
1 change: 1 addition & 0 deletions
1
Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/tools/api_toolbox.ftl
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ent-ToolboxApi = ящик воровских инструментов неопределённости | ||
.desc = Здесь лежат ваши излюбленные воровские штучки. Осталось вспомнить, какие именно. | ||
.suffix = АПИИ |
3 changes: 3 additions & 0 deletions
3
...ocale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/tools/jammer_microreactor.ftl
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,3 @@ | ||
ent-RadioJammerMicroreactor = { ent-RadioJammer } | ||
.desc = { ent-RadioJammer.desc } | ||
.suffix = глушитель связи Синдиката, микрореактор |
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/_CorvaxNext/Entities/Objects/Misc/api_storage_implant.yml
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,10 @@ | ||
- type: entity | ||
parent: StorageImplant | ||
id: ApiStorageImplant | ||
categories: [ HideSpawnMenu ] | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ToolboxApi | ||
- id: ThiefBeacon | ||
- id: ClothingHandsChameleonThief |
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/_CorvaxNext/Entities/Objects/Tools/jammer_microreactor.yml
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,10 @@ | ||
- type: entity | ||
parent: RadioJammer | ||
id: RadioJammerMicroreactor | ||
suffix: Microreactor | ||
components: | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellMicroreactor |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
- type: RoleRequirement | ||
roles: | ||
mindRoles: | ||
- ThiefRole | ||
- ApiRole | ||
|
||
- type: entity | ||
abstract: true | ||
|
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 |
---|---|---|
@@ -1,18 +1,10 @@ | ||
- type: antag | ||
id: Api | ||
name: roles-antag-thief-name | ||
name: roles-antag-api-name | ||
antagonist: true | ||
setPreference: false | ||
objective: roles-antag-api-objective | ||
guides: [ Thieves ] | ||
requirements: | ||
- !type:OverallPlaytimeRequirement | ||
time: 108000 # 30h # Corvax-RoleTime | ||
|
||
- type: startingGear | ||
id: ApiGear | ||
storage: | ||
back: | ||
- ToolboxApi | ||
- ClothingHandsChameleonThief | ||
- ThiefBeacon |
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