forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 7
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 #136 from Kenshut/Плюшки-ватрушки!
плюшки ватрушки!
- Loading branch information
Showing
21 changed files
with
652 additions
and
4 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,74 @@ | ||
[ | ||
{ | ||
"type": "monstergroup", | ||
"name": "GROUP_LAST_STAND", | ||
"default": "mon_null", | ||
"monsters": [ | ||
{ "monster": "mon_civilian_police", "weight": 1, "cost_multiplier": 1, "ends": "5 days" }, | ||
{ "monster": "mon_civilian_zombiefighter", "weight": 4, "cost_multiplier": 1, "ends": "5 days" } | ||
] | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_laststand", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" ################## ", | ||
" ################## ", | ||
" ################## ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ### ### ", | ||
" ################## ", | ||
" ################## ", | ||
" ################## ", | ||
" ", | ||
" ", | ||
" ", | ||
" ", | ||
" " | ||
], | ||
"furniture": { | ||
"#": [ | ||
[ "f_barricade_road", 10 ], | ||
[ "f_sandbag_half", 10 ], | ||
[ "f_earthbag_half", 10 ], | ||
[ "f_gravelbag_half", 10 ], | ||
[ "f_table", 10 ], | ||
[ "f_bench", 10 ], | ||
"f_55gal_firebarrel", | ||
"f_30gal_firebarrel", | ||
"f_pallet_brick", | ||
"f_pallet_cement", | ||
"f_stack_plank", | ||
"f_metal_table", | ||
"f_armchair", | ||
"f_chair", | ||
"f_rack", | ||
"f_locker", | ||
"f_displaycase", | ||
"f_recycle_bin", | ||
"f_trashcan", | ||
"f_metal_trashcan", | ||
"f_rubble", | ||
"f_wreckage", | ||
[ "f_null", 150 ] | ||
] | ||
}, | ||
"place_monster": [ { "group": "GROUP_LAST_STAND", "x": [ 6, 17 ], "y": [ 6, 16 ], "chance": 100, "repeat": [ 10, 15 ] } ], | ||
"place_loot": [ { "group": "trash", "x": [ 6, 17 ], "y": [ 6, 16 ], "repeat": [ 5, 10 ] } ], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ] | ||
} | ||
} | ||
] |
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,99 @@ | ||
[ | ||
{ | ||
"type": "weakpoint_set", | ||
"id": "wps_fungaloid", | ||
"weakpoints": [ | ||
{ | ||
"id": "arm", | ||
"name": "the arm", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 4, "melee": 3 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "staggered", "chance": 15, "message": "The %s is knocked off-balance!", "damage_required": [ 10, 30 ] }, | ||
{ | ||
"effect": "staggered", | ||
"chance": 25, | ||
"message": "The %s is knocked off-balance!", | ||
"damage_required": [ 31, 100 ] | ||
} | ||
], | ||
"coverage": 6 | ||
}, | ||
{ | ||
"id": "leg", | ||
"name": "the leg", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 3, "melee": 1 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "downed", "chance": 5, "message": "The %s is knocked down!", "damage_required": [ 10, 30 ] }, | ||
{ "effect": "downed", "chance": 15, "message": "The %s is knocked down!", "damage_required": [ 31, 50 ] }, | ||
{ "effect": "downed", "chance": 25, "message": "The %s is knocked down!", "damage_required": [ 51, 100 ] } | ||
], | ||
"coverage": 15 | ||
}, | ||
{ | ||
"id": "head", | ||
"name": "the head", | ||
"coverage": 5, | ||
"crit_mult": { "all": 1.1 }, | ||
"armor_mult": { "physical": 0.75 }, | ||
"difficulty": { "melee": 2, "ranged": 5 }, | ||
"effects": [ | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 5, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 1, 10 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 25, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 11, 50 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 45, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 51, 100 ] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "weakpoint_set", | ||
"id": "wps_fungaloid_structure", | ||
"weakpoints": [ | ||
{ | ||
"id": "gap", | ||
"name": "a small gap in the thick wall", | ||
"coverage": 5, | ||
"difficulty": { "melee": 4, "ranged": 5 }, | ||
"coverage_mult": { "broad": 0.5 }, | ||
"armor_mult": { "all": 0.25 } | ||
}, | ||
{ | ||
"id": "joint", | ||
"name": "a soft fold in the thick wall", | ||
"coverage": 10, | ||
"difficulty": { "melee": 3, "ranged": 5 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"armor_mult": { "all": 0.5 } | ||
}, | ||
{ | ||
"id": "hard_hide", | ||
"name": "a particularly thick patch of the wall", | ||
"armor_mult": { "all": 1.25 }, | ||
"crit_mult": { "all": 0.75 }, | ||
"coverage_mult": { "melee": 0.75 }, | ||
"coverage": 3 | ||
} | ||
] | ||
} | ||
] |
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,80 @@ | ||
[ | ||
{ | ||
"type": "weakpoint_set", | ||
"id": "wps_slime", | ||
"weakpoints": [ | ||
{ | ||
"id": "body", | ||
"name": "the body", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 4, "melee": 3 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "staggered", "chance": 15, "message": "The %s is knocked off-balance!", "damage_required": [ 10, 30 ] }, | ||
{ | ||
"effect": "staggered", | ||
"chance": 25, | ||
"message": "The %s is knocked off-balance!", | ||
"damage_required": [ 31, 100 ] | ||
} | ||
], | ||
"coverage": 6 | ||
}, | ||
{ | ||
"id": "insensitive_spot", | ||
"name": "a spot with virtually nothing to damage", | ||
"armor_mult": { "all": 1.25 }, | ||
"crit_mult": { "all": 0.75 }, | ||
"coverage_mult": { "melee": 0.75 }, | ||
"coverage": 3 | ||
}, | ||
{ | ||
"id": "organ", | ||
"name": "an organ inside the slime, causing the slime to freeze up briefly as it reconstitutes it", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "melee": 3, "ranged": 5 }, | ||
"coverage_mult": { "melee": 0.75 }, | ||
"effects": [ | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 5, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 1, 10 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 25, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 11, 50 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 2 ], | ||
"chance": 45, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 51, 100 ] | ||
} | ||
], | ||
"coverage": 3 | ||
}, | ||
{ | ||
"id": "fragment", | ||
"name": "the body, separating a fragment that you manage to keep from rejoining the slime until the fragment melts away", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 3, "melee": 1 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"coverage": 5 | ||
}, | ||
{ | ||
"id": "pseudopod", | ||
"name": "a pseudopod reaching out to strike you when you deftly counter strike it", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 7, "melee": 5 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"coverage": 5 | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.