Skip to content

Commit

Permalink
fix bees
Browse files Browse the repository at this point in the history
  • Loading branch information
pisskop committed May 26, 2018
1 parent e9b968f commit 3c28b01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions attack_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@
"effects": [
{ "id": "paralyzepoison", "duration": 600, "chance": 30 },
{ "id": "paralyzepoison", "duration": 30 },
{ "id": "pkill1", "duration": 400, "chance": 30 },
{ "id": "pkill2", "duration": 800, "chance": 30 },
{ "id": "pkill1", "duration": 15, "chance": 67 },
{ "id": "pkill2", "duration": 15, "chance": 67 },
{ "id": "infection_minor", "duration": 6800, "chance": 15 },
{ "id": "flu_zed", "duration": 32000, "chance": 1 }
],
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.7.2", "//": "For the CDDA Launcher Program.",
"version": "5.7.2a", "//": "For the CDDA Launcher Program.",
"path": ""
},
{
Expand Down
4 changes: 2 additions & 2 deletions spawns/pk_itemlist_edit.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[ "lobotomizer", 1 ],
[ "dr_stem_cell", 1 ],
[ "oxy_torch", 1 ],
[ "molotov_micro", 4 ]
[ "molotov_micro", 5 ]
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
{ "group": "prefab_chems", "prob": 1 },
{ "item": "bot_manhack_fire", "prob": 2 },
{ "item": "bot_manhack", "prob": 10 },
{ "item": "acidbomb_medium", "prob": 3 },
{ "item": "acidbomb_large", "prob": 3 },
{ "item": "acidbomb_small", "prob": 5 },
{ "item": "molotov_micro", "prob": 3 }
]
Expand Down
1 change: 1 addition & 0 deletions spawns/pk_itemlist_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
[ "bomblet_launcher_rotary", 15 ],
[ "ithaca_doom", 15 ],
[ "dr_stem_cell", 15 ],
[ "plut_cell", 10 ],
[ "ithaca_doom_dual", 10 ],
[ "megaarmor_leggings_1", 10 ],
[ "megaarmor_gloves_1", 10 ],
Expand Down

0 comments on commit 3c28b01

Please sign in to comment.