Commit Graph

35 Commits (9fef977a3a8474ab3c70cce5733dbba12ecc35dd)

Author SHA1 Message Date
sigonasr2 9fef977a3a Add in consumable crafting. Allow specifying a quantity for item crafts. Add Flower Petals to Flower Turret drop table. 12 months ago
sigonasr2 c876f8a6ea Fixed detection of craftable items that aren't enhanceable (failed out of bounds checks). Hide information about craftable items that have yet to be unlocked. 12 months ago
sigonasr2 4e3c9877e7 Implemented split between consumable crafting initialization and equipment enhancement initialization. 12 months ago
sigonasr2 64694e1b63 Implemented Crafting enhancement window, item enhancement checks, and enhancement implementation done. 12 months ago
sigonasr2 8f41870b46 Implement Crafting requirements display on equipment crafting window. Add in crafting requirement sample data for non-equipment items. 12 months ago
sigonasr2 318719d46f Implement crafting requirement structures and dummy data for equipment. 12 months ago
sigonasr2 c7e3115b89 Implemented Mana and Atk Spd stats 12 months ago
sigonasr2 3e3e96110c Added Equipment/Equipment Icons. Remove unused Graphics2D PGEX from project. Crit Dmg now displays as the extra amount added (50%) rather than the final multiplier (150%) 12 months ago
sigonasr2 28079609b7 CDR now adjusts the cooldown timing live instead of setting the cooldown on use. CDR formula properly applied. 12 months ago
sigonasr2 2a72238e40 Implemented all item stats. 12 months ago
sigonasr2 668a5ca1b1 Item Attribute systems reworked from being an enum class to being a class. Added support for the Buff Item Script to modify items. Implemented Damage Reduction proposal. 12 months ago
sigonasr2 51cbf81204 Fix applied buffs bug, older calls to create buffs/debuffs resulted in the wrong value getting set, leading to the intensity of buffs being completely wrong. Increased fade range. 12 months ago
sigonasr2 852bbbc5a0 Added the ability for items to be activated upon cast instead of on completion of cast. These item effects also get interrupted by any movement. 12 months ago
sigonasr2 2b3c1ea1b4 Added Merchant config files and parsing of config files to merchant structure. 1 year ago
sigonasr2 f3bfa81198 Created additional item icons for Item Database. Added Traveling Merchant config lists 1 year ago
sigonasr2 46926be340 Fix scrollbar boundary not updating upon switching to new menus. Fix bug with positions from keyboard/button maps not using original positions in scrollable components. 1 year ago
sigonasr2 469bea4c5e Inventory display window tabs are implemented, inventory component is displayed. Ranger Backstep cancels casts. Casts are forced to be channeled for 0.2 seconds before walking can cancel them, 1 year ago
sigonasr2 5a6080b98f Implement equip generated item descriptions. 1 year ago
sigonasr2 0b912e199a Fix Equipment file comments to be on newlines. Parse item stat values based on provided stat values in config instead of hard-coding. 1 year ago
sigonasr2 ece5454c96 Modify Equipment config and add in Item Sets config to comply with engine design and future 1 year ago
sigonasr2 694a82701e Create new equipment images, read/parse equipment config file 1 year ago
sigonasr2 298b0c4ca7 Implemented equipping of items, reading of slot types from item database, and prepared set items and stats structures. 1 year ago
sigonasr2 3605aa818d Display item loadout HUD information while playing. Fix item drops bugging out at lower frame rates. 1 year ago
sigonasr2 45c6d22ee0 Corrected amount values drawn from inventory amt function and GetItemCount() functions. Added ability for Loadout items to be used on the field. Treated as abilities, and setup keybinds. 1 year ago
sigonasr2 933fc16cce Add in item drop overlays to HUD. 1 year ago
sigonasr2 88b8f17edb Added square skill overlay icons, item drop magnet speed massively increased for the lazy players, and added a draw square pie cooldown function. 1 year ago
sigonasr2 a3ac1243d7 Item Drops implemented on monster kills. 1 year ago
sigonasr2 403690747d Setup Item Drop rendering/physics. Handle items landing on the ground. Config file options related to item drops added. Added a spawning item function. 1 year ago
sigonasr2 b61f9ddf96 Setup monster drop config data and monster drop data structure. 1 year ago
sigonasr2 6c16405908 Finish level complete layout. 1 year ago
sigonasr2 7e371f6779 Add in loadout system to Player class. 1 year ago
sigonasr2, Sig, Sigo 1f40e846ac Typo on Accessories. Initialize listener categories 1 year ago
sigonasr2 1c4ec84d75 Implement dummy items and scrollablewindowcomponent setup 1 year ago
sigonasr2 ba6505b266 Item category, script, and all other information relating to items now load properly with error-handling and proper property overriding. 1 year ago
sigonasr2 877c44c372 Setup Items, item categories, and item scripts, and all associated configuration files for them. 1 year ago