butcherable bandanas and caps (#14893)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandBlack
|
id: HatBandBlack
|
||||||
name: black bandana
|
name: black bandana
|
||||||
description: A black bandana to make you look cool.
|
description: A black bandana to make you look cool.
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/black.rsi
|
sprite: Clothing/Head/Bandanas/black.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandBlue
|
id: HatBandBlue
|
||||||
name: blue bandana
|
name: blue bandana
|
||||||
description: A blue bandana to make you look cool.
|
description: A blue bandana to make you look cool.
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/blue.rsi
|
sprite: Clothing/Head/Bandanas/blue.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandBotany
|
id: HatBandBotany
|
||||||
name: botany bandana
|
name: botany bandana
|
||||||
description: A botany bandana to make you look cool, made from natural fibers.
|
description: A botany bandana to make you look cool, made from natural fibers.
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/botany.rsi
|
sprite: Clothing/Head/Bandanas/botany.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandGold
|
id: HatBandGold
|
||||||
name: gold bandana
|
name: gold bandana
|
||||||
description: A gold bandana to make you look cool.
|
description: A gold bandana to make you look cool.
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/gold.rsi
|
sprite: Clothing/Head/Bandanas/gold.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandGreen
|
id: HatBandGreen
|
||||||
name: green bandana
|
name: green bandana
|
||||||
description: A green bandana to make you look cool.
|
description: A green bandana to make you look cool.
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/green.rsi
|
sprite: Clothing/Head/Bandanas/green.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandGrey
|
id: HatBandGrey
|
||||||
name: grey bandana
|
name: grey bandana
|
||||||
description: A grey bandana to make you look cool.
|
description: A grey bandana to make you look cool.
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/grey.rsi
|
sprite: Clothing/Head/Bandanas/grey.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandRed
|
id: HatBandRed
|
||||||
name: red bandana
|
name: red bandana
|
||||||
description: A red bandana to make you look cool.
|
description: A red bandana to make you look cool.
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
sprite: Clothing/Head/Bandanas/red.rsi
|
sprite: Clothing/Head/Bandanas/red.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: HatBandSkull
|
id: HatBandSkull
|
||||||
name: skull bandana
|
name: skull bandana
|
||||||
description: A bandana with a skull to make you look even cooler.
|
description: A bandana with a skull to make you look even cooler.
|
||||||
|
|||||||
@@ -13,6 +13,17 @@
|
|||||||
- DroneUsable
|
- DroneUsable
|
||||||
- WhitelistChameleon
|
- WhitelistChameleon
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadBaseButcherable
|
||||||
|
components:
|
||||||
|
- type: Butcherable
|
||||||
|
butcheringType: Knife
|
||||||
|
spawned:
|
||||||
|
- id: MaterialCloth1
|
||||||
|
amount: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
parent: Clothing
|
parent: Clothing
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatBluesoft
|
id: ClothingHeadHatBluesoft
|
||||||
name: blue cap
|
name: blue cap
|
||||||
description: "It's a baseball hat in a tasteless blue colour."
|
description: "It's a baseball hat in a tasteless blue colour."
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
sprite: Clothing/Head/Soft/bluesoft.rsi
|
sprite: Clothing/Head/Soft/bluesoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatBluesoftFlipped
|
id: ClothingHeadHatBluesoftFlipped
|
||||||
name: blue cap flipped
|
name: blue cap flipped
|
||||||
description: "It's a baseball hat in a tasteless blue colour. Flipped."
|
description: "It's a baseball hat in a tasteless blue colour. Flipped."
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
sprite: Clothing/Head/Soft/bluesoft_flipped.rsi
|
sprite: Clothing/Head/Soft/bluesoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatCargosoft
|
id: ClothingHeadHatCargosoft
|
||||||
name: cargo cap
|
name: cargo cap
|
||||||
description: "It's a baseball hat painted in Cargo colours."
|
description: "It's a baseball hat painted in Cargo colours."
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
sprite: Clothing/Head/Soft/cargosoft.rsi
|
sprite: Clothing/Head/Soft/cargosoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatCargosoftFlipped
|
id: ClothingHeadHatCargosoftFlipped
|
||||||
name: cargo cap flipped
|
name: cargo cap flipped
|
||||||
description: "It's a baseball hat painted in Cargo colours. Flipped."
|
description: "It's a baseball hat painted in Cargo colours. Flipped."
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
sprite: Clothing/Head/Soft/cargosoft_flipped.rsi
|
sprite: Clothing/Head/Soft/cargosoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatQMsoft
|
id: ClothingHeadHatQMsoft
|
||||||
name: quartermaster's cap
|
name: quartermaster's cap
|
||||||
description: "It's a baseball hat painted in the Quartermaster's colors."
|
description: "It's a baseball hat painted in the Quartermaster's colors."
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
sprite: Clothing/Head/Soft/qmsoft.rsi
|
sprite: Clothing/Head/Soft/qmsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatQMsoftFlipped
|
id: ClothingHeadHatQMsoftFlipped
|
||||||
name: quartermaster's cap flipped
|
name: quartermaster's cap flipped
|
||||||
description: "It's a baseball hat painted in the Quartermaster's colors. Flipped."
|
description: "It's a baseball hat painted in the Quartermaster's colors. Flipped."
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
sprite: Clothing/Head/Soft/qmsoft_flipped.rsi
|
sprite: Clothing/Head/Soft/qmsoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatCorpsoft
|
id: ClothingHeadHatCorpsoft
|
||||||
name: corporate cap
|
name: corporate cap
|
||||||
description: A baseball bat in corporation colors.
|
description: A baseball bat in corporation colors.
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
sprite: Clothing/Head/Soft/corpsoft.rsi
|
sprite: Clothing/Head/Soft/corpsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatCorpsoftFlipped
|
id: ClothingHeadHatCorpsoftFlipped
|
||||||
name: corporate cap flipped
|
name: corporate cap flipped
|
||||||
description: A baseball bat in corporation colors. Flipped.
|
description: A baseball bat in corporation colors. Flipped.
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
sprite: Clothing/Head/Soft/corpsoft_flipped.rsi
|
sprite: Clothing/Head/Soft/corpsoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatGreensoft
|
id: ClothingHeadHatGreensoft
|
||||||
name: green cap
|
name: green cap
|
||||||
description: "It's a baseball hat in a tasteless green colour."
|
description: "It's a baseball hat in a tasteless green colour."
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
sprite: Clothing/Head/Soft/greensoft.rsi
|
sprite: Clothing/Head/Soft/greensoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatGreensoftFlipped
|
id: ClothingHeadHatGreensoftFlipped
|
||||||
name: green cap flipped
|
name: green cap flipped
|
||||||
description: "It's a baseball hat in a tasteless green colour. Flipped."
|
description: "It's a baseball hat in a tasteless green colour. Flipped."
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
sprite: Clothing/Head/Soft/greensoft_flipped.rsi
|
sprite: Clothing/Head/Soft/greensoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatGreysoft
|
id: ClothingHeadHatGreysoft
|
||||||
name: grey cap
|
name: grey cap
|
||||||
description: "It's a baseball hat in a tasteless grey colour."
|
description: "It's a baseball hat in a tasteless grey colour."
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
sprite: Clothing/Head/Soft/greysoft.rsi
|
sprite: Clothing/Head/Soft/greysoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatGreysoftFlipped
|
id: ClothingHeadHatGreysoftFlipped
|
||||||
name: grey cap flipped
|
name: grey cap flipped
|
||||||
description: "It's a baseball hat in a tasteless grey colour. Flipped."
|
description: "It's a baseball hat in a tasteless grey colour. Flipped."
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
sprite: Clothing/Head/Soft/greysoft_flipped.rsi
|
sprite: Clothing/Head/Soft/greysoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatMimesoft
|
id: ClothingHeadHatMimesoft
|
||||||
name: mime cap
|
name: mime cap
|
||||||
description: "It's a baseball hat in a tasteless white colour."
|
description: "It's a baseball hat in a tasteless white colour."
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
sprite: Clothing/Head/Soft/mimesoft.rsi
|
sprite: Clothing/Head/Soft/mimesoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatMimesoftFlipped
|
id: ClothingHeadHatMimesoftFlipped
|
||||||
name: mime cap flipped
|
name: mime cap flipped
|
||||||
description: It's a baseball hat in a tasteless white colour. Flipped.
|
description: It's a baseball hat in a tasteless white colour. Flipped.
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
sprite: Clothing/Head/Soft/mimesoft_flipped.rsi
|
sprite: Clothing/Head/Soft/mimesoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatOrangesoft
|
id: ClothingHeadHatOrangesoft
|
||||||
name: orange cap
|
name: orange cap
|
||||||
description: It's a baseball hat in a good-looking orange colour.
|
description: It's a baseball hat in a good-looking orange colour.
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
sprite: Clothing/Head/Soft/orangesoft.rsi
|
sprite: Clothing/Head/Soft/orangesoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatOrangesoftFlipped
|
id: ClothingHeadHatOrangesoftFlipped
|
||||||
name: orange cap flipped
|
name: orange cap flipped
|
||||||
description: It's a baseball hat in a good-looking orange colour. Flipped.
|
description: It's a baseball hat in a good-looking orange colour. Flipped.
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
sprite: Clothing/Head/Soft/orangesoft_flipped.rsi
|
sprite: Clothing/Head/Soft/orangesoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatPurplesoft
|
id: ClothingHeadHatPurplesoft
|
||||||
name: purple cap
|
name: purple cap
|
||||||
description: It's a baseball hat in a tasteless purple colour.
|
description: It's a baseball hat in a tasteless purple colour.
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
sprite: Clothing/Head/Soft/purplesoft.rsi
|
sprite: Clothing/Head/Soft/purplesoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatPurplesoftFlipped
|
id: ClothingHeadHatPurplesoftFlipped
|
||||||
name: purple cap flipped
|
name: purple cap flipped
|
||||||
description: It's a baseball hat in a tasteless purple colour. Flipped.
|
description: It's a baseball hat in a tasteless purple colour. Flipped.
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
sprite: Clothing/Head/Soft/purplesoft_flipped.rsi
|
sprite: Clothing/Head/Soft/purplesoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatRedsoft
|
id: ClothingHeadHatRedsoft
|
||||||
name: red cap
|
name: red cap
|
||||||
description: It's a baseball hat in a tasteless red colour.
|
description: It's a baseball hat in a tasteless red colour.
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
sprite: Clothing/Head/Soft/redsoft.rsi
|
sprite: Clothing/Head/Soft/redsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatRedsoftFlipped
|
id: ClothingHeadHatRedsoftFlipped
|
||||||
name: red cap flipped
|
name: red cap flipped
|
||||||
description: It's a baseball hat in a tasteless purple colour. Flipped.
|
description: It's a baseball hat in a tasteless purple colour. Flipped.
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
sprite: Clothing/Head/Soft/redsoft_flipped.rsi
|
sprite: Clothing/Head/Soft/redsoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatSecsoft
|
id: ClothingHeadHatSecsoft
|
||||||
name: security cap
|
name: security cap
|
||||||
description: It's a robust baseball hat in tasteful red colour.
|
description: It's a robust baseball hat in tasteful red colour.
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
sprite: Clothing/Head/Soft/secsoft.rsi
|
sprite: Clothing/Head/Soft/secsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatSecsoftFlipped
|
id: ClothingHeadHatSecsoftFlipped
|
||||||
name: security cap flipped
|
name: security cap flipped
|
||||||
description: It's a robust baseball hat in tasteful red colour. Flipped.
|
description: It's a robust baseball hat in tasteful red colour. Flipped.
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
sprite: Clothing/Head/Soft/secsoft_flipped.rsi
|
sprite: Clothing/Head/Soft/secsoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatYellowsoft
|
id: ClothingHeadHatYellowsoft
|
||||||
name: yellow cap
|
name: yellow cap
|
||||||
description: A yellow baseball hat.
|
description: A yellow baseball hat.
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
sprite: Clothing/Head/Soft/yellowsoft.rsi
|
sprite: Clothing/Head/Soft/yellowsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatYellowsoftFlipped
|
id: ClothingHeadHatYellowsoftFlipped
|
||||||
name: yellow cap flipped
|
name: yellow cap flipped
|
||||||
description: A yellow flipped baseball hat.
|
description: A yellow flipped baseball hat.
|
||||||
@@ -263,7 +263,7 @@
|
|||||||
sprite: Clothing/Head/Soft/yellowsoft_flipped.rsi
|
sprite: Clothing/Head/Soft/yellowsoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatBizarreSoft
|
id: ClothingHeadHatBizarreSoft
|
||||||
name: troublemaker's soft
|
name: troublemaker's soft
|
||||||
description: A truly.. bizarre accessory.
|
description: A truly.. bizarre accessory.
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
sprite: Clothing/Head/Soft/bizarresoft.rsi
|
sprite: Clothing/Head/Soft/bizarresoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatBizarreSoftFlipped
|
id: ClothingHeadHatBizarreSoftFlipped
|
||||||
name: troublemaker's soft flipped
|
name: troublemaker's soft flipped
|
||||||
description: A truly.. bizarre accessory, flipped.
|
description: A truly.. bizarre accessory, flipped.
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
|
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatParamedicsoft
|
id: ClothingHeadHatParamedicsoft
|
||||||
name: paramedic cap
|
name: paramedic cap
|
||||||
description: "It's a paramedic's baseball hat with a medical logo."
|
description: "It's a paramedic's baseball hat with a medical logo."
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
sprite: Clothing/Head/Soft/paramedicsoft.rsi
|
sprite: Clothing/Head/Soft/paramedicsoft.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBaseButcherable
|
||||||
id: ClothingHeadHatParamedicsoftFlipped
|
id: ClothingHeadHatParamedicsoftFlipped
|
||||||
name: paramedic cap flipped
|
name: paramedic cap flipped
|
||||||
description: "It's a paramedic's baseball hat with a medical logo. Flipped."
|
description: "It's a paramedic's baseball hat with a medical logo. Flipped."
|
||||||
|
|||||||
Reference in New Issue
Block a user