Uh oh!
There was an error while loading. Please reload this page.
TR5 Wrecking Ball - #1276
Open
Stranger1992 wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds editor-side catalog data to support the TombEngine “Wrecking Ball” trap by introducing new moveable slots and a dedicated TEN Lua property catalog for configuring trap behavior and related lighting.
Changes:
- Added new moveable entries for
WRECKINGBALL_ANCHORandWRECKINGBALL_CHAINin the TombEngine moveables catalog. - Introduced
WRECKING_BALL.xmlTEN property catalog defining configurable trap parameters, roaming behavior, and spotlight/alarm light settings forWRECKING_BALL.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| TombLib/TombLib/Catalogs/TEN Property Catalogs/WRECKING_BALL.xml | New TEN property catalog for configuring the WRECKING_BALL trap and its warning/alarm lights. |
| TombLib/TombLib/Catalogs/Engines/TombEngine/Moveables.xml | Adds moveable slot entries for wrecking ball auxiliary components (anchor and chain). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+399
to
+400
| <moveable id="478" name="WRECKINGBALL_ANCHOR" /> | ||
| <moveable id="479" name="WRECKINGBALL_CHAIN" /> |
| description="Maximum distance in sectors the ball will travel to seek Lara. Set to 0 for an unlimited search range." | ||
| /> | ||
| <!-- Shatterable statics --> |
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces new moveable objects related to a "Wrecking Ball" trap and defines their configurable properties. The main changes add new moveable entries for the wrecking ball system and create a property catalog that allows detailed customization of its behavior, damage, lighting, and roaming features.
Moveable additions:
WRECKINGBALL_ANCHORandWRECKINGBALL_CHAINinMoveables.xmlto support the new wrecking ball trap system.Property catalog for Wrecking Ball:
Introduced a new property catalog file
WRECKING_BALL.xmldefining theWRECKING_BALLmoveable with customizable properties, including:Depends on #1998