Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Trysort" #692

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 169 additions & 0 deletions Resources/Prototypes/ADT/Body/Parts/stepan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
#- type: entity
# id: PartStepan
# parent: BaseItem
# name: "Stepan body part"
# abstract: true
# components:
# - type: Damageable
# damageContainer: Inorganic
# - type: BodyPart
# - type: ContainerContainer
# containers:
# bodypart: !type:Container
# ents: []
# - type: StaticPrice
# price: 25
# - type: Tag
# tags:
# - Trash
# - type: PhysicalComposition
# materialComposition:
# Steel: 25

#- type: entity
# id: TorsoStepan
# name: "Stepan torso"
# parent: PartHuman
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Species/Human/parts.rsi
# state: "torso_m"
# - type: Icon
# sprite: Mobs/Species/Human/parts.rsi
# state: "torso_m"
# - type: BodyPart
# partType: Torso

#- type: entity
# id: LeftArmStepan
# name: "left Stepan arm"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Silicon/drone.rsi
# state: "l_hand"
# - type: Icon
# sprite: Mobs/Silicon/drone.rsi
# state: "l_hand"
# - type: BodyPart
# partType: Hand
# symmetry: Left
# - type: Tag
# tags:
# - Trash
# - BorgArm

#- type: entity
# id: LeftHandStepan
# name: "left Stepan hand"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Species/Human/parts.rsi
# state: "l_hand"
# - type: Icon
# sprite: Mobs/Species/Human/parts.rsi
# state: "l_hand"
# - type: BodyPart
# partType: Hand
# symmetry: Left

#- type: entity
# id: RightArmStepan
# name: "right Stepan arm"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Silicon/drone.rsi
# state: "r_hand"
# - type: Icon
# sprite: Mobs/Silicon/drone.rsi
# state: "r_hand"
# - type: BodyPart
# partType: Hand
# symmetry: Right
# - type: Tag
# tags:
# - Trash
# - BorgArm

#- type: entity
# id: RightHandStepan
# name: "right Stepan hand"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Species/Human/parts.rsi
# state: "r_hand"
# - type: Icon
# sprite: Mobs/Species/Human/parts.rsi
# state: "r_hand"
# - type: BodyPart
# partType: Hand
# symmetry: Right

#- type: entity
# id: LeftLegStepan
# name: "left Stepan leg"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Silicon/borg.rsi
# state: "l_leg"
# - type: Icon
# sprite: Mobs/Silicon/borg.rsi
# state: "l_leg"
# - type: BodyPart
# partType: Leg
# symmetry: Left
# - type: Tag
# tags:
# - Trash
# - BorgLeg
# - BorgLeftLeg

#- type: entity
# id: RightLegStepan
# name: "right Stepan leg"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Mobs/Silicon/borg.rsi
# state: "r_leg"
# - type: Icon
# sprite: Mobs/Silicon/borg.rsi
# state: "r_leg"
# - type: BodyPart
# partType: Leg
# symmetry: Right
# - type: Tag
# tags:
# - Trash
# - BorgLeg
# - BorgRightLeg

#- type: entity
# id: LightHeadStepan
# name: "Stepan head"
# parent: PartStepan
# components:
# - type: Sprite
# netsync: false
# sprite: Objects/Specific/Borg/head.rsi
# state: "light_borg_head"
# - type: Icon
# sprite: Objects/Specific/Borg/head.rsi
# state: "light_borg_head"
# - type: BodyPart
# partType: Head
# - type: Tag
# tags:
# - Trash
# - BorgHead
26 changes: 0 additions & 26 deletions Resources/Prototypes/ADT/Body/Prototypes/foodbot.yml

This file was deleted.

28 changes: 28 additions & 0 deletions Resources/Prototypes/ADT/Body/Prototypes/stepan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#- type: body
# id: Stepanda
# name: "Stepanda"
# root: torso
# slots:
# head:
# part: HeadHuman (HeadStepan)
# connections:
# - torso
# torso:
# part: TorsoStepan
# connections:
# - left manipulator
# - right manipulator
# - support module
# - special module
# right arm:
# part: RightArmHuman
# connections:
# - right hand
# left arm:
# part: LeftArmStepan
# connections:
# - left hand
# right hand:
# part: RightHandHuman
# left hand:
# part: LeftHandHuman
42 changes: 0 additions & 42 deletions Resources/Prototypes/ADT/Catalog/Cargo/cargo_adt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,45 +59,3 @@
contents:
- id: ADTPatchPackFilled
amount: 4

- type: entity
id: CrateArmoryVector
name: vector crate (rubber)
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponSubMachineGunVectorRubber
amount: 2
- id: MagazineMagnumSubMachineGunRubber
amount: 6

- type: cargoProduct
id: GravityGeneratorMini
icon:
sprite: Structures/Machines/gravity_generator_mini.rsi
state: on
product: GravityGeneratorMini
cost: 4000
category: cargoproduct-category-name-shuttle
group: market

- type: cargoProduct
id: CargoGravityGenerator
icon:
sprite: Structures/Machines/gravity_generator.rsi
state: on
product: CrateEngineeringGravityGenerator
cost: 20000
category: cargoproduct-category-name-shuttle
group: market

- type: cargoProduct
id: FunRingBox
icon:
sprite: ADT/KD/RingBox.rsi
state: box
product: RingBox
cost: 8000
category: cargoproduct-category-name-fun
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -53,96 +53,3 @@
- id: BoxSurvivalMedical
- id: JawsOfLife
- id: SpaceCash500

- type: entity
parent: ClothingBackpack
id: ClothingBackpackFilled_VKF_R
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvivalSecurity
- id: RubberStampCentcom
- id: BoxFolderGreyFilled

- type: entity
noSpawn: true
parent: ClothingBackpackERTLeader
id: ClothingBackpackERTLeaderFilled_SOO
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: RubberStampCentcom
#- id: BoxMagazineMagnumSubMachineGunHighVelocity
- id: WeaponSubMachineGunVector



- type: entity
parent: ClothingBackpack
id: ClothingBackpackFilled_CC_R
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: RubberStampIAA
- id: BoxFolderRedFilled


- type: entity
parent: ClothingBackpack
id: ClothingBackpackFilled_CC_FO
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: RubberStampCentcom
- id: BoxFolderRedFilled


- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneMiner
name: backpack antag drone miner
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: MiningDrill
- id: WeaponProtoKineticAccelerator
- id: JawsOfLife
- id: PowerDrill

- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneEngineer
name: backpack antag drone engineer
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: WelderIndustrial
- id: JawsOfLife
- id: PowerDrill
- id: Multitool
- id: trayScanner

- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneCharger
name: backpack antag drone charger
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: JawsOfLife
- id: WeaponLaserGun
19 changes: 0 additions & 19 deletions Resources/Prototypes/ADT/Catalog/Loadout/sponsor.yml

This file was deleted.

Loading
Loading