add vim folds to serenity.yaml
This commit is contained in:
parent
defb477209
commit
38d6bee825
|
@ -8,6 +8,7 @@
|
||||||
# + + + ███
|
# + + + ███
|
||||||
# + ▀████████████████████████████████████████████████████▀
|
# + ▀████████████████████████████████████████████████████▀
|
||||||
|
|
||||||
|
# Icarus {{{1
|
||||||
- chat: Icarus
|
- chat: Icarus
|
||||||
- if $met:
|
- if $met:
|
||||||
- Oh hey, you're back!
|
- Oh hey, you're back!
|
||||||
|
@ -162,8 +163,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Pizzeria {{{1
|
||||||
# Pizzeria main chat
|
|
||||||
- chat: PizzaChef
|
- chat: PizzaChef
|
||||||
- Welcome to Old Earth Pizza!
|
- Welcome to Old Earth Pizza!
|
||||||
- Time to loosen up! Find yourself a cozy place to drift.
|
- Time to loosen up! Find yourself a cozy place to drift.
|
||||||
|
@ -393,6 +393,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Rynyk {{{1
|
||||||
- chat: Rynyk
|
- chat: Rynyk
|
||||||
- Hey there!
|
- Hey there!
|
||||||
- label: entrypoint
|
- label: entrypoint
|
||||||
|
@ -551,6 +552,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Luna {{{1
|
||||||
- chat: Luna
|
- chat: Luna
|
||||||
- if $$backupinstalled:
|
- if $$backupinstalled:
|
||||||
- set: begged
|
- set: begged
|
||||||
|
@ -865,7 +867,7 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Ash {{{1
|
||||||
- chat: Ash
|
- chat: Ash
|
||||||
- Oh, hello!
|
- Oh, hello!
|
||||||
- Look, I'm very busy right now constructing this place.
|
- Look, I'm very busy right now constructing this place.
|
||||||
|
@ -890,6 +892,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# River {{{1
|
||||||
- chat: River
|
- chat: River
|
||||||
- Welcome to our little oasis!
|
- Welcome to our little oasis!
|
||||||
- This will be great once it's finished.
|
- This will be great once it's finished.
|
||||||
|
@ -914,6 +917,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Generic {{{1
|
||||||
- chat: generic_questions_serenity
|
- chat: generic_questions_serenity
|
||||||
- Where are we?:
|
- Where are we?:
|
||||||
- Inside Jupiter's rings, obviously.
|
- Inside Jupiter's rings, obviously.
|
||||||
|
@ -1009,7 +1013,15 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- chat: OxygenTank
|
||||||
|
- script: refilloxygen 1
|
||||||
|
- system: Oxygen refilled
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Dead Drifter {{{1
|
||||||
- chat: Drifter
|
- chat: Drifter
|
||||||
- system: "Error: No response"
|
- system: "Error: No response"
|
||||||
- system: No life signs detected
|
- system: No life signs detected
|
||||||
|
@ -1021,6 +1033,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Pizzeria Clippy {{{1
|
||||||
- chat: SubduedClippy
|
- chat: SubduedClippy
|
||||||
- At your service!
|
- At your service!
|
||||||
|
|
||||||
|
@ -1028,6 +1041,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Mudley {{{1
|
||||||
- chat: pig
|
- chat: pig
|
||||||
- if $helmet:
|
- if $helmet:
|
||||||
- Come on, cave monkey, I can't give you the snack if you don't take off your helmet. [press ESC]
|
- Come on, cave monkey, I can't give you the snack if you don't take off your helmet. [press ESC]
|
||||||
|
@ -1182,10 +1196,3 @@
|
||||||
- Phew, that was close. Take care of yourself!
|
- Phew, that was close. Take care of yourself!
|
||||||
- Anything else?
|
- Anything else?
|
||||||
- goto: entrypoint
|
- goto: entrypoint
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- chat: OxygenTank
|
|
||||||
- script: refilloxygen 1
|
|
||||||
- system: Oxygen refilled
|
|
||||||
|
|
Loading…
Reference in a new issue