Skip to content

Commit b54cbf7

Browse files
author
wave
authored
Merge branch 'Kenan2000:master' into master
2 parents 2b8594e + 28fc5df commit b54cbf7

File tree

16 files changed

+110
-44
lines changed

16 files changed

+110
-44
lines changed

Kenan-Modpack/AdvancedGear_CDDA_Mod/items/vehicle/items.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@
312312
"color": "light_cyan",
313313
"ammo_type": "battery",
314314
"capacity": 1000000,
315+
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 1000000 } } ],
315316
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE", "UNBREAKABLE_MELEE", "NONCONDUCTIVE", "TRADER_AVOID" ]
316317
},
317318
{

Kenan-Modpack/Animatronics/bankrupt_pizzeria.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[ "seasoning_salt", 13 ],
1313
[ "pepper", 5 ],
1414
[ "yeast", 10 ],
15-
[ [ "sugar", 9 ], [ "artificial_sweetener", 9 ] ],
15+
{ "distribution": [ { "item": "sugar", "prob": 9 }, { "item": "artificial_sweetener", "prob": 9 } ] },
1616
[ "cornmeal", 8 ],
1717
[ "flour", 25 ],
1818
[ "cookbook", 3 ],

Kenan-Modpack/Arcana/items/tool_armor.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,19 @@
526526
"color": "light_red",
527527
"environmental_protection": 1,
528528
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "essence_dull_type": 120 } } ],
529+
"relic_data": {
530+
"passive_effects": [
531+
{
532+
"has": "WORN",
533+
"condition": "ACTIVE",
534+
"values": [
535+
{ "value": "ARMOR_HEAT", "multiply": -1.0 },
536+
{ "value": "ARMOR_STAB", "multiply": -1.0 },
537+
{ "value": "ARMOR_BULLET", "multiply": -1.0 }
538+
]
539+
}
540+
]
541+
},
529542
"ammo": "essence_dull_type",
530543
"use_action": [
531544
{

Kenan-Modpack/Arcana/mutations/mutations_dragonblood.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"attack_text_u": "You sink your teeth into %s",
355355
"attack_text_npc": "%1$s sinks their teeth into %2$s",
356356
"body_part": "mouth",
357-
"chance": 20,
357+
"chance": 30,
358358
"strength_damage": { "damage_type": "stab", "amount": 2 }
359359
}
360360
},
@@ -380,7 +380,7 @@
380380
"attack_text_u": "You savagely tear into %s with your jaws",
381381
"attack_text_npc": "%1$s savagely tear into %2$s with their jaws",
382382
"body_part": "mouth",
383-
"chance": 15,
383+
"chance": 30,
384384
"strength_damage": { "damage_type": "stab", "amount": 4 }
385385
}
386386
},
@@ -411,7 +411,7 @@
411411
{
412412
"attack_text_u": "You rake %s with your toe claws",
413413
"attack_text_npc": "%1$s rakes %2$s with their toe claws",
414-
"chance": 30,
414+
"chance": 40,
415415
"strength_damage": { "damage_type": "cut", "amount": 2 }
416416
}
417417
]
@@ -442,7 +442,7 @@
442442
{
443443
"attack_text_u": "You rake %s with your toe claws",
444444
"attack_text_npc": "%1$s rakes %2$s with their toe claws",
445-
"chance": 25,
445+
"chance": 40,
446446
"strength_damage": { "damage_type": "cut", "amount": 3 }
447447
}
448448
]
@@ -489,7 +489,7 @@
489489
"attacks": {
490490
"attack_text_u": "You lash %s with your tail",
491491
"attack_text_npc": "%1$s lashes %2$s with their tail",
492-
"chance": 15,
492+
"chance": 20,
493493
"strength_damage": [ { "damage_type": "stab", "amount": 2 }, { "damage_type": "bash", "amount": 1 } ]
494494
},
495495
"//": "Becoming less effective at balancing is intentional, spikes aren't as substantial as Spiked Tail but still impedes dodge bonus.",
@@ -514,7 +514,7 @@
514514
"attacks": {
515515
"attack_text_u": "You headbutt %s",
516516
"attack_text_npc": "%1$s headbutts %2$s",
517-
"chance": 35,
517+
"chance": 40,
518518
"strength_damage": { "damage_type": "bash", "amount": 2 }
519519
}
520520
},

Kenan-Modpack/Arcana/spells/spells_magic_signs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,10 @@
652652
"max_level": 10,
653653
"min_damage": 3,
654654
"max_damage": 1,
655-
"range_increment": -0.2,
655+
"damage_increment": -0.2,
656656
"min_range": 5,
657657
"max_range": 10,
658+
"range_increment": 0.5,
658659
"min_aoe": 1,
659660
"max_aoe": 5,
660661
"aoe_increment": 0.4,

Kenan-Modpack/Arcana/techniques.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"skill_requirements": [ { "name": "melee", "level": 4 } ],
88
"melee_allowed": true,
99
"req_buffs": [ "buff_cleansingflame_onattack" ],
10-
"crit_ok": true,
11-
"weighting": 2,
12-
"stunned_target": true,
10+
"aoe": "wide",
11+
"crit_tec": true,
12+
"weighting": 3,
1313
"down_dur": 2,
1414
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
1515
},
@@ -23,7 +23,7 @@
2323
"req_buffs": [ "buff_cleansingflame_onattack" ],
2424
"crit_ok": true,
2525
"weighting": 3,
26-
"stunned_target": true,
26+
"stun_dur": 1,
2727
"disarms": true,
2828
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
2929
},
@@ -48,8 +48,8 @@
4848
"melee_allowed": true,
4949
"dodge_counter": true,
5050
"crit_ok": true,
51-
"stun_dur": 1,
52-
"mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ]
51+
"stun_dur": 2,
52+
"mult_bonuses": [ { "stat": "movecost", "scale": 0.0 }, { "stat": "arpen", "type": "bash", "scale": 5 } ]
5353
},
5454
{
5555
"type": "technique",
@@ -61,8 +61,8 @@
6161
"melee_allowed": true,
6262
"block_counter": true,
6363
"crit_ok": true,
64-
"stun_dur": 1,
65-
"mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ]
64+
"stun_dur": 2,
65+
"mult_bonuses": [ { "stat": "movecost", "scale": 0.0 }, { "stat": "arpen", "type": "cut", "scale": 5 } ]
6666
},
6767
{
6868
"type": "technique",
@@ -73,8 +73,8 @@
7373
"unarmed_allowed": true,
7474
"dodge_counter": true,
7575
"crit_ok": true,
76-
"stun_dur": 1,
77-
"down_dur": 1,
76+
"stun_dur": 2,
77+
"down_dur": 2,
7878
"mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ]
7979
},
8080
{

Kenan-Modpack/BL9-100%_monster_resilience_version/Items/item_groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@
600600
[ "esbit_stove", 10 ],
601601
[ "bottle_folding", 10 ],
602602
[ "mess_tin", 10 ],
603-
[ "survival_kit", 30 ],
604-
[ "premium_survival_kit", 3 ],
603+
{ "group": "full_survival_kit", "prob": 30 },
604+
{ "group": "premium_contents", "prob": 3 },
605605
{ "group": "BL9_whereabouts_journal", "prob": 10 }
606606
]
607607
},

Kenan-Modpack/BL9-140%_monster_resilience_version/Items/item_groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@
600600
[ "esbit_stove", 10 ],
601601
[ "bottle_folding", 10 ],
602602
[ "mess_tin", 10 ],
603-
[ "survival_kit", 30 ],
604-
[ "premium_survival_kit", 3 ],
603+
{ "group": "full_survival_kit", "prob": 30 },
604+
{ "group": "premium_contents", "prob": 3 },
605605
{ "group": "BL9_whereabouts_journal", "prob": 10 }
606606
]
607607
},

Kenan-Modpack/BL9-175%_monster_resilience_version/Items/item_groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@
600600
[ "esbit_stove", 10 ],
601601
[ "bottle_folding", 10 ],
602602
[ "mess_tin", 10 ],
603-
[ "survival_kit", 30 ],
604-
[ "premium_survival_kit", 3 ],
603+
{ "group": "full_survival_kit", "prob": 30 },
604+
{ "group": "premium_contents", "prob": 3 },
605605
{ "group": "BL9_whereabouts_journal", "prob": 10 }
606606
]
607607
},

Kenan-Modpack/Dino_Mad_Science/harvest.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@
219219
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
220220
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
221221
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
222-
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 },
223-
{ "drop": "pheromone", "type": "bionic", "max": 1 }
222+
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 }
224223
]
225224
},
226225
{
@@ -234,7 +233,6 @@
234233
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
235234
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
236235
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 },
237-
{ "drop": "pheromone", "type": "bionic", "max": 1 },
238236
{ "drop": "feather", "type": "skin", "mass_ratio": 0.0001 }
239237
]
240238
},
@@ -249,7 +247,6 @@
249247
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
250248
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
251249
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 },
252-
{ "drop": "pheromone", "type": "bionic", "max": 1 },
253250
{
254251
"drop": "bio_power_storage_mkII",
255252
"type": "bionic",
@@ -275,7 +272,6 @@
275272
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
276273
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
277274
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 },
278-
{ "drop": "pheromone", "type": "bionic", "max": 1 },
279275
{
280276
"drop": "bio_power_storage_mkII",
281277
"type": "bionic",
@@ -302,7 +298,6 @@
302298
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
303299
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
304300
{ "drop": "raw_tainted_leather", "type": "skin", "mass_ratio": 0.02 },
305-
{ "drop": "pheromone", "type": "bionic", "max": 1 },
306301
{
307302
"drop": "bio_power_storage_mkII",
308303
"type": "bionic",

0 commit comments

Comments
 (0)