Sam
|
7ae8ed09f6
|
Addressed MR comments.
|
2022-01-15 21:50:27 -05:00 |
|
Sam
|
4d3b0736d0
|
Fixed bug with returning to general combat skill tree.
|
2022-01-15 21:49:30 -05:00 |
|
Sam
|
aaa33c6834
|
Fixed display of some stats in dary and changelog entry.
|
2022-01-15 21:49:29 -05:00 |
|
Sam
|
745cc20c66
|
Hardened json model of ability sets and added dev panics for when conversion from database failed with dev opt mode.
|
2022-01-15 21:49:28 -05:00 |
|
Sam
|
19a1a0adb2
|
Changed to using slot maker for ability slots
|
2022-01-15 21:49:25 -05:00 |
|
Monty Marz
|
6d0913bb5e
|
visuals
|
2022-01-15 21:46:57 -05:00 |
|
Sam
|
d1c5d3e020
|
If dual wielding two of the same weapon kind, use the same ability entry to display abilities from either hand.
|
2022-01-15 21:46:56 -05:00 |
|
Sam
|
70d6f3a854
|
Scroll through all aiblities in the same pages.
|
2022-01-15 21:46:56 -05:00 |
|
Sam
|
3870688717
|
Pages to swap between weapon abilities.
|
2022-01-15 21:46:55 -05:00 |
|
Sam
|
ed38272d23
|
Diary stats now use real values.
|
2022-01-15 21:46:55 -05:00 |
|
Monty Marz
|
eb0bed39e8
|
stats window WIP
|
2022-01-15 21:46:54 -05:00 |
|
Monty Marz
|
7515c26d68
|
progress
|
2022-01-15 21:46:54 -05:00 |
|
Sam
|
714e080535
|
Abilities can now be dragged to slot to be equipped.
|
2022-01-15 21:46:53 -05:00 |
|
Sam
|
d0e487da8a
|
Ability sets now start with non-empty defaults.
|
2022-01-15 21:45:27 -05:00 |
|
Sam
|
d86692c4fe
|
Added in-memory persistence of ability sets per weapon kind pair.
|
2022-01-15 21:42:34 -05:00 |
|
Monty Marz
|
89bf41574c
|
diary section buttons
|
2022-01-15 21:42:33 -05:00 |
|
Sam
|
ee5293c64e
|
Abilities scrollable now.
|
2022-01-15 21:42:33 -05:00 |
|
Sam
|
cf724bd76c
|
Initial UI work
|
2022-01-15 21:42:32 -05:00 |
|
Sam
|
9b6c76bd3b
|
Removed health scaling that bypasses the skill system.
|
2022-01-15 11:58:28 -05:00 |
|
jshipsey
|
7f928d0bc0
|
woodengolem, chieftain, icedrake, blowgun
|
2022-01-13 23:20:52 -05:00 |
|
Sam
|
8221336587
|
Addressed some review.
|
2022-01-03 19:55:04 -05:00 |
|
Sam
|
64c8321626
|
Made skill groups remain locked if skill to unlock them not acquired.
|
2022-01-03 19:55:03 -05:00 |
|
Sam
|
c44c10718b
|
Split skillset and skills into separate files.
|
2022-01-03 19:55:00 -05:00 |
|
Sam
|
fe45a158ed
|
Skill groups now only persist earned_exp instead of available_exp, earned_sp, and available_sp.
|
2022-01-03 19:55:00 -05:00 |
|
Sam
|
0e5e2b46f2
|
Changed energy to internally use an integer with a high resolution, and externally to use a float.
|
2021-09-23 14:11:09 -04:00 |
|
Samuel Keiffer
|
73d3d3e4bb
|
Merge branch 'sam/health-float' into 'master'
Turned Health into a Float
See merge request veloren/veloren!2824
|
2021-09-13 15:23:18 +00:00 |
|
Monty Marz
|
1d94adc2e1
|
0.11 Background images and more
|
2021-09-10 08:34:01 +00:00 |
|
Sam
|
42012fddcb
|
Overhauled health component, making it a float to outer interfaces.
|
2021-09-09 00:10:17 -04:00 |
|
juliancoffee
|
24569b544a
|
Rewrite multiplier_to_percentage to return f32
|
2021-08-28 02:36:26 +03:00 |
|
juliancoffee
|
75a0ce429f
|
Handle some skill description in special way
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
758fe19ccb
|
Declarative skill icons
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
9211b4a00a
|
Inline skills::Boost to voxygen code
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
74183ae5ec
|
Inline redundant functions
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
cc8b3c188e
|
Split skilltree window handling per tree
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
39b02411e9
|
Use PositionSpecifier for skill position
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
9aacc33495
|
Inline create_new_text
|
2021-08-26 14:49:52 +03:00 |
|
juliancoffee
|
d76f65fc5a
|
Diary refactoring
|
2021-08-26 14:49:52 +03:00 |
|
Imbris
|
89eee332c9
|
Replace stamina -> energy in code, i18n keys, and asset names
|
2021-07-31 01:34:40 -04:00 |
|
Marcel Märtens
|
4c0b74150d
|
remove some reexports
|
2021-07-29 22:18:34 +02:00 |
|
Samuel Keiffer
|
f38cde9d40
|
Merge branch 'knightresspaladin/healing-aura' into 'master'
Knightresspaladin/healing aura
See merge request veloren/veloren!2587
|
2021-07-16 21:32:03 +00:00 |
|
Dr. Dystopia
|
fdee2d4a62
|
Resolve all '#[allow(clippy::unused_unit)]' error supressions
|
2021-07-14 21:42:29 +02:00 |
|
Marcel Märtens
|
db8aedd363
|
fmt after applying clippy fixes after toolchain update
|
2021-07-12 12:09:27 +02:00 |
|
Marcel Märtens
|
9b3b21f368
|
fix clippy warnings
|
2021-07-12 12:09:09 +02:00 |
|
Knightress Paladin
|
42c3872528
|
Added healing aura duration skill to voxygen UI
|
2021-07-10 20:02:36 -07:00 |
|
juliancoffee
|
67f22baed5
|
Add support for splicing numbers into skill desc
|
2021-07-07 17:51:30 +03:00 |
|
Imbris
|
315ab872f5
|
add prof_span to hud elements
|
2021-06-19 04:27:51 -04:00 |
|
Monty Marz
|
01a04a80fa
|
icons and naming
|
2021-06-13 14:34:42 -04:00 |
|
Avi Weinstock
|
0e394029de
|
Mining skill tree.
|
2021-06-13 14:34:42 -04:00 |
|
Cr0ss0vr
|
8e0891e3b1
|
Fix incorrect tooltip on Staff Damage skill - Update diary.rs
|
2021-06-11 11:59:09 +00:00 |
|
Dr. Dystopia
|
cead9a019b
|
Extract 'create_new_text' function from 'update'
|
2021-06-09 13:35:41 +02:00 |
|