Merge branch 'snowram/new-weapons-fix' into 'master'

Fix a staff icon, some offset fixes, lower wolf spawn rate

See merge request veloren/veloren!2025
This commit is contained in:
Snowram 2021-03-30 01:04:37 +00:00
commit f5bd61a683
8 changed files with 14 additions and 22 deletions

View File

@ -64,8 +64,8 @@ Is the client up to date?"#,
"common.weapons.bow": "Bow", "common.weapons.bow": "Bow",
"common.weapons.hammer": "Hammer", "common.weapons.hammer": "Hammer",
"common.weapons.general": "General Combat", "common.weapons.general": "General Combat",
"common.weapons.sceptre": "Healing Sceptre", "common.weapons.sceptre": "Sceptre",
"common.weapons.sceptre": "Shield", "common.weapons.shield": "Shield",
"common.weapons.spear": "Spear", "common.weapons.spear": "Spear",
"common.weapons.hammer_simple": "Simple Hammer", "common.weapons.hammer_simple": "Simple Hammer",
"common.weapons.sword_simple": "Simple Sword", "common.weapons.sword_simple": "Simple Sword",

View File

@ -63,8 +63,8 @@ Le client est-il à jour?"#,
"common.weapons.staff": "Bâton", "common.weapons.staff": "Bâton",
"common.weapons.bow": "Arc", "common.weapons.bow": "Arc",
"common.weapons.hammer": "Marteau", "common.weapons.hammer": "Marteau",
"common.weapons.sceptre": "Sceptre de soin", "common.weapons.sceptre": "Sceptre",
"common.weapons.sceptre": "Bouclier", "common.weapons.shield": "Bouclier",
"common.weapons.spear": "Lance", "common.weapons.spear": "Lance",
"common.weapons.hammer_simple": "Marteau Simple", "common.weapons.hammer_simple": "Marteau Simple",
"common.weapons.sword_simple": "Épée Simple", "common.weapons.sword_simple": "Épée Simple",

View File

@ -870,7 +870,7 @@
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2, (1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
), ),
Tool("common.items.weapons.staff.bone_staff"): VoxTrans( Tool("common.items.weapons.staff.bone_staff"): VoxTrans(
"voxel.weapon.staff.firestaff_bone", "voxel.weapon.staff.bone_staff",
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2, (1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.2,
), ),
Tool("common.items.weapons.staff.crimson_eye"): VoxTrans( Tool("common.items.weapons.staff.crimson_eye"): VoxTrans(
@ -921,10 +921,6 @@
"voxel.weapon.staff.heated_arm", "voxel.weapon.staff.heated_arm",
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.1, (1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.1,
), ),
Tool("common.items.weapons.staff.eldwood"): VoxTrans(
"voxel.weapon.staff.eldwood",
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.1,
),
Tool("common.items.weapons.staff.frostwood_torch"): VoxTrans( Tool("common.items.weapons.staff.frostwood_torch"): VoxTrans(
"voxel.weapon.staff.frostwood_torch", "voxel.weapon.staff.frostwood_torch",
(1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.1, (1.0, 0.0, 0.0), (-130., 90.0, 0.0), 1.1,

View File

@ -862,7 +862,7 @@
color: None color: None
), ),
"common.items.weapons.staff.bone_staff": ( "common.items.weapons.staff.bone_staff": (
vox_spec: ("weapon.staff.firestaff_bone", (-1.5, -2.5, -3.0)), vox_spec: ("weapon.staff.bone_staff", (-1.5, -2.5, -3.0)),
color: None color: None
), ),
"common.items.weapons.staff.crimson_eye": ( "common.items.weapons.staff.crimson_eye": (
@ -913,32 +913,28 @@
vox_spec: ("weapon.staff.bent_fuse", (-2.0, -2.5, -5.0)), vox_spec: ("weapon.staff.bent_fuse", (-2.0, -2.5, -5.0)),
color: None color: None
), ),
"common.items.weapons.staff.eldwood": (
vox_spec: ("weapon.staff.eldwood", (-1.5, -4.5, -3.0)),
color: None
),
"common.items.weapons.staff.frostwood_torch": ( "common.items.weapons.staff.frostwood_torch": (
vox_spec: ("weapon.staff.frostwood_torch", (-2.5, -3.5, -3.0)), vox_spec: ("weapon.staff.frostwood_torch", (-2.5, -3.5, -3.0)),
color: None color: None
), ),
"common.items.weapons.staff.golden_khakkara": ( "common.items.weapons.staff.golden_khakkara": (
vox_spec: ("weapon.staff.golden_khakkara", (-2.5, -3.5, -4.0)), vox_spec: ("weapon.staff.golden_khakkara", (-2.5, -3.5, -6.0)),
color: None color: None
), ),
"common.items.weapons.staff.laevateinn": ( "common.items.weapons.staff.laevateinn": (
vox_spec: ("weapon.staff.laevateinn", (-1.5, -4.5, -4.0)), vox_spec: ("weapon.staff.laevateinn", (-1.5, -4.5, -6.0)),
color: None color: None
), ),
"common.items.weapons.staff.ruby_rod": ( "common.items.weapons.staff.ruby_rod": (
vox_spec: ("weapon.staff.ruby_rod", (-1.5, -3.5, -3.0)), vox_spec: ("weapon.staff.ruby_rod", (-1.5, -3.5, -4.0)),
color: None color: None
), ),
"common.items.weapons.staff.dragon_tongue": ( "common.items.weapons.staff.dragon_tongue": (
vox_spec: ("weapon.staff.dragon_tongue", (-2.5, -6.0, -5.0)), vox_spec: ("weapon.staff.dragon_tongue", (-2.5, -6.0, -7.0)),
color: None color: None
), ),
"common.items.weapons.staff.solar": ( "common.items.weapons.staff.solar": (
vox_spec: ("weapon.staff.solar", (-1.5, -4.5, -3.0)), vox_spec: ("weapon.staff.solar", (-1.5, -4.5, -4.0)),
color: None color: None
), ),
// Sceptres // Sceptres
@ -979,7 +975,7 @@
color: None color: None
), ),
"common.items.weapons.sceptre.caduceus": ( "common.items.weapons.sceptre.caduceus": (
vox_spec: ("weapon.sceptre.caduceus", (-1.5, -4.5, -4.0)), vox_spec: ("weapon.sceptre.caduceus", (-1.5, -4.5, -6.0)),
color: None color: None
), ),
"common.items.weapons.sceptre.coralline_cane": ( "common.items.weapons.sceptre.coralline_cane": (
@ -995,7 +991,7 @@
color: None color: None
), ),
"common.items.weapons.sceptre.druids_arbor": ( "common.items.weapons.sceptre.druids_arbor": (
vox_spec: ("weapon.sceptre.druids_arbor", (-1.5, -4.5, -6.0)), vox_spec: ("weapon.sceptre.druids_arbor", (-1.5, -4.5, -4.0)),
color: None color: None
), ),
"common.items.weapons.sceptre.amethyst": ( "common.items.weapons.sceptre.amethyst": (

Binary file not shown.

View File

@ -171,7 +171,7 @@ pub fn apply_wildlife_supplement<'a, R: Rng>(
group_size: 3..8, group_size: 3..8,
is_underwater: false, is_underwater: false,
get_density: |c, col| { get_density: |c, col| {
close(c.temp, CONFIG.snow_temp + 0.2, 0.6) * col.tree_density * BASE_DENSITY * 1.0 close(c.temp, CONFIG.snow_temp + 0.2, 0.6) * col.tree_density * BASE_DENSITY * 0.9
}, },
}, },
// Taiga pack wild // Taiga pack wild