kwsch/pkNX

Can't open type chart editor (SWSH)

zhengtaohong opened this issue · 9 comments

Hello, may I ask how to modify the effects of items, such as the multiplier of the Life Orb or whether the item is consumed after use? These features are available in PK3DS, but does PKNX currently lack them? Can they be updated? Thank you very much!

kwsch commented

These features are available in PK3DS

No they aren't; the game code's damage formula is what handles the item's in-game effects, which is not editable, and no plans to.

may I ask if it is possible to modify the effectiveness between types, such as making Bug type restrain Fairy type?

kwsch commented

The type chart editor already handles this for SW/SH and LGP/E.
https://github.com/kwsch/pkNX/blob/master/pkNX.WinForms/Subforms/TypeChart.cs

I have downloaded the latest version of PKNX, but there is no type chart option after opening Sword. Do I need to do anything else?

@duckdoom4 Sorry, I didn't quite understand what you meant. What should I do to open the type chart editor in PKNX?
图片

You can't, the editor is not working. To get it working you'd have to fix the code :p

@duckdoom4 okay,thank you

I'll reopen this and change the title to have a reminder that someone should fix it at some point. Can't say who or when