Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
{
"id": "DistantHope",
"roomId": "SU_ai",
"cornerPositions": [
{"x": 10, "y": 33},
{"x": 38, "y": 33},
{"x": 38, "y": 3},
{"x": 10, "y": 3}
],
"roomEffects" : {
"swarmers": 3,
"pearls": "pebbles"
},
"body": {
"oracleColor": {
"r": 38, "g": 100, "b": 50
},
"halo": {
"innerRing": {"r": 24, "g": 184, "b": 0},
"outerRing": {"r": 94, "g": 189, "b": 5}
},
"_comment": "gown can also be null",
"gown": {
"color": {
"_comment": "solid or gradient",
"type": "gradient",
"from": {
"h": 0, "s": 0, "l": 19
},
"to": {
"h": 0, "s": 0, "l": 47
}
}
},
"sigil": null,
"eyes": {"r": 0, "g": 0, "b": 0, "a": 255}
},
"events": {
"generic": [
{
"event": "playerEnter",
"hold": 5,
"gravity": 0.8,
"sound": "SS_AI_Exit_Work_Mode",
"moveTo": {"x": 241, "y": 244},
"texts": ["?"],
"color": {"r": 38, "g": 100, "b": 50, "a": 255},
"action": "giveMark"
},
{
"event": "playerEnter",
"action": "startPlayerConversation",
"movement": "investigate",
"score": {
"action": "set",
"amount": 17
}
},
{
"event": "afterGiveMark",
"texts": ["marked"],
"score": {
"action": "set",
"amount": 17
}
},
{
"event": "afterGiveMark",
"action": "startPlayerConversation"
},
{
"event": "playerConversation",
"hold": 4,
"movement": "talk",
"texts": ["Hello..", "Is this reaching you..?", "What a strange creature you are."]
},
{
"event": "playerAttack",
"movement": "keepDistance",
"random": true,
"texts": ["Ow! What was that for?!", "Stop that."]
}
]
}
}
]
i've used the example mod as a reference sheet while making it and it SEEMS to be formatted correctly, but thats probably the problem here.
edit: the problem is.... loading... rw please just apply the token cache already.. FIXED! although, strangely enough, it's green and not orange.
edit 2: the green-ness was caused from me swapping the 'from' in the gradient data with the puppet's skin. its an hsl -> rgb confliction and i am converting it.. fixed!
but what about the other issues?