Changes

Jump to navigation Jump to search
→‎Commands: + sample proposed format
Line 17: Line 17:  
Many commands that ask for an NPC (such as faceDirection) can take 'farmer' as well.
 
Many commands that ask for an NPC (such as faceDirection) can take 'farmer' as well.
 
;Items, tools, loot, debris, inventory
 
;Items, tools, loot, debris, inventory
<pre>
  −
shears - Adds the [[shears]] to player inventory.
  −
pick, pickax, pickaxe - Adds the basic [[pickaxe]] to player inventory.
  −
pole - Adds a Bamboo Pole to player inventory.
  −
in, itemnamed <S:ITEM> <I:AMT> - Adds 1 (or AMT) items (not tools) to player inventory. <ITEM> format: punctuation included, no spaces, e.g. "miner'streat".
  −
slingshot - Adds a [[Slingshot]] to player inventory.
  −
wand - Adds [[Return Scepter]] to player inventory.
  −
can, wateringcan - Adds the basic [[watering can]] to player inventory.
  −
pan - Adds the [[panning]] pan to player inventory.
  −
hoe - Adds the basic hoe to player inventory.
  −
ax - Adds the basic axe to player inventory.
  −
mp - Add the Milk Pail to player inventory.
  −
lantern - Gives a Lantern to the player. However, when trying to use it, the game freezes.
  −
fbp, fill, fillbp, fillbackpack - fills the player inventory with random items until full.
     −
skullkey - Adds the [[Skull Key]] to player's wallet.
+
{| class="wikitable"
darkTalisman - Adds the Dark Talisman to the player's wallet and makes Witch's Hut accessible. Removes the Magic Ink, if previously held.
+
|-
 
+
! command
removeObjects - Clears all objects from the current location.
+
! description
mainMenu, mainmenu, removeDebris - Removes all debris (such as dropped items).
+
|-
museumloot - Marks artifacts as found and adds minerals to inventory. Stops when the inventory is full.
+
| <tt>shears</tt>
TV - Adds a TV to your inventory.
+
| Adds [[Shears]] to your inventory.
weapon <weapon ID> - Gives the weapon corresponding to the <ID> to the player. (Example: weapon 12 spawns a Wooden Blade.)
+
|-
gold - Adds a large sum of money to the player.
+
| <tt>pickaxe</tt>
refuel - Sets [[Lantern]] fuel to maximum (unimplemented feature)
+
| Adds a basic [[Pickaxe]] to your inventory.<br />''Aliases: <tt>pickax</tt>, <tt>pickaxe</tt>.''
fb, fillbin - Puts five items (24, 82, 136, 16, 388) into the shipping bin.
+
|-
</pre>
+
| <tt>pole</tt>
 +
| Adds a [[Bamboo Pole]] to your inventory.
 +
|-
 +
| <tt>itemnamed {{t|string itemName}} {{o|int count}}</tt>
 +
| Adds {{o|count}} of the item named {{t|itemName}} to player inventory. The {{t|itemName}} is the full item name, with punctuation but no spaces (like <tt>miner'streat</tt>).<br />''Aliases: <tt>in</tt>.''
 +
|-
 +
| <tt>slingshot</tt>
 +
| Adds a [[Slingshot]] to your inventory.
 +
|-
 +
| <tt>wand</tt>
 +
| Adds a [[Return Scepter]] to your inventory.
 +
|-
 +
| <tt>can</tt>
 +
| Adds a basic [[Watering Can]] to your inventory.<br />''Aliases: <tt>wateringcan</tt>.''
 +
|-
 +
| <tt>pan</tt>
 +
| Adds [[Copper Pan]] to your inventory.
 +
|-
 +
| <tt>hoe</tt>
 +
| Adds a basic [[Hoe]] to your inventory.
 +
|-
 +
| <tt>ax</tt>
 +
| Adds a basic [[Axe]] to your inventory.
 +
|-
 +
| <tt>mp</tt>
 +
| Add a [[Milk Pail]] to your inventory.
 +
|-
 +
| <tt>lantern</tt>
 +
| '''[broken]''' Adds a Lantern to your inventory. However, the game freezes if you try to use it.
 +
|-
 +
| <tt>fillbackpack</tt>
 +
| Fills your inventory with random items until full.<br />''Aliases: <tt>fbp</tt>, <tt>fill</tt>, <t>fillbp</tt>.
 +
|-
 +
| <tt>skullkey</tt>
 +
| Adds the [[Skull Key]] to your wallet.
 +
|-
 +
| <tt>darkTalisman</tt>
 +
| Adds the [[Dark Talisman]] to your wallet and makes the [[Witch's Hut]] accessible. Removes the [[Magic Ink]], if you have it.
 +
|-
 +
| <tt>removeObjects</tt>
 +
| Clears all objects from the current location.
 +
|-
 +
| <tt>removeDebris</tt>
 +
| Removes all debris (such as dropped items).<br />''Aliases: <tt>mainmenu</tt>, <tt>mainMenu</tt>.''<br />'''TODO:''' are these aliases correct?
 +
|-
 +
| <tt>museumloot</tt>
 +
| Marks artifacts as found and adds minerals to your inventory. Stops when your inventory is full.
 +
|-
 +
| <tt>TV</tt>
 +
| Adds a TV to your inventory.
 +
|-
 +
| <tt>weapon {{t|int weaponID}}</tt>
 +
| Gives the weapon matching {{t|weaponID}} to the player. (For example, <tt>weapon 12</tt> spawns a [[Wooden Blade]].)
 +
|-
 +
| <tt>gold</tt>
 +
| Adds a large sum of money to your inventory.
 +
|-
 +
| <tt>refuel</tt>
 +
| Sets Lantern fuel to maximum (unimplemented feature).
 +
|-
 +
| <tt>fillbin</tt>
 +
| Adds five items (24, 82, 136, 16, 388) to the shipping bin.<br />''Aliases: <tt>fb</tt>.''
 +
|}
    
;NPCs, character actors, interactions, relationships
 
;NPCs, character actors, interactions, relationships
translators
8,437

edits

Navigation menu