pkNX icon indicating copy to clipboard operation
pkNX copied to clipboard

Can't open type chart editor (SWSH)

Open zhengtaohong opened this issue 1 year ago • 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!

zhengtaohong avatar Sep 11 '23 11:09 zhengtaohong

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.

kwsch avatar Sep 11 '23 15:09 kwsch

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

zhengtaohong avatar Sep 11 '23 15:09 zhengtaohong

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

kwsch avatar Sep 11 '23 15:09 kwsch

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?

zhengtaohong avatar Sep 11 '23 16:09 zhengtaohong

https://github.com/kwsch/pkNX/blob/master/pkNX.WinForms/MainEditor/EditorSWSH.cs#L184

It appears that editor is marked as 'not working'

duckdoom4 avatar Sep 11 '23 16:09 duckdoom4

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

zhengtaohong avatar Sep 12 '23 04:09 zhengtaohong

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

duckdoom4 avatar Sep 12 '23 04:09 duckdoom4

@duckdoom4 okay,thank you

zhengtaohong avatar Sep 12 '23 04:09 zhengtaohong

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

duckdoom4 avatar Sep 12 '23 06:09 duckdoom4