Commit graph

15 commits

Author SHA1 Message Date
24a4aa7a20
started implementation of web db access. can only create new turrets and view current turrets 2024-12-31 18:31:47 -08:00
e0d744ca5a
feat: add configuration model 2024-12-31 19:01:25 -05:00
158aec5dba
feat: add description fields to Modules, Spinals, and Turrets 2024-12-31 13:46:29 -05:00
749f827264
feat: add Effect model 2024-12-31 13:44:26 -05:00
132fb649cb
feat: add module model 2024-12-31 13:12:41 -05:00
405032a6e3
refactor: remove this. from the Spinal and Turret models 2024-12-31 12:40:59 -05:00
759e49a64f
feat: add an enum for module rarities 2024-12-31 12:40:12 -05:00
2c3bb51f6b
fix: rename a field in Turret to match what the field is called inside Zenith 2024-12-31 12:32:59 -05:00
0e58107bdd
refactor: remove another useless comment 2024-12-31 12:32:27 -05:00
a126d6415b
fix: fix a bunch of syntax / logic errors
my intellisense and linter wasn't working until the previous commit, where I added the solution file. now it does, and holy shit was everything broken 😭
2024-12-31 12:20:52 -05:00
16e354aa12
refactor: remove a comment
turns out my placeholder values were correct!
2024-12-31 10:48:18 -05:00
645a2d4d5d
refactor: remove a useless import 2024-12-31 10:38:10 -05:00
e66cbcf262
refactor: create a public dictionary for turret damage types 2024-12-31 10:37:41 -05:00
35508c8264
feat: add dps calculation methods to spinals and turrets 2024-12-31 10:33:24 -05:00
56dda7b976
feat: add spinal and turret models 2024-12-31 02:26:53 -05:00