1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Added plants and dirt monsters on watershed:drygrass

This commit is contained in:
Gael-de-Sailly
2015-07-08 19:23:21 +02:00
parent 7cfcbc63fc
commit c7e4bd9745
3 changed files with 18 additions and 3 deletions

View File

@ -199,7 +199,8 @@ plantslib:register_generate_plant({
"default:dirt_with_grass",
"stoneage:grass_with_silex",
"sumpf:peat",
"sumpf:sumpf"
"sumpf:sumpf",
"watershed:drygrass"
},
max_count = 15, --10,15
rarity = 101 - 4, --3,4
@ -244,7 +245,8 @@ plantslib:register_generate_plant({
"default:dirt_with_grass",
"stoneage:grass_with_silex",
"sumpf:peat",
"sumpf:sumpf"
"sumpf:sumpf",
"watershed:drygrass"
},
max_count = 55, --10,15
rarity = 101 - 4, --3,4