-
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.
- Loading branch information
Showing
274 changed files
with
6,069 additions
and
4,598 deletions.
There are no files selected for viewing
File renamed without changes.
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,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 |
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,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 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.