mapgen/game/procgen/ru/transition.cson

40 lines
888 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###
В этом файле описывается переход между двумя ячейками.
К типам ячеек добавляется ещё:
outside - вход извне, начало игры
###
groups: [
tags: [
['from_position', 'interior']
]
phrases: [
'Вы покидаете это место.'
]
,
tags: [
['from_position', 'exterior']
['to_position', 'interior']
]
phrases: [
'Вы замечаете маленькую дверь и проходите внутрь.'
]
,
tags: [
['from', ['tavern']]
]
phrases: [
'Вы выходите из таверны.'
]
,
# ни одно условие не подошло, стандартный набор
phrases: [
"Вы идёте дальше."
"Вы медленно идёте."
]
]