-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Demon (#126)
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это комментарии - они не будут видны в PR. --> ## Описание PR <!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это может повлиять? Постарайтесь описать все внесённые вами изменения! --> перенос Аркан
1 parent
bc747b9
commit 6c67b8e
Showing
61 changed files
with
975 additions
and
63 deletions.
There are no files selected for viewing
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,22 @@ | ||
ent-PartDemon = demon body part | ||
.desc = { ent-BaseItem.desc } | ||
ent-TorsoDemon = demon torso | ||
.desc = { ent-PartDemon.desc } | ||
ent-HeadDemon = demon head | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftArmDemon = left demon arm | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightArmDemon = right demon arm | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftHandDemon = left demon hand | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightHandDemon = right demon hand | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftLegDemon = left demon leg | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightLegDemon = right demon leg | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftFootDemon = left demon foot | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightFootDemon = right demon foot | ||
.desc = { ent-PartDemon.desc } |
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,4 @@ | ||
ent-BaseMobDemon = Urisst' Mzhand Demon | ||
.desc = { ent-BaseMobSpecies.desc } | ||
ent-MobDemonDummy = Urist McHands | ||
.desc = A dummy reptilian meant to be used in character setup. |
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,2 @@ | ||
ent-OrganDemonStomach = { ent-OrganAnimalStomach } | ||
.desc = { ent-OrganAnimalStomach.desc } |
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,10 @@ | ||
ent-OrganDraskEyes = глаза | ||
.desc = Я тебя вижу! | ||
ent-OrganDraskLungs = лёгкие | ||
.desc = Фильтрует кислород из атмосферы, который затем поступает в кровь для использования в качестве переносчика электронов. | ||
ent-OrganDraskHeart = сердце | ||
.desc = Мне жаль того бессердечного ублюдка, который его потерял. | ||
ent-OrganDraskInnards = внутренности | ||
.desc = Мерзость. | ||
ent-OrganDraskKidneys = почки | ||
.desc = Выводят токсины из кровеносной системы. |
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,22 @@ | ||
ent-PartDemon = часть тела арканы | ||
.desc = { ent-BaseItem.desc } | ||
ent-TorsoDemon = торс арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-HeadDemon = голова арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftArmDemon = левая рука арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightArmDemon = правая рука арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftHandDemon = левая кисть арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightHandDemon = правая кисть арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftLegDemon = левая нога арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightLegDemon = правая нога арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-LeftFootDemon = левая стопа арканы | ||
.desc = { ent-PartDemon.desc } | ||
ent-RightFootDemon = правая стопа арканы | ||
.desc = { ent-PartDemon.desc } |
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,2 @@ | ||
marking-DraskArmRight = правая рука | ||
marking-DraskArmLeft = левая рука |
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,2 @@ | ||
ent-MobDemon = { ent-BaseMobDemon } | ||
.desc = { ent-BaseMobDemon.desc } |
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,5 @@ | ||
ent-BaseMobDemon = Урист МакАркана | ||
.desc = { ent-BaseMobSpeciesOrganic.desc } | ||
.suffix = Аркана | ||
ent-MobDemonDummy = { ent-BaseSpeciesDummy } | ||
.desc = { ent-BaseSpeciesDummy.desc } |
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 @@ | ||
species-name-demon = Аркана |
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,13 +1 @@ | ||
species-name-drask = Драск | ||
marking-DraskArmRight = правая рука | ||
marking-DraskArmLeft = левая рука | ||
ent-OrganDraskEyes = глаза | ||
.desc = Я тебя вижу! | ||
ent-OrganDraskLungs = лёгкие | ||
.desc = Фильтрует кислород из атмосферы, который затем поступает в кровь для использования в качестве переносчика электронов. | ||
ent-OrganDraskHeart = сердце | ||
.desc = Мне жаль того бессердечного ублюдка, который его потерял. | ||
ent-OrganDraskInnards = внутренности | ||
.desc = Мерзость. | ||
ent-OrganDraskKidneys = почки | ||
.desc = Выводят токсины из кровеносной системы. |
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 @@ | ||
species-name-kobolt = Кобольд |
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,21 @@ | ||
- type: entity | ||
id: OrganDemonStomach | ||
parent: OrganAnimalStomach | ||
noSpawn: true | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
stomach: | ||
maxVol: 50 | ||
|
||
- type: entity | ||
id: OrganDemonHeart | ||
parent: OrganAnimalHeart | ||
components: | ||
- type: Metabolizer | ||
maxReagents: 2 | ||
metabolizerTypes: [ Demon ] | ||
groups: | ||
- id: Medicine | ||
- id: Poison | ||
- id: Narcotic |
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,193 @@ | ||
# TODO: Add descriptions (many) | ||
# TODO BODY: Part damage | ||
- type: entity | ||
id: PartDemon | ||
parent: BaseItem | ||
name: "demon body part" | ||
abstract: true | ||
components: | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: BodyPart | ||
- type: ContainerContainer | ||
containers: | ||
bodypart: !type:Container | ||
ents: [] | ||
- type: Tag | ||
tags: | ||
- Trash | ||
|
||
- type: entity | ||
id: TorsoDemon | ||
name: "demon torso" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "torso_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "torso_m" | ||
- type: BodyPart | ||
partType: Torso | ||
|
||
- type: entity | ||
id: HeadDemon | ||
name: "demon head" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "head_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/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: LeftArmDemon | ||
name: "left demon arm" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightArmDemon | ||
name: "right demon arm" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftHandDemon | ||
name: "left demon hand" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightHandDemon | ||
name: "right demon hand" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftLegDemon | ||
name: "left demon leg" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Left | ||
- type: MovementBodyPart | ||
walkSpeed : 2.5 | ||
sprintSpeed : 4.5 | ||
|
||
- type: entity | ||
id: RightLegDemon | ||
name: "right demon leg" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Right | ||
- type: MovementBodyPart | ||
walkSpeed : 2.5 | ||
sprintSpeed : 4.5 | ||
|
||
- type: entity | ||
id: LeftFootDemon | ||
name: "left demon foot" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "l_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightFootDemon | ||
name: "right demon foot" | ||
parent: PartDemon | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: "r_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Right |
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,49 @@ | ||
- type: body | ||
name: "demon" | ||
id: Demon | ||
root: torso | ||
slots: | ||
head: | ||
part: HeadDemon | ||
connections: | ||
- torso | ||
organs: | ||
brain: OrganHumanBrain | ||
eyes: OrganHumanEyes | ||
torso: | ||
part: TorsoDemon | ||
organs: | ||
heart: OrganDemonHeart | ||
lungs: OrganHumanLungs | ||
stomach: OrganDemonStomach | ||
liver: OrganAnimalLiver | ||
kidneys: OrganHumanKidneys | ||
connections: | ||
- left arm | ||
- right arm | ||
- left leg | ||
- right leg | ||
right arm: | ||
part: RightArmDemon | ||
connections: | ||
- right hand | ||
left arm: | ||
part: LeftArmDemon | ||
connections: | ||
- left hand | ||
right hand: | ||
part: RightHandDemon | ||
left hand: | ||
part: LeftHandDemon | ||
right leg: | ||
part: RightLegDemon | ||
connections: | ||
- right foot | ||
left leg: | ||
part: LeftLegDemon | ||
connections: | ||
- left foot | ||
right foot: | ||
part: RightFootDemon | ||
left foot: | ||
part: LeftFootDemon |
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
133 changes: 133 additions & 0 deletions
133
Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/demon.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,133 @@ | ||
- type: marking | ||
id: DemomTail1 | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: demon_tail | ||
|
||
- type: marking | ||
id: DemomTailLong | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: long | ||
|
||
- type: marking | ||
id: DemomTailUp | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: up | ||
|
||
- type: marking | ||
id: DemonCowEars | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: cow_ears | ||
|
||
- type: marking | ||
id: DemonEars | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: demon_ears | ||
|
||
- type: marking | ||
id: DemonCowHorns | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: cow_horns | ||
|
||
- type: marking | ||
id: DemonHornsDeer | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: deer_antlers_horns | ||
|
||
- type: marking | ||
id: DemonHornsSmall | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: small_horns | ||
|
||
- type: marking | ||
id: DemonChestCowSpots | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: cow_spots | ||
|
||
- type: marking | ||
id: DemonChestGuard | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: guards_stripes | ||
|
||
- type: marking | ||
id: DemonChestLinesEmperos | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: lines_emperos | ||
|
||
- type: marking | ||
id: DemonChestQueenLines | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: queen_lines | ||
|
||
- type: marking | ||
id: DemonChestTreeLines | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: tree_lines | ||
|
||
- type: marking | ||
id: DemonChestTrinitySpots | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [DemonSpecies] | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: trinity_spots | ||
|
||
- type: marking | ||
id: DemonGoatee | ||
bodyPart: FacialHair | ||
markingCategory: FacialHair | ||
sprites: | ||
- sprite: ADT/Mobs/Demon/custom.rsi | ||
state: goatee |
1 change: 0 additions & 1 deletion
1
Resources/Prototypes/ADT/Entities/Mobs/Customization/Markings/fill.txt
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,50 @@ | ||
- type: entity | ||
save: false | ||
name: Urisst' Mzhand Demon | ||
parent: BaseMobDemon | ||
id: MobDemon | ||
components: | ||
- type: CombatMode | ||
- type: InteractionPopup | ||
successChance: 1 | ||
interactSuccessString: hugging-success-generic | ||
interactSuccessSound: /Audio/Effects/thudswoosh.ogg | ||
messagePerceivedByOthers: hugging-success-generic-others | ||
- type: MindContainer | ||
showExamineInfo: true | ||
- type: Input | ||
context: "human" | ||
- type: MobMover | ||
- type: InputMover | ||
- type: Alerts | ||
- type: Eye | ||
- type: CameraRecoil | ||
- type: Examiner | ||
- type: CanHostGuardian | ||
|
||
# ОТКОММЕНТИТЬ ПРИ ПЕРЕНОСЕ ЯЗЫКОВ И РАЗМЕРОВ | ||
# - type: LanguageSpeaker | ||
# speaks: | ||
# - GalacticCommon | ||
# - Arkane | ||
# understands: | ||
# - GalacticCommon | ||
# - Arkane | ||
|
||
- type: NpcFactionMember | ||
factions: | ||
- NanoTrasen | ||
- type: Respirator | ||
damage: | ||
types: | ||
Asphyxiation: 1.0 | ||
damageRecovery: | ||
types: | ||
Asphyxiation: -1.0 | ||
# - type: SizeAttributeWhitelist # Frontier | ||
# tall: true | ||
# tallscale: 1.1 | ||
# short: true | ||
# shortscale: 0.9 | ||
|
||
#Weh |
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,66 @@ | ||
- type: entity | ||
save: false | ||
name: Urisst' Mzhand Demon | ||
parent: BaseMobSpeciesOrganic | ||
id: BaseMobDemon | ||
abstract: true | ||
components: | ||
- type: HumanoidAppearance | ||
species: DemonSpecies | ||
- type: Hunger | ||
- type: Thirst | ||
- type: Icon | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: full_m | ||
- type: Sprite | ||
netsync: false | ||
noRot: true | ||
drawdepth: Mobs | ||
- type: Body | ||
prototype: Demon | ||
requiredLegs: 2 | ||
- type: Speech | ||
speechSounds: Lizard | ||
- type: Vocal | ||
sounds: | ||
Male: MaleHuman | ||
Female: FemaleHuman | ||
Unsexed: FemaleHuman | ||
- type: Damageable | ||
damageContainer: Biological | ||
damageModifierSet: Demon | ||
- type: MeleeWeapon | ||
# hidden: true | ||
soundHit: | ||
path: /Audio/Weapons/pierce.ogg | ||
angle: 30 | ||
animation: WeaponArcPunch | ||
damage: | ||
types: | ||
Piercing: 5 | ||
- type: Temperature | ||
heatDamageThreshold: 400 | ||
coldDamageThreshold: 193 #starting temperature damage treshold | ||
currentTemperature: 310.15 | ||
specificHeat: 46 | ||
coldDamage: | ||
types: | ||
Cold : 0.1 #per second, scales with temperature & other constants | ||
heatDamage: | ||
types: | ||
Heat : 0.3 #per second, scales with temperature & other constants | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed : 2.5 | ||
baseSprintSpeed : 4.5 | ||
- type: Perishable | ||
|
||
- type: entity | ||
save: false | ||
name: Urist McHands | ||
parent: MobHumanDummy | ||
id: MobDemonDummy | ||
noSpawn: true | ||
description: A dummy reptilian meant to be used in character setup. | ||
components: | ||
- type: HumanoidAppearance | ||
species: DemonSpecies |
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,157 @@ | ||
- type: species | ||
id: DemonSpecies | ||
name: species-name-demon | ||
roundStart: true | ||
prototype: MobDemon | ||
sprites: MobDemonSprites | ||
defaultSkinTone: "#34a223" | ||
markingLimits: MobDemonMarkingLimits | ||
dollPrototype: MobDemonDummy | ||
skinColoration: Hues | ||
maleFirstNames: names_first_male | ||
femaleFirstNames: names_first_female | ||
maleLastNames: names_last_male | ||
femaleLastNames: names_last_female | ||
naming: firstlast | ||
|
||
- type: speciesBaseSprites | ||
id: MobDemonSprites | ||
sprites: | ||
Head: MobDemonHead | ||
Hair: MobHumanoidAnyMarking | ||
FacialHair: MobHumanoidAnyMarking | ||
Snout: MobHumanoidAnyMarking | ||
Chest: MobDemonTorso | ||
HeadTop: MobHumanoidAnyMarking | ||
HeadSide: MobHumanoidAnyMarking | ||
Tail: MobDemonTail | ||
Eyes: MobHumanoidEyes | ||
LArm: MobDemonLArm | ||
RArm: MobDemonRArm | ||
LHand: MobDemonLHand | ||
RHand: MobDemonRHand | ||
LLeg: MobDemonLLeg | ||
RLeg: MobDemonRLeg | ||
LFoot: MobDemonLFoot | ||
RFoot: MobDemonRFoot | ||
|
||
- type: markingPoints | ||
id: MobDemonMarkingLimits | ||
points: | ||
Hair: | ||
points: 1 | ||
required: false | ||
FacialHair: | ||
points: 1 | ||
required: false | ||
HeadTop: | ||
points: 1 | ||
required: false | ||
HeadSide: | ||
points: 1 | ||
required: false | ||
Chest: | ||
points: 1 | ||
required: false | ||
Tail: | ||
points: 1 | ||
required: false | ||
Snout: | ||
points: 1 | ||
required: false | ||
Legs: | ||
points: 2 | ||
required: false | ||
Arms: | ||
points: 2 | ||
required: false | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonHead | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: head_m | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonHeadMale | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: head_m | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonHeadFemale | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: head_f | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonTorso | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: torso_m | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonTorsoMale | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: torso_m | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonTorsoFemale | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: torso_f | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonLLeg | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: l_leg | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonLHand | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: l_hand | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonLArm | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: l_arm | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonLFoot | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: l_foot | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonRLeg | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: r_leg | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonRHand | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: r_hand | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonRArm | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: r_arm | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonRFoot | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: r_foot | ||
|
||
- type: humanoidBaseSprite | ||
id: MobDemonTail | ||
baseSprite: | ||
sprite: ADT/Mobs/Demon/parts.rsi | ||
state: tail |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+229 Bytes
Resources/Textures/ADT/Mobs/Demon/custom.rsi/deer_antlers_horns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,71 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by discord:lunalita", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "cow_ears", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "demon_ears", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "goatee", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cow_horns", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "cow_spots", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "deer_antlers_horns", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "guards_stripes", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "lines_emperos", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "queen_lines", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "small_horns", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tree_lines", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "trinity_spots", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "demon_tail", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "up", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,80 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by discord:lunalita", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "full_f" | ||
}, | ||
{ | ||
"name": "full_m" | ||
}, | ||
{ | ||
"name": "full_t" | ||
}, | ||
{ | ||
"name": "head_f", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "head_m", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "head_t", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "l_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "l_foot", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "l_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "l_leg", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "r_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "r_foot", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "r_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "r_leg", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "torso_f", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "torso_m", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "torso_t", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tail", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.