mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-10 12:20:35 +02:00
various bugfixes and tweaks
This commit is contained in:
@ -87,7 +87,7 @@ for seed_item, def in pairs(plant_node_achievements) do
|
||||
end
|
||||
|
||||
awards.register_achievement("dfcaverns_plant_all_upper_trees", {
|
||||
title = S("Plant All Fungal Trees"),
|
||||
title = S("Fungal Arborist"),
|
||||
description = S("Plant one of every kind of 'tree' found in the caverns above the Sunless Sea."),
|
||||
icon = "dfcaverns_awards_backgroundx32.png^"
|
||||
.."(dfcaverns_awards_cavern_towercapx32.png^dfcaverns_awards_cavern_fungiwoodx32.png^dfcaverns_awards_cavern_goblincapx32.png)^[transformFX"
|
||||
@ -101,7 +101,7 @@ awards.register_achievement("dfcaverns_plant_all_upper_trees", {
|
||||
})
|
||||
|
||||
awards.register_achievement("dfcaverns_plant_all_primordial", {
|
||||
title = S("Plant All Primordial Trees"),
|
||||
title = S("Primordial Arborist"),
|
||||
description = S("Plant one of every kind of 'tree' from the Primordial caverns."),
|
||||
icon = "dfcaverns_awards_backgroundx32.png^"
|
||||
.."(dfcaverns_awards_cavern_primordial_mushx32.png^dfcaverns_awards_cavern_junglex32.png)^[transformFX"
|
||||
@ -116,7 +116,7 @@ awards.register_achievement("dfcaverns_plant_all_primordial", {
|
||||
})
|
||||
|
||||
awards.register_achievement("dfcaverns_plant_all_underground_trees", {
|
||||
title = S("Plant All Underground Trees"),
|
||||
title = S("Underground Arborist"),
|
||||
description = S("Plant one of every kind of 'tree' found in the caverns beneath the surface."),
|
||||
icon = "dfcaverns_awards_backgroundx32.png^"
|
||||
.."(dfcaverns_awards_cavern_towercapx32.png^dfcaverns_awards_cavern_fungiwoodx32.png^dfcaverns_awards_cavern_goblincapx32.png)^[transformFX"
|
||||
@ -131,7 +131,7 @@ awards.register_achievement("dfcaverns_plant_all_underground_trees", {
|
||||
})
|
||||
|
||||
awards.register_achievement("dfcaverns_plant_all_farmables", {
|
||||
title = S("Plant All Farmable Underground Plants"),
|
||||
title = S("Underground Farmer"),
|
||||
description = S("Plant one of every kind of small farmable plant found in the caverns beneath the surface."),
|
||||
icon = "dfcaverns_awards_backgroundx32.png"
|
||||
.."^[combine:32x32:0,0="..soil_texture
|
||||
|
@ -45,11 +45,8 @@ Plug a crack that mine gas is seeping out of to make the caves just a little bit
|
||||
|
||||
### farming.lua ###
|
||||
|
||||
Fungal Arborist=
|
||||
Plant @1=
|
||||
Plant All Farmable Underground Plants=
|
||||
Plant All Fungal Trees=
|
||||
Plant All Primordial Trees=
|
||||
Plant All Underground Trees=
|
||||
Plant Black Cap=
|
||||
Plant Bloodthorn=
|
||||
Plant Cave Wheat=
|
||||
@ -80,6 +77,9 @@ Plant one of every kind of 'tree' from the Primordial caverns.=
|
||||
|
||||
Plant one of every kind of small farmable plant found in the caverns beneath the surface.=
|
||||
|
||||
Primordial Arborist=
|
||||
Underground Arborist=
|
||||
Underground Farmer=
|
||||
|
||||
### food.lua ###
|
||||
|
||||
|
Reference in New Issue
Block a user