mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
[PR #15] [MERGED] Miss effect #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AndorsTrailRelease/ATCS/pull/15
Author: @OMGeeky
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @NutAndor
Base:
master← Head:miss-effect📝 Commits (7)
29241f1improve EffectPane generics and usage & fix hitReceivedEffect806f0b1miss effect3b99a94add comments to start script about min required java version; update nsi script to match standalone start scriptb2003bfimprove create pane content calls with overrides7e5c8d0improve hints on who is getting what effect on hit / hit-received for npcs31cbdcaadd clarification comment to package.shbe040a7change miss_effect to HitEffect instead of HitReceivedEffect📊 Changes
8 files changed (+153 additions, -85 deletions)
View changed files
📝
packaging/Windows/ATCS_Installer.nsi(+4 -4)📝
packaging/common/ATCS.cmd(+2 -0)📝
packaging/common/ATCS.sh(+5 -3)📝
packaging/package.sh(+2 -2)📝
src/com/gpl/rpg/atcontentstudio/model/gamedata/Item.java(+36 -0)📝
src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/CommonEditor.java(+38 -35)📝
src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java(+59 -24)📝
src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/NPCEditor.java(+7 -17)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.