Skip to content
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

Clarify freeze object trigger #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/scenarios/triggers/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
},
"22": {
"name": "Freeze Object",
"desc": "This effect can be used to stop units of a specific player. The units affected by this effect are determined by the configurations of the effect",
"desc": "This effect does not actually freeze the objects but sets them to a no attack stance. The units affected by this effect are determined by the configurations of the effect",
"attrs": [
"object_list_unit_id",
"source_player",
Expand Down
2 changes: 1 addition & 1 deletion docs/scenarios/triggers/effects/effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ This effect makes it so that the specified units of the given player can be targ

### 3.49. Freeze Object

This effect can be used to stop units of a specific player. The units affected by this effect are determined by the configurations of the effect. The configurations for this effect are as follows:
This effect does not actually freeze the objects but sets them to a no attack stance. The units affected by this effect are determined by the configurations of the effect. The configurations for this effect are as follows:

1. Unit List 1: This is the unit to affect
2. Source Player: The player that is affected by the effect
Expand Down