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 pull request #3 from CleverRaven/master
BackToRootsJune11
- Loading branch information
Showing
77 changed files
with
2,790 additions
and
1,305 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
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
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,89 @@ | ||
[ | ||
{ | ||
"type": "AMMO", | ||
"id": "shotcanister_scrap", | ||
"price": 1000, | ||
"name": "scrap shotcanister", | ||
"symbol": "=", | ||
"color": "green", | ||
"description": "This small paper canister resembling a crude shotshell is filled to the brim with assorted pieces of scrap metal.", | ||
"material": [ "steel" ], | ||
"volume": 1, | ||
"weight": 55, | ||
"bashing": 2, | ||
"cutting": 1, | ||
"ammo_type": "shotcanister", | ||
"looks_like": "shot_scrap", | ||
"range": 1, | ||
"damage": 10, | ||
"dispersion": 250, | ||
"loudness": 0, | ||
"count": 10 | ||
}, | ||
{ | ||
"type": "AMMO", | ||
"id": "shotcanister_pebble", | ||
"price": 1000, | ||
"name": "pebble shotcanister", | ||
"symbol": "=", | ||
"color": "green", | ||
"description": "This small paper canister resembling a crude shotshell is filled to the brim with tiny pebbles. Damage is pathetic but flight is much more stable than scrap", | ||
"material": [ "steel" ], | ||
"volume": 1, | ||
"weight": 55, | ||
"bashing": 2, | ||
"cutting": 1, | ||
"ammo_type": "shotcanister", | ||
"looks_like": "shot_scrap", | ||
"range": 2, | ||
"pierce": 1, | ||
"damage": 7, | ||
"dispersion": 80, | ||
"loudness": 0, | ||
"count": 10 | ||
}, | ||
{ | ||
"type": "AMMO", | ||
"id": "shotcanister_flechette", | ||
"price": 1000, | ||
"name": "flechette shotcanister", | ||
"symbol": "=", | ||
"color": "green", | ||
"description": "This small paper canister resembling a crude shotshell is filled to the brim with handmade flechettes, giving it some armor piercing capabilities.", | ||
"material": [ "steel" ], | ||
"volume": 1, | ||
"weight": 55, | ||
"bashing": 2, | ||
"cutting": 1, | ||
"ammo_type": "shotcanister", | ||
"looks_like": "shot_scrap", | ||
"range": 3, | ||
"damage": 13, | ||
"pierce": 7, | ||
"dispersion": 50, | ||
"loudness": 0, | ||
"count": 10 | ||
}, | ||
{ | ||
"type": "AMMO", | ||
"id": "shotcanister_bearing", | ||
"price": 1000, | ||
"name": "bearing shotcanister", | ||
"symbol": "=", | ||
"color": "green", | ||
"description": "This small paper canister resembling a crude shotshell is filled to the brim with handmade bearings, stabilizing it's flight pattern a tiny bit.", | ||
"material": [ "steel" ], | ||
"volume": 1, | ||
"weight": 55, | ||
"bashing": 2, | ||
"cutting": 1, | ||
"ammo_type": "shotcanister", | ||
"looks_like": "shot_scrap", | ||
"range": 2, | ||
"damage": 12, | ||
"pierce": 2, | ||
"dispersion": 100, | ||
"loudness": 0, | ||
"count": 10 | ||
} | ||
] |
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.