Reprise of doors, vials, and labeler (#1495)
* birch door * hand labeler * vial * fix door * vials * frame
@@ -5,6 +5,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: CP14HandLabeler
|
||||
- id: CP14Lighter
|
||||
- id: CP14ManaOperationGlove
|
||||
- id: CP14Syringe
|
||||
@@ -24,6 +25,10 @@
|
||||
amount: 1
|
||||
- id: CP14VialSmall
|
||||
amount: 3
|
||||
- id: CP14VialSkullReinforced
|
||||
prob: 0.3
|
||||
- id: CP14VialSkull
|
||||
prob: 0.5
|
||||
- id: CP14PaperFolderBlue
|
||||
- id: CP14PenFeather
|
||||
amount: 1
|
||||
@@ -43,7 +48,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: HandLabeler #TODO custom cp14 labeler
|
||||
- id: CP14HandLabeler
|
||||
- id: CP14StampDenied
|
||||
- id: CP14StampApproved
|
||||
- id: CP14ManaOperationGlove
|
||||
@@ -73,7 +78,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: HandLabeler #TODO custom cp14 labeler
|
||||
- id: CP14HandLabeler
|
||||
- id: CP14WoodenPlanks20
|
||||
- id: CP14CopperBar10
|
||||
- id: CP14CopperBar10
|
||||
@@ -131,7 +136,7 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: CP14StampGuildmaster
|
||||
- id: HandLabeler #TODO custom cp14 labeler
|
||||
- id: CP14HandLabeler
|
||||
- id: CP14StampDenied
|
||||
- id: CP14StampApproved
|
||||
- id: CP14PaperFolderBlue
|
||||
|
||||
@@ -317,3 +317,128 @@
|
||||
CP14Glass: 40
|
||||
CP14Copper: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14VialStar
|
||||
parent: CP14BaseVialFragile
|
||||
name: star vial
|
||||
description: A fragile glass vial in the shape of a star, an unusual but symbolic shape.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_star.rsi
|
||||
layers:
|
||||
- state: vial
|
||||
- state: liq-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- state: label
|
||||
visible: false
|
||||
map: ["enum.PaperLabelVisuals.Layer"]
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_star.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
vial:
|
||||
maxVol: 15
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: liq-
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14Glass: 20
|
||||
|
||||
- type: entity
|
||||
id: CP14VialStarReinforced
|
||||
parent: CP14BaseVial
|
||||
name: reinforced star vial
|
||||
description: A reinforced glass star-shaped vial to hold a small amount of liquid.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_star.rsi
|
||||
layers:
|
||||
- state: reinforcement_back
|
||||
- state: vial
|
||||
- state: liq-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- state: reinforcement
|
||||
- state: label
|
||||
visible: false
|
||||
map: ["enum.PaperLabelVisuals.Layer"]
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_star.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
vial:
|
||||
maxVol: 15
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: liq-
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14Glass: 20
|
||||
CP14Copper: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14VialSkull
|
||||
parent: CP14BaseVialFragile
|
||||
name: skull vial
|
||||
description: A fragile skull-shaped vial in which to conveniently store poisonous liquids.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
layers:
|
||||
- state: vial
|
||||
- state: liq-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- state: label
|
||||
visible: false
|
||||
map: ["enum.PaperLabelVisuals.Layer"]
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
vial:
|
||||
maxVol: 20
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: liq-
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14Glass: 25
|
||||
|
||||
- type: entity
|
||||
id: CP14VialSkullReinforced
|
||||
parent: CP14BaseVial
|
||||
name: reinforced skull vial
|
||||
description: A skull-shaped reinforced glass vial to hold a small amount of liquid, now the poison is sure not to accidentally spill onto your skin.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
layers:
|
||||
- state: reinforcement_back
|
||||
- state: vial
|
||||
- state: liq-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- state: reinforcement
|
||||
- state: label
|
||||
visible: false
|
||||
map: ["enum.PaperLabelVisuals.Layer"]
|
||||
- type: Item
|
||||
size: Tiny
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
vial:
|
||||
maxVol: 20
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 5
|
||||
fillBaseName: liq-
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
CP14Glass: 25
|
||||
CP14Copper: 10
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14HandLabeler
|
||||
name: hand labeler
|
||||
description: A hand labeler, used to label items and objects.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Tools/hand_labeler.rsi
|
||||
state: hand_labeler
|
||||
- type: Item
|
||||
sprite: _CP14/Objects/Tools/hand_labeler.rsi
|
||||
storedRotation: -90
|
||||
- type: UseDelay
|
||||
delay: 2.0
|
||||
- type: ActivatableUI
|
||||
key: enum.HandLabelerUiKey.Key
|
||||
inHandsOnly: true
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.HandLabelerUiKey.Key:
|
||||
type: HandLabelerBoundUserInterface
|
||||
- type: HandLabeler
|
||||
whitelist:
|
||||
components:
|
||||
- Item
|
||||
tags:
|
||||
- Structure
|
||||
@@ -58,6 +58,46 @@
|
||||
graph: CP14WoodenDoor
|
||||
node: CP14WoodenDoorFrameMirrored
|
||||
|
||||
- type: entity
|
||||
parent: CP14BaseDoorFrame
|
||||
id: CP14WoodenBirchDoorFrame
|
||||
name: wooden birch door frame
|
||||
description: An unfinished wooden birch door.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Doors/wooden_birch_frame.rsi
|
||||
drawdepth: Mobs
|
||||
state: closed
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: CP14WoodStructural
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 50
|
||||
behaviors:
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14BirchWoodenPlanks1:
|
||||
min: 1
|
||||
max: 2
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoorFrame
|
||||
|
||||
- type: entity
|
||||
parent: CP14WoodenBirchDoorFrame
|
||||
id: CP14WoodenBirchDoorFrameMirrored
|
||||
components:
|
||||
- type: Sprite
|
||||
state: closed_mirrored
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoorFrameMirrored
|
||||
|
||||
- type: entity
|
||||
parent: CP14BaseDoorFrame
|
||||
id: CP14IronDoorFrame
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
- type: entity
|
||||
id: CP14WoodenBirchDoor
|
||||
parent:
|
||||
- CP14BaseDoor
|
||||
- CP14BaseFlammableSpreading
|
||||
name: wooden birch door
|
||||
description: Not the most solid construction, but it's better than nothing.
|
||||
suffix: Opened
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Doors/wooden_birch_door.rsi
|
||||
layers:
|
||||
- state: closed
|
||||
map: ["enum.DoorVisualLayers.Base"]
|
||||
- type: Door
|
||||
openSound:
|
||||
path: /Audio/Effects/door_open.ogg
|
||||
closeSound:
|
||||
path: /Audio/Effects/door_close.ogg
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: CP14WoodStructural
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 75
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14BirchWoodenPlanks1:
|
||||
min: 1
|
||||
max: 2
|
||||
- !type:ChangeConstructionNodeBehavior
|
||||
node: CP14WoodenBirchDoorFrame
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoor
|
||||
|
||||
- type: entity
|
||||
id: CP14WoodenBirchDoorMirrored
|
||||
parent: CP14WoodenBirchDoor
|
||||
suffix: Opened, Mirrored
|
||||
components:
|
||||
- type: Door
|
||||
openSpriteState: open_mirrored
|
||||
closedSpriteState: closed_mirrored
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoorMirrored
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
- type: entity
|
||||
id: CP14WoodenBirchDoorWindowed
|
||||
parent:
|
||||
- CP14BaseDoor
|
||||
- CP14BaseFlammableSpreading
|
||||
name: wooden birch windowed door
|
||||
description: Not the most solid construction, but it's better than nothing.
|
||||
suffix: Opened
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Doors/wooden_birch_windowed_door.rsi
|
||||
layers:
|
||||
- state: closed
|
||||
map: ["enum.DoorVisualLayers.Base"]
|
||||
- type: Occluder
|
||||
enabled: false
|
||||
- type: Door
|
||||
occludes: false
|
||||
openSound:
|
||||
path: /Audio/Effects/door_open.ogg
|
||||
closeSound:
|
||||
path: /Audio/Effects/door_close.ogg
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: CP14WoodStructural
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 75
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14BirchWoodenPlanks1:
|
||||
min: 1
|
||||
max: 2
|
||||
- !type:ChangeConstructionNodeBehavior
|
||||
node: CP14WoodenDoorFrame
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoorWindowed
|
||||
|
||||
- type: entity
|
||||
id: CP14WoodenBirchDoorWindowedMirrored
|
||||
parent: CP14WoodenBirchDoorWindowed
|
||||
suffix: Opened, Mirrored
|
||||
components:
|
||||
- type: Door
|
||||
openSpriteState: open_mirrored
|
||||
closedSpriteState: closed_mirrored
|
||||
- type: Construction
|
||||
graph: CP14WoodenBirchDoor
|
||||
node: CP14WoodenBirchDoorWindowedMirrored
|
||||
@@ -0,0 +1,127 @@
|
||||
- type: constructionGraph
|
||||
id: CP14WoodenBirchDoor
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
actions:
|
||||
- !type:DestroyEntity {}
|
||||
edges:
|
||||
- to: CP14WoodenBirchDoorFrame
|
||||
steps:
|
||||
- material: CP14BirchWoodenPlanks
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- node: CP14WoodenBirchDoorFrame
|
||||
entity: CP14WoodenBirchDoorFrame
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
- to: CP14WoodenBirchDoorFrameMirrored
|
||||
steps:
|
||||
- tool: CP14Hammering
|
||||
doAfter: 1
|
||||
- to: CP14WoodenBirchDoor
|
||||
steps:
|
||||
- material: CP14BirchWoodenPlanks
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- to: CP14WoodenBirchDoorWindowed
|
||||
steps:
|
||||
- material: CP14BirchWoodenPlanks
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- node: CP14WoodenBirchDoorFrameMirrored
|
||||
entity: CP14WoodenBirchDoorFrameMirrored
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
- !type:DeleteEntity {}
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
- to: CP14WoodenBirchDoorFrame
|
||||
steps:
|
||||
- tool: CP14Hammering
|
||||
doAfter: 1
|
||||
- to: CP14WoodenBirchDoorMirrored
|
||||
steps:
|
||||
- material: CP14BirchWoodenPlanks
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- to: CP14WoodenBirchDoorWindowedMirrored
|
||||
steps:
|
||||
- material: CP14BirchWoodenPlanks
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
|
||||
- node: CP14WoodenBirchDoor
|
||||
entity: CP14WoodenBirchDoor
|
||||
edges:
|
||||
- to: CP14WoodenBirchDoorFrame
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
conditions:
|
||||
- !type:Locked
|
||||
locked: false
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
|
||||
- node: CP14WoodenBirchDoorMirrored
|
||||
entity: CP14WoodenBirchDoorMirrored
|
||||
edges:
|
||||
- to: CP14WoodenBirchDoorFrameMirrored
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
conditions:
|
||||
- !type:Locked
|
||||
locked: false
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
|
||||
- node: CP14WoodenBirchDoorWindowed
|
||||
entity: CP14WoodenBirchDoorWindowed
|
||||
edges:
|
||||
- to: CP14WoodenBirchDoorFrame
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
conditions:
|
||||
- !type:Locked
|
||||
locked: false
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
|
||||
- node: CP14WoodenBirchDoorWindowedMirrored
|
||||
entity: CP14WoodenBirchDoorWindowedMirrored
|
||||
edges:
|
||||
- to: CP14WoodenBirchDoorFrameMirrored
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CP14BirchWoodenPlanks1
|
||||
amount: 2
|
||||
conditions:
|
||||
- !type:Locked
|
||||
locked: false
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 4
|
||||
@@ -54,6 +54,62 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
id: CP14WoodenBirchDoor
|
||||
graph: CP14WoodenBirchDoor
|
||||
startNode: start
|
||||
targetNode: CP14WoodenBirchDoor
|
||||
category: construction-category-structures
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: true
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
id: CP14WoodenBirchDoorMirrored
|
||||
graph: CP14WoodenBirchDoor
|
||||
startNode: start
|
||||
targetNode: CP14WoodenBirchDoorMirrored
|
||||
category: construction-category-structures
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: true
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
id: CP14WoodenBirchDoorWindowed
|
||||
graph: CP14WoodenBirchDoor
|
||||
startNode: start
|
||||
targetNode: CP14WoodenBirchDoorWindowed
|
||||
category: construction-category-structures
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: true
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
id: CP14WoodenBirchDoorWindowedMirrored
|
||||
graph: CP14WoodenBirchDoor
|
||||
startNode: start
|
||||
targetNode: CP14WoodenBirchDoorWindowedMirrored
|
||||
category: construction-category-structures
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canRotate: true
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
id: CP14IronDoor
|
||||
|
||||
@@ -26,6 +26,29 @@
|
||||
count: 1
|
||||
result: CP14BucketLucens
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14HandLabeler
|
||||
tag: CP14RecipeWorkbench
|
||||
category: Tools
|
||||
craftTime: 3
|
||||
requirements:
|
||||
- !type:StackGroupResource
|
||||
group: WoodenPlanks
|
||||
count: 2
|
||||
- !type:ProtoIdResource
|
||||
protoId: CP14CrayonWhite
|
||||
count: 1
|
||||
- !type:ProtoIdResource
|
||||
protoId: CP14CrayonBlack
|
||||
count: 1
|
||||
- !type:ProtoIdResource
|
||||
protoId: CP14String
|
||||
count: 1
|
||||
- !type:ProtoIdResource
|
||||
protoId: CP14PenFeather
|
||||
count: 1
|
||||
result: CP14HandLabeler
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14WoodenBeerMug
|
||||
tag: CP14RecipeWorkbench
|
||||
|
||||
@@ -163,6 +163,35 @@
|
||||
count: 4
|
||||
result: CP14VialMediumReinforced
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14VialStar
|
||||
tag: CP14RecipeMeltingFurnace
|
||||
craftTime: 3
|
||||
requirements:
|
||||
- !type:SkillRequired
|
||||
skills:
|
||||
- GlassMelting
|
||||
- !type:StackResource
|
||||
stack: CP14GlassSheet
|
||||
count: 2
|
||||
result: CP14VialStar
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14VialStarReinforced
|
||||
tag: CP14RecipeMeltingFurnace
|
||||
craftTime: 3
|
||||
requirements:
|
||||
- !type:SkillRequired
|
||||
skills:
|
||||
- GlassMelting
|
||||
- !type:StackResource
|
||||
stack: CP14CopperBar
|
||||
count: 1
|
||||
- !type:StackResource
|
||||
stack: CP14GlassSheet
|
||||
count: 2
|
||||
result: CP14VialStarReinforced
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14BaseAlchemyBomb
|
||||
tag: CP14RecipeMeltingFurnace
|
||||
|
||||
@@ -255,4 +255,28 @@
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_small.rsi
|
||||
state: vial
|
||||
service: !type:CP14BuyItemsService
|
||||
product: CP14VialSmallRainbow
|
||||
product: CP14VialSmallRainbow
|
||||
|
||||
- type: cp14TradingPosition
|
||||
id: CP14VialSkull
|
||||
reputationLevel: 3
|
||||
priceMarkup: 2
|
||||
faction: BradPotions
|
||||
uiPosition: 2
|
||||
icon:
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
state: vial
|
||||
service: !type:CP14BuyItemsService
|
||||
product: CP14VialSkull
|
||||
|
||||
- type: cp14TradingPosition
|
||||
id: CP14VialSkullReinforced
|
||||
reputationLevel: 3
|
||||
priceMarkup: 3
|
||||
faction: BradPotions
|
||||
uiPosition: 3
|
||||
icon:
|
||||
sprite: _CP14/Objects/Specific/Alchemy/vial_skull.rsi
|
||||
state: vial
|
||||
service: !type:CP14BuyItemsService
|
||||
product: CP14VialSkullReinforced
|
||||
|
||||
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 227 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"copyright": "Created by .kreks (Discord) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "vial"
|
||||
@@ -30,6 +30,9 @@
|
||||
},
|
||||
{
|
||||
"name": "reinforcement"
|
||||
},
|
||||
{
|
||||
"name": "reinforcement_back"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 448 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 259 B |
|
After Width: | Height: | Size: 306 B |
|
After Width: | Height: | Size: 315 B |
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by .kreks (Discord) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "vial"
|
||||
},
|
||||
{
|
||||
"name": "label"
|
||||
},
|
||||
{
|
||||
"name": "liq-1"
|
||||
},
|
||||
{
|
||||
"name": "liq-2"
|
||||
},
|
||||
{
|
||||
"name": "liq-3"
|
||||
},
|
||||
{
|
||||
"name": "liq-4"
|
||||
},
|
||||
{
|
||||
"name": "liq-5"
|
||||
},
|
||||
{
|
||||
"name": "reinforcement"
|
||||
},
|
||||
{
|
||||
"name": "reinforcement_back"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 200 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 235 B |
|
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 283 B |
|
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 244 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"copyright": "Created by .kreks. (Discord) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "vial"
|
||||
@@ -38,4 +38,4 @@
|
||||
"name": "reinforcement_back"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 212 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 279 B |
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by .kreks (Discord) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "vial"
|
||||
},
|
||||
{
|
||||
"name": "label"
|
||||
},
|
||||
{
|
||||
"name": "liq-1"
|
||||
},
|
||||
{
|
||||
"name": "liq-2"
|
||||
},
|
||||
{
|
||||
"name": "liq-3"
|
||||
},
|
||||
{
|
||||
"name": "liq-4"
|
||||
},
|
||||
{
|
||||
"name": "liq-5"
|
||||
},
|
||||
{
|
||||
"name": "reinforcement"
|
||||
},
|
||||
{
|
||||
"name": "reinforcement_back"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 404 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 184 B |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 182 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"copyright": "Created by .kreks (Discord) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "vial"
|
||||
@@ -35,4 +35,4 @@
|
||||
"name": "reinforcement_back"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 199 B |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 264 B |
|
After Width: | Height: | Size: 715 B |
|
After Width: | Height: | Size: 869 B |
|
After Width: | Height: | Size: 849 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by Deenke/Deenkaide",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "hand_labeler"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By TheShuEd",
|
||||
"copyright": "By TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
@@ -24,4 +24,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By TheShuEd",
|
||||
"copyright": "By TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
@@ -16,4 +16,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By TheShuEd",
|
||||
"copyright": "By TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
@@ -24,4 +24,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By jaraten(discord), mirrored by TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "closed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "open",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "open_mirrored",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "closed_mirrored",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "closed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "closed_mirrored",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By jaraten(discord), add windows and mirrored by TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "closed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "open",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "open_mirrored",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "closed_mirrored",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By jaraten(discord), mirrored by TheShuEd",
|
||||
"copyright": "By jaraten(discord), mirrored by TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
@@ -24,4 +24,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "By TheShuEd",
|
||||
"copyright": "By TheShuEd & resprite by omsoyk",
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 96
|
||||
@@ -16,4 +16,4 @@
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||