forked from impstation/imp-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
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 impstation#1215 from widgetbeck/apids
Bee Species-ification.
- Loading branch information
Showing
78 changed files
with
906 additions
and
304 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_Impstation/metabolism/metabolizer-types.ftl
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
metabolizer-type-snail = Snail | ||
metabolizer-type-apid = Apid |
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
species-name-decapoid = Decapoid | ||
species-name-apid = Apid |
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 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,26 @@ | ||
- type: entity | ||
id: OrganApidLungs | ||
parent: [ OrganHumanLungs, OrganHumanStomach ] | ||
name: apid lungs | ||
description: "For beeathing." | ||
suffix: "Apid" | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
stomach: | ||
maxVol: 50 | ||
food: | ||
maxVol: 5 | ||
reagents: | ||
- ReagentId: UncookedAnimalProteins | ||
Quantity: 5 | ||
- type: Stomach | ||
- type: Metabolizer | ||
metabolizerTypes: [ Apid ] | ||
maxReagents: 3 | ||
groups: | ||
- id: Food | ||
- id: Drink | ||
- id: Gas | ||
rateModifier: 100.0 | ||
- type: Lung |
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,117 @@ | ||
- type: entity | ||
id: PartApid | ||
parent: [BaseItem, BasePart] | ||
name: "apid body part" | ||
abstract: true | ||
components: | ||
- type: Extractable | ||
juiceSolution: | ||
reagents: | ||
- ReagentId: Fat | ||
Quantity: 3 | ||
- ReagentId: Blood | ||
Quantity: 10 | ||
|
||
- type: entity | ||
id: TorsoApid | ||
name: "apid torso" | ||
parent: [PartApid, BaseTorso] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "torso" | ||
- type: Extractable | ||
juiceSolution: | ||
reagents: | ||
- ReagentId: Fat | ||
Quantity: 10 | ||
- ReagentId: Blood | ||
Quantity: 20 | ||
|
||
- type: entity | ||
id: HeadApid | ||
name: "apid head" | ||
parent: [PartApid, BaseHead] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "head" | ||
- type: Extractable | ||
juiceSolution: | ||
reagents: | ||
- ReagentId: Fat | ||
Quantity: 5 | ||
- ReagentId: Blood | ||
Quantity: 10 | ||
|
||
- type: entity | ||
id: LeftArmApid | ||
name: "left apid arm" | ||
parent: [PartApid, BaseLeftArm] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "l_arm" | ||
|
||
- type: entity | ||
id: RightArmApid | ||
name: "right apid arm" | ||
parent: [PartApid, BaseRightArm] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "r_arm" | ||
|
||
- type: entity | ||
id: LeftHandApid | ||
name: "left apid hand" | ||
parent: [PartApid, BaseLeftHand] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "l_hand" | ||
|
||
- type: entity | ||
id: RightHandApid | ||
name: "right apid hand" | ||
parent: [PartApid, BaseRightHand] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "r_hand" | ||
|
||
- type: entity | ||
id: LeftLegApid | ||
name: "left apid leg" | ||
parent: [PartApid, BaseLeftLeg] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "l_leg" | ||
|
||
- type: entity | ||
id: RightLegApid | ||
name: "right apid leg" | ||
parent: [PartApid, BaseRightLeg] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "r_leg" | ||
|
||
- type: entity | ||
id: LeftFootApid | ||
name: "left apid foot" | ||
parent: [PartApid, BaseLeftFoot] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "l_foot" | ||
|
||
- type: entity | ||
id: RightFootApid | ||
name: "right apid foot" | ||
parent: [PartApid, BaseRightFoot] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: "r_foot" |
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,42 @@ | ||
- type: body # this is just the human one but with one hand and bee lungs | ||
id: Apid | ||
name: "apid" | ||
root: torso | ||
slots: | ||
head: | ||
part: HeadApid | ||
connections: | ||
- torso | ||
organs: | ||
brain: OrganHumanBrain | ||
eyes: OrganHumanEyes | ||
torso: | ||
part: TorsoApid | ||
connections: | ||
- right_arm | ||
- right_leg | ||
- left_leg | ||
organs: | ||
heart: OrganHumanHeart | ||
lungs: OrganApidLungs | ||
stomach: OrganHumanStomach | ||
liver: OrganHumanLiver | ||
kidneys: OrganHumanKidneys | ||
right_arm: | ||
part: RightArmApid | ||
connections: | ||
- right_hand | ||
right_hand: | ||
part: RightHandApid | ||
right_leg: | ||
part: RightLegApid | ||
connections: | ||
- right_foot | ||
left_leg: | ||
part: LeftLegApid | ||
connections: | ||
- left_foot | ||
right_foot: | ||
part: RightFootApid | ||
left_foot: | ||
part: LeftFootApid |
6 changes: 5 additions & 1 deletion
6
Resources/Prototypes/_Impstation/Chemistry/metabolizer_types.yml
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
- type: metabolizerType | ||
id: Decapoid | ||
name: metabolizer-type-decapoid | ||
name: metabolizer-type-decapoid | ||
|
||
- type: metabolizerType | ||
id: Apid | ||
name: metabolizer-type-apid |
67 changes: 67 additions & 0 deletions
67
Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/apid.yml
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,67 @@ | ||
- type: marking | ||
id: ApidAntennaeDefault | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
followSkinColor: false | ||
forcedColoring: true | ||
speciesRestriction: [ Apid ] | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/apid.rsi | ||
state: defaultAntennae | ||
|
||
- type: marking | ||
id: ApidAntennaeSad | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
followSkinColor: false | ||
forcedColoring: true | ||
speciesRestriction: [ Apid ] | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/apid.rsi | ||
state: antennaeSad | ||
|
||
- type: marking | ||
id: ApidAntennaeForward | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
followSkinColor: false | ||
forcedColoring: true | ||
speciesRestriction: [ Apid ] | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/apid.rsi | ||
state: antennaeForward | ||
|
||
- type: marking | ||
id: ApidAntennaeDroopy | ||
bodyPart: Hair | ||
markingCategory: Hair | ||
followSkinColor: false | ||
forcedColoring: true | ||
speciesRestriction: [ Apid ] | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/apid.rsi | ||
state: antennaeDroopy | ||
|
||
- type: marking | ||
id: ApidWingsAnimatedDefault | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [ Apid ] | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/apid.rsi | ||
state: apidWingsDefault | ||
|
||
- type: marking | ||
id: ApidEyesDefault | ||
bodyPart: Eyes | ||
markingCategory: Eyes | ||
forcedColoring: true | ||
speciesRestriction: [ Apid ] | ||
coloring: | ||
default: | ||
type: | ||
!type:SimpleColoring | ||
color: "#FFFFaa" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Species/Apid/parts.rsi | ||
state: eyes |
Oops, something went wrong.