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.
Hub 01 laser turrets. (CleverRaven#41943)
* Robofac laser turrets. * Format json * Update data/json/monsters/robofac_robots.json Co-authored-by: Anton Burmistrov <[email protected]> * Fix weight Co-authored-by: Anton Burmistrov <[email protected]> (cherry picked from commit cd672e4)
- Loading branch information
1 parent
f19acfe
commit 0060bcf
Showing
6 changed files
with
82 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[ | ||
{ | ||
"id": "mon_robofac_laserturret_mk1", | ||
"type": "MONSTER", | ||
"name": { "str": "prototype laser turret" }, | ||
"description": "This appears to be a very experimental automated tower. Plating-less and seemingly half-built, it's little more than an oversized laser emitter and a camera, both welded to a swiveling platform.", | ||
"default_faction": "robofac", | ||
"species": [ "ROBOT" ], | ||
"volume": "30000 ml", | ||
"weight": "40750 g", | ||
"hp": 30, | ||
"speed": 100, | ||
"material": [ "steel" ], | ||
"symbol": "2", | ||
"color": "white", | ||
"aggression": 100, | ||
"morale": 100, | ||
"armor_bash": 2, | ||
"armor_cut": 5, | ||
"armor_bullet": 2, | ||
"vision_day": 50, | ||
"special_attacks": [ | ||
{ | ||
"type": "gun", | ||
"cooldown": 1, | ||
"gun_type": "v29", | ||
"fake_skills": [ [ "gun", 4 ], [ "pistol", 4 ] ], | ||
"ranges": [ [ 0, 30, "DEFAULT" ] ] | ||
} | ||
], | ||
"special_when_hit": [ "RETURN_FIRE", 100 ], | ||
"death_drops": { }, | ||
"death_function": [ "BROKEN" ], | ||
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE" ] | ||
} | ||
] |
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