Torch craft (#603)

* fix

* Update crates.yml

* loadout torch, flint craft workbench
This commit is contained in:
Ed
2024-11-21 22:48:14 +03:00
committed by GitHub
parent 96fc06a443
commit 548433baca
10 changed files with 38 additions and 10 deletions

View File

@@ -49,17 +49,20 @@
- id: CP14BaseWrench
weight: 2
- id: CP14Scissors
- id: CP14Torch
- id: CP14Lighter
- id: CP14ManaOperationGlove
- id: CP14BaseShovel
- id: CP14BaseMop
- id: CP14BaseBroom
- id: CP14BasePickaxe
- id: CP14CrystalLampBlueEmpty
- id: CP14CrystalLampOrangeEmpty
- !type:GroupSelector
children:
- id: CP14CrystalLampBlueEmpty
- id: CP14CrystalLampOrangeEmpty
- id: CP14Rope
- id: CP14Nail10
- id: CP14EnergyCrystalSmall
- id: CP14Lighter
- id: CP14BaseSharpeningStone
- !type:NestedSelector
tableId: CP14RandomVials

View File

@@ -11,7 +11,10 @@
- state: torch-unlit
map: ["fuel"]
- type: Item
size: Small
size: Normal
shape:
- 0,0,0,2
storedRotation: -65
- type: CP14FlammableAmbientSound
- type: AmbientSound
enabled: false

View File

@@ -305,6 +305,7 @@
- CP14BaseSickle
- CP14BasePickaxe
- CP14Lighter
- CP14Torch
- type: loadout
id: CP14MagicHealingStaff
@@ -395,6 +396,12 @@
back:
- CP14Lighter
- type: loadout
id: CP14Torch
storage:
back:
- CP14Torch
# Spells
- type: loadoutGroup

View File

@@ -51,6 +51,9 @@
- material: CP14WoodenPlanks
amount: 3
doAfter: 3
- material: CP14Cloth
amount: 1
doAfter: 1
- node: CP14WallmountTorch
entity: CP14WallmountTorch

View File

@@ -51,3 +51,21 @@
stacks:
CP14WoodenPlanks: 3
result: CP14BaseBattleStaff
- type: CP14Recipe
id: CP14Torch
tag: CP14RecipeWorkbench
craftTime: 4
stacks:
CP14WoodenPlanks: 3
CP14Cloth: 1
result: CP14Torch
- type: CP14Recipe
id: CP14Lighter
tag: CP14RecipeWorkbench
craftTime: 4
stacks:
CP14Stone: 1
CP14IronBar: 1
result: CP14Lighter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 636 B

View File

@@ -85,12 +85,6 @@
},
{
"name": "torch-unlit"
},
{
"name": "unlit-inhand-left"
},
{
"name": "unlit-inhand-right"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B