* Laws

* positronic brain and PAI rewrite

* MMI

* MMI pt. 2

* borg brain transfer

* Roleban support, Borg job (WIP), the end of mind shenaniganry

* battery drain, item slot cleanup, alerts

* visuals

* fix this pt1

* fix this pt2

* Modules, Lingering Stacks, Better borg flashlight

* Start on UI, fix battery alerts, expand activation/deactivation, low movement speed on no power.

* sprotes

* no zombie borgs

* oh fuck yeah i love a good relay

* charger

* fix the tiniest of sprite issues

* adjustable names

* a functional UI????

* foobar

* more modules

* this shit for some reason

* upstream

* genericize selectable borg modules

* upstream again

* holy fucking shit

* i love christ

* proper construction

* da job

* AA borgs

* and boom more shit

* admin logs

* laws redux

* ok just do this rq

* oh boy that looks like modules

* oh shit research

* testos passo

* so much shit holy fuck

* fuckit we SHIP

* last minute snags

* should've gotten me on a better day
This commit is contained in:
Nemanja
2023-08-12 17:39:58 -04:00
committed by GitHub
parent ac4f496535
commit 98fa00a21f
314 changed files with 7094 additions and 484 deletions

View File

@@ -27,8 +27,8 @@
- type: Organ
- type: Input
context: "ghost"
- type: InputMover
- type: Brain
- type: BlockMovement
- type: entity
id: OrganHumanEyes

View File

@@ -1,9 +1,12 @@
- type: entity
id: PartSilicon
parent: BaseItem
name: "silicon body part"
abstract: true
components:
- type: Sprite
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
- type: Icon
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
- type: Damageable
damageContainer: Inorganic
- type: BodyPart
@@ -21,16 +24,11 @@
Steel: 25
- type: entity
id: LeftArmBorg
name: "left borg arm"
id: BaseBorgArmLeft
parent: PartSilicon
name: left cyborg arm
abstract: true
components:
- type: Sprite
sprite: Mobs/Silicon/drone.rsi
state: "l_hand"
- type: Icon
sprite: Mobs/Silicon/drone.rsi
state: "l_hand"
- type: BodyPart
partType: Hand
symmetry: Left
@@ -40,16 +38,11 @@
- BorgArm
- type: entity
id: RightArmBorg
name: "right borg arm"
id: BaseBorgArmRight
parent: PartSilicon
name: right cyborg arm
abstract: true
components:
- type: Sprite
sprite: Mobs/Silicon/drone.rsi
state: "r_hand"
- type: Icon
sprite: Mobs/Silicon/drone.rsi
state: "r_hand"
- type: BodyPart
partType: Hand
symmetry: Right
@@ -59,16 +52,11 @@
- BorgArm
- type: entity
id: LeftLegBorg
name: "left borg leg"
id: BaseBorgLegLeft
parent: PartSilicon
name: left cyborg leg
abstract: true
components:
- type: Sprite
sprite: Mobs/Silicon/borg.rsi
state: "l_leg"
- type: Icon
sprite: Mobs/Silicon/borg.rsi
state: "l_leg"
- type: BodyPart
partType: Leg
symmetry: Left
@@ -76,19 +64,13 @@
tags:
- Trash
- BorgLeg
- BorgLeftLeg
- type: entity
id: RightLegBorg
name: "right borg leg"
id: BaseBorgLegRight
parent: PartSilicon
name: right cyborg leg
abstract: true
components:
- type: Sprite
sprite: Mobs/Silicon/borg.rsi
state: "r_leg"
- type: Icon
sprite: Mobs/Silicon/borg.rsi
state: "r_leg"
- type: BodyPart
partType: Leg
symmetry: Right
@@ -96,22 +78,28 @@
tags:
- Trash
- BorgLeg
- BorgRightLeg
- type: entity
id: LightHeadBorg
name: "borg head"
id: BaseBorgHead
parent: PartSilicon
name: cyborg head
abstract: true
components:
- type: Sprite
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
- type: entity
id: BaseBorgTorso
parent: PartSilicon
name: cyborg torso
abstract: true
components:
- type: BodyPart
partType: Torso
- type: Tag
tags:
- Trash