From b744d1a8e5cbe4144a9331467d880fc20e007c10 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 26 Sep 2022 22:08:55 -0700 Subject: [PATCH] add medical jobs to the priority list as per discussion on reddit https://www.reddit.com/r/dwarffortress/comments/xj00e9/science_job_priority/ --- data/examples/init/onMapLoad_dreamfort.init | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/data/examples/init/onMapLoad_dreamfort.init b/data/examples/init/onMapLoad_dreamfort.init index 619349986..e23b28285 100644 --- a/data/examples/init/onMapLoad_dreamfort.init +++ b/data/examples/init/onMapLoad_dreamfort.init @@ -55,18 +55,25 @@ prioritize -a --haul-labor=Food,Body StoreItemInStockpile prioritize -a --reaction-name=TAN_A_HIDE CustomReaction prioritize -a PrepareRawFish # +# ensure medical, hygiene, and hospice tasks get done +prioritize -a CleanSelf RecoverWounded ApplyCast BringCrutch CleanPatient +prioritize -a DiagnosePatient DressWound GiveFood GiveWater ImmobilizeBreak +prioritize -a PlaceInTraction SetBone Surgery Suture +# # organize items efficiently so new items can be brought to the stockpiles prioritize -a StoreItemInVehicle StoreItemInBag StoreItemInBarrel prioritize -a StoreItemInLocation StoreItemInHospital StoreItemInBin # -# when these things come up, get them done ASAP -prioritize -a ManageWorkOrders TradeAtDepot BringItemToDepot CleanTrap -prioritize -a DestroyBuilding RemoveConstruction RecoverWounded DumpItem -prioritize -a PullLever CleanSelf SlaughterAnimal CollectSand -prioritize -a PenLargeAnimal PenSmallAnimal PitLargeAnimal PitSmallAnimal +# ensure prisoners and animals are tended to quickly +prioritize -a --haul-labor=Animals StoreItemInStockpile prioritize -a TameAnimal TrainAnimal TrainHuntingAnimal TrainWarAnimal +prioritize -a PenLargeAnimal PitLargeAnimal SlaughterAnimal +# +# when these things come up, get them done ASAP +prioritize -a ManageWorkOrders TradeAtDepot BringItemToDepot +prioritize -a DestroyBuilding RemoveConstruction DumpItem PullLever prioritize -a FellTree FireBallista FireCatapult OperatePump -prioritize -a MakeArmor MakeWeapon +prioritize -a CollectSand MakeArmor MakeWeapon # autobutcher settings are saved in the savegame, so we only need to set them once. # this way, any custom settings you set during gameplay are not overwritten