#Addon/datapack: unified stamina for combat roll, better combat, paragliders, apotheosis

95 messages · Page 1 of 1 (latest)

fallen socket
#

Im looking for someone who can create a mod or even a datapack that bridges the stamina from better paragliders with apotheosis and combat roll as a new apotheosis player attribute of strength. The idea is that the higher it is, the less stamina weapon swings consume. It would be tied to the vanilla strength effect, permanent or otherwise. The idea is that it would also make it so that combat rolls use paragliders' stamina instead of it's own, too.

No idea how exactly feasible this is, but for a combat oriented Modpack as mine it would be perfect, so im not stingy with the budget which would be around 100$ for starters, maybe more if negotiated/the delivery is clean.

#

Also goes without saying but NO DMS. Everything over here

green bridge
fallen socket
#

yes

#

more like a cooldown but yeah

green bridge
#

so the plan is to overwrite those and replace it with a custom one that's based on aptheosis strength

fallen socket
#

yes, with that new apotheosis attribute acting as sort of the core for this compatibility addon

green bridge
#

alright, let me look at paragliders

fallen socket
#

this one has a wiki and stuff, and is one of the main mods of this, so worth also looking into it

green bridge
#

looks like there's some compat for better combat already

fallen socket
#

another feature i had in mind was to also make the block stamina depleting feature work with the sword blocking mechanic, which i think should be easier

fallen socket
green bridge
#

is sword blocking not already part of better combat?

fallen socket
#

huh, i cant send pics here for some reason

fallen socket
green bridge
grizzled prismBOT
# green bridge ??image

In order to post pictures in chat, you must either

  1. Receive the <@&748075791790637078> role.
  2. Post the picture in a different channel/server and then post a link to the picture here.
  3. Post the picture on a site like Imgur and post a the link here.
fallen socket
#

huh

fallen socket
#

so that makes things a lil bit easier

green bridge
#

alright, my quote is $120

fallen socket
#

alright, that's reasonable
do you have a portfolio i can take a look at?

#

nevermind, you have your github linked

green bridge
#

I get impersonated a lot

fallen socket
#

yeah, i think you are who I'm looking for for this
consider yourself hired!

#

i will give you a better rundown of the task

#

Basically (1.20.1 forge):
-Create a new attribute for apotheosis/apothic attributes of strength, linked to the vanilla effect as one that the player can obtain either through potions, armor effects or permanent attributes
-Hook this attribute to the better paragliders mod so that it's amount directly influences how much stamina is consumed per action.
-To the existing actions that do this, add the combat roll and the sword blocking mechanic of those standalone mods
-Deliver with performance in mind

#

anything else that you might need do let me know

green bridge
#

noted, I'll start work tomorrow

green bridge
green bridge
steady stump
fallen socket
fallen socket
green bridge
fallen socket
#

oh yeah his account is also from today, just noticed
shady as fuck

cold rose
#

I assume the task has already been taken?

fallen socket
#

mostly kubejs and mob spawning kind of tweaks, however

#

might post another job later

cold rose
fallen socket
#

or mod integration compatibility

cold rose
#

Yeah, I can help with that 👍

fallen socket
cold rose
#

Yeah, if anything, message me here or in DMs, if I don’t reply for a while, just DM me and I’ll respond here, you get it 👍

green bridge
fallen socket
green bridge
fallen socket
pale sluice
#

goat

green bridge
#

@fallen socket Should I replace the gui for Combat Roll?

#

(icon in bottom right)

fallen socket
#

so pretty much removed

green bridge
#

I'm going to have to overwrite quite a bit

#

combat roll has it's own routine

green bridge
fallen socket
#

lol what the hell

green bridge
#

stamina is 1000 capacity and each roll is 250

green bridge
fallen socket
# green bridge this what you wanted?

yes, though the amount of stamina decreased per level of strength seems too much, even tho i don't know how much strength did that potion grant
my idea was that per level, the amount of stamina spent was decreased by a quarter
or even a fifth

fallen socket
#

i dont know if there's anything in paragliders about how long does it take for stamina to recover, but could be useful to use here if there was

fallen socket
#

actually, preventing the stamina from replenishing while the player is still moving might suffice
cause it should work the same as with a swing, that it doesn't regenerate if the player is running/jumping

green bridge
#

the strength effect hardcodes all attributes to a multiple of 3

#

it's only supposed to improve the attribute by 20% per level

#

I'll see if I can patch that

fallen socket
#

i see

green bridge
#

that's better

#

the stamina use is the base stamina / strength

fallen socket
#

is it readjusted to every item that bestows strength by default?

green bridge
#

what do you mean readjusted?

fallen socket
#

like if, say, a curios item grants strength 3, it will not raise the attribute by a multiple of 3 as you said but instead set it to 0.6, yes?

green bridge
#

yes, .2 * 3 = .6

#

well 1.6 total because it's additive

#

before it would've been 10

fallen socket
#

ah, gotcha

green bridge
#

I figured out how to register custom player states in paragliders, did some rearranging

#

what else is needed?

#
[unifiedstamina.roll]
    #Range: > -2147483648
    staminaDelta = -20
    #Range: > 0
    recoveryDelay = 10
fallen socket
# green bridge what else is needed?

(sorry, seems like we have conflicting timezones lol)
is there any way to prevent the rolls from having absolutely zero cooldown in between?
like even 2 seconds would suffice
but if it would be too much of a hassle to do, then that would be fine by me

#

otherwise if anything else works as discussed, then that would be it

green bridge
#

cooldown between roles is already configurable in the base mod

green bridge
fallen socket
#

and yes, please do!