mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reduce duplication in glider asset identifiers
This commit is contained in:
parent
e70bbcb4f8
commit
d42d9166a1
@ -5,5 +5,5 @@
|
|||||||
Armor(Feet): Item("common.items.armor.misc.foot.sandals"),
|
Armor(Feet): Item("common.items.armor.misc.foot.sandals"),
|
||||||
|
|
||||||
Lantern: Item("common.items.lantern.black_0"),
|
Lantern: Item("common.items.lantern.black_0"),
|
||||||
Glider: Item("common.items.glider.glider_cloverleaf"),
|
Glider: Item("common.items.glider.cloverleaf"),
|
||||||
})
|
})
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
(2.0, None),
|
(2.0, None),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
Glider: Item("common.items.glider.glider_blue"),
|
Glider: Item("common.items.glider.blue"),
|
||||||
})
|
})
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
(2.0, None),
|
(2.0, None),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
Glider: Item("common.items.glider.glider_purp"),
|
Glider: Item("common.items.glider.skullgrin"),
|
||||||
|
|
||||||
ActiveMainhand: Choice([
|
ActiveMainhand: Choice([
|
||||||
(2.0, Some(Item("common.items.weapons.axe_1h.orichalcum-0"))),
|
(2.0, Some(Item("common.items.weapons.axe_1h.orichalcum-0"))),
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
// Misc
|
// Misc
|
||||||
Lantern: Item("common.items.lantern.black_0"),
|
Lantern: Item("common.items.lantern.black_0"),
|
||||||
Armor(Tabard): Item("common.items.debug.admin"),
|
Armor(Tabard): Item("common.items.debug.admin"),
|
||||||
Glider: Item("common.items.glider.glider_basic_red"),
|
Glider: Item("common.items.glider.basic_red"),
|
||||||
Armor(Bag1): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
Armor(Bag1): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
||||||
Armor(Bag2): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
Armor(Bag2): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
||||||
Armor(Bag3): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
Armor(Bag3): Item("common.items.armor.misc.bag.tiny_leather_pouch"),
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
(0.25, Item("common.items.armor.misc.neck.plain_1")),
|
(0.25, Item("common.items.armor.misc.neck.plain_1")),
|
||||||
(1.5, LootTable("common.loot_tables.materials.common")),
|
(1.5, LootTable("common.loot_tables.materials.common")),
|
||||||
(3.5, LootTable("common.loot_tables.materials.underground")),
|
(3.5, LootTable("common.loot_tables.materials.underground")),
|
||||||
(0.1, Item("common.items.glider.glider_blue")),
|
(0.1, Item("common.items.glider.blue")),
|
||||||
(0.05, Item("common.items.glider.glider_morpho")),
|
(0.05, Item("common.items.glider.morpho")),
|
||||||
(0.05, Item("common.items.glider.glider_monarch")),
|
(0.05, Item("common.items.glider.monarch")),
|
||||||
(0.05, Item("common.items.glider.glider_moth")),
|
(0.05, Item("common.items.glider.moth")),
|
||||||
(0.05, Item("common.items.armor.misc.ring.gold")),
|
(0.05, Item("common.items.armor.misc.ring.gold")),
|
||||||
(0.1, Item("common.items.lantern.geode_purp")),
|
(0.1, Item("common.items.lantern.geode_purp")),
|
||||||
(2.0, LootTable("common.loot_tables.weapons.tier-3")),
|
(2.0, LootTable("common.loot_tables.weapons.tier-3")),
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
(1.0, LootTable("common.loot_tables.weapons.cave")),
|
(1.0, LootTable("common.loot_tables.weapons.cave")),
|
||||||
// Rare misc items
|
// Rare misc items
|
||||||
(1.0, Item("common.items.boss_drops.lantern")),
|
(1.0, Item("common.items.boss_drops.lantern")),
|
||||||
(1.0, Item("common.items.glider.glider_purp")),
|
(1.0, Item("common.items.glider.skullgrin")),
|
||||||
// Legendary weapons
|
// Legendary weapons
|
||||||
(1.0, LootTable("common.loot_tables.weapons.legendary")),
|
(1.0, LootTable("common.loot_tables.weapons.legendary")),
|
||||||
// Crafting material
|
// Crafting material
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
// Cosmetic items
|
// Cosmetic items
|
||||||
(1.0, Item("common.items.armor.misc.back.dungeon_purple")),
|
(1.0, Item("common.items.armor.misc.back.dungeon_purple")),
|
||||||
(1.0, Item("common.items.armor.misc.ring.skull")),
|
(1.0, Item("common.items.armor.misc.ring.skull")),
|
||||||
(1.0, Item("common.items.glider.glider_blue")),
|
(1.0, Item("common.items.glider.blue")),
|
||||||
]
|
]
|
||||||
|
@ -430,7 +430,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Plain Cloth Glider": (
|
"Plain Cloth Glider": (
|
||||||
output: ("common.items.glider.glider_basic_white", 1),
|
output: ("common.items.glider.basic_white", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
(Item("common.items.crafting_ing.leather.leather_strips"), 5),
|
(Item("common.items.crafting_ing.leather.leather_strips"), 5),
|
||||||
@ -442,7 +442,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Red Cloth Glider": (
|
"Red Cloth Glider": (
|
||||||
output: ("common.items.glider.glider_basic_red", 1),
|
output: ("common.items.glider.basic_red", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
(Item("common.items.crafting_ing.cloth.linen_red"), 10),
|
(Item("common.items.crafting_ing.cloth.linen_red"), 10),
|
||||||
@ -454,7 +454,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Leaves Glider": (
|
"Leaves Glider": (
|
||||||
output: ("common.items.glider.glider_leaves", 1),
|
output: ("common.items.glider.leaves", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
(Item("common.items.crafting_ing.leather.thick_leather"), 4),
|
(Item("common.items.crafting_ing.leather.thick_leather"), 4),
|
||||||
@ -467,7 +467,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Sand Raptor Wings": (
|
"Sand Raptor Wings": (
|
||||||
output: ("common.items.glider.glider_sandraptor", 1),
|
output: ("common.items.glider.sandraptor", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
@ -480,7 +480,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Snow Raptor Wings": (
|
"Snow Raptor Wings": (
|
||||||
output: ("common.items.glider.glider_snowraptor", 1),
|
output: ("common.items.glider.snowraptor", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
@ -494,7 +494,7 @@
|
|||||||
is_recycling: false,
|
is_recycling: false,
|
||||||
),
|
),
|
||||||
"Wood Raptor Wings": (
|
"Wood Raptor Wings": (
|
||||||
output: ("common.items.glider.glider_woodraptor", 1),
|
output: ("common.items.glider.woodraptor", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
(Item("common.items.crafting_ing.animal_misc.raptor_feather"), 6),
|
||||||
(Item("common.items.crafting_ing.twigs"), 5),
|
(Item("common.items.crafting_ing.twigs"), 5),
|
||||||
|
@ -9,11 +9,11 @@
|
|||||||
[
|
[
|
||||||
/// Non-craftable gliders
|
/// Non-craftable gliders
|
||||||
// Butterfly gliders
|
// Butterfly gliders
|
||||||
(5, Item("common.items.glider.glider_morpho")),
|
(5, Item("common.items.glider.morpho")),
|
||||||
(5, Item("common.items.glider.glider_monarch")),
|
(5, Item("common.items.glider.monarch")),
|
||||||
(5, Item("common.items.glider.glider_moth")),
|
(5, Item("common.items.glider.moth")),
|
||||||
// Skullgrin
|
// Skullgrin
|
||||||
(2, Item("common.items.glider.glider_purp")),
|
(2, Item("common.items.glider.skullgrin")),
|
||||||
|
|
||||||
/// Lanterns
|
/// Lanterns
|
||||||
(5, Item("common.items.lantern.geode_purp")),
|
(5, Item("common.items.lantern.geode_purp")),
|
||||||
|
@ -2686,51 +2686,51 @@
|
|||||||
),
|
),
|
||||||
// Gliders
|
// Gliders
|
||||||
Glider("Starter"): VoxTrans(
|
Glider("Starter"): VoxTrans(
|
||||||
"voxel.glider.glider_starter",
|
"voxel.glider.starter",
|
||||||
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
||||||
),
|
),
|
||||||
Glider("PlainCloth"): VoxTrans(
|
Glider("PlainCloth"): VoxTrans(
|
||||||
"voxel.glider.glider_basic_white",
|
"voxel.glider.basic_white",
|
||||||
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
||||||
),
|
),
|
||||||
Glider("RedCloth"): VoxTrans(
|
Glider("RedCloth"): VoxTrans(
|
||||||
"voxel.glider.glider_basic_red",
|
"voxel.glider.basic_red",
|
||||||
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
(-2.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.9,
|
||||||
),
|
),
|
||||||
Glider("Blue0"): VoxTrans(
|
Glider("Blue0"): VoxTrans(
|
||||||
"voxel.glider.glider_blue",
|
"voxel.glider.blue",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("ButterflyMorpho"): VoxTrans(
|
Glider("ButterflyMorpho"): VoxTrans(
|
||||||
"voxel.glider.glider_butterfly1",
|
"voxel.glider.butterfly1",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("ButterflyMonarch"): VoxTrans(
|
Glider("ButterflyMonarch"): VoxTrans(
|
||||||
"voxel.glider.glider_butterfly2",
|
"voxel.glider.butterfly2",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("MothLuna"): VoxTrans(
|
Glider("MothLuna"): VoxTrans(
|
||||||
"voxel.glider.glider_moth",
|
"voxel.glider.moth",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("SandRaptor"): VoxTrans(
|
Glider("SandRaptor"): VoxTrans(
|
||||||
"voxel.glider.glider_sandraptor",
|
"voxel.glider.sandraptor",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("SnowRaptor"): VoxTrans(
|
Glider("SnowRaptor"): VoxTrans(
|
||||||
"voxel.glider.glider_snowraptor",
|
"voxel.glider.snowraptor",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("WoodRaptor"): VoxTrans(
|
Glider("WoodRaptor"): VoxTrans(
|
||||||
"voxel.glider.glider_woodraptor",
|
"voxel.glider.woodraptor",
|
||||||
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("Purple0"): VoxTrans(
|
Glider("Purple0"): VoxTrans(
|
||||||
"voxel.glider.glider_cultists",
|
"voxel.glider.cultists",
|
||||||
(5.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(5.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
Glider("Leaves"): VoxTrans(
|
Glider("Leaves"): VoxTrans(
|
||||||
"voxel.glider.glider_leaves",
|
"voxel.glider.leaves",
|
||||||
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
|
||||||
),
|
),
|
||||||
// Debug Items
|
// Debug Items
|
||||||
|
@ -5,51 +5,51 @@
|
|||||||
),
|
),
|
||||||
map: {
|
map: {
|
||||||
"Starter": (
|
"Starter": (
|
||||||
vox_spec: ("glider.glider_starter", (-15.0, -5.0, 0.0)),
|
vox_spec: ("glider.starter", (-15.0, -5.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"PlainCloth": (
|
"PlainCloth": (
|
||||||
vox_spec: ("glider.glider_basic_white", (-25.0, -20.0, 0.0)),
|
vox_spec: ("glider.basic_white", (-25.0, -20.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"RedCloth": (
|
"RedCloth": (
|
||||||
vox_spec: ("glider.glider_basic_red", (-25.0, -20.0, 0.0)),
|
vox_spec: ("glider.basic_red", (-25.0, -20.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"Blue0": (
|
"Blue0": (
|
||||||
vox_spec: ("glider.glider_blue", (-26.0, -26.0, 0.0)),
|
vox_spec: ("glider.blue", (-26.0, -26.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"ButterflyMorpho": (
|
"ButterflyMorpho": (
|
||||||
vox_spec: ("glider.glider_butterfly1", (-26.0, -13.0, 0.0)),
|
vox_spec: ("glider.butterfly1", (-26.0, -13.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"ButterflyMonarch": (
|
"ButterflyMonarch": (
|
||||||
vox_spec: ("glider.glider_butterfly2", (-26.0, -13.0, 0.0)),
|
vox_spec: ("glider.butterfly2", (-26.0, -13.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"MothLuna": (
|
"MothLuna": (
|
||||||
vox_spec: ("glider.glider_moth", (-26.0, -22.0, 0.0)),
|
vox_spec: ("glider.moth", (-26.0, -22.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"SandRaptor": (
|
"SandRaptor": (
|
||||||
vox_spec: ("glider.glider_sandraptor", (-26.0, -25.0, 0.0)),
|
vox_spec: ("glider.sandraptor", (-26.0, -25.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"SnowRaptor": (
|
"SnowRaptor": (
|
||||||
vox_spec: ("glider.glider_snowraptor", (-26.0, -25.0, 0.0)),
|
vox_spec: ("glider.snowraptor", (-26.0, -25.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"WoodRaptor": (
|
"WoodRaptor": (
|
||||||
vox_spec: ("glider.glider_woodraptor", (-26.0, -25.0, 0.0)),
|
vox_spec: ("glider.woodraptor", (-26.0, -25.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"Purple0": (
|
"Purple0": (
|
||||||
vox_spec: ("glider.glider_cultists", (-26.0, -26.0, 0.0)),
|
vox_spec: ("glider.cultists", (-26.0, -26.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
"Leaves": (
|
"Leaves": (
|
||||||
vox_spec: ("glider.glider_leaves", (-26.0, -26.0, 0.0)),
|
vox_spec: ("glider.leaves", (-26.0, -26.0, 0.0)),
|
||||||
color: None
|
color: None
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
14
server/src/migrations/V44__reduce_asset_duplication.sql
Normal file
14
server/src/migrations/V44__reduce_asset_duplication.sql
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
-- Update asset names
|
||||||
|
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.basic_white' WHERE item_definition_id = 'common.items.glider.glider_basic_white';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.basic_red' WHERE item_definition_id = 'common.items.glider.glider_basic_red';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.blue' WHERE item_definition_id = 'common.items.glider.glider_blue';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.cloverleaf' WHERE item_definition_id = 'common.items.glider.glider_cloverleaf';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.leaves' WHERE item_definition_id = 'common.items.glider.glider_leaves';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.monarch' WHERE item_definition_id = 'common.items.glider.glider_monarch';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.morpho' WHERE item_definition_id = 'common.items.glider.glider_morpho';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.moth' WHERE item_definition_id = 'common.items.glider.glider_moth';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.skullgrin' WHERE item_definition_id = 'common.items.glider.glider_purp';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.sandraptor' WHERE item_definition_id = 'common.items.glider.glider_sandraptor';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.snowraptor' WHERE item_definition_id = 'common.items.glider.glider_snowraptor';
|
||||||
|
UPDATE item SET item_definition_id = 'common.items.glider.woodraptor' WHERE item_definition_id = 'common.items.glider.glider_woodraptor';
|
Loading…
Reference in New Issue
Block a user