oookaaay. anybody knows a way to modify the attack value with cheats or save editor so I can one shot basically anyone?
You can accomplish this in two different ways.
The first way is to edit an equipable directly to buff your stats.
I'll use the Musket as an example:
You must be registered to see the links
This folder has the stat additions for weapons.
You must be registered to see the links
This here is the stat blocks for it.
If you want big attack?
Code:
"attribute_name": "atk_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "3"
Change the value after "Adjustment" to whatever. Preferably something really ridiculously high. No guaruntees values that are too high wont crash your game though.
Another way to do it would be to edit a skill directly- but that's a hassle.
You can use this method to also give yourself extra stamina or health, or even make it so you literally cannot go below [x] amount of health:
For instance you could change the default "Pigtails" hair equip item to set my minimum possible health to 1 with a block of code, so I cant die.
(Also can do that with Stamina, if you want to get raped forever for whatever reason. Which I did. Out of morbid curiosity.)
And then once you unequip, suddenly your stats return to normal. (In my case, I'd die.)