mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Lockers: stuff
This commit is contained in:
parent
261e935ee6
commit
dde3a8d84f
1 changed files with 38 additions and 0 deletions
|
|
@ -72,3 +72,41 @@ modify VerbRule(SetTo)
|
||||||
<q>Alice Dash</q> and a barcode.
|
<q>Alice Dash</q> and a barcode.
|
||||||
<br>The reverse side is empty. "
|
<br>The reverse side is empty. "
|
||||||
;
|
;
|
||||||
|
|
||||||
|
++ Thing
|
||||||
|
'memory card'
|
||||||
|
'memory card'
|
||||||
|
;
|
||||||
|
|
||||||
|
++ Food
|
||||||
|
'banana'
|
||||||
|
'banana'
|
||||||
|
" It's yellow, about six inches long, and slightly curved.
|
||||||
|
<br>This banana looks reasonably fresh. "
|
||||||
|
|
||||||
|
tasteDesc = "It's distinctly banana-flavoured. "
|
||||||
|
smellDesc = "It has a kind of faint, fruity smell. "
|
||||||
|
feelDesc = "The banana skin feels firm but smooth. "
|
||||||
|
soundDesc = "The banana is strangely silent. "
|
||||||
|
;
|
||||||
|
|
||||||
|
++ Readable
|
||||||
|
'paper sheet'
|
||||||
|
'sheet of paper'
|
||||||
|
"A small piece of paper with some letters on it. "
|
||||||
|
readDesc = "
|
||||||
|
Look at this, Alice!\b
|
||||||
|
aHR0cHM6Ly95b3V0dWJlLmNvbS93YXRjaD92PWRRdzR3OVdnWGNR\b"
|
||||||
|
;
|
||||||
|
|
||||||
|
++ Wearable
|
||||||
|
'socks'
|
||||||
|
'pair of socks'
|
||||||
|
"A pair of white socks. "
|
||||||
|
|
||||||
|
dobjFor (Wear) {
|
||||||
|
verify () {
|
||||||
|
illogical('Its not your size.');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue