Skip to content

Commit

Permalink
Merge pull request #446 from Schrodinger71/fix_cyborg
Browse files Browse the repository at this point in the history
Убираю киборгу Сб спешилл
  • Loading branch information
PyotrIgn authored Mar 2, 2024
2 parents f740f66 + 53093cf commit 5248aae
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 13 deletions.
13 changes: 11 additions & 2 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
noRot: true
drawdepth: Mobs
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
sprite: ADT/Mobs/Silicon/Cyborg/parts.rsi
state: full
- map: ["enum.HumanoidVisualLayers.Chest"]
- map: ["enum.HumanoidVisualLayers.Head"]
- map: ["enum.HumanoidVisualLayers.Snout"]
Expand Down Expand Up @@ -311,8 +314,14 @@
proper: true
- type: StandingState
- type: CanEscapeInventory
- type: HumanoidAppearance
species: ADTCyborgSpecies
# - type: HumanoidAppearance
# species: ADTCyborgSpecies
# - type: Sprite
# drawdepth: Mobs
# layers:
# - map: ["enum.DamageStateVisualLayers.Base"]
# state: crawling
# sprite: Corvax/Mobs/Pets/largo.rsi
- type: Body
prototype: ADTBodyCyborgSec
requiredLegs: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
components:
- type: HumanoidAppearance
species: ADTCyborgSpecies
- type: Inventory
templateId: ADTCyborgSecInventory
# - type: Inventory
# templateId: ADTCyborgSecInventory
31 changes: 23 additions & 8 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/species.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
- type: species
id: ADTCyborgSpecies
name: species-name-cyb-security
roundStart: false #
prototype: ADTMobCyborSecurity
roundStart: false #true # остаил для набегеров с софтом
prototype: ADTMobMouseCyborgSpecies #prototype: ADTMobCyborSecurity
sprites: ADTMobCyborgSecSprites
markingLimits: MobIPCMarkingLimits
dollPrototype: ADTMobCyborgSecDummy
dollPrototype: ADTMobMouseCyborgSpecies #ADTMobCyborgSecDummy
skinColoration: TintedHues
minAge: 1
maxAge: 240
oldAge: 50
youngAge: 50
maleFirstNames: IpcFirst
femaleFirstNames: IpcFirst
maleLastNames: IpcLast # Corvax-LastnameGender
femaleLastNames: IpcLast # Corvax-LastnameGender
naming: FirstDashLast
# maleFirstNames: IpcFirst
# femaleFirstNames: IpcFirst
# maleLastNames: IpcLast # Corvax-LastnameGender
# femaleLastNames: IpcLast # Corvax-LastnameGender
# naming: FirstDashLast
sexes:
- Unsexed

- type: entity
parent: MobMouse2
id: ADTMobMouseCyborgSpecies
name: "Крыска"
components:
- type: HumanoidAppearance
species: ADTCyborgSpecies
- type: RandomMetadata
nameSegments: [names_mouse_cyb]

- type: dataset
id: names_mouse_cyb
values:
- Крыска

- type: speciesBaseSprites
id: ADTMobCyborgSecSprites
sprites:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"states": [
{
"name": "full"
"name": "full",
"directions": 4
},
{
"name": "head_m",
Expand Down

0 comments on commit 5248aae

Please sign in to comment.