Editing Template:Places/doc
From Fallen London Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 24: | Line 24: | ||
**** "refill" - ''"This location does not have a deck of its own but when you leave this location to a location with a limited deck size your deck will start at its '''maximum capacity'''."'' | **** "refill" - ''"This location does not have a deck of its own but when you leave this location to a location with a limited deck size your deck will start at its '''maximum capacity'''."'' | ||
**** Any other non-empty string - displays the message "''This location does not have a deck of its own but if you leave to another location with a limited deck size you will '''double''' the number of cards in your deck.''". The word "double" can be changed via this parameter. | **** Any other non-empty string - displays the message "''This location does not have a deck of its own but if you leave to another location with a limited deck size you will '''double''' the number of cards in your deck.''". The word "double" can be changed via this parameter. | ||
− | ** '''FixedHandSize''' (optional): Can only be displayed if '''Deck''' is set to yes. Set to yes if this is an area with a fixed hand of 3 cards | + | ** '''FixedHandSize''' (optional): Can only be displayed if '''Deck''' is set to yes. Set to yes if this is an area with a fixed hand of 3 cards. Set to anything else if this is an area where the hand size is determined by your Lodgings. If unset no information about hand size will be displayed. |
** '''HandResets''' (optional): Can only be displayed if '''Deck''' is set to yes. Set to yes if this is an area which resets your hand after you leave. Set to anything else if this is an area where the cards in your hand persist after you leave. If unset no information about the cards in hand will be displayed. | ** '''HandResets''' (optional): Can only be displayed if '''Deck''' is set to yes. Set to yes if this is an area which resets your hand after you leave. Set to anything else if this is an area where the cards in your hand persist after you leave. If unset no information about the cards in hand will be displayed. | ||
Line 113: | Line 113: | ||
}, | }, | ||
"FixedHandSize": { | "FixedHandSize": { | ||
− | "label": "Fixed hand size", | + | "label": "Fixed hand size 3", |
− | "description": " | + | "description": "yes if the hand size here is always 3 regardless of Lodging", |
− | "example": " | + | "example": "yes", |
− | "type": " | + | "type": "boolean", |
"default": "no" | "default": "no" | ||
}, | }, |