forked from Exiled-Official/EXILED
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CustomStats #363
Merged
Merged
feat: CustomStats #363
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Misfiy
added
enhancement
New feature or request
Requires Testing
Things need to be verified by an Exiled Developer/Contributor
labels
Jan 1, 2025
louis1706
approved these changes
Jan 2, 2025
Misfiy
commented
Jan 3, 2025
louis1706
requested changes
Jan 4, 2025
louis1706
approved these changes
Jan 8, 2025
VALERA771
added a commit
that referenced
this pull request
Jan 10, 2025
* feat: ``Lift::Get(ElevatorGroup)`` (#372) Lift::Get(ElevatorGroup) * fix: PlacingBulletHoleEventArgs::Position (#377) Fix * fix: DryFiring fired constantly (#378) Fix DryFiring fired constantly * feat: Unbanned event addition (#185) * Option A * Style cop happy * Sigh stylecop * For Yamato * Done, not tested * Stylecop --------- Co-authored-by: Yamato <[email protected]> * feat: Adding CustomKeycard for CustomItems (#98) * uwu * itemtype check * bruh bruh brrr ☠ * fix * fix * fix no.2 * some events * ExMod Team copyright --------- Co-authored-by: Yamato <[email protected]> Co-authored-by: Yamato <[email protected]> * feat: ShadowType (#382) More features for the Light wrapper * fix: remove var & fix FF for explosions * feat: DroppingAmmo, DroppedAmmo and InteractingDoor (#371) * fix: DoorType and RoomType for Checkpoint (#379) Fix DoorType and RoomType for Checkpoint * feat: CustomStats (#363) * CustomStats * replace Mathf.Clamp01 by Mathf.Clamp * Remove CustomStaminaStat.cs --------- Co-authored-by: Yamato <[email protected]> * fix: NPC Spawn using wrong SpawnType (#375) Update Npc.cs * fix: Fix FF for explosions (#383) * fix: nre fix * fix: respawningteam event fix * fix: fix explosion ff * feat: LockerType extension (#384) * feat: LockerType extension * fix: fix of fix * fix: init fix for play gun sound * Revert "fix: init fix for play gun sound" This reverts commit f4d5541. * feat: Fix OnInternalSpawning & Added ChargingJailbird setter (by BlackSerperior6) (#368) BlackSerperior6 Co-authored-by: BlackSerperior6 <[email protected]> * feat: `ExplodingGrenadeEventArgs::ExplosionType` (#385) * ExplosionType * ExplodingGrenadeEventArgs::ExplosionType --------- Co-authored-by: Yamato <[email protected]> Co-authored-by: scp252arc <[email protected]> Co-authored-by: X <[email protected]> Co-authored-by: Yamato <[email protected]> Co-authored-by: Trevlouw <[email protected]> Co-authored-by: Misfiy <[email protected]> Co-authored-by: Cosmos Zvezdochkin <[email protected]> Co-authored-by: Rysik5318 <[email protected]> Co-authored-by: BlackSerperior6 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
enhancement
New feature or request
Requires Testing
Things need to be verified by an Exiled Developer/Contributor
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe the changes
What is the current behavior? (You can also link to an open issue here)
What is the new behavior? (if this is a feature change)
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Types of changes
Submission checklist
Patches (if there are any changes related to Harmony patches)
Other