forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* something * add modules and axes for them todo: uplink balance add to RnD tech tree add to lathe of some kind * moved flaming * deleted base contraband В будущем придётся вручную вернуть, если рефактор произойдет :/ * craft and research add * locale update * icon fix * add to uplink * nerfed axe damage * Update Resources/Prototypes/SS220/Catalog/uplink_catalog.yml Co-authored-by: Ady4ik <[email protected]> * fix * check fix * fix again Не проснулся * fix Откуда это взялось вообще * new action icons * review tweak * icons moved to ss220 namescpace --------- Co-authored-by: Ady4ik <[email protected]>
- Loading branch information
1 parent
9359e50
commit 345aec3
Showing
18 changed files
with
194 additions
and
5 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
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ss220/prototypes/entities/specific/robotics/borg_modules.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,6 @@ | ||
ent-BorgModuleProtoKineticAccelerator = протокинетический модуль киборга | ||
.desc = Техническая деталь, дающая киборгам новые способности. | ||
ent-BorgModuleFireAxe = модуль киборга с пожарным топором | ||
.desc = Техническая деталь, дающая киборгам пожарный топор! | ||
ent-BorgModuleFlamingAxe = модуль киборга с пожарным топором | ||
.desc = Техническая деталь, дающая киборгам пожарный топор! |
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,4 @@ | ||
ent-BorgFireAxe = пожарный топор киборга | ||
.desc = Специальный укороченный топор для инженерных киборгов, предназначен для борьбы с огнём и обилием стен! | ||
ent-BorgFireAxeFlaming = пожарный топор киборга | ||
.desc = Модифицированный компанией Cybersun пожарный топор, подходящий для любых типов шасси! При ударе поджигает жертв. |
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
69 changes: 69 additions & 0 deletions
69
Resources/Prototypes/SS220/Entities/Objects/Weapons/Melee/borgFireaxe.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,69 @@ | ||
- type: entity | ||
name: borg fire axe | ||
parent: [BaseItem] | ||
id: BorgFireAxe | ||
description: A special shortened axe for engineering cyborgs, designed to fight fire and an abundance of walls! | ||
components: | ||
- type: Tag | ||
tags: | ||
- FireAxe | ||
- type: Sharp | ||
- type: Execution | ||
doAfterDuration: 4.0 | ||
- type: Sprite | ||
sprite: Objects/Weapons/Melee/fireaxe.rsi | ||
state: icon | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 135 | ||
swingLeft: true | ||
attackRate: 0.75 | ||
damage: | ||
types: | ||
# axes are kinda like sharp hammers, you know? | ||
Blunt: 5 | ||
Slash: 10 | ||
Structural: 90 #ss220 | ||
soundHit: | ||
collection: MetalThud | ||
- type: Item | ||
size: Ginormous | ||
- type: Tool | ||
qualities: | ||
- Prying | ||
- PlatingCutting #SS220-tools-tile-prying-fix | ||
- type: ToolTileCompatible | ||
- type: Prying | ||
- type: UseDelay | ||
delay: 1 | ||
- type: IgniteOnMeleeHit | ||
fireStacks: -4 | ||
|
||
- type: entity | ||
id: BorgFireAxeFlaming | ||
name: borg fire axe | ||
parent: BorgFireAxe | ||
description: Cybersun's modified fire axe, suitable for all types of borg chassis! It sets victims on fire on impact. | ||
components: | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 135 | ||
- type: IgniteOnMeleeHit | ||
fireStacks: 1 | ||
- type: Sprite | ||
sprite: Objects/Weapons/Melee/fireaxeflaming.rsi | ||
state: icon | ||
# Corvax-HiddenDesc-Start | ||
- type: HiddenDescription | ||
entries: | ||
- label: corvax-hidden-desc-FireAxeFlaming-syndicate | ||
whitelistMind: | ||
components: | ||
- TraitorRole | ||
- NukeOperative | ||
- label: corvax-hidden-desc-FireAxeFlaming-research | ||
jobRequired: | ||
- ResearchAssistant | ||
- ResearchDirector | ||
- Scientist | ||
- Borg | ||
# Corvax-HiddenDesc-End | ||
|
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
2 changes: 1 addition & 1 deletion
2
Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/meta.json
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
Binary file added
BIN
+626 Bytes
Resources/Textures/SS220/Interface/Actions/actions_borg.rsi/fireaxe-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/SS220/Interface/Actions/actions_borg.rsi/meta.json
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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "fireaxe-module and syndicate-fireaxe-module sprited by LexaSvarshik(github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name":"fireaxe-module" | ||
}, | ||
{ | ||
"name":"syndicate-fireaxe-module" | ||
} | ||
] | ||
} |
Binary file added
BIN
+547 Bytes
.../Textures/SS220/Interface/Actions/actions_borg.rsi/syndicate-fireaxe-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+322 Bytes
...extures/SS220/Objects/Specific/Robotics/borgmodule.rsi/icon-fireaxe-flaming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+388 Bytes
Resources/Textures/SS220/Objects/Specific/Robotics/borgmodule.rsi/icon-fireaxe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/SS220/Objects/Specific/Robotics/borgmodule.rsi/meta.json
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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by lexasvarshik (github) for Space Station 14 (SS220). icon-fireaxe-flaming, icon-fireaxe by lexasvarshik(github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon-fireaxe" | ||
}, | ||
{ | ||
"name": "icon-fireaxe-flaming" | ||
} | ||
] | ||
} |