Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Transcripts:City: Difference between revisions

From Corru Observer Wiki
Content added Content deleted
m (added navbox)
(fixup)
Line 1: Line 1:
[[Category:Transcripts]]
[[Category:Transcripts]]
{{Navbox/Transcripts}}<references />
{{Navbox/Transcripts}}<references />
= Text Thoughtforms =
Glimmering Spires<syntaxhighlight lang="python" line="1">
== Glimmering Spires ==
<syntaxhighlight lang="javascript" line="1">
name: 'glimmering spires mark their cities',
name: 'glimmering spires mark their cities',
type: "thoughtform loose-thought",
type: "thoughtform loose-thought",
Line 13: Line 15:
<span>one day they will breathe</span>
<span>one day they will breathe</span>
<span>and our lost cousins will share in our knowledge</span>'`
<span>and our lost cousins will share in our knowledge</span>'`
</syntaxhighlight>Grand Icons<syntaxhighlight lang="python" line="1">
</syntaxhighlight>
== Grand Icons ==
<syntaxhighlight lang="javascript" line="1">
name: 'these grand icons of their control',
name: 'these grand icons of their control',
type: "thoughtform loose-thought",
type: "thoughtform loose-thought",
Line 23: Line 27:
<span>i feel a sense of pride</span>
<span>i feel a sense of pride</span>
<span>how our bright cousins have conquered their <span class="code">surface</span>!</span>'`
<span>how our bright cousins have conquered their <span class="code">surface</span>!</span>'`
</syntaxhighlight>They Watch<syntaxhighlight lang="python" line="1">
</syntaxhighlight>
== They Watch ==
<syntaxhighlight lang="javascript" line="1">
name: 'they watch',
name: 'they watch',
type: "thoughtform portrait-bright portrait-cover",
type: "thoughtform portrait-bright portrait-cover",
Line 39: Line 45:
}
}
]
]
</syntaxhighlight>Moth Dialogue<syntaxhighlight lang="python" line="1">
</syntaxhighlight>
= Moth Dialogue = <syntaxhighlight lang="javascript" line="1">
RESPOBJ::
RESPOBJ::
RESPONSES::self
RESPONSES::self

Revision as of 10:48, 22 January 2024



Text Thoughtforms

Glimmering Spires

name: 'glimmering spires mark their cities',
type: "thoughtform loose-thought",
image: "/img/local/city/cityportal.gif",
text: `::OPINATIVE THOUGHTFORM
::CONTENT::'
<span>glimmering spires mark their cities</span>
<span>all formed of dead metal and glass</span>
<span>so tall!!! taller than the tallest <span definition="ERROR::TRANSLATION_FAILED:'no equivalent internal meaning';'no relevant inherited context'::ROMANIZATION SUCCESSFUL">veilk!</span></span>
<span>but they stand quietly...</span>
<span>one day they will breathe</span>
<span>and our lost cousins will share in our knowledge</span>'`

Grand Icons

name: 'these grand icons of their control',
type: "thoughtform loose-thought",
image: "/img/local/city/cityportal.gif",
text: `::OPINATIVE THOUGHTFORM
::CONTENT::'
<span>these grand icons of their control</span>
<span>though they are not ours</span>
<span>i feel a sense of pride</span>
<span>how our bright cousins have conquered their <span class="code">surface</span>!</span>'`

They Watch

name: 'they watch',
type: "thoughtform portrait-bright portrait-cover",
image: "/img/local/city/realeye.gif",
text: `::SPATIAL THOUGHTFORM
::EXPLICIT PURPOSE::'recollection'
<span style="color: var(--obesk-color)" definition="ANALYSIS::'low separation'">::INCOHERENCE DETECTED</span>
::INHERITED CONTEXT::<span style='color: var(--obesk-color)'>'ever-skeptical'</span>`,
actions: [
    {
        name: "greet?",
        exec: ()=>{
            moveTo("/local/city/street/")
        }
    }
]

= Moth Dialogue =

RESPOBJ::
    RESPONSES::self
        what city is this<+>where
        nevermind<+>CHANGE::++moth
            FAKEEND::(back)
            
start
    self
        I have a question about this city thoughtform

    moth
        yeah?
    
    RESPOBJ::mthresp

where
    self
        What city could this possibly be?
    
    moth
        i don't think it's any one city honestly
        seems like a bunch of stuff smashed together... like icons of a city rather than actual representations
            SHOWIF::[['hub__funfriend-kickout', false]]
        so since this thing is starving, maybe akizetesche's memories of our cities grouped up to survive
            SHOWIF::[['hub__funfriend-kickout']]
        we've seen that kind of physical behavior in starving corrucystic tech, so i'd bet that extends to mental behavior too
            SHOWIF::[['hub__funfriend-kickout']]

    RESPOBJ::mthresp
Cookies help us deliver our services. By using our services, you agree to our use of cookies.