New quest, better phrasing for some quests and 1 new preset

New quest: The "Lit" question has splited in two, "lit" (external illumination) and "luminous" (internal illumination)

Better phrasing: Animated quest, side quests

New preset: screens mounted on a wall
This commit is contained in:
paunofu 2023-03-01 08:44:42 +01:00
parent 98564769a0
commit cb52b8cef3

View file

@ -417,9 +417,9 @@
"en": "Lit {lit}" "en": "Lit {lit}"
}, },
"question": { "question": {
"ca": "Aquest element està il·luminat?", "ca": "Aquest element està il·luminat de forma externa? (p.e. un focus)",
"es": "Este elemento está iluminado?", "es": "Este elemento está iluminado de forma externa? (p.e un foco)",
"en": "This feature is lit?" "en": "This feature is lit? (e.g. a spotlight)"
}, },
"freeform": { "freeform": {
"key": "lit" "key": "lit"
@ -451,6 +451,53 @@
} }
] ]
}, },
{
"id": "luminous",
"condition": {
"and": [
"advertising~billboard", "advertising~column", "advertising~poster_box", "advertising~board", "advertising~sign", "advertising~totem"
]
},
"render": {
"ca": "Lumiós {luminous}",
"es": "Luminoso {luminous}",
"en": "Lumious {luminous}"
},
"question": {
"ca": "Aquest element té il·luminació propia?",
"es": "Este elemento tiene iluminació propia?",
"en": "This feature has its own illumination?"
},
"freeform": {
"key": "luminous"
},
"mappings": [
{
"if": {
"and": [
"luminous=yes"
]
},
"then": {
"ca": "Aquest element té il·luminació propia",
"es": "Este elemento tiene iluminació propia",
"en": "This feature has its own illumination"
}
},
{
"if": {
"and": [
"luminous=no"
]
},
"then": {
"ca": "Aqust element no té il·luminació propia",
"es": "Este elemento no tiene iluminació propia",
"en": "This feature has not its own illumination"
}
}
]
},
{ {
"id": "animated", "id": "animated",
"render": { "render": {
@ -459,9 +506,9 @@
"en": "Animated with {animated}" "en": "Animated with {animated}"
}, },
"question": { "question": {
"ca": "Com canvia els anuncis aquest element?", "ca": "Com canvien els anuncis d'aquest element?",
"es": "¿Como cambia los anuncios este elemento?", "es": "¿Como cambian los anuncios de este elemento?",
"en": "Does this feature cycle through multiple advertisements automatically?" "en": "How this feature cycle through multiple advertisements automatically?"
}, },
"freeform": { "freeform": {
"key": "animated" "key": "animated"
@ -706,7 +753,7 @@
"render": { "render": {
"ca": "Pots veure publicitat per {sides} costats", "ca": "Pots veure publicitat per {sides} costats",
"es": "Puedes ver publicidad por {sides} lados", "es": "Puedes ver publicidad por {sides} lados",
"en": "You can see adverstismetns from {sides} sides" "en": "You can see advertisments from {sides} sides"
}, },
"question": { "question": {
"ca": "Per quants costats pots veure publicitat?", "ca": "Per quants costats pots veure publicitat?",
@ -724,9 +771,9 @@
] ]
}, },
"then": { "then": {
"ca": "Pots veure publicitat per {sides} costat", "ca": "Pots veure publicitat per 1 costat",
"es": "Puedes ver publicidad por {sides} lado", "es": "Puedes ver publicidad por 1 lado",
"en": "You can see adverstismetns from {sides} side" "en": "You can see advertisments from 1 side"
} }
}, },
{ {
@ -736,9 +783,9 @@
] ]
}, },
"then": { "then": {
"ca": "Pots veure publicitat per {sides} costats", "ca": "Pots veure publicitat per 2 costats",
"es": "Puedes ver publicidad por {sides} lados", "es": "Puedes ver publicidad por 2 lados",
"en": "You can see adverstismetns from {sides} sides" "en": "You can see advertisments from 2 sides"
} }
}, },
{ {
@ -748,9 +795,9 @@
] ]
}, },
"then": { "then": {
"ca": "Pots veure publicitat per {sides} costats", "ca": "Pots veure publicitat per 3 costats",
"es": "Puedes ver publicidad por {sides} lados", "es": "Puedes ver publicidad por 3 lados",
"en": "You can see adverstismetns from {sides} sides" "en": "You can see advertisments from 3 sides"
} }
},{ },{
"if": { "if": {
@ -759,9 +806,9 @@
] ]
}, },
"then": { "then": {
"ca": "Pots veure publicitat per {sides} costats", "ca": "Pots veure publicitat per 4 costats",
"es": "Puedes ver publicidad por {sides} lados", "es": "Puedes ver publicidad por 4 lados",
"en": "You can see adverstismetns from {sides} sides" "en": "You can see advertisments from 4 sides"
} }
} }
] ]
@ -919,6 +966,21 @@
"en": "a screen" "en": "a screen"
} }
}, },
{
"tags": [
"advertising=screen"
],
"title": {
"ca": "una patalla sobre una paret",
"es": "una pantalla sobre una pared",
"en": "a screen mounted on a wall"
},
"preciseInput": {
"preferredBackground": "map",
"snapToLayer": "walls_and_buildings",
"maxSnapDistance": 5
}
},
{ {
"tags": [ "tags": [
"advertising=sculpture" "advertising=sculpture"
@ -982,4 +1044,4 @@
] ]
} }
] ]
} }