Commit Graph

47 Commits

Author SHA1 Message Date
Jonathan 764192891c Add DPS calculations and columns to WeaponTable
Introduced new methods in `EntityWeaponModel` to calculate DPS for normal, light, medium, and heavy damage types. Updated `WeaponTable.razor` to display these new DPS values as additional columns for better weapon performance insights. Also fixed missing initialization of the base `Damage` property in test data.
2025-04-27 20:57:01 -04:00
Jonathan b653a00238 Add sorting, filtering, and new columns to WeaponTable
Enhanced the `MudDataGrid` in `WeaponTable` by enabling multiple sorting and filtering while adding new "Faction" and "Immortal" columns. Extended `EntityModel` and `DATA` to support faction and immortal data for the table. Added "Neutral" faction and new entity "Pyre Miner" to the data model.
2025-04-27 20:47:09 -04:00
Jonathan 25776b3b00 Adding Parent Connection for Parts 2025-04-27 20:05:18 -04:00
Jonathan cacbe6979e Start of data comparison tables 2025-04-27 19:42:47 -04:00
Jonathan e820457176 Updating Mudblazor Version 2025-04-27 19:34:50 -04:00
JonathanMcCaffrey 730bff71ef Updating building health 2022-09-03 15:37:33 -04:00
JonathanMcCaffrey 83ee8c3ae4 New patch data 2022-09-03 15:06:16 -04:00
JonathanMcCaffrey 2c9f2a4f25 Patch update 2022-08-27 15:41:51 -04:00
JonathanMcCaffrey 86c5961625 Fixing id 2022-08-21 21:47:29 -04:00
JonathanMcCaffrey ad2681ee24 Data fixes 2022-08-21 21:38:28 -04:00
JonathanMcCaffrey b632710c14 Fixing Bonestalker build time 2022-08-21 16:03:02 -04:00
JonathanMcCaffrey 7468938878 Feature/new patch (#52) 2022-08-21 15:33:01 -04:00
JonathanMcCaffrey 3bf12c04fc New patch (#50) 2022-06-26 11:33:19 -04:00
JonathanMcCaffrey 0b6e1b0780 fix(Data): Maledictions is probably an unreleased PASSIVE not ability 2022-05-08 13:33:07 -04:00
JonathanMcCaffrey 8df7871a18 fix(Data) Grammar fix in Thrum description 2022-05-06 10:32:52 -04:00
JonathanMcCaffrey 90b149946c fix(Database) Sceptre mistakes pointed out from Discord 2022-05-06 10:08:03 -04:00
JonathanMcCaffrey 3e3ba3ff5e fix(Data) Mother's Hunger description fix 2022-05-05 23:52:36 -04:00
JonathanMcCaffrey cb2e3ae39a fix(Data) Missing Ichor passives and fixes 2022-05-04 19:00:01 -04:00
JonathanMcCaffrey 6409afd0fe fix(Database) Proper Immortal passive text 2022-05-04 18:21:05 -04:00
JonathanMcCaffrey 78deb6055c fix(Data) Zard's pointed out fixes
I also need to handle DPS vs Charges for attacks
2022-05-04 18:14:56 -04:00
JonathanMcCaffrey b2516fc80a Auto formatting 2022-05-02 02:04:40 -04:00
JonathanMcCaffrey 06c0a976e8 feat(Database) Updating game patch, and fixing GA tags 2022-04-29 13:56:54 -04:00
JonathanMcCaffrey 7411cc7416 feat(Database) Updating database to latest patch. Updating Calc hotkey UI to match 2022-04-29 01:17:54 -04:00
JonathanMcCaffrey adbf36da9f feat(Storage) Storage feature done 2022-04-24 21:34:02 -04:00
JonathanMcCaffrey 89e12a8de0 feat(BuildCalc) Wait To button and some WIP code 2022-04-20 12:36:52 -04:00
JonathanMcCaffrey af03cae560 data(Database) Added additional data to Blood Well passives 2022-04-19 17:35:50 -04:00
JonathanMcCaffrey c0c4e251a0 feat(Variables) Added variable service and new game patch 2022-04-18 18:28:56 -04:00
JonathanMcCaffrey 72286f9f7b data(Database) New patch 2022-04-18 16:39:45 -04:00
JonathanMcCaffrey 04c1718259 feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again 2022-04-15 01:58:07 -04:00
JonathanMcCaffrey f3a1c98b20 fix(BuildCalc) Cancel now reverts unlocked tech again 2022-04-14 00:45:12 -04:00
JonathanMcCaffrey 231ce16dd6 fix(BuildCalc) Immortal filters 2022-04-14 00:11:50 -04:00
JonathanMcCaffrey a04a75a8fd fix(BuildCalc) Now shows locked entities as gray text. Added some missing data 2022-04-13 23:52:22 -04:00
JonathanMcCaffrey 39db0afbe5 feat(BuildCalc) Optimized the build calculator 2022-04-13 19:23:04 -04:00
JonathanMcCaffrey 656b914c6e game patch(Immortal) 0.0.6.9121a patch updates, plus WIP build calculator code 2022-04-13 14:44:15 -04:00
JonathanMcCaffrey b540e360c8 data(Database) Added passive data from Twitter post 2022-04-12 17:28:39 -04:00
JonathanMcCaffrey 16223cd010 feat(Navigation) Improved desktop navigation UI 2022-04-12 11:54:32 -04:00
JonathanMcCaffrey 3e226a6a9e Warning cleanup 2022-04-11 18:03:16 -04:00
JonathanMcCaffrey 81659a9f84 feat(Localization) Adding localization text. Fixing bugs in toasts 2022-04-10 21:03:47 -04:00
JonathanMcCaffrey d82e60efdf feat(Documents) Notes/Docs page improvements and warning cleanup 2022-04-10 15:08:52 -04:00
JonathanMcCaffrey af43b9cd9e type fix for BUILDING_KeeperOfTheHardenedFlames 2022-04-03 20:11:48 -04:00
JonathanMcCaffrey 28087b58d9 feat(Database) Direct database/Throne links now work in the database. Added a Detailed/Plain view button 2022-04-03 20:09:21 -04:00
JonathanMcCaffrey 8584570a1e fix(Database) Fixed refresh bug. Fixed wrong data in database 2022-04-03 17:46:28 -04:00
JonathanMcCaffrey 73cc82709c open source update. Fixed Database filters, added docs page 2022-04-03 13:13:59 -04:00
JonathanMcCaffrey a9d3920237 feat(Database) Adding entity dialog 2022-04-01 17:35:10 -04:00
JonathanMcCaffrey c4f1b86f27 Hotkey data fixes 2022-03-31 13:33:09 -04:00
JonathanMcCaffrey 2db4153c9d game patch(Immortal) Updated to 0.0.6.8900a 2022-03-30 23:58:27 -04:00
JonathanMcCaffrey e43d9a90e7 Initial commit 2022-03-30 12:48:07 -04:00