Camp Supplies: Difference between revisions

Jump to navigation Jump to search
Updated for new table
(→‎List of Camp Supplies: use cargo to generate lists)
(Updated for new table)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{up to date|2023-09-15}}
'''Camp Supplies''' are [[Consumables]] such as [[#Food|Food]] and [[#Drinks|Drinks]] which allow characters to perform a [[Long Rest]], restoring all [[Hit Points]] and expended [[Spells#Spell Slots|Spell Slots]].
'''Camp Supplies''' are [[Consumables]] such as [[#Food|Food]] and [[#Drinks|Drinks]] which allow characters to perform a [[Long Rest]], restoring all [[Hit Points]] and expended [[Spells#Spell Slots|Spell Slots]].


Line 17: Line 15:
=== 20+ Supply ===
=== 20+ Supply ===


{{:Camp Supplies/list query|where=supplies >= 20 AND is_drink = 0}}
{{:Camp Supplies/list query|where=camp_supplies >= 20 AND type = "Food"}}


=== 15+ Supply ===
=== 15+ Supply ===


{{:Camp Supplies/list query|where=15 <= supplies AND supplies < 20 AND is_drink = 0}}
{{:Camp Supplies/list query|where=15 <= camp_supplies AND camp_supplies < 20 AND type = "Food"}}


=== 10+ Supply ===
=== 10+ Supply ===


{{:Camp Supplies/list query|where=10 <= supplies AND supplies < 15 AND is_drink = 0}}
{{:Camp Supplies/list query|where=10 <= camp_supplies AND camp_supplies < 15 AND type = "Food"}}


=== 5+ Supply ===
=== 5+ Supply ===


{{:Camp Supplies/list query|where=5 <= supplies AND supplies < 10 AND is_drink = 0}}
{{:Camp Supplies/list query|where=5 <= camp_supplies AND camp_supplies < 10 AND type = "Food"}}


=== 1+ Supply ===
=== 1+ Supply ===


{{:Camp Supplies/list query|where=supplies < 5 AND is_drink = 0}}
{{:Camp Supplies/list query|where=camp_supplies < 5 AND type = "Food"}}


===Alcohol===
===Alcohol===


{{:Camp Supplies/list query|where=is_drink = 1}}
{{:Camp Supplies/list query|where=type = "Drinks"}}


=== Weapons ===
: {{LgItemIcon|Salami}} ({{Camp Supplies|6|short}})
== List of Camp Supplies by cost efficiency ==
{{hatnote|Main article: [[List of camp supplies by cost efficiency]]}}


[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Gameplay mechanics]]
[[Category:Gameplay mechanics]]
[[Category:Items]]
[[Category:Items]]
=== Weapons ===
*[[Salami]]

Navigation menu