Torch craft (#603)
* fix * Update crates.yml * loadout torch, flint craft workbench
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -51,6 +51,9 @@
|
||||
- material: CP14WoodenPlanks
|
||||
amount: 3
|
||||
doAfter: 3
|
||||
- material: CP14Cloth
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
|
||||
- node: CP14WallmountTorch
|
||||
entity: CP14WallmountTorch
|
||||
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user