1
FF7 Tools / Re: Tool to vary status ailments
« on: 2025-10-11 12:24:07 »
Thanks, the condemned countdown has worked so far. And it also affects the "slow-numb"-countdown for petrify, so I havent to look for that too.
I found the value in the German version at the position 003B64F2, but now I had a clue for which values I had to look for.
With the poison, It seems that the value determines when the first poison damage is suffered, after that the frequency is the same, at least that's my impression. I replaced the value with a very high one: It then took a while until the first poison damage followed, the others always followed the same.
The finalfantasy.fandom wiki says: "Afflicted [with poison] takes 1/32 of Max HP of physical Poison-elemental damage every 2.5 units of time."
What value could that be in the data file?
I used ChatGPT to orientate myself in the hex file. I think I learned quite a bit about such things, but not enough yet.^^
I'm not sure for example that I could find values for the amount of damage (1/32 --> 3D 00 00 00) or the frequence in "units of time" (2.5 --> 40 20 00 00) nearby in +/-100 bits or something like that. Or whether there is a single section for the status ailments as the condemned countdown and a whatever timer for poison are in the same offset.
Before today, none of this meant anything to me.
I found the value in the German version at the position 003B64F2, but now I had a clue for which values I had to look for.
With the poison, It seems that the value determines when the first poison damage is suffered, after that the frequency is the same, at least that's my impression. I replaced the value with a very high one: It then took a while until the first poison damage followed, the others always followed the same.
The finalfantasy.fandom wiki says: "Afflicted [with poison] takes 1/32 of Max HP of physical Poison-elemental damage every 2.5 units of time."
What value could that be in the data file?
I used ChatGPT to orientate myself in the hex file. I think I learned quite a bit about such things, but not enough yet.^^
I'm not sure for example that I could find values for the amount of damage (1/32 --> 3D 00 00 00) or the frequence in "units of time" (2.5 --> 40 20 00 00) nearby in +/-100 bits or something like that. Or whether there is a single section for the status ailments as the condemned countdown and a whatever timer for poison are in the same offset.
Before today, none of this meant anything to me.