-
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.
Merge pull request #103 from FrisKisDr/fire
Новакиды
- Loading branch information
Showing
82 changed files
with
1,441 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,44 @@ | ||
novakid-hurt-by-water-popup = Вода заставляет ваше пламя угасать | ||
species-name-novakid = Новакид | ||
marking-NovakidHair1 = сплетение | ||
marking-NovakidHair2 = комета | ||
marking-NovakidHair3 = дуализм | ||
marking-NovakidHair4 = слава | ||
marking-NovakidHair5 = газовое облако | ||
marking-NovakidHair6 = газовая лавина | ||
marking-NovakidHair7 = сияние света | ||
marking-NovakidHair8 = огонек звездного блеска | ||
marking-NovakidHair9 = звездочка | ||
marking-NovakidHair10 = лунный день | ||
marking-NovakidHair11 = метеоритный дождь | ||
marking-NovakidHair12 = млечный путь | ||
marking-NovakidHair13 = туманность | ||
marking-NovakidHair14 = солнечная коронка | ||
marking-NovakidHair15 = звездный дождь | ||
marking-NovakidHair16 = звездопад | ||
marking-NovakidHair17 = пламя звезды | ||
marking-NovakidHair18 = солнечный свет | ||
marking-NovakidHair19 = сверхновая | ||
marking-NovakidHair20 = галактический стиль | ||
marking-NovakidHair21 = дева | ||
marking-NovakidHair22 = галактика | ||
marking-NovakidFace1 = раскол | ||
marking-NovakidFace2 = крест | ||
marking-NovakidFace3 = распятие | ||
marking-NovakidFace4 = двойственность | ||
marking-NovakidFace5 = око | ||
marking-NovakidFace6 = H | ||
marking-NovakidFace7 = сердце | ||
marking-NovakidFace8 = индикатор | ||
marking-NovakidFace9 = нота | ||
marking-NovakidFace10 = призма | ||
marking-NovakidFace11 = руна | ||
marking-NovakidFace12 = квадрат | ||
marking-NovakidFace13 = напряжение | ||
marking-NovakidFace14 = тройственность | ||
marking-NovakidFace15 = перевёрнутое распятие | ||
marking-NovakidFace16 = X | ||
marking-NovakidFace17 = Y | ||
marking-NovakidFace18 = зета | ||
marking-TorsoNovakidDefolt = белое ядро | ||
marking-HeadNovakidDefolt = белое ядро |
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,15 @@ | ||
- type: entity | ||
id: OrganNovakidStomach | ||
parent: OrganAnimalStomach | ||
noSpawn: true | ||
components: | ||
- type: Stomach | ||
maxVol: 50 | ||
|
||
- type: entity | ||
id: OrganNovakidLungs | ||
parent: OrganHumanLungs | ||
suffix: "novakid" | ||
components: | ||
- type: Metabolizer | ||
metabolizerTypes: [ Novakid ] |
190 changes: 190 additions & 0 deletions
190
Resources/Prototypes/ADT/Novakid/Body/Parts/novakid.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,190 @@ | ||
# TODO: Add descriptions (many) | ||
# TODO BODY: Part damage | ||
- type: entity | ||
id: PartNovakid | ||
parent: BaseItem | ||
name: "novakid body part" | ||
abstract: true | ||
components: | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: BodyPart | ||
- type: ContainerContainer | ||
containers: | ||
bodypart: !type:Container | ||
ents: [] | ||
|
||
- type: entity | ||
id: TorsoNovakid | ||
name: "novakid torso" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "torso_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "torso_m" | ||
- type: BodyPart | ||
partType: Torso | ||
|
||
- type: entity | ||
id: HeadNovakid | ||
name: "novakid head" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "head_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "head_m" | ||
- type: BodyPart | ||
partType: Head | ||
vital: true | ||
- type: Input | ||
context: "ghost" | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed: 0 | ||
baseSprintSpeed: 0 | ||
- type: InputMover | ||
- type: GhostOnMove | ||
- type: Tag | ||
tags: | ||
- Head | ||
|
||
- type: entity | ||
id: LeftArmNovakid | ||
name: "left novakid arm" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightArmNovakid | ||
name: "right novakid arm" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftHandNovakid | ||
name: "left novakid hand" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightHandNovakid | ||
name: "right novakid hand" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftLegNovakid | ||
name: "left novakid leg" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Left | ||
- type: MovementBodyPart | ||
walkSpeed : 2.5 | ||
sprintSpeed : 4.5 | ||
|
||
- type: entity | ||
id: RightLegNovakid | ||
name: "right novakid leg" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Right | ||
- type: MovementBodyPart | ||
walkSpeed : 2.5 | ||
sprintSpeed : 4.5 | ||
|
||
- type: entity | ||
id: LeftFootNovakid | ||
name: "left novakid foot" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "l_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightFootNovakid | ||
name: "right novakid foot" | ||
parent: PartNovakid | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Novakid/parts.rsi | ||
state: "r_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Right |
49 changes: 49 additions & 0 deletions
49
Resources/Prototypes/ADT/Novakid/Body/Prototypes/novakid.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,49 @@ | ||
- type: body | ||
name: "novakid" | ||
id: Novakid | ||
root: torso | ||
slots: | ||
head: | ||
part: HeadNovakid | ||
connections: | ||
- torso | ||
organs: | ||
brain: OrganHumanBrain | ||
eyes: OrganHumanEyes | ||
torso: | ||
part: TorsoNovakid | ||
organs: | ||
heart: OrganAnimalHeart | ||
lungs: OrganNovakidLungs | ||
stomach: OrganNovakidStomach | ||
liver: OrganAnimalLiver | ||
kidneys: OrganHumanKidneys | ||
connections: | ||
- left arm | ||
- right arm | ||
- left leg | ||
- right leg | ||
right arm: | ||
part: RightArmNovakid | ||
connections: | ||
- right hand | ||
left arm: | ||
part: LeftArmNovakid | ||
connections: | ||
- left hand | ||
right hand: | ||
part: RightHandNovakid | ||
left hand: | ||
part: LeftHandNovakid | ||
right leg: | ||
part: RightLegNovakid | ||
connections: | ||
- right foot | ||
left leg: | ||
part: LeftLegNovakid | ||
connections: | ||
- left foot | ||
right foot: | ||
part: RightFootNovakid | ||
left foot: | ||
part: LeftFootNovakid |
Oops, something went wrong.