Sam
1b7d4b95b8
Added handedness to weapon tooltips.
2021-02-19 17:30:23 -05:00
Sam
c2cf3b890e
Dual wielding now uses skillbar abilities from multiple weapons.
2021-02-19 17:30:22 -05:00
Sam
d94595423c
Handedness of weapons affects power and speed.
2021-02-19 17:30:21 -05:00
Sam
a32c14a78b
Check for prerequisite skill in using an ability is no longer hardcoded.
2021-02-19 17:30:21 -05:00
Sam
16dcea0ecf
Added hands field to all ron files of weapons.
...
Removed weapons that were duplicated in weapons and npc_weapons from npc_weapons.
Added migration to convert npc_weapons that ended up in anyone's inventory to weapon version.
Consolidated debug boost and possess sticks into one debug_stick, and renamed the admin sword (with name cultist_purp_2h_boss-0) to admin_sword
2021-02-19 17:30:20 -05:00
Nícolas Wildner
0e697432b2
creating char_selection.ron plus minor portuguese fixes for better formal language (like olhos - eyes and not olho)
2021-02-17 08:28:04 +00:00
TheThirdSpartan
6b236cbc30
Small chat message formatting changes and fixed missing player alias during admin entity possession
2021-02-17 02:15:45 +00:00
Felix Huettner
e9e709758a
Allow minimap to always face north
...
Some players prefer their minimap to always face north for better
orientation.
2021-02-16 19:57:19 +01:00
Avi Weinstock
d4907197b3
Implement tags for items, allowing a crafting recipe to take any item with that tag as input.
...
- Added a recipe that turns any of the cloth equipment dropped by villagers into 1x cloth scraps.
- Animate placeholder items for tagged crafting.
2021-02-16 01:05:54 +00:00
Avi Weinstock
e0f4bb3dc6
Trade implementation progress.
...
- Accept/decline buttons that submit the proper messages
- A phase2 screen that renders the (item, quantity) pairs as text
- More checks in the trade state machine server-side.
2021-02-12 18:43:10 -05:00
Avi Weinstock
2b9129d290
Implement enough of a trade UI that dragging & dropping items into it round-trips between clients.
2021-02-12 18:43:09 -05:00
Avi Weinstock
94ef4a6917
Plumb trade requests through the group invite UI, such that they can be accepted/declined without impacting the counterparty's movement.
2021-02-12 18:43:09 -05:00
Avi Weinstock
9c62289cad
Initial draft of trade UI (creates a placeholder window that acts like crafting in terms of bringing up the bag, defaulting to the "r" key).
2021-02-12 18:43:09 -05:00
Snowram
5f1b8b1c50
Merge branch 'Sarrakitty/gliders' into 'master'
...
Sarrakitty/gliders
See merge request veloren/veloren!1771
2021-02-12 09:49:53 +00:00
DaforLynx
2d71ca0f41
Added crickets blocktype, added 3 new cricket sounds, made crickets chirp consistently, made frogs more sporadic
2021-02-12 00:54:42 +00:00
Sarra
084acf6bf7
fit models, adjusted drop rates
2021-02-11 09:29:26 -05:00
Sarra
895679a128
tweaked a few things with the moth glider
2021-02-10 20:14:50 -05:00
Sarra
5942611db9
basic gliders
2021-02-10 19:02:36 -05:00
Sarra
331d9bf1c0
moth glider
2021-02-10 19:02:36 -05:00
Imbris
93da46e1c1
Merge branch 'aweinstock/sort-crafting' into 'master'
...
Crafting UI: sort items lexicographically by craftability and then alphabetically.
See merge request veloren/veloren!1767
2021-02-10 04:04:42 +00:00
Avi Weinstock
e5eab42a17
Crafting UI: sort items lexicographically by craftability and then alphabetically.
2021-02-09 19:30:54 -05:00
Snowram
509a71bdc7
Adresses some comments, various visual tweaks
2021-02-10 00:30:23 +01:00
Snowram
17fe9519b3
Adds lights to dungeons
2021-02-10 00:30:23 +01:00
Sarra Kitty
357fb8ad79
Sarrakitty/small fixes
2021-02-08 20:37:24 +00:00
Scott Williams
0799d7fd1f
Added a miniboss loot table for the stonework defender, made damaged bag, glider, and root of evil mindflayer exclusive drops.
2021-02-07 19:04:20 +00:00
James Melkonian
4d4c6d8b13
Move agent system to server
2021-02-06 06:15:25 +00:00
Pascal Fuhrmann
7e99de8017
Converted combat states and other semi-combat-related to use float-values instead of integers to prevent more casts
2021-02-05 01:39:12 +00:00
Samuel Keiffer
d3de145401
Merge branch 'azymohliad/update-uk' into 'master'
...
Update Ukrainian translation
See merge request veloren/veloren!1749
2021-02-03 16:18:50 +00:00
Andrii Zymohliad
66a1a5523d
Update Ukrainian translation
2021-02-03 16:18:49 +00:00
Sam
5794faa761
Changed knockback from an enum to a struct.
2021-02-02 13:06:30 -05:00
Pascal Fuhrmann
77e1b5bf17
fixing #944 - LeapMelee fall damage fix & adjustments
2021-02-02 16:51:04 +00:00
James Melkonian
8951e427e4
Add basic NPC interaction and fix NPC chat spamming
2021-01-31 20:29:50 +00:00
Joshua Barretto
60276ddcb5
Added snow particles
2021-01-31 15:15:17 +00:00
Sam
59a25b0097
Restored knockback to hammer.
2021-01-29 13:46:23 -05:00
Treeco
dbf3c91c8b
Fix traveller backpack having all its slots removed
2021-01-29 12:47:30 +00:00
Marcel
afeb1621be
Merge branch 'DaforLynx/small-sound-fixes' into 'master'
...
Small audio fixes; addresses #939 and #940
Closes #940 and #939
See merge request veloren/veloren!1739
2021-01-29 11:37:10 +00:00
DaforLynx
1d6676fb98
Small audio fixes; addresses #939 and #940
2021-01-29 11:37:10 +00:00
jiminycrick
ae8722794b
Address some comments
...
Eliminated extra stagger state
Responding to more comments
Move poise character state changes to character behavior system
Move poise out of JoinTuple/Data
Finish up comments (various fixes)
2021-01-28 17:31:05 -08:00
jiminycrick
b689226173
Add migration for starter gear
2021-01-28 17:22:39 -08:00
jiminycrick
53b43e9812
Fix rebase and scrub poise from UI
2021-01-28 17:22:39 -08:00
jiminycrick
1fadcf51ba
Some preliminary balancing
...
Fix rebase
2021-01-28 17:22:39 -08:00
jiminycrick
a2262c5c6b
Poise stats
2021-01-28 17:22:35 -08:00
jiminycrick
df4c9eff49
Initial broken implementation of poise
...
Character movement no longer broken.
2021-01-28 17:22:33 -08:00
Entropy9s
1c6851c5d1
StaminaPlus buff, modifying stamina via buffs
...
trying to fix this, coming back to this later
please remember to change potion back future self!
this ALMOST works. maybe MR ready, kinda jank tho
so close, and yet so far...
IT WORKS IT WORKS IT WORKS IT WORKS IT WORKS IT WO
did the same with health, ill fix this garbage l8r
think we're basically done here
whoops forgot to change the food back
fixing and cleaning up part 1
fixed everything part 2 now with buff images
ran clippy + fmt, fixed items that i modified
bracket bulldozing, boldly
hopefully this should be good?
need to rebase real quick
please let me be done
StaminaPlus buff, modifying stamina via buffs
trying to fix this, coming back to this later
please remember to change potion back future self!
this ALMOST works. maybe MR ready, kinda jank tho
so close, and yet so far...
IT WORKS IT WORKS IT WORKS IT WORKS IT WORKS IT WO
did the same with health, ill fix this garbage l8r
think we're basically done here
whoops forgot to change the food back
fixing and cleaning up part 1
fixed everything part 2 now with buff images
ran clippy + fmt, fixed items that i modified
hopefully this should be good?
cargo clippy fmt stuff
deleted an extraneous file?? how did that even...?
2021-01-26 22:47:55 +00:00
Scott Williams
3adb9f9f03
All gems make a sound.
2021-01-25 22:53:23 +00:00
Sam
b00f6ba8a1
Changed how beams determined the energy regen and energy cost.
2021-01-24 23:47:10 -05:00
Snowram
fd17d10f06
Merge branch 'swilliams/gems' into 'master'
...
Adds 6 different gems and removes shiny gem.
See merge request veloren/veloren!1729
2021-01-25 01:25:40 +00:00
Scott Williams
5e9b63e308
Added other gems to crafting loot table.
2021-01-24 19:49:42 +00:00
Scott Williams
9d3982940b
Changed some recipes to use other gems. Removed DELETE statements from migration.
2021-01-24 19:45:44 +00:00
Sam
15f0ce1173
Nerfed bow M1 and M2, slightly buffed bow skillbar ability.
2021-01-24 14:24:59 -05:00