125 Commits

Author SHA1 Message Date
c67f5f1b84 Nerfs & updates
- Stopped necro's spell interaction that allowed souls to be constantly drained from own minions
- Replaced mage melee ability with ice shard with simbolic mana cost
- Updated Mana Barrier as class signature for mage, making it more aligned in power
2024-12-25 22:26:16 +00:00
25d028c5e3 Barbarian/Naturalist & Mage Updates
- Barb/Naturalist Rain ability
- Barb/Naturalist Eye of the Storm ability
- Mage lost Charged up class signature ability
- Mage mana barrier is now temp signature ability
- Mage Glacial Bomb back to slot 4
2024-12-23 23:20:58 +00:00
ee2df3d136 More abilities & UI/UX
- Mage Mana Barrier ability
- Added absorb fill visual on top of max health, showing how much absorb the player has compared to his health
- Updated Knight ShieldWall anti projectile ability
2024-12-22 13:03:00 +00:00
59c74b1d31 New abilities, bugfix necro autosummon, updated effects
- Knight Challenging Shout AoE Taunt ability
- Mage Firewall AoE Burn ability
- Added support for movement speed modifier effects to slow enemies instead of only buffing allies.
- Added different movement speed minimum cap to enemies and bosses
2024-12-21 20:40:31 +00:00
142bcf0fa1 New VFX Assets 2024-12-21 20:37:52 +00:00
39290468a2 Allow necros to give minions movement instructions on "A" continuous press 2024-12-21 14:33:49 +00:00
8735712630 Merge branch 'abilities-effects-refactor' into developer 2024-12-20 19:20:33 +00:00
dc3be76a5f AutoSummon 2 minions for necro on scene change 2024-12-20 19:19:40 +00:00
210d4049dd bugfix full party wipes 2024-12-05 17:46:10 +00:00
6ba55cb483 Ability - Effect Editor window 2024-12-04 19:22:51 +00:00
f92d5d5866 Remove debugs & tidy up things for next update 2024-08-19 15:24:58 +01:00
078fda69ac Continued Stat revamp scaling
- updated all abilities to scale with new stat system
- updated difficulty settings using new stat system
- added S+ difficulty as the end game
- updated items using new stat system
- small re-balance to make things a bit more fun to test
2024-08-18 14:45:57 +01:00
6e15ec5820 effects updated with revamped stats (wip) 2024-08-18 00:08:25 +01:00
8917c36ad8 Character Stat revamp (wip)
- working max health, properly setting health component values and showing scales on UI
- working armor & magic resistance, properly mitigating incoming damage based on damage type
2024-08-13 22:36:01 +01:00
8743db5347 Secondary stats added to character prefabs 2024-08-12 23:45:16 +01:00
0e6b93b028 Merge branch 'developer' of https://gitea.wavefunctionvr.com/pedrogomes/RiftMayhem into developer 2024-08-12 14:14:15 +01:00
bd1659de93 Character Secondary stats (WIP) 2024-08-12 14:14:12 +01:00
d0c9cf54e4 Merge branch 'developer' of https://gitea.wavefunctionvr.com/pedrogomes/RiftMayhem into developer 2024-08-12 13:30:31 +01:00
935e714539 new assets and lightmaps 2024-08-12 13:29:19 +01:00
4a7430533a Character Stats Revamp (WIP)
- created secondary stats
- added characterStatsBalancing constants
2024-08-11 22:15:23 +01:00
aff066813c More items & inventory load bugfix 2024-08-11 14:38:48 +01:00
5adce736df Endgame sets, regen & movement speed balance
- added 2 end game sets (mage and vampire)
- updated player health and mana regens (greatly decreased, mostly endgame ridiculous scaling)
- updated movement speed modifier and caps (greatly decreased, mostrly endgame ridiculous scaling)
2024-08-08 19:55:31 +01:00
8c06b4379d Necromancer primary ability
- added necro's primary ability (aura of death)
- lowered minions agent avoidance priority
2024-08-07 22:53:03 +01:00
81504e07a0 Barbarian update
- added barb class signature ability Wild Hunt
- added class resource generation to all barb abilities
2024-08-07 22:30:35 +01:00
1ce86aa636 Updates on items, stats & others 2024-08-05 19:18:56 +01:00
aa933c631e Potion ability & bugfixing 2024-08-05 12:35:22 +01:00
d667f3c6d5 nameplate updates, audio system started 2024-08-05 11:43:46 +01:00
78bcea53d5 LFS Update 2024-08-05 11:42:25 +01:00
c2b076ff5a Bugfixing null references corner cases
- fixed possible null on show tooltip of consumable item that was just used.
- fixed an issue preventing all characters from being loaded on character list if one in between was pointing to a null reference in playerprefs
2024-08-05 00:40:08 +01:00
c6944dcf6e Massive rework on UI overlays & player nameplates 2024-08-05 00:10:58 +01:00
5179c24d52 Mini map first iteration 2024-08-04 10:36:15 +01:00
0ea2c2ad2b Dragon's Lair, Sun Dragon (WIP) & fishing mechanic 2024-08-04 09:37:20 +01:00
3a6ac91410 Dragon's Lair (WIP) 2024-08-02 00:12:13 +01:00
e9e5f1421d Version update 2024-07-29 20:30:05 +01:00
6847241e83 Multiple Updates
- ALOT of new icons
- Network Area of EffectOverTime With Tick Event ability type
- Movement Speed modifier effect
- Vampire class signature ability
- vampire new ultimate ability
2024-07-29 20:22:18 +01:00
45413bcee7 Vampire Class update
- Fully Playable Vampire class
2024-07-28 21:02:26 +01:00
2dce047470 New zone, New Character(WIP), refactor enemy spawning continued
- Vamp's Den playable zone (dev level design), pls send help artists
- Vampire playable character class (WIP)
- Bugfixing & changes to enemy spawning system
2024-07-28 19:00:32 +01:00
5569dd2b06 Enemy spawning update
- spawning is now taken care by the actual gamescene based on the zone data, instead of network manager
- each zone data now have a list of possible enemies for that specific zone
2024-07-28 16:37:22 +01:00
fd0e2d7d19 More spell variety
- Knight class signature abiliy
- Knight new ultimate
- Priest class signature ability
- new effect edits
- Added optional Network chain aoe over time for Impact Event abilities
2024-07-28 14:41:12 +01:00
618afad67d Bugfixing npc patrol & burst of hope spell
- Fixed an issue preventing basic npc's from patrolling to new locations
- Fixed an issue preventing burst of hope from being rendered
2024-07-27 22:01:19 +01:00
da18f92fdf Lich basic and boss enemy 2024-07-26 21:36:34 +01:00
b079471fb1 More enemies
- Added Polygo(n)lem basic enemy and boss
2024-07-25 22:33:46 +01:00
67cdcf8d7a Fix particle
- fix max particles and destroy on end
2024-07-25 22:33:07 +01:00
b16bbc3c73 Update Targeting system
- Targetting tags can now hold more than one tag, keeping IsValidTarget, AlliesContains and HasSameTag checks available.
- Added generic target tags for enemies and players
- Optional specific targetting tags if needed for future enhanced targetting
2024-07-25 22:04:25 +01:00
2e864c9a94 Fix animator for vine golems 2024-07-25 22:02:27 +01:00
97e6fda111 New enemies
- only one new implemented yet
2024-07-25 21:46:07 +01:00
131b717b75 alternative texture for skeleton minions & necro 2024-07-25 19:38:38 +01:00
6e232f4276 Update voting & job selection systems
- voting now fully cancels and clears when atleast one player cancels or closes the voting UI
- when selecting a job and voting, the zone is stored on all players, allowing to load different zones / jobs
2024-07-24 22:36:36 +01:00
bc4019ffdf Necromancer updates & bugfix
- Added Necromancer ultimate ability (Summon Golem)
- Updated and bugfixed golem minion
- Added New slam ability for golem
- Bugfixed damage over time effect calculate final damage when owner no longer exists
- Fixed an issue causing items to be vendored even with vendor closed
2024-07-23 21:26:32 +01:00
c286d28fd4 Mage Updates & bugfixing
- Added an option for instant effects to generate class resource per hit for the user
- fixed an issue where some extended ability scripts were not spending all required resources (inheritance issue)
- Added a class-based melee ability for Mages
- Added a class Signature ability for Mages to make use of class resource
2024-07-23 18:24:48 +01:00