Rain World

Rain World

Iterator Kit
Kalinite 12 Nov, 2023 @ 2:30pm
Solved, but more problems
\/
Last edited by Kalinite; 12 Nov, 2023 @ 9:30pm
< >
Showing 1-7 of 7 comments
Kalinite 12 Nov, 2023 @ 2:44pm 
[
{
"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."]
}
]
}
}
]
Kalinite 12 Nov, 2023 @ 2:45pm 
other things to note: gravity is not changing when set, he is not giving player attack dialogue

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.
Last edited by Kalinite; 12 Nov, 2023 @ 2:48pm
Twofour2  [developer] 12 Nov, 2023 @ 8:36pm 
@Destiny I've resolved the bug causing the iterators to be invis. try using the latest workshop version
Kalinite 12 Nov, 2023 @ 9:29pm 
hello! oh- thank you so much!

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!
Last edited by Kalinite; 12 Nov, 2023 @ 9:36pm
Kalinite 12 Nov, 2023 @ 9:29pm 
good to know it was NOT my file!

but what about the other issues?
< >
Showing 1-7 of 7 comments
Per page: 1530 50