Commit Graph

21 Commits

Author SHA1 Message Date
Mikhail
c8a47a39d0 Implement tower rewards 2024-12-21 11:22:54 -05:00
Mikhail
0e13c96c4d Fix compiler warnings 2024-12-21 10:47:45 -05:00
Mikhail
5028d24b5c allow cash shop to open again 2024-12-20 15:30:29 -05:00
Kyle873
b022eb688c Skill upgrade, more commands, fixes (#21)
* add BuyWallpaper

* added partial stage clear info handling, no longer fails get check

the creation of the clear info still has imperfections, so I've left it disabled for now. no point in letting it clutter the DB until the info is at least accurate in the UI.

* unfinished CP calculation stuff

still need to impl other tables (equipment), need a better way to capture outputs and compare them to retail, not really worth the excess work currently since CP calc isn't used anywhere critical right now

* AddItem command

* AddCharacter command

* finishalltutorials command

* addallmaterials command

also load the material items table

* skill upgrade impl

* update README

* potential fix for bodies not being removed properly on limit breaks and core upgrades

the client seems to be smart enough to deal with zero count item entries, so there's no real reason to remove zero count item entries from the DB

* check to make sure we have the character before adding a body

* use CreateWholeUserDataFromDbUser instead of doing a manual copy
2024-12-20 14:39:21 -05:00
SELEKCJONER
9877d29e79 Fix archives at least i think so 2024-12-16 00:38:37 +01:00
SELEKCJONER
c8649335f6 Add support for user titles 2024-11-18 21:51:23 +01:00
SELEKCJONER
34ce89446e Add some stuff 2024-11-17 22:49:45 +01:00
SELEKCJONER
f1e6899fc9 Experimental archive support
Note archive event returns to stage 1 if hard mode is played and left unfinished
quick battle doesnt work as well
Prolouge always plays
2024-11-17 20:51:20 +01:00
SELEKCJONER
8078da421c add all profile frames to user 2024-11-10 17:46:38 +01:00
Mikhail
f368e36c69 update event data and improve event code 2024-10-30 17:47:47 -04:00
SELEKCJONER
d76cd5c095 fix IsValidScenarioStage to include _s and _e
It also prevents event stages from getting added
2024-09-23 16:33:52 +02:00
SELEKCJONER
c1d0292fe5 Add experimental fix for completestage cmd
probably fixes completestage missing some entries like d_main_18af_06
2024-09-22 19:05:12 +02:00
SELEKCJONER
f6ce7d06be Add all event and favorite item wallpapers 2024-09-15 22:36:41 +02:00
SELEKCJONER
10e0aa6386 add FieldItemTable back 2024-09-10 01:40:12 +02:00
SELEKCJONER
84c0d18255 Adds a lot of stuff
- new commands
SetLevel (level) - Set all characters' level (between 1 and 999 takes effect on game and server restart)

SetSkillLevel (level) - Set all characters' skill levels between 1 and 10 (takes effect on game and server restart)

addallcharacters - Add all missing characters to the selected user with default levels and skills (takes effect on game and server restart)

- partial gacha support works
only 10x adds bodies (they still cant be used and it includes normally inaccesible characters like marian)

-partial jukebox support allows for listening but not setting lobby / commanders room bgm unless manually changed in db.json
2024-09-10 01:14:00 +02:00
Mikhail
61075aae37 implement outpost reward buffs 2024-09-02 16:32:42 -04:00
Mikhail
ed3c6bb6a0 fix jukebox, begin work on outpost rewards 2024-09-02 13:26:16 -04:00
Mikhail
a68a201c13 improve logging, various qol fixes 2024-08-31 12:39:47 -04:00
Mikhail
d5ae01af40 remove old code 2024-08-25 13:22:43 -04:00
Mikhail
10fc4c3941 implement campaign lost relic 2024-07-31 10:18:12 -04:00
Mikhail
239c4f293f Rename project to EpinelPS 2024-07-30 13:04:25 -04:00