sigonasr2
|
a4e24b030d
|
Fix bug with monsters not facing the player on spawn and incorrectly adjusting their directions initially with the previous facing direction not matching their starting facing direction. Fixed Issue #54 . Mounted animations can be specified for the encounter spawn labels so that their combined sprites display properly now. Release Build 9220.
|
7 months ago |
sigonasr2
|
e67a1ba684
|
Resolve Issue #53. Flipped directional value so monsters face west when their target is west and east when their target is east. Add error checking to detect when a missing monster strategy value is found in MonsterStrategies.txt to prevent potential future game crashes. Fix Turret monster strategy not utilizing shooting animation, replace with new animation duration code. Release Build 9207.
|
7 months ago |
sigonasr2
|
3fafcd39f3
|
Implement mounted monster behavior and animations that run separately from the main monster itself. Added Goblin Boar Rider AI and Goblin Bow (while on Boar Rider) AI. Added spawn of submonster on death of main mounted monster. Release Build 9199.
|
7 months ago |
sigonasr2
|
17581cfaf4
|
Change goblin dagger stab to match new sprite positions and modify animation speeds slightly. Release Build 9180.
|
7 months ago |
sigonasr2
|
264cf998b9
|
Fix bow goblin reload AI and changing facing direction while aiming at target. Release Build 9174.
|
7 months ago |
sigonasr2
|
aaaf10f6fc
|
Fix Ranger's Rapid Fire and Multi Shot abilities not abiding by the new Arrow constructor. Arrows once again have the correct acceleration and can hit monsters. Fix bug with knockback being applied while the player has iframes. Fix bug with Slime King constantly applying knockback to the player due to no iframes. Release Build 9152.
|
7 months ago |
sigonasr2
|
c4a3a6f915
|
Incorporated multi-directional sprites in-game. Included a method to change the current display animation sprite while retaining elapsed frame time information. Release Build 9146.
|
7 months ago |
sigonasr2
|
c4ac37af76
|
Fix crash when the game attempts to spawn item drops. Release Build 9125.
|
7 months ago |
sigonasr2
|
33d81125df
|
Change the radius of ranger's auto attack to use pixel units instead of tile units. Remove hardcoded player acceleration on shooting a player arrow. Refactor monster animation system to incorporate custom animations as part of the main set of animations and handle future 4-way directional animations easily. Release Build 9115.
|
7 months ago |
sigonasr2
|
c03f87aefd
|
Goblin Dagger AI basic behaviors implemented. Release Build 9027.
|
7 months ago |
sigonasr2
|
ed0d5e2507
|
Boar test behaviors and general AI implemented. Release Build 8958.
|
7 months ago |
sigonasr2
|
c15fc769e1
|
Add animation utilities for getting current animation frame index and total animation duration.
|
8 months ago |
Quapsel
|
4d01e983f1
|
added exp values for new Monsters.
|
8 months ago |
sigonasr2
|
483fe6b32d
|
Include monster info for Goblin Boar Riders. Add copies of sprite for basic 4-animation tilesheet setup. Add in test spawn zone for 2-1. Release Build 8947.
|
8 months ago |
sigonasr2
|
05439de383
|
Add back in 2-1 and missing level entry and world map entry for 2-1 access. Added placeholder sprites and spawn templates for all chapter 2 enemies.
|
8 months ago |
sigonasr2
|
e4e2a0c55e
|
Lock icons implemented in equip menu. When a piece of gear is already equipped, prevent equip sounds/re-equipping of the same exact piece. Release Build 8105.
|
9 months ago |
sigonasr2
|
943996fd7d
|
Add in lockin target time property to regular run towards monster strategy. Yellow Slime Jump target speed increased from 70 -> 90. Yellow Slime Jump lock-in target time increased from 0.0s -> 0.2s. Release Build 8087.
|
9 months ago |
sigonasr2
|
2364176c79
|
Added Yellow Slime jump attack behavior. Release Build 8023.
|
9 months ago |
Quapsel
|
3e7b7ed06e
|
„Adventures in Lestoria/assets/config/Monsters.txt“ ändern
Bear:
Health = 210 -> 450
MoveSpd = 60% -> 75%
Yellow Slime:
Health = 175 -> 240
Slime King:
Health: 5000 -> 8000
|
9 months ago |
sigonasr2
|
da969118bb
|
Loading a save file with an old connection point location will place the player at the starting conection point. Blue Slime Movespd: 80 -> 70. Release Build 7910.
|
9 months ago |
Quapsel
|
55153c356d
|
„Adventures in Lestoria/assets/config/Monsters.txt“ ändern
Slime King - HP: 3500 -> 5000
Ursule, Mother of Bears - HP: 5000 -> 5500
|
9 months ago |
sigonasr2
|
a803531a4d
|
Mouse auto aim mode no longer occurs if a mouse button is held down but the mouse hasn't moved for 2 or more seconds. Fix bug with background sound not respecting BGM volume during fade-in / fade-out. Fix non-combat sound effects not playing while on the title screen. Combine unused foresty stems for now. Add in follow-directions for defensive abilities when using controller or keyboard inputs as well as an inversion direction flag. These are desirable for the retreat types since aiming defensives towards the target is not what the player prefers. Limited pathfinding frequency for monsters and wizard pathfinding ability. Fixed bug with shared pointer being passed into two separate inventories, causing double item duplication everytime a stackable item was added to the player's inventory. Release Build 7795.
|
9 months ago |
sigonasr2
|
5c83a41a86
|
Refactored Map Data access so that other locations in code no longer had write abilities to the map data. Changed permanent exit zone spawning to a temporary. Fix equipment items being duplicated due to sorted inventory not being in sync with actual inventory.
|
10 months ago |
Quapsel
|
ce76d120ed
|
Ring of the Bear added to Ursule loot table
|
10 months ago |
sigonasr2
|
9163eecd4a
|
Add in a run towards phase after a certain number of stomps for second boss.
|
10 months ago |
sigonasr2
|
e3a3328882
|
Add knockback amount to bear strategy, allowing for configuration.
|
10 months ago |
Nic0Nic0Nii
|
5a16f7757b
|
Implement indexeddb storage for emscripten version. Double running speed of bear charge attack
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
10 months ago |
sigonasr2
|
5ed991ec88
|
Boss Phase 3 completed.
|
10 months ago |
sigonasr2
|
4d3b3b4930
|
Phase 1 and 2 implemented.
|
10 months ago |
sigonasr2
|
7a557fe5fc
|
Add overlay sprite feature, extra animations for second boss.
|
10 months ago |
Nic0Nic0Nii
|
1490b2b9f9
|
Fix cmake for emscripten, do not include discord files. Add in second boss config preparations
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
10 months ago |
sigonasr2
|
d6a44c149d
|
Wolves changed to Windhounds.
|
10 months ago |
Quapsel
|
f8ea2f8db1
|
„Adventures in Lestoria/assets/config/Monsters.txt“ ändern
Exp Values adjusted. Slime King Hp increase.
|
10 months ago |
Quapsel
|
812791de8a
|
„Adventures in Lestoria/assets/config/Monsters.txt“ ändern
Changed dropp rate to 30% for most materials (exception: Frog Skin & Bear Blood)
|
10 months ago |
sigonasr2
|
cfd3be4f13
|
Changes to bear sprite.
|
11 months ago |
sigonasr2
|
86925ef031
|
Bear strategy implemented. Release Build 5823.
|
11 months ago |
sigonasr2
|
3e2bd6feb6
|
Add bear sprite and bear strategy framework.
|
11 months ago |
sigonasr2
|
db9c35f813
|
Wolf behavior implemented. Fixed facing direction behavior for AI scripts.
|
11 months ago |
sigonasr2
|
62a2119ab2
|
Initial frog behavior aiming implemented.
|
11 months ago |
sigonasr2
|
1655fe7b51
|
Frog animations setup. Frog tongue bullet setup.
|
11 months ago |
sigonasr2
|
57f482016f
|
Added error handling for when creatures are specified in spawn zones but do not have a corresponding image. Gracefully handle random extra zones that are accidentally added with no type specified. Add in foresty boss/overworld sample themes. Add in placeholder frog info. Refactor MapName to just use strings instead of an enum since we don't want manual upkeep.
|
11 months ago |
sigonasr2
|
bcc71601b6
|
Wolf Sprite, baseline wolf monster entry added, updated foresty and included loop files.
|
11 months ago |
sigonasr2
|
c7ea530484
|
Update Overworld Map with new stage plates. Updated stages with spawn zones and end zones. Cleaned up sound effects with extra noise. Updated some sound effects with more appropriate ones. Added sound effects for many events.
|
11 months ago |
sigonasr2
|
296ea1f2e6
|
Updated all references of Crawler project to now reference Adventures in Lestoria. Fixed a loading bug with the current connection point buttons and information not updating upon loading into the overworld map. Fix component count initialization bug (On Linux and Emscripten builds the component count would start uninitialized and would result in poor depth ordering sometimes.
|
11 months ago |
sigonasr2
|
9fef977a3a
|
Add in consumable crafting. Allow specifying a quantity for item crafts. Add Flower Petals to Flower Turret drop table.
|
11 months ago |
sigonasr2
|
4e3c9877e7
|
Implemented split between consumable crafting initialization and equipment enhancement initialization.
|
11 months ago |
sigonasr2
|
4ac15dd1cc
|
XP and level up systems implemented.
|
11 months ago |
sigonasr2
|
fcb3ee87fd
|
Remove magic number IDs from Monsters and use display names as the key names. Fixed all references to numerical IDs in code. Refreshed all game maps so the monster name enums export as name strings instead of numbers.
|
11 months ago |
sigonasr2
|
2b3c1ea1b4
|
Added Merchant config files and parsing of config files to merchant structure.
|
12 months ago |
sigonasr2
|
694a82701e
|
Create new equipment images, read/parse equipment config file
|
1 year ago |