English (American)  中文(简体)

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Spt] Understanding The ItemSpt
#1
The projectiles released by any character can be found  in ` 185 - Data.Global_itemSpt `
So, to modify the characteristics of any projectile released by characters, you will have to modify the `ActionGroup` and `Frame` of the corresponding projectile in the `ItemSpt`

Here are some important things I've been able to learn, by the help of Jeatles.

1. To make an projectile travel farther  after it's been released, e.g, Lucas' air blade, you have to increase the `"ite_lifeTime":` in the `ActionGroup` which has the `"name":` as `lucasB`

2. To make a prop more durable, e.g, making Lucas' air blade to be able to take out other projectiles, e.g, Shawn's arrowsuper or Livermore's laser and still keep going, you have to change `"ite_dura":` and `"ite_duraD":` in the `ActionGroup` and increase `"attackMany":` in the corresponding `Frame` of the `Action`.

 [Note: Frame index can be found in the corresponding Action]

Due to my limited knowledge, I don't fully understand the relationship between `"ite_dura":` and `"ite_duraD":` , but for clarity, you can increase the dura to a very large number, and the duraD, to a very small number, e.g

`"ite_dura":` 8000.0,
`"ite_duraD":` 60.0,

Experiments have proven those values to be able to incredibly increase the strength of a prop.
More will be added gradually.
[Image: Jack-E-s-Signature.png]
Reply
  


Messages In This Thread
Understanding The ItemSpt - by Almighty Jack E - 04-02-2024, 07:54 PM
RE: Understanding The ItemSpt - by Julian - 05-02-2024, 12:35 AM
RE: Understanding The ItemSpt - by Julian - 05-02-2024, 05:40 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)