* copy pasted fishcap.rsi
* added the sprites
* credited myself
* added it to the hats.yml list
* meh, make the spites look nicer
* hopefully this fixes that
* yeah that makes sense
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* that too
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
---------
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
- type: Clothing
sprite: Clothing/Head/Hats/fishcap.rsi
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadWehcellentCap
+ name: wehcellent cap
+ description: It was a net hat! Tiders wear them all the time! It's got airholes in the back to keep a cross-breeze going and everything!
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/wehcellentcap.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/wehcellentcap.rsi
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadNurseHat
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created by UBlueberry (GitHub) for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}