Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pisskop committed Nov 5, 2017
1 parent ce216c8 commit 637b99a
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 20 deletions.
2 changes: 1 addition & 1 deletion items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"symbol": "[",
"color": "ltgreen",
"covers": [ "ARMS" ],
"coverage": 98,
"coverage": 96,
"encumbrance": 6,
"warmth": 25,
"material_thickness": 2,
Expand Down
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Rebalances spawn list, adds new monsters and items, adds new buildings and fortifies old buildings, and strives to create a harsher enviornment to survive in.",
"category": "creatures",
"author": "pisskop",
"version": "5.5.9", "//": "For the CDDA Launcher Program.",
"version": "5.6.0", "//": "For the CDDA Launcher Program.",
"path": ""
},
{
Expand Down
2 changes: 1 addition & 1 deletion monsters/ant.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"vision_night": 5,
"special_attacks": [
[ "ant_dinject", 30 ],
[ "ANTQUEEN", 40 ],
[ "ANTQUEEN", 90 ],
[ "FLAMETHROWER", 50 ],
[ "SHRIEK_ALERT", 15 ],
[ "SHRIEK_STUN", 1 ]
Expand Down
4 changes: 2 additions & 2 deletions monsters/doom.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,8 @@
"material": [ "flesh" ],
"symbol": "@",
"color": "magenta",
"aggression": 15,
"morale": 15,
"aggression": 10,
"morale": 10,
"melee_skill": 4,
"melee_dice": 3,
"melee_dice_sides": 4,
Expand Down
2 changes: 1 addition & 1 deletion monsters/zombie.json
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@
"id": "mon_zombie_hollow",
"type": "MONSTER",
"copy-from": "mon_zombie_hollow",
"hp": 115,
"hp": 110,
"speed": 80,
"melee_skill": 6,
"melee_dice": 2,
Expand Down
18 changes: 9 additions & 9 deletions pk_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,21 +463,21 @@
"resist_effects": ["took_flumed", "INFRESIST", "DISRESISTANT"],
"harmful_cough": true,
"base_mods": {
"speed_mod": [-12, -10],
"thirst_tick": [180, 240],
"speed_mod": [-12, -5],
"thirst_tick": [180, 300],
"thirst_min": [1],
"fatigue_tick": [50],
"fatigue_chnace": [4, 8],
"fatigue_chnace": [4, 12],
"fatigue_min": [1],
"str_mod": [-2, -1],
"dex_mod": [-1],
"per_mod": [-1],
"dex_mod": [-1, 0],
"per_mod": [-1, 0],
"pain_min": [0],
"pain_max": [1],
"pain_max_val": [17],
"pain_tick": [40, 100],
"cough_chance": [800, 1200],
"vomit_chance": [3000, 5000]
"pain_max_val": [17, 10],
"pain_tick": [40, 120],
"cough_chance": [800, 1600],
"vomit_chance": [3000, 9000]
}
}
]
25 changes: 25 additions & 0 deletions pk_snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,31 @@
"category": "note",
"text": [ "\"CONGRATULATIONS! You are the 1000th person to read this note. Press [Shift]+[Q]+[Y] to claim your prize now!\"" ]
},
{
"type": "snippet",
"category": "note",
"text": [ "\"It would appear that the gas in those mines are radioactive. Probably a bad idea to breathe it in.\"" ]
},
{
"type": "snippet",
"category": "note",
"text": [ "\"It would appear that the gas in those mines are radioactive. Probably a bad idea to breathe it in.\"" ]
},
{
"type": "snippet",
"category": "note",
"text": [ "\"It would appear that the gas in those mines are radioactive. Probably a bad idea to breathe it in.\"" ]
},
{
"type": "snippet",
"category": "note",
"text": [ "\"It would appear that the gas in those mines are radioactive. Probably a bad idea to breathe it in.\"" ]
},
{
"type": "snippet",
"category": "note",
"text": [ "\"It would appear that the gas in those mines are radioactive. Probably a bad idea to breathe it in.\"" ]
},
{
"type": "snippet",
"category": "note",
Expand Down
15 changes: 10 additions & 5 deletions pk_technique.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "technique",
"id": "heavy_blow",
"name": "hammerblow",
"description": "Heavy knockback attack",
"unarmed_allowed": true,
"melee_allowed": true,
"crit_tec": true,
Expand All @@ -24,6 +25,7 @@
"id": "repose",
"type": "technique",
"name": "repose",
"description": "Grab breaking attack",
"min_melee": 0,
"weighting": -3,
"crit_tec": true,
Expand All @@ -46,9 +48,10 @@
"id": "stuck_in_1",
"type": "technique",
"name": "lodge-in risk",
"description": "Slow attack",
"min_melee": 0,
"max_melee": 4,
"weighting": -12,
"max_melee": 5,
"weighting": -5,
"unarmed_allowed": false,
"melee_allowed": true,
"stun_dur": 1,
Expand All @@ -67,9 +70,10 @@
"id": "stuck_in_2",
"type": "technique",
"name": "stuck-in risk",
"description": "Slightly slower attack",
"min_melee": 0,
"max_melee": 5,
"weighting": -12,
"max_melee": 6,
"weighting": -5,
"crit_tec": true,
"unarmed_allowed": false,
"melee_allowed": true,
Expand All @@ -88,8 +92,9 @@
"id": "stuck_in_3",
"type": "technique",
"name": "wedge-in chance",
"description": "Slow attack to down and stun an enemy",
"min_melee": 4,
"weighting": -12,
"weighting": -5,
"crit_tec": true,
"unarmed_allowed": false,
"melee_allowed": true,
Expand Down

0 comments on commit 637b99a

Please sign in to comment.