mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Added config values for production.
This commit is contained in:
parent
d1b9ec2621
commit
c59211995e
2 changed files with 8 additions and 2 deletions
|
@ -22,6 +22,7 @@ dc-file astron/dclass/united.dc
|
||||||
want-pets #t
|
want-pets #t
|
||||||
want-parties #t
|
want-parties #t
|
||||||
want-cogdominiums #t
|
want-cogdominiums #t
|
||||||
|
want-lawbot-cogdo #t
|
||||||
want-achievements #f
|
want-achievements #f
|
||||||
|
|
||||||
# Chat:
|
# Chat:
|
||||||
|
@ -38,3 +39,5 @@ want-glove-npc #t
|
||||||
# Developer options:
|
# Developer options:
|
||||||
show-population #t
|
show-population #t
|
||||||
want-instant-parties #t
|
want-instant-parties #t
|
||||||
|
cogdo-pop-factor 1.5
|
||||||
|
cogdo-ratio DEFAULT_COGDO_RATIO
|
|
@ -11,7 +11,8 @@ shard-mid-pop 150
|
||||||
want-housing #t
|
want-housing #t
|
||||||
want-pets #f
|
want-pets #f
|
||||||
want-parties #t
|
want-parties #t
|
||||||
want-cogdominiums #f
|
want-cogdominiums #t
|
||||||
|
want-lawbot-cogdo #f
|
||||||
want-achievements #f
|
want-achievements #f
|
||||||
boarding-group-merges #t
|
boarding-group-merges #t
|
||||||
|
|
||||||
|
@ -21,6 +22,8 @@ disable-sos-card 91918
|
||||||
|
|
||||||
# Optional:
|
# Optional:
|
||||||
want-chestnut-park-construction #t
|
want-chestnut-park-construction #t
|
||||||
|
cogdo-pop-factor 1.5
|
||||||
|
cogdo-ratio 0.4
|
||||||
|
|
||||||
# Temporary:
|
# Temporary:
|
||||||
want-phone-quest #f
|
want-phone-quest #f
|
||||||
|
|
Loading…
Reference in a new issue