-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14d2e3b
commit eb4a1b3
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
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,11 @@ | ||
- type: damageModifierSet | ||
id: Robotic | ||
coefficients: | ||
Blunt: 1.2 | ||
Slash: 0.8 | ||
Piercing: 1 | ||
Shock: 1.5 | ||
Poison: 0.0 #Robots can't be poisoned. | ||
Radiation: 0.15 #They have no way of repairing this so it's low, but radiation screws with elecronics just as much as people. Set this to 1 or 1.2 when we get brain surgery. | ||
Bloodloss: 0.0 #They take heat damage instead and there are enemies that deal bloodloss on hit. | ||
Cellular: 0.0 #Robots don't have DNA |
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