mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Necti brinestone cost increase
This commit is contained in:
parent
95cddc6b63
commit
f1a2f090eb
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Fireworks and bombs are (again) available from chests (Sahagin and above).
|
- Fireworks and bombs are (again) available from chests (Sahagin and above).
|
||||||
|
- Increased brinestone armor recipe cost and repair cost.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -1682,8 +1682,8 @@
|
|||||||
output: ("common.items.armor.brinestone.back", 1),
|
output: ("common.items.armor.brinestone.back", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 1, false),
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 2, false),
|
(Item("common.items.crafting_ing.brinestone"), 3, false),
|
||||||
(Item("common.items.crafting_ing.leather.rigid_leather"), 3, false),
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
@ -1692,15 +1692,18 @@
|
|||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 1, false),
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 2, false),
|
(Item("common.items.crafting_ing.brinestone"), 2, false),
|
||||||
|
(Item("common.items.crafting_ing.hide.plate"), 1, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
"brinestone_chest": (
|
"brinestone_chest": (
|
||||||
output: ("common.items.armor.brinestone.chest", 1),
|
output: ("common.items.armor.brinestone.chest", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 2, false),
|
(Item("common.items.mineral.ingot.gold"), 4, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 4, false),
|
(Item("common.items.crafting_ing.brinestone"), 10, false),
|
||||||
(Item("common.items.crafting_ing.leather.rigid_leather"), 2, false),
|
(Item("common.items.crafting_ing.hide.plate"), 4, false),
|
||||||
|
(Item("common.items.crafting_ing.abyssal_heart"), 1, false),
|
||||||
|
(Item("common.items.crafting_ing.coral_branch"), 2, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
@ -1708,15 +1711,19 @@
|
|||||||
output: ("common.items.armor.brinestone.foot", 1),
|
output: ("common.items.armor.brinestone.foot", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 1, false),
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 2, false),
|
(Item("common.items.crafting_ing.brinestone"), 3, false),
|
||||||
|
(Item("common.items.crafting_ing.hide.plate"), 1, false),
|
||||||
|
(Item("common.items.crafting_ing.coral_branch"), 1, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
"brinestone_hands": (
|
"brinestone_hands": (
|
||||||
output: ("common.items.armor.brinestone.hand", 1),
|
output: ("common.items.armor.brinestone.hand", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.pearl"), 1, false),
|
(Item("common.items.mineral.ingot.gold"), 1, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 2, false),
|
(Item("common.items.crafting_ing.brinestone"), 3, false),
|
||||||
|
(Item("common.items.crafting_ing.hide.plate"), 1, false),
|
||||||
|
(Item("common.items.crafting_ing.coral_branch"), 1, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
@ -1724,8 +1731,8 @@
|
|||||||
output: ("common.items.armor.brinestone.pants", 1),
|
output: ("common.items.armor.brinestone.pants", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 2, false),
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 4, false),
|
(Item("common.items.crafting_ing.brinestone"), 8, false),
|
||||||
(Item("common.items.crafting_ing.leather.rigid_leather"), 3, false),
|
(Item("common.items.crafting_ing.hide.plate"), 3, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
@ -1733,17 +1740,20 @@
|
|||||||
output: ("common.items.armor.brinestone.shoulder", 1),
|
output: ("common.items.armor.brinestone.shoulder", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 2, false),
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 4, false),
|
(Item("common.items.crafting_ing.brinestone"), 8, false),
|
||||||
(Item("common.items.crafting_ing.leather.rigid_leather"), 4, false),
|
(Item("common.items.crafting_ing.hide.plate"), 4, false),
|
||||||
|
(Item("common.items.crafting_ing.pearl"), 4, false),
|
||||||
|
(Item("common.items.crafting_ing.coral_branch"), 2, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
"brinestone_crown": (
|
"brinestone_crown": (
|
||||||
output: ("common.items.armor.brinestone.crown", 1),
|
output: ("common.items.armor.brinestone.crown", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.mineral.ingot.gold"), 1, false),
|
(Item("common.items.mineral.ingot.gold"), 2, false),
|
||||||
(Item("common.items.crafting_ing.pearl"), 2, false),
|
(Item("common.items.crafting_ing.brinestone"), 3, false),
|
||||||
(Item("common.items.crafting_ing.brinestone"), 4, false),
|
(Item("common.items.crafting_ing.pearl"), 1, false),
|
||||||
|
(Item("common.items.crafting_ing.coral_branch"), 2, false),
|
||||||
],
|
],
|
||||||
craft_sprite: Some(Anvil),
|
craft_sprite: Some(Anvil),
|
||||||
),
|
),
|
||||||
|
@ -1061,6 +1061,62 @@ recipes: {
|
|||||||
(Item("common.items.mineral.ore.velorite"), 2),
|
(Item("common.items.mineral.ore.velorite"), 2),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.back"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 1),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 4),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 1),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.crown"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 2),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 6),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 2),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.belt"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 1),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 4),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 1),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.chest"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 3),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 12),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 3),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.foot"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 1),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 4),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 1),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.hand"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 1),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 4),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 1),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.pants"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 2),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 8),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 2),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
ItemDefId("common.items.armor.brinestone.shoulder"): (
|
||||||
|
inputs: [
|
||||||
|
(Item("common.items.crafting_ing.brinestone"), 2),
|
||||||
|
(Item("common.items.mineral.ore.veloritefrag"), 8),
|
||||||
|
(Item("common.items.mineral.ore.velorite"), 2),
|
||||||
|
],
|
||||||
|
),
|
||||||
// ARMOR/CULTIST
|
// ARMOR/CULTIST
|
||||||
ItemDefId("common.items.armor.cultist.back"): (
|
ItemDefId("common.items.armor.cultist.back"): (
|
||||||
inputs: [
|
inputs: [
|
||||||
|
Loading…
Reference in New Issue
Block a user