Search Results

Found 1 results for "45c80336ed36a7e3e8d109c4ebe66a8e" across all boards searching md5.

Anonymous /vg/534228081#534293578
8/7/2025, 1:14:13 PM
>>534288091
I'll check this out when I can download RPG maker. Thanks.
>>534290635
>https://fars.ee/J6PR
>https://katai5plate.github.io/RPGMV-CoreScript-Reference/jsdoc/RPG.Trait.html
Yes, this helps a lot! The elements in FF are fairly customize so the list here (https://katai5plate.github.io/RPGMV-CoreScript-Reference/jsdoc/RPG.Damage.html#%E5%B1%9E%E6%80%A7id) isn't reliable, but it told me where to find the list (System.json) and now I can see what dataId relates to what element. Thank you!

Since almost every enemy has ""dataId": 13,"value": 3", I can tell the 13th is almighty and that almighty does triple damage to everyone, including the Demon Lord. This also tells me the list is 0-indexed. Going from there, I can connect everything.
It seems that a weapon being made of silver (element #21) also can affect damage. This is cool to learn!