mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'jcoxeye/item-tiering-fixes' into 'master'
Adjusted tiers of various items See merge request veloren/veloren!4249
This commit is contained in:
commit
ef84ab6603
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
precision_power: Some(-0.03),
|
precision_power: Some(-0.03),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Moderate,
|
quality: Common,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Amethyst, 1),
|
SalvageInto(Amethyst, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
energy_reward: Some(-0.15),
|
energy_reward: Some(-0.15),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: High,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Emerald, 1),
|
SalvageInto(Emerald, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
precision_power: Some(0.0225),
|
precision_power: Some(0.0225),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Moderate,
|
quality: High,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Sapphire, 1),
|
SalvageInto(Sapphire, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
precision_power: Some(-0.02),
|
precision_power: Some(-0.02),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Moderate,
|
quality: Common,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Amethyst, 1),
|
SalvageInto(Amethyst, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
energy_reward: Some(-0.1),
|
energy_reward: Some(-0.1),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Epic,
|
quality: High,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Emerald, 1),
|
SalvageInto(Emerald, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
precision_power: Some(0.015),
|
precision_power: Some(0.015),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Moderate,
|
quality: High,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Sapphire, 1),
|
SalvageInto(Sapphire, 1),
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
energy_reward: Some(-0.05),
|
energy_reward: Some(-0.05),
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Moderate,
|
quality: Common,
|
||||||
tags: [
|
tags: [
|
||||||
SalvageInto(Topaz, 1),
|
SalvageInto(Topaz, 1),
|
||||||
],
|
],
|
||||||
|
@ -8,6 +8,6 @@ ItemDef(
|
|||||||
flicker_thousandths: 600,
|
flicker_thousandths: 600,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
quality: High,
|
quality: Legendary,
|
||||||
tags: [Utility],
|
tags: [Utility],
|
||||||
)
|
)
|
@ -4,6 +4,6 @@ ItemDef(
|
|||||||
kind: Ingredient(
|
kind: Ingredient(
|
||||||
descriptor: "Tin",
|
descriptor: "Tin",
|
||||||
),
|
),
|
||||||
quality: Common,
|
quality: Low,
|
||||||
tags: [MaterialKind(Metal)],
|
tags: [MaterialKind(Metal)],
|
||||||
)
|
)
|
||||||
|
@ -5,6 +5,6 @@ ItemDef(
|
|||||||
// Descriptor not needed
|
// Descriptor not needed
|
||||||
descriptor: "",
|
descriptor: "",
|
||||||
),
|
),
|
||||||
quality: Common,
|
quality: Moderate,
|
||||||
tags: [],
|
tags: [],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user