forked from CleverRaven/Cataclysm-DDA
-
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.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
717 changed files
with
695,450 additions
and
275,739 deletions.
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
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 |
---|---|---|
|
@@ -51,3 +51,5 @@ files: | |
- dseguin | ||
'src/ui_manager.*': | ||
- Qrox | ||
'data/raw/keybindings{.json,/**}': | ||
- Qrox |
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,34 @@ | ||
[ | ||
{ | ||
"id": "bio_taser_spell", | ||
"type": "SPELL", | ||
"name": "Super Stun Gun", | ||
"description": "A blast of electricity from your Super Stun Gun bionic.", | ||
"effect": "attack", | ||
"shape": "blast", | ||
"valid_targets": [ "ally", "hostile" ], | ||
"flags": [ "NO_LEGS", "NO_HANDS", "NO_FAIL", "NO_PROJECTILE" ], | ||
"max_level": 1, | ||
"min_damage": 15, | ||
"max_damage": 15, | ||
"damage_increment": 0, | ||
"min_range": 1, | ||
"max_range": 1, | ||
"range_increment": 0, | ||
"min_aoe": 0, | ||
"max_aoe": 0, | ||
"aoe_increment": 0, | ||
"spell_class": "NONE", | ||
"base_casting_time": 25, | ||
"base_energy_cost": 5, | ||
"energy_source": "BIONIC", | ||
"difficulty": 0, | ||
"sound_description": "a crackle", | ||
"damage_type": "electric", | ||
"sound_type": "combat", | ||
"sound_ambient": false, | ||
"sound_id": "misc", | ||
"sound_variant": "shockwave", | ||
"message": "You discharge energy from your Super Stun Gun." | ||
} | ||
] |
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
Oops, something went wrong.