22 Commits

Author SHA1 Message Date
Quapsel
ab01cc6acc „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Damage changed from wood weapons from 5,10,15,20,25,30 to 3,6,9,12,16,20
2024-03-01 09:32:09 -06:00
Quapsel
1b2831bbb2 „Adventures in Lestoria/assets/config/items/Accessories.txt“ ändern
Ring of the Slime King: Attack stat removed.
Ring of the Bear: Attack nerfed from 4-10 to 1-4
2024-03-01 09:28:20 -06:00
aa4d35d754 Fix crash with emscripten version during story scenes. Fix inproper Blacksmith equipment displays for crafting menu (chapter check missing, wrong enhancement level checks). Fix Blacksmith trigger not unlocking on the right node. Fix Chapter 2 trigger. Fix emscripten build scripts. Release Version 7848. 2024-02-29 05:54:23 -06:00
2d0702af2c 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. 2024-02-28 23:09:55 -06:00
b96b5735e9 Implemented Death menu. Release Build 7668. 2024-02-27 17:48:41 -06:00
689eaa6d10 Implemented chapter limits for equipment upgrades. 2024-01-31 17:15:40 -06:00
Nic0Nic0Nii
32bec29f61 Add available chapter to individual crafting requirements and item dattabase
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-31 21:17:37 +00:00
0aea7beb83 Implemented ability to craft weapons/armor. Sorting all equipment by tier / type. Fixed bug with not properly setting available chapter for crafting on items with multiple enhancement levels. Fixed bugs related to adding crafting to weapons / armor (side effects applied directly to consumable items), fix stage loot/monster loot displays not properly updating when collecting items. Made old items properly convert to newer item names when being read in (constructor for the IT data type is no longer an enum and instead does the conversion automatically). This type now has implicit conversion from a std::string so is still a highly flexible typing like before. Release build 6677. 2024-01-30 21:55:32 -06:00
Nic0Nic0Nii
00e7a01ab1 Add labels for items that can be crafted or enhanced at the blacksmith
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-30 17:43:21 +00:00
Nic0Nic0Nii
8149db260b Update copyright 2024 for FreeType. Equipment can now have an initial crafting cost. RowItemDisplays will have a craftable and upgradeable tag.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-30 14:48:49 +00:00
a6e8ec872c Added blacksmith's inventory for display underneath player's equipment for crafting. Fix bug with loadout item slot 2 not being reset properly (missing ability set function). Release build 6604. 2024-01-29 23:55:40 -06:00
Quapsel
3f0bfb6919 „Adventures in Lestoria/assets/config/items/ItemSets.txt“ ändern
4-Piece Leather Set Bonus changed from HP-Recovery to HP6-Recovery.
2024-01-24 09:38:50 -06:00
Quapsel
1b42ff39a2 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-01-23 18:47:20 +01:00
Quapsel
dfb210f7d3 1_5 & 1_6 Border added 2024-01-23 18:47:05 +01:00
Quapsel
85e8958ebf „Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Base Craft Materials for Leather Equipment added
2024-01-23 10:40:11 -06:00
d6a44c149d Wolves changed to Windhounds. 2024-01-22 01:48:22 -06:00
Quapsel
ee5831422d „Adventures in Lestoria/assets/config/items/Equipment.txt“ ändern
Material Cost for Leather Set Upgrades added.
2024-01-21 22:55:08 -06:00
Quapsel
47aa305ab9 „Adventures in Lestoria/assets/config/items/Weapons.txt“ ändern
Wooden Weapon Material cost adjusted.
2024-01-21 21:41:39 -06:00
2c54e9a9c7 Monsters get a 1-second cooldown on collision to avoid overwhelming the player through constant charging. Remove extra A* nodes that are not required during map loading. Reversed the surround sound directions so stuff on the right is heard from the right channel, and stuff on the left is heard from the left channel. Fix lerp function in olcPGEX geometry util. 2024-01-12 09:56:49 -06:00
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. 2024-01-08 07:42:44 -06:00
0643393b9c Added Sound effect configuration and implementation. 2024-01-08 05:26:20 -06:00
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. 2024-01-04 05:21:56 -06:00