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),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
quality: Common,
|
||||
tags: [
|
||||
SalvageInto(Amethyst, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
energy_reward: Some(-0.15),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
quality: High,
|
||||
tags: [
|
||||
SalvageInto(Emerald, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
precision_power: Some(0.0225),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
quality: High,
|
||||
tags: [
|
||||
SalvageInto(Sapphire, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
precision_power: Some(-0.02),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
quality: Common,
|
||||
tags: [
|
||||
SalvageInto(Amethyst, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
energy_reward: Some(-0.1),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
quality: High,
|
||||
tags: [
|
||||
SalvageInto(Emerald, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
precision_power: Some(0.015),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
quality: High,
|
||||
tags: [
|
||||
SalvageInto(Sapphire, 1),
|
||||
],
|
||||
|
@ -9,7 +9,7 @@ ItemDef(
|
||||
energy_reward: Some(-0.05),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
quality: Common,
|
||||
tags: [
|
||||
SalvageInto(Topaz, 1),
|
||||
],
|
||||
|
@ -8,6 +8,6 @@ ItemDef(
|
||||
flicker_thousandths: 600,
|
||||
),
|
||||
),
|
||||
quality: High,
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
)
|
@ -4,6 +4,6 @@ ItemDef(
|
||||
kind: Ingredient(
|
||||
descriptor: "Tin",
|
||||
),
|
||||
quality: Common,
|
||||
quality: Low,
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
|
@ -5,6 +5,6 @@ ItemDef(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Common,
|
||||
quality: Moderate,
|
||||
tags: [],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user