Snowram
|
ce96af4363
|
Allow for an arbitrary array of effects and buffs for consumables
|
2020-11-06 01:08:30 +01:00 |
|
Sam
|
bda7fefdc0
|
Removed Damages struct. Added GroupTarget enum. Changed RadiusEffect to use Effect instead of Daamges. Added Damage variant to Effect Eenum.
|
2020-11-04 19:22:07 -06:00 |
|
Sam
|
e0cbbf52ed
|
Changed explosions to take a vec of RadiusEffects. Changed Damage to a struct of DamageSource and value. Added interpolation function to damage.
|
2020-11-04 19:22:00 -06:00 |
|
jshipsey
|
28cde31bbb
|
setup for staff, more anim conversions
|
2020-11-04 01:48:05 +01:00 |
|
ubruntu
|
b11041dfa4
|
10% of bow hits cause bleed debuff
|
2020-11-01 18:38:57 +00:00 |
|
Sam
|
1a8cf33a60
|
Transitioned forced movement to an enum.
|
2020-10-28 18:15:27 -05:00 |
|
Sam
|
981eee5936
|
Transitioned knockback to an enum.
|
2020-10-28 18:15:27 -05:00 |
|
Sam
|
1ccbdec35c
|
Tweaked dash melee some more.
|
2020-10-28 18:15:26 -05:00 |
|
Sam
|
a7e3e55a12
|
Transitioned damage and healing from u32/i32s to enums.
|
2020-10-28 18:15:25 -05:00 |
|
Sam
|
844e6f2b60
|
Slightly nerfed sword dash. Reduced particle count on fire aoe by factor of 3.
|
2020-10-28 18:15:25 -05:00 |
|
Sam
|
63011241ea
|
Added keyframes to all states that were lacking them.
|
2020-10-28 18:15:23 -05:00 |
|
jshipsey
|
caa048b1d5
|
small fixes
|
2020-10-19 16:20:59 +02:00 |
|
Snowram
|
7a62ddfd3f
|
Add BeastClaw npc weapontype
|
2020-10-19 16:20:59 +02:00 |
|
jshipsey
|
66b1fe67dc
|
rebase
|
2020-10-19 16:20:58 +02:00 |
|
jiminycrick
|
50aac17d94
|
Added secondary skills to agent code (except bow)
|
2020-10-19 16:20:58 +02:00 |
|
Sam
|
e6684009c2
|
Made ability key not hardcoded in tool.rs.
|
2020-10-15 20:05:58 -05:00 |
|
Sam
|
d869f7e430
|
Moved explsion struct from within comp to common.
|
2020-10-14 21:06:55 -05:00 |
|
Sam
|
14e4af7ab6
|
Addressed playtesting feedback.
|
2020-10-14 21:06:52 -05:00 |
|
jshipsey
|
6a744eed82
|
anims
|
2020-10-14 21:06:32 -05:00 |
|
Sam
|
1ba8a6cfb3
|
Balance tweaks to staff abilities.
|
2020-10-14 20:57:01 -05:00 |
|
Sam
|
b5091a5891
|
Ai for staff-wielding enemies. Keyframes for shockwave state.
|
2020-10-14 20:56:24 -05:00 |
|
Sam
|
1c21362bc3
|
Fixed shockwaves hitting entities multiple times. Explosions can now regen energy. Staff M1 now has particles instead of using bomb particles.
|
2020-10-14 20:56:23 -05:00 |
|
Sam
|
7ef73f5981
|
Added particles for fire shockwave. Added ability key enum so held abilities could differentiate what button they should check. Modified energy fields on basic beam so it could drain energy every second.
|
2020-10-14 20:56:22 -05:00 |
|
Sam
|
cbb72363af
|
Reworked explosions. Tweaked staff fireball.
|
2020-10-14 20:56:21 -05:00 |
|
Sam
|
04dcd012da
|
Flamethrower particles.
|
2020-10-14 20:56:21 -05:00 |
|
Sam
|
c80f16ae74
|
Started to add particles.
|
2020-10-14 20:56:20 -05:00 |
|
Sam
|
256846a669
|
Initial implementation of new staff abilities.
|
2020-10-14 20:56:16 -05:00 |
|
jiminycrick
|
95c36cc3fb
|
Skill icons with proper rotation
|
2020-10-14 12:50:33 -07:00 |
|
jiminycrick
|
1f3bd0e1d2
|
Responded to testing feedback
|
2020-10-14 12:50:33 -07:00 |
|
jshipsey
|
3bb59b36cd
|
energy values, remove hotload
|
2020-10-14 12:50:33 -07:00 |
|
jshipsey
|
22d8792c4b
|
adjustments to chargedmelee, repeater
|
2020-10-14 12:50:33 -07:00 |
|
jshipsey
|
28eb58ddfa
|
anims
|
2020-10-14 12:50:33 -07:00 |
|
Sam
|
fadba23dde
|
Slight tweaks to leap
|
2020-10-14 12:50:33 -07:00 |
|
jshipsey
|
281155186f
|
hammer leap melee anim
|
2020-10-14 12:50:33 -07:00 |
|
Sam
|
21cf1e2168
|
Added keyframes to leap melee.
|
2020-10-14 12:50:33 -07:00 |
|
Sam
|
7e0cc2d8e5
|
Added keyframes to repeater ranged.
|
2020-10-14 12:50:33 -07:00 |
|
Sam
|
97f580be2b
|
Added keyframes to charged melee.
|
2020-10-14 12:50:32 -07:00 |
|
jiminycrick
|
9ebda3c353
|
Made bow leap more graceful and set energy costs and removed jitter for no leap
|
2020-10-14 12:50:32 -07:00 |
|
jiminycrick
|
431f99a791
|
Reducing the amount of data in character state
|
2020-10-14 12:50:32 -07:00 |
|
jiminycrick
|
05623eb8bd
|
Addressed comments
|
2020-10-14 12:50:32 -07:00 |
|
jiminycrick
|
04175bab09
|
Add skillbar stuff for 3rd skills
|
2020-10-14 12:50:32 -07:00 |
|
jiminycrick
|
951acfca21
|
Add 3rd skill for hammer, bow, and axe minus skillbar UI stuff
|
2020-10-14 12:50:32 -07:00 |
|
Monty Marz
|
e1a77d040d
|
loot table adjustments
- decrease blue glider drop rate
- decrease cloth scaprs drop rate from villagers
- add crafting mats to crates instead
|
2020-10-11 16:25:35 +00:00 |
|
Monty Marz
|
2b800a2b63
|
make clippy happy
Delete glider.ron
|
2020-10-07 02:23:20 +00:00 |
|
Sam
|
51141b2c1a
|
Changelog line, final balance tweaks.
|
2020-09-29 19:48:16 -05:00 |
|
Sam
|
0b80257aa3
|
Add migration
|
2020-09-29 19:48:15 -05:00 |
|
Sam
|
ffe456c703
|
Fixed what broke after rebasing.
|
2020-09-29 19:48:13 -05:00 |
|
Sam
|
37fcfb8b6f
|
Created manifest for database to filepath for items.
|
2020-09-29 19:48:12 -05:00 |
|
Sam
|
3d6c26a3c7
|
Fully separated sceptres from staves.
|
2020-09-29 19:48:12 -05:00 |
|
Sam
|
67eafdabd0
|
Separated out energy cost for healing so it's not based off of the energy regen from dealing damage.
|
2020-09-29 19:48:11 -05:00 |
|