the bladed flatcap (#25780)
This commit is contained in:
@@ -927,6 +927,9 @@
|
|||||||
name: grey flatcap
|
name: grey flatcap
|
||||||
description: Fashionable for both the working class and old man Jenkins.
|
description: Fashionable for both the working class and old man Jenkins.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- BrimFlatcapGrey
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Head/Hats/greyflatcap.rsi
|
sprite: Clothing/Head/Hats/greyflatcap.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -938,6 +941,9 @@
|
|||||||
name: brown flatcap
|
name: brown flatcap
|
||||||
description: Stupid clown! You made me look bad!
|
description: Stupid clown! You made me look bad!
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- BrimFlatcapBrown
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Head/Hats/brownflatcap.rsi
|
sprite: Clothing/Head/Hats/brownflatcap.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
|
|||||||
@@ -130,6 +130,44 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Weapons/Melee/kukri_knife.rsi
|
sprite: Objects/Weapons/Melee/kukri_knife.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHatGreyFlatcap
|
||||||
|
id: BladedFlatcapGrey
|
||||||
|
name: grey flatcap
|
||||||
|
description: Fashionable for both the working class and old man Jenkins. It has glass shards hidden in the brim.
|
||||||
|
suffix: Bladed
|
||||||
|
components:
|
||||||
|
- type: Construction
|
||||||
|
graph: BladedFlatcapGrey
|
||||||
|
node: icon
|
||||||
|
- type: MeleeWeapon
|
||||||
|
wideAnimationRotation: 90
|
||||||
|
attackRate: 1.2
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Slash: 5
|
||||||
|
- type: DamageOtherOnHit
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Slash: 10
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hats/greyflatcap.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hats/greyflatcap.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BladedFlatcapGrey
|
||||||
|
id: BladedFlatcapBrown
|
||||||
|
name: brown flatcap
|
||||||
|
description: Stupid clown! You made me look bad! It has glass shards hidden in the brim.
|
||||||
|
components:
|
||||||
|
- type: Construction
|
||||||
|
graph: BladedFlatcapBrown
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hats/brownflatcap.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hats/brownflatcap.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: shiv
|
name: shiv
|
||||||
parent: BaseKnife
|
parent: BaseKnife
|
||||||
|
|||||||
@@ -0,0 +1,43 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: BladedFlatcapGrey
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: GlassShard
|
||||||
|
name: a glass shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- tag: BrimFlatcapGrey
|
||||||
|
name: a grey flatcap
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/Head/Hats/greyflatcap.rsi
|
||||||
|
state: icon
|
||||||
|
- node: icon
|
||||||
|
entity: BladedFlatcapGrey
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: BladedFlatcapBrown
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: GlassShard
|
||||||
|
name: a glass shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- tag: BrimFlatcapBrown
|
||||||
|
name: a brown flatcap
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/Head/Hats/brownflatcap.rsi
|
||||||
|
state: icon
|
||||||
|
- node: icon
|
||||||
|
entity: BladedFlatcapBrown
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
- type: construction
|
||||||
|
name: grey bladed flatcap
|
||||||
|
id: BladedFlatcapGrey
|
||||||
|
graph: BladedFlatcapGrey
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: An inconspicuous hat with glass shards sewn into the brim.
|
||||||
|
icon: { sprite: Clothing/Head/Hats/greyflatcap.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: brown bladed flatcap
|
||||||
|
id: BladedFlatcapBrown
|
||||||
|
graph: BladedFlatcapBrown
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: An inconspicuous hat with glass shards sewn into the brim.
|
||||||
|
icon: { sprite: Clothing/Head/Hats/brownflatcap.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: glass shiv
|
name: glass shiv
|
||||||
id: Shiv
|
id: Shiv
|
||||||
|
|||||||
@@ -217,6 +217,12 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Briefcase
|
id: Briefcase
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: BrimFlatcapBrown
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: BrimFlatcapGrey
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Brutepack
|
id: Brutepack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user