-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disables miasma, enables clean despawn (#1)
* Disables miasma, enables clean despawn * Try to rerun tests * Remove NukeOpsTest.cs
- Loading branch information
1 parent
ae867b5
commit d05b6dd
Showing
8 changed files
with
29 additions
and
214 deletions.
There are no files selected for viewing
203 changes: 0 additions & 203 deletions
203
Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs
This file was deleted.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
damage-type-despawn = Mysteeryyy ohohohoohhh!!! |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
- Toxin | ||
- Airloss | ||
- Genetic | ||
supportedTypes: | ||
- Despawn | ||
|
||
- type: damageContainer | ||
id: Inorganic | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Damage for entity despawning. | ||
- type: damageType | ||
id: Despawn | ||
name: damage-type-despawn | ||
armorCoefficientPrice: 1 | ||
armorFlatPrice: 1 |