mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Set stats of entities movesets under the Object(body) tag to pre-modular and change all entities found within dungeons, to pre-modular stats
This commit is contained in:
parent
8c1d4359a8
commit
16d5ea1e3c
@ -1,7 +1,7 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.5,
|
||||
buildup_duration: 0.75,
|
||||
cast_duration: 0.2,
|
||||
recover_duration: 0.2,
|
||||
recover_duration: 0.3,
|
||||
summon_amount: 12,
|
||||
summon_distance: (4, 9),
|
||||
summon_info: (
|
||||
|
@ -1,7 +1,7 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.5,
|
||||
buildup_duration: 0.75,
|
||||
cast_duration: 1.0,
|
||||
recover_duration: 0.5,
|
||||
recover_duration: 0.75,
|
||||
summon_amount: 1,
|
||||
summon_distance: (1, 1),
|
||||
summon_info: (
|
||||
|
@ -1,9 +1,9 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 2.0,
|
||||
recover_duration: 0.6,
|
||||
buildup_duration: 1.5,
|
||||
recover_duration: 0.45,
|
||||
projectile: Arrow(
|
||||
damage: 40.0,
|
||||
damage: 30.0,
|
||||
knockback: 5.0,
|
||||
energy_regen: 10.0,
|
||||
),
|
||||
|
@ -1,8 +1,8 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.5,
|
||||
recover_duration: 0.5,
|
||||
buildup_duration: 0.375,
|
||||
recover_duration: 0.375,
|
||||
beam_duration: 2.0,
|
||||
damage: 7,
|
||||
damage: 5.25,
|
||||
tick_rate: 3.0,
|
||||
range: 20.0,
|
||||
max_angle: 15.0,
|
||||
|
@ -1,9 +1,9 @@
|
||||
Shockwave(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 3.0,
|
||||
buildup_duration: 4.5,
|
||||
swing_duration: 0.12,
|
||||
recover_duration: 2.4,
|
||||
damage: 40.0,
|
||||
recover_duration: 3.6,
|
||||
damage: 60.0,
|
||||
poise_damage: 30,
|
||||
knockback: (strength: 30.0, direction: TowardsUp),
|
||||
shockwave_angle: 90.0,
|
||||
|
@ -1,10 +1,10 @@
|
||||
SpinMelee(
|
||||
buildup_duration: 0.7,
|
||||
buildup_duration: 1.05,
|
||||
swing_duration: 0.3,
|
||||
recover_duration: 0.4,
|
||||
recover_duration: 0.6,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 30.0,
|
||||
damage: 45.0,
|
||||
poise: 30.0,
|
||||
knockback: 20.0,
|
||||
energy_regen: 0.0,
|
||||
|
@ -1,11 +1,11 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 1.6,
|
||||
buildup_duration: 2.4,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 1.0,
|
||||
recover_duration: 1.5,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 20.0,
|
||||
damage: 30.0,
|
||||
poise: 25.0,
|
||||
knockback: 15.0,
|
||||
energy_regen: 0.0,
|
||||
|
@ -1,11 +1,11 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.2,
|
||||
buildup_duration: 0.3,
|
||||
swing_duration: 0.05,
|
||||
recover_duration: 0.3,
|
||||
recover_duration: 0.45,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 6,
|
||||
damage: 9,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
|
@ -1,7 +1,7 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
recover_duration: 0.3,
|
||||
buildup_duration: 0.75,
|
||||
recover_duration: 0.45,
|
||||
projectile: Arrow(
|
||||
damage: 4,
|
||||
knockback: 0,
|
||||
|
@ -1,9 +1,9 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.55,
|
||||
recover_duration: 0.4,
|
||||
buildup_duration: 0.825,
|
||||
recover_duration: 0.6,
|
||||
projectile: Fireball(
|
||||
damage: 9.0,
|
||||
damage: 13.5,
|
||||
radius: 2.0,
|
||||
energy_regen: 10.0,
|
||||
min_falloff: 0.5,
|
||||
|
@ -1,9 +1,9 @@
|
||||
Shockwave(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.65,
|
||||
buildup_duration: 0.975,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.4,
|
||||
damage: 20,
|
||||
recover_duration: 0.6,
|
||||
damage: 30,
|
||||
poise_damage: 0,
|
||||
knockback: ( strength: 25, direction: Away),
|
||||
shockwave_angle: 360,
|
||||
|
@ -1,11 +1,11 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.4,
|
||||
buildup_duration: 0.6,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.3,
|
||||
recover_duration: 0.45,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 8,
|
||||
damage: 12,
|
||||
poise: 10,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
|
@ -1,7 +1,7 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
summon_amount: 1,
|
||||
summon_distance: (1, 4),
|
||||
summon_info: (
|
||||
|
@ -1,7 +1,7 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
summon_amount: 1,
|
||||
summon_distance: (1, 4),
|
||||
summon_info: (
|
||||
|
@ -1,7 +1,7 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
summon_amount: 1,
|
||||
summon_distance: (1, 4),
|
||||
summon_info: (
|
||||
|
@ -1,11 +1,11 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.1,
|
||||
buildup_duration: 0.15,
|
||||
swing_duration: 0.05,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
melee_constructor: (
|
||||
kind: Stab(
|
||||
damage: 4,
|
||||
damage: 6,
|
||||
poise: 0,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
|
@ -1,18 +1,18 @@
|
||||
BasicAura(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
targets: InGroup,
|
||||
auras: [
|
||||
(
|
||||
kind: Regeneration,
|
||||
strength: 5,
|
||||
strength: 7.5,
|
||||
duration: Some(5),
|
||||
category: Magical,
|
||||
),
|
||||
(
|
||||
kind: ProtectingWard,
|
||||
strength: 0.50,
|
||||
strength: 0.75,
|
||||
duration: Some(5),
|
||||
category: Magical,
|
||||
),
|
||||
|
@ -1,12 +1,12 @@
|
||||
BasicAura(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
targets: OutOfGroup,
|
||||
auras: [
|
||||
(
|
||||
kind: Burning,
|
||||
strength: 0.5,
|
||||
strength: 0.75,
|
||||
duration: Some(5),
|
||||
category: Magical,
|
||||
),
|
||||
|
@ -1,12 +1,12 @@
|
||||
BasicAura(
|
||||
buildup_duration: 0.25,
|
||||
buildup_duration: 0.375,
|
||||
cast_duration: 0.5,
|
||||
recover_duration: 0.25,
|
||||
recover_duration: 0.375,
|
||||
targets: InGroup,
|
||||
auras: [
|
||||
(
|
||||
kind: Hastened,
|
||||
strength: 0.5,
|
||||
strength: 0.75,
|
||||
duration: Some(5),
|
||||
category: Magical,
|
||||
),
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 0.7,
|
||||
power: 1.05,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.07589286,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 1.0,
|
||||
power: 1.5,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.1,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 2.0,
|
||||
power: 3.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.04963235,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 2.0,
|
||||
power: 3.0,
|
||||
effect_power: 0.8,
|
||||
speed: 0.8,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.095454544,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 2.0,
|
||||
power: 3.0,
|
||||
effect_power: 0.8,
|
||||
speed: 0.9,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.040873703,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 1.2,
|
||||
power: 1.8,
|
||||
effect_power: 0.8,
|
||||
speed: 0.7,
|
||||
speed: 1.05,
|
||||
crit_chance: 0.05965909,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 1.2,
|
||||
power: 1.8,
|
||||
effect_power: 0.8,
|
||||
speed: 0.8,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.066083916,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 1.2,
|
||||
power: 1.8,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.053030305,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.0,
|
||||
power: 1.5,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.0625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.6,
|
||||
power: 2.4,
|
||||
effect_power: 1.0,
|
||||
speed: 0.8,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.140625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.3,
|
||||
power: 1.6,
|
||||
power: 2.4,
|
||||
effect_power: 1.0,
|
||||
speed: 0.8,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.140625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.0,
|
||||
power: 1.5,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.0625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.6,
|
||||
power: 3.6,
|
||||
effect_power: 1.0,
|
||||
speed: 0.8,
|
||||
speed: 0.6,
|
||||
crit_chance: 0.140625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.0,
|
||||
power: 1.5,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.0625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
@ -6,9 +6,9 @@ ItemDef(
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.5,
|
||||
power: 1.0,
|
||||
power: 1.5,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
speed: 0.75,
|
||||
crit_chance: 0.0625,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
|
Loading…
Reference in New Issue
Block a user