Skeleton Sprite Fix (#8126)

This commit is contained in:
EmoGarbage404 2022-05-12 22:20:43 -04:00 committed by GitHub
parent 04483e8b50
commit bf009ee60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 19 deletions

View File

@ -122,7 +122,7 @@
- type: damageModifierSet
id: Skeleton
coefficients:
Blunt: 2.5
Blunt: 2.0
Slash: 1.5
Piercing: 1.2
Cold: 0.0

View File

@ -70,10 +70,6 @@
color: "#ffffff"
sprite: Mobs/Species/Skeleton/parts.rsi
state: head_m
- map: [ "enum.HumanoidVisualLayers.Eyes" ]
color: "#008800"
sprite: Mobs/Customization/eyes.rsi
state: eyes
- map: [ "enum.HumanoidVisualLayers.RArm" ]
color: "#ffffff"
sprite: Mobs/Species/Skeleton/parts.rsi
@ -126,7 +122,6 @@
- map: [ "shoes" ]
- map: [ "ears" ]
- map: [ "outerClothing" ]
- map: [ "eyes" ]
- map: [ "belt" ]
- map: [ "neck" ]
- map: [ "back" ]
@ -226,6 +221,7 @@
Burn:
sprite: Mobs/Effects/burn_damage.rsi
- type: CombatMode
canDisarm: true
- type: Climbing
- type: Cuffable
- type: CharacterInfo
@ -278,10 +274,6 @@
color: "#b8b8b8"
sprite: Mobs/Species/Skeleton/parts.rsi
state: head_m
- map: [ "enum.HumanoidVisualLayers.Eyes" ]
color: "#008800"
sprite: Mobs/Customization/eyes.rsi
state: eyes
- map: [ "enum.HumanoidVisualLayers.RArm" ]
color: "#b8b8b8"
sprite: Mobs/Species/Skeleton/parts.rsi
@ -334,18 +326,9 @@
- map: [ "shoes" ]
- map: [ "ears" ]
- map: [ "outerClothing" ]
- map: [ "eyes" ]
- map: [ "belt" ]
- map: [ "neck" ]
- map: [ "back" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
state: shaved
sprite: Mobs/Customization/human_facial_hair.rsi
color: '#FFFFFF80'
- map: [ "enum.HumanoidVisualLayers.Hair" ]
state: bald
sprite: Mobs/Customization/human_hair.rsi
color: '#FFFFFF80'
- map: [ "mask" ]
- map: [ "head" ]
- map: [ "pocket1" ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 957 B