-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from Xelasto/master
Борги
- Loading branch information
Showing
34 changed files
with
496 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ent-ADTTallRobotMekaJani = киборг горничная | ||
.desc = { ent-BaseBorgChassisNT.desc } | ||
ent-ADTTallRobotFMekaJani = { ent-ADTTallRobotMekaJani } | ||
.desc = { ent-BaseBorgChassisNT.desc } | ||
ent-ADTTallRobotFMekaCargo = { ent-BorgChassisMining } | ||
.desc = { ent-BaseBorgChassisNT.desc } | ||
ent-ADTTallRobotFMekaEng = { ent-BorgChassisEngineer } | ||
.desc = { ent-BaseBorgChassisNT.desc } |
This file was deleted.
Oops, something went wrong.
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,36 @@ | ||
- type: entity | ||
id: ADTTallRobotMekaBase | ||
parent: BaseBorgChassisNT | ||
suffix: TallRobot | ||
abstract: true | ||
components: | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.45 | ||
density: 150 | ||
mask: | ||
- MobMask | ||
layer: | ||
- MobLayer | ||
- type: BorgChassis | ||
maxModules: 6 | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed : 2.5 | ||
baseSprintSpeed : 4.5 | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
120: Critical | ||
220: Dead | ||
|
||
- type: entity | ||
id: ADTTallRobotFMekaBase | ||
parent: ADTTallRobotMekaBase | ||
suffix: TallRobot | ||
abstract: true | ||
components: | ||
- type: Sprite | ||
scale: 0.85, 0.85 |
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,50 @@ | ||
- type: entity | ||
id: ADTTallRobotFMekaCargo | ||
parent: ADTTallRobotFMekaBase | ||
name: cargo cyborg | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi | ||
layers: | ||
- state: fmekacargo | ||
map: ["enum.DamageStateVisualLayers.Base"] | ||
- state: fmekacargoe | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: fmekacargoer | ||
shader: unshaded | ||
visible: false | ||
- type: BorgChassis | ||
moduleWhitelist: | ||
tags: | ||
- BorgModuleGeneric | ||
- BorgModuleCargo | ||
hasMindState: fmekacargoe | ||
noMindState: fmekacargoer | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: fmekacargo | ||
Critical: | ||
Base: fmekacargo-wreck | ||
Dead: | ||
Base: fmekacargo-wreck | ||
- type: Construction | ||
node: mining | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Supply | ||
- Binary | ||
- Common | ||
- Science | ||
- type: ActiveRadio | ||
channels: | ||
- Supply | ||
- Binary | ||
- Common | ||
- Science | ||
- type: AccessReader | ||
access: [["Cargo"], ["Salvage"], ["Command"], ["Research"]] | ||
- type: Inventory | ||
templateId: borgTall |
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,50 @@ | ||
- type: entity | ||
id: ADTTallRobotFMekaEng | ||
parent: ADTTallRobotFMekaBase | ||
name: eng cyborg | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi | ||
layers: | ||
- state: fmekaeng | ||
map: ["enum.DamageStateVisualLayers.Base"] | ||
- state: fmekaenge | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: fmekaenger | ||
shader: unshaded | ||
visible: false | ||
- type: BorgChassis | ||
moduleWhitelist: | ||
tags: | ||
- BorgModuleGeneric | ||
- BorgModuleEngineering | ||
hasMindState: fmekaenge | ||
noMindState: fmekaenger | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: fmekaeng | ||
Critical: | ||
Base: fmekaeng-wreck | ||
Dead: | ||
Base: fmekaeng-wreck | ||
- type: Construction | ||
node: engineer | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Engineering | ||
- Binary | ||
- Common | ||
- Science | ||
- type: ActiveRadio | ||
channels: | ||
- Engineering | ||
- Binary | ||
- Common | ||
- Science | ||
- type: AccessReader | ||
access: [["Engineering"], ["Command"], ["Research"]] | ||
- type: Inventory | ||
templateId: borgTall |
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,51 @@ | ||
- type: entity | ||
id: ADTTallRobotFMekaJani | ||
parent: ADTTallRobotFMekaBase | ||
name: service cyborg | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Mobs/Silicon/Bots/tallrobot/fmekajani.rsi | ||
layers: | ||
- state: fmekajani | ||
map: ["enum.DamageStateVisualLayers.Base"] | ||
- state: fmekajanie | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: fmekajanier | ||
shader: unshaded | ||
visible: false | ||
- type: BorgChassis | ||
moduleWhitelist: | ||
tags: | ||
- BorgModuleGeneric | ||
- BorgModuleService | ||
- BorgModuleJanitor | ||
hasMindState: fmekajanie | ||
noMindState: fmekajanier | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: fmekajani | ||
Critical: | ||
Base: fmekajani-wreck | ||
Dead: | ||
Base: fmekajani-wreck | ||
- type: Construction | ||
node: service | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Service | ||
- Binary | ||
- Common | ||
- Science | ||
- type: ActiveRadio | ||
channels: | ||
- Service | ||
- Binary | ||
- Common | ||
- Science | ||
- type: AccessReader | ||
access: [["Service"], ["Command"], ["Research"]] | ||
- type: Inventory | ||
templateId: borgTall |
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
+32.7 KB
...ces/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargo-rest.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
+8.62 KB
...s/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargo-tipped.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
+8.62 KB
...es/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargo-wreck.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargo.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargoe.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.rsi/fmekacargoer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions
99
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekacargo.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,99 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 64 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from Skyrat-tg at commit https://github.com/Skyrat-SS13/Skyrat-tg/commit/bb8d8f968abdddc1dcf86ceda8d47001d531e321", | ||
"states": [ | ||
{ | ||
"name": "fmekacargo", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "fmekacargo-rest", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "fmekacargoe", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "fmekacargoer", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
], | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "fmekacargo-tipped", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "fmekacargo-wreck", | ||
"delays": [ | ||
[ | ||
1 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaeng-rest.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
+8.62 KB
...urces/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaeng-tipped.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
+8.62 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaeng-wreck.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaeng.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaenge.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
+32.7 KB
Resources/Textures/ADT/Mobs/Silicon/Bots/tallrobot/fmekaeng.rsi/fmekaenger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.