8943 Commits

Author SHA1 Message Date
juliancoffee
0dcf76333a Nerf hammer poise 2021-06-30 03:52:51 +03:00
juliancoffee
def73d4425 Split room enemy generation to separate functions 2021-06-30 03:52:51 +03:00
juliancoffee
8a8a3f9318 Add RoomKind enum, address comments
- enum RoomKind {Peaceful, Fight, Boss, Miniboss} to specify type of
generated room.
2021-06-30 03:52:51 +03:00
juliancoffee
ab1c93c21e Buff Mindflayer flamethrower
- Buff DPS twice: increase tick_rate from 0.9 to 5.0 (x5.5), while reducing
damage from 400 to 150 (x2.6)
- Make ori_rate slower: 0.2 from 0.6 and make it use FromOri orientation
behaviour
2021-06-30 03:52:50 +03:00
juliancoffee
032918e22b Nerf bow repeater knockback 2021-06-30 03:52:50 +03:00
juliancoffee
d339fc4343 More deterministic dungeon fights
- Spawn fixed number of enemies (2-4) in a room with any size. 1-3 enemies for T5 dungeon.
2021-06-30 03:52:50 +03:00
juliancoffee
ed37a6f2f3 Slower ori_rate of StaffSimple flamethrower
+ use FromOri for StaffSimple flamethrower
2021-06-30 03:52:50 +03:00
juliancoffee
9eb1ae8b91 Nerf Husk Brute
- Remove HuskBrute health level buff
- Make their attack slower
2021-06-30 03:52:50 +03:00
juliancoffee
d929d454d1 Make QuadMed great again
- Make Bonerattler, Darkhound, Lion, Snowleopard use QuadMedJump (Saber
attack)
2021-06-30 03:52:50 +03:00
juliancoffee
e95539a77a Make cultist great again
- Change cultist set stats to mixed dragonscale (hands and feet),
sunsilk (belt, pants and shoulders) and orichalcum (chest and cape)
Distribute cultist set stats as hybrid set.

- Make cultist cape count towards npc aggro
- Remove unused staff skilltree from cultist
- Remove spin number skill from sword cultist skillset
2021-06-30 03:52:50 +03:00
juliancoffee
1cf66bf42a bumb Biped Cultist armour 2021-06-30 02:10:39 +03:00
Samuel Keiffer
74d4f3e49c Merge branch 'potion-animations' into 'master'
Consumable Animations

See merge request veloren/veloren!2512
2021-06-29 16:36:41 +00:00
Marcel
23af50d6c1 Merge branch 'sam/fix-oob-index' into 'master'
Small fixes

See merge request veloren/veloren!2527
2021-06-29 11:58:02 +00:00
Sam
a3dd5f395c Removed potential for accessing OOB index and panicking in animations for combo melee.
Made only entities with a character state component emit a death outcome on death.
2021-06-29 06:20:26 -05:00
Sam
246dc50a90 Moved match on ItemUseKind to create durations to a function under ItemUseKind. 2021-06-29 05:59:02 -05:00
Sam
896cd44ddb Changelog 2021-06-29 05:59:02 -05:00
Sam
8bf3109133 Food now applies buff at end of state.
Rolling and poise states now cancel the potion buff.
UseItem character state now checks that the item in the slot has the same item_definition_id as when the entity enters the state.
Rolling can no cancel item use.
Rolling now checks for move_dir instead of velocity.
2021-06-29 05:59:02 -05:00
jshipsey
c4c183cdf0 anims 2021-06-29 05:59:02 -05:00
Sam
203b3111d1 Item use now goes through use item character state if it is a consumable. 2021-06-29 05:59:02 -05:00
Sam
ab74ee3f01 Added UseItem character state. 2021-06-29 05:59:02 -05:00
Sam
938978bdbd Destringified consumables 2021-06-29 05:59:02 -05:00
Snowram
eb0a8efad1 Merge branch 'snowram/death-outcome' into 'master'
Adds an outcome to death with SFX and VFX

See merge request veloren/veloren!2519
2021-06-28 23:18:45 +00:00
Snowram
64045ed7bd Adds an outcome to death with SFX and VFX 2021-06-29 00:14:05 +02:00
Ben Wallis
5a5cdf2362 Merge branch 'aweinstock/scaleprice' into 'master'
Add prices for dragonscale, hard carapace, and plate, so that more craftable armors have prices.

See merge request veloren/veloren!2521
2021-06-28 21:03:44 +00:00
Marcel
655dfa31a8 Merge branch 'tygyh/Loadout-builder-refactor' into 'master'
Extract 'swap_equipment' and 'swap_armor' functions

See merge request veloren/veloren!2525
2021-06-28 20:19:49 +00:00
Imbris
340c531021 Merge branch 'imbris/bind-order' into 'master'
Ensure bind groups are ordered with the most frequently changed ones in later slots

See merge request veloren/veloren!2496
2021-06-28 15:39:31 +00:00
Dr. Dystopia
a47780fdc8 Extract 'swap_equipment' and 'swap_armor' functions 2021-06-28 16:17:18 +02:00
Avi Weinstock
88eebbb6c6 Add prices for dragonscale, hard carapace, and plate, so that more craftable armors have prices. 2021-06-28 09:24:22 -04:00
Marcel
40c0da9198 Merge branch 'juliancoffee/fix_clippy' into 'master'
update Cargo.lock

See merge request veloren/veloren!2523
2021-06-28 13:24:11 +00:00
juliancoffee
1609748009 update Cargo.lock 2021-06-28 16:02:31 +03:00
Marcel
1c1047bb4a Merge branch 'master' into 'master'
Update `coreaudio-sys` to v0.2.8 to fix build failure on M1 Macs

See merge request veloren/veloren!2505
2021-06-28 07:47:50 +00:00
Marcel
0f0dbd6e68 Merge branch 'aweinstock/nodelay' into 'master'
Enable TCP_NODELAY.

See merge request veloren/veloren!2520
2021-06-27 23:49:01 +00:00
Marcel
d96679d4ef Merge branch 'xMAC94x/logging_fix' into 'master'
fix logging cnt didnt reset

See merge request veloren/veloren!2518
2021-06-27 21:54:35 +00:00
Marcel
aa8069b53b Merge branch 'aweinstock/dungeonvoxel' into 'master'
Use new dungeons in dungeon_voxel_export, remove old dungeon sampling...

See merge request veloren/veloren!2516
2021-06-27 21:54:32 +00:00
Avi Weinstock
a04d0391fc Enable TCP_NODELAY. 2021-06-27 17:45:33 -04:00
Marcel
730de326d7 Merge branch 'yusdacra/chore/nix' into 'master'
build(nix): fix audio resource patching

See merge request veloren/veloren!2517
2021-06-27 20:54:24 +00:00
Marcel Märtens
172dbfbfbd fix logging cnt didnt reset 2021-06-27 22:51:23 +02:00
Yusuf Bera Ertan
1cfad57684
build(nix): fix audio resource patching 2021-06-27 23:23:01 +03:00
Avi Weinstock
7a5388b8bb Use new dungeons in dungeon_voxel_export, remove old dungeon sampling function, and add more of world/examples to CI. 2021-06-27 15:35:43 -04:00
Marcel
0137c7f77c Merge branch 'drunkonhotcoco/issue_1204_chat_scroll_fix' into 'master'
Added fix for Issue #1204 - Incorrect scrolling when switching between filtered tabs

See merge request veloren/veloren!2514
2021-06-27 18:18:02 +00:00
DrunkOnHotCoco
5852dad802 Added fix for Issue #1204 - Incorrect scrolling when switching between filtered tabs 2021-06-27 18:18:01 +00:00
Marcel
9e47c177d2 Merge branch 'alphyr/assets_manager0_5' into 'master'
Update `assets_manager` to 0.5

See merge request veloren/veloren!2501
2021-06-27 15:50:16 +00:00
Justin Shipsey
b5855abe28 Merge branch 'update_pt_BR_20210627' into 'master'
Update pt br 20210627

See merge request veloren/veloren!2511
2021-06-27 03:26:44 +00:00
Nícolas Wildner
a05cebc64e Update pt br 20210627 2021-06-27 03:26:44 +00:00
Snowram
1c7c70c1bf Merge branch 'juliancoffee/fix_dismantle' into 'master'
Improve Dismantle UX

See merge request veloren/veloren!2498
2021-06-27 00:11:01 +00:00
juliancoffee
641aa921bf style 2021-06-27 02:44:19 +03:00
Ben Wallis
925a174205 Merge branch 'xvar/fix-plugin-build-warnings' into 'master'
Fixed build warnings for server-cli related to non-default plugin feature

See merge request veloren/veloren!2506
2021-06-26 21:35:54 +00:00
Ben Wallis
ed9c619822 Fixed build warnings for server-cli related to non-default plugin feature 2021-06-26 21:56:03 +01:00
Ben Wallis
12b1d1a6ca Merge branch 'aweinstock/fix-warlord-warlock-migration' into 'master'
Rename `remove_warlock_warlord` migration so it actually triggers.

See merge request veloren/veloren!2507
2021-06-26 20:49:28 +00:00
Avi Weinstock
bea9de0d46 Rename remove_warlock_warlord migration so it actually triggers. 2021-06-26 16:28:49 -04:00