Changes

→‎Game state queries: merge 'save stats' queries into the other sections
Line 2,184: Line 2,184:  
| <samp>DAY_OF_WEEK {{t|day}}</samp>
 
| <samp>DAY_OF_WEEK {{t|day}}</samp>
 
| Check the day of week, formatted as an integer between 0 (Sunday) through 6 (Saturday).
 
| Check the day of week, formatted as an integer between 0 (Sunday) through 6 (Saturday).
 +
|-
 +
| <samp>DAYS_PLAYED {{t|count}}</samp>
 +
| Check if at least {{t|count}} days have been played in the current save (including the current one).
 
|-
 
|-
 
| <samp>IS_FESTIVAL_DAY {{o|day offset}}</samp>
 
| <samp>IS_FESTIVAL_DAY {{o|day offset}}</samp>
Line 2,252: Line 2,255:  
! Condition
 
! Condition
 
! effect
 
! effect
 +
|-
 +
| <samp>MINE_LOWEST_LEVEL_REACHED {{t|level}}</samp>
 +
| Check if any player has reached at least level {{t|level}} in [[The Mines|the mines]].
 
|-
 
|-
 
| <samp>PLAYER_COMBAT_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FARMING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FISHING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FORAGING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_MINING_LEVEL {{t|player}} {{t|level}}</samp>
 
| <samp>PLAYER_COMBAT_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FARMING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FISHING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_FORAGING_LEVEL {{t|player}} {{t|level}}</samp><br /><samp>PLAYER_MINING_LEVEL {{t|player}} {{t|level}}</samp>
Line 2,340: Line 2,346:  
| <samp>PLAYER_PREFERRED_PET {{t|player}} {{t|pet}}</samp>
 
| <samp>PLAYER_PREFERRED_PET {{t|player}} {{t|pet}}</samp>
 
| Check whether the preferred pet for the [[#Player ID|specified player(s)]] is <samp>Cat</samp> or <samp>Dog</samp>.
 
| Check whether the preferred pet for the [[#Player ID|specified player(s)]] is <samp>Cat</samp> or <samp>Dog</samp>.
|}
  −
  −
; Save stats
  −
:{| class="wikitable"
  −
|-
  −
! Condition
  −
! effect
  −
|-
  −
| <samp>DAYS_PLAYED {{t|count}}</samp>
  −
| Check if at least {{t|count}} days have been played in the current save (including the current one).
  −
|-
  −
| <samp>MINE_LOWEST_LEVEL_REACHED {{t|level}}</samp>
  −
| Check if any player has reached at least level {{t|level}} in [[The Mines|the mines]].
   
|}
 
|}
  
translators
8,447

edits