Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "Single Encounter"
From Snapwiki
m (Fixing Logic category) |
|||
Line 26: | Line 26: | ||
|- | |- | ||
|[[File:Heal.png|64px|link=Heal]]||'''Heal'''||Heal a demon by the amount specified in the input's properties. Expects an AI as an activator. | |[[File:Heal.png|64px|link=Heal]]||'''Heal'''||Heal a demon by the amount specified in the input's properties. Expects an AI as an activator. | ||
+ | |- | ||
+ | |[[File:EnableStagger.png|64px|link=Enable Stagger]]||'''Enable Stagger'''||Will allow an AI to be staggered. Expects an AI as an activator. | ||
+ | |- | ||
+ | |[[File:DisableStagger.png|64px|link=Disable Stagger]]||'''Disable Stagger'''||AI will no longer become staggered. Expects an AI as an activator. | ||
|} | |} | ||
Line 58: | Line 62: | ||
|- | |- | ||
|'''Spawn Proximity'''||Enum||The area around the spawn location in which demons can spawn. | |'''Spawn Proximity'''||Enum||The area around the spawn location in which demons can spawn. | ||
+ | |- | ||
+ | |'''Stagger Enabled'''||Boolean||If false, this AI will never stagger. | ||
+ | |- | ||
+ | |'''Stagger Override'''||Percentage||If greater than 0, will be the percentage of health that the AI will stagger. | ||
|} | |} |
Revision as of 2016-07-29T17:02:42
Single Demon Encounter
A Single Demon Encounter will spawn a single, specified Demon.
Details
Object: Single Demon Encounter Category: Spawners |
Inputs
Outputs
Properties
PROPERTIES | ||
---|---|---|
Property | Type | Description |
Name | String | The name of this object. Rename an object to make it easy to identify. |
Encounter | List | The demons to spawn. |
Health Modifier | Percentage | Increase or decrease the AI's health based on a percentage of their default health. |
Damage Modifier | Percentage | Increase or decrease how much damage an AI can do based on a percentage of their default damage. |
Spawn Location | Enum | The location that the encounter will spawn: at the activator's location or at the encounter object's location. |
Spawn Proximity | Enum | The area around the spawn location in which demons can spawn. |
Stagger Enabled | Boolean | If false, this AI will never stagger. |
Stagger Override | Percentage | If greater than 0, will be the percentage of health that the AI will stagger. |