Rooms and autoreminder prototype (#81)
* add rooms * add clear splits and fuse * rebuild the split and fuse images * add nyx and UB frames
This commit is contained in:
@@ -52,6 +52,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Klasse")
|
||||
is_case : match@(match: "(?i)Fall")
|
||||
is_room : match@(match: "(?i)Raum")
|
||||
is_nyx : match@(match: "(?i)Verzauberungs")
|
||||
is_saga : match@(match: "(?i)Sage")
|
||||
is_vehicle : match@(match: "(?i)Fahrzeug")
|
||||
@@ -794,6 +795,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Class")
|
||||
is_case : match@(match: "(?i)Case")
|
||||
is_room : match@(match: "(?i)Room")
|
||||
is_nyx : match@(match: "(?i)Enchantment ")
|
||||
is_saga : match@(match: "(?i)Saga")
|
||||
is_vehicle : match@(match: "(?i)Vehicle")
|
||||
@@ -1551,6 +1553,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Clase")
|
||||
is_case : match@(match: "(?i)Caso")
|
||||
is_room : match@(match: "(?i)Sala")
|
||||
is_nyx : match@(match: "(?i) encantamiento")
|
||||
is_saga : match@(match: "(?i)Saga")
|
||||
is_vehicle : match@(match: "(?i)Vehículo")
|
||||
@@ -2279,6 +2282,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Classe")
|
||||
is_case : match@(match: "(?i)Affaire")
|
||||
is_room : match@(match: "(?i)Pièce")
|
||||
is_nyx : match@(match: "(?i)-enchantement")
|
||||
is_saga : match@(match: "(?i)Saga")
|
||||
is_vehicle : match@(match: "(?i)Véhicule")
|
||||
@@ -3012,6 +3016,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Classe")
|
||||
is_case : match@(match: "(?i)Caso")
|
||||
is_room : match@(match: "(?i)Stanza")
|
||||
is_nyx : match@(match: "(?i) Incantesimo")
|
||||
is_saga : match@(match: "(?i)Saga")
|
||||
is_vehicle : match@(match: "(?i)Veicolo")
|
||||
@@ -3742,6 +3747,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)クラス")
|
||||
is_case : match@(match: "(?i)事件")
|
||||
is_room : match@(match: "(?i)部屋")
|
||||
is_nyx : match@(match: "(?i)・エンチャント")
|
||||
is_saga : match@(match: "(?i)英雄譚")
|
||||
is_vehicle : match@(match: "(?i)機体")
|
||||
@@ -4538,7 +4544,8 @@ languages := [
|
||||
is_wastes : match@(match: "(?i)불모지")
|
||||
|
||||
is_class : match@(match: "(?i)직업")
|
||||
is_case : match@(match: "(?i)Case")
|
||||
is_case : match@(match: "(?i)직업")
|
||||
is_room : match@(match: "(?i)방")
|
||||
is_nyx : match@(match: "(?i)부여마법 ")
|
||||
is_saga : match@(match: "(?i)서사시")
|
||||
is_vehicle : match@(match: "(?i)탑승물")
|
||||
@@ -5226,6 +5233,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)Classe")
|
||||
is_case : match@(match: "(?i)Caso")
|
||||
is_room : match@(match: "(?i)Sala")
|
||||
is_nyx : match@(match: "(?i) Encantamento")
|
||||
is_saga : match@(match: "(?i)Saga")
|
||||
is_vehicle : match@(match: "(?i)Veículo")
|
||||
@@ -5953,7 +5961,8 @@ languages := [
|
||||
is_wastes : match@(match: "(?i)Пустоши")
|
||||
|
||||
is_class : match@(match: "(?i)Класс")
|
||||
is_case : match@(match: "(?i)Case")
|
||||
is_case : match@(match: "(?i)Класс")
|
||||
is_room : match@(match: "(?i)Комната")
|
||||
is_nyx : match@(match: "(?i)Чары ")
|
||||
is_saga : match@(match: "(?i)Сага")
|
||||
is_vehicle : match@(match: "(?i)Машина")
|
||||
@@ -6662,6 +6671,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)职业")
|
||||
is_case : match@(match: "(?i)案件")
|
||||
is_room : match@(match: "(?i)房间")
|
||||
is_nyx : match@(match: "(?i)结界(生物|神器)")
|
||||
is_saga : match@(match: "(?i)传纪")
|
||||
is_vehicle : match@(match: "(?i)载具")
|
||||
@@ -7375,6 +7385,7 @@ languages := [
|
||||
|
||||
is_class : match@(match: "(?i)職業")
|
||||
is_case : match@(match: "(?i)案件")
|
||||
is_room : match@(match: "(?i)房間")
|
||||
is_nyx : match@(match: "(?i)結界(生物|神器)")
|
||||
is_saga : match@(match: "(?i)傳紀")
|
||||
is_vehicle : match@(match: "(?i)載具")
|
||||
|
||||
Reference in New Issue
Block a user