Skip to content

Commit

Permalink
Merge pull request #13 from HazyClover/cool-helmet-sprite-addition
Browse files Browse the repository at this point in the history
Pilot Helmet Addition
  • Loading branch information
RonRonstation authored Apr 3, 2024
2 parents cd4e0ee + 5c20882 commit 6c0ae16
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
graph: BoneHelmet
node: helmet

#Ironclad Helmet
- type: entity
parent: ClothingHeadHelmetBasic
id: ClothingHeadHelmetPodWars
Expand All @@ -355,3 +356,25 @@
sprite: Clothing/Head/Helmets/podwars_helmet.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/podwars_helmet.rsi


# Cooper Helmet
- type: entity
parent: ClothingHeadHelmetBasic
id: ClothingHeadHelmetCooper
name: pilot's helmet
description: The helmet of an operator of a Titan.
components:
- type: Sprite
sprite: Clothing/Head/Helmets/cooper_helmet.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/cooper_helmet.rsi
- type: FlashImmunity
- type: EyeProtection
- type: Armor
modifiers:
coefficients:
Blunt: 0.5
Slash: 0.5
Piercing: 0.6
Heat: 0.2
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from renee_aria at the channel https://discord.com/channels/1133379746361770034/1223309352744779836/1223309352744779836",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 6c0ae16

Please sign in to comment.