

Nextrek
@ 1348
Nextrek / s2s / data / 07DDB011725062F2.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
{ "uid": "07DDB011725062F2", "isLoaded": true, "lastModificationTime": 1424023480564, "items": { "parentId": "0FEBB76EK401BA41A4S99B1E2346601143E2", "displayName": "$$1613B074K0766A405ESAA12E1FECB39F755B", "windowTitle": "$$1613B074K0766A405ESAA12E1FECB39F755B", "type": "event_command", "title": "$$P24", "id": "gs.RotatePicture", "group": "$$8E805C42KAAEBA4E2ASAFEBE14638DCA0760", "subGroup": "$$9D7B8871KE8A7A410ES8CA3EA1F415A8BEA7", "windowSize": { "w": 400 }, "defaultValue": { "numberDomain": "com.degica.vnm.default", "number": 0, "duration": 0, "waitForCompletion": 0, "speed": 0, "direction": 0, "easing": { "type": 0, "inOut": 1 } }, "quickItems": [ { "label": "$$C287D490K9B01A4407SA616EF2726CA43B52", "identifier": "number", "variableButton": { "dataSource": "numbers" }, "domainButton": true, "type": "GSQStepper", "attribute": "number", "minimum": 0, "maximum": 999999999 }, { "label": "$$3B6E3A17K6F8EA4293SA0DEE5AB73AC51CB8", "valueFormula": "return p.direction == 0 ? lcs('DFD1F6A5K298FA4C0FS8F99EF8859547030F') : lcs('C72927BFK8864A4808S8BF6EF445B0B6FEC9');", "type": "GSQPopupField", "attribute": "direction", "dataSource": [ "$$DFD1F6A5K298FA4C0FS8F99EF8859547030F", "$$C72927BFK8864A4808S8BF6EF445B0B6FEC9" ] }, { "label": "$$D61D429627E27449B86881C3DE0446316091", "type": "GSQStepper", "variableButton": { "dataSource": "numbers" }, "attribute": "speed", "minimum": -10000, "maximum": 10000 }, { "label": "$$0BD2456DK1DA1A4C2DS9C03EAC7A2C6C7815", "valueFormula": "return fmtDuration(fmtNumVar(p.duration))", "valueTranslator": { "write": "return v / 1000 * GS.CONST.GAME_FRAME_RATE", "read": "return ROUND(v / GS.CONST.GAME_FRAME_RATE * 1000)" }, "type": "GSQStepper", "attribute": "duration", "identifier": "duration", "variableButton": { "dataSource": "numbers" }, "minimum": 0, "maximum": 999999999 }, { "type": "GSQPopupField", "attribute": "waitForCompletion", "identifier": "waitForCompletion", "dataSource": [ "$$2EA7A7BF12D3404F62094CA6644784A9FC40", "$$97A5E676K2351A43FCSB0DFEBB5CF7A73243" ], "valueFormula": "return (p.waitForCompletion ? lcs('97A5E676K2351A43FCSB0DFEBB5CF7A73243') : lcs('2EA7A7BF12D3404F62094CA6644784A9FC40'))" } ], "expandedView": { "columns": [ { "sections": [ { "label": "$$4B6665ACK640FA4A19S89F1E4F1070280626", "rows": [ { "items": [ { "label": "$$858E29BD598E6544DD49356017DFC223DA6F", "type": "GSQPopupField", "attribute": "easing.type", "lockable": true, "width": "50%", "dataSource": [ "$$B04840A62C08B644918821142386D7EEB014", "$$99D9039B6FF24440998B5ED62A44E25D562A", "$$6DB3AC545EBEF747C56BB237892A2FE7DC6A", "$$087E67D05860D644FC9A87C91B303A91E774", "$$5101E7646B6A284EC5385FF42CC39E29BC20", "$$9DEB76CD12AA024F65384215C8DF97C64463", "$$757243FE807A124F5058CEA6DC72BB24F1AD", "$$22D2BB118D79E248023904E4E5DCF459C2B2", "Ease Elastic", "Ease Bounce", "Ease Back" ], "valueFormula": "return GS.CONST.EASING_TYPES[p.easing.type]" }, { "label": "", "width": "auto", "unlockItems": [ "easing.type" ], "type": "GSQPopupField", "attribute": "easing.inOut", "dataSource": [ "$$19C38D481D2B4947845AFB426AA83A22A24E", "$$636489127D19D648ED6BB357549054B90E98", "$$03359F826080274E018A4693CE01C765D700" ], "valueFormula": "return GS.CONST.EASING_IN_OUT[p.easing.inOut]" } ] } ] } ] } ] }, "nodes": [ { "name": "return fmt(lcs('08226D3DK0B31A4437S869BEF6D75F74C3DD')+' @%s, %s, %s%s', fmtNumVar(p.number), scase(p.direction, [0, 1], [lcs('DFD1F6A5K298FA4C0FS8F99EF8859547030F'), lcs('C72927BFK8864A4808S8BF6EF445B0B6FEC9')]), fmtNumVar(p.speed), p.duration == 0 ? '' : (', ' + fmtNumVar(p.duration)+'f'), p.waitForCompletion ? ', '+lcs('97A5E676K2351A43FCSB0DFEBB5CF7A73243') : '');", "id": "gs.RotatePicture" } ], "sections": [], "rawContent": "{\n \"parentId\": \"AFAD6CEFK59C1A4298SBABFE7AEC1B964622\",\n \"displayName\": \"$$1613B074K0766A405ESAA12E1FECB39F755B\",\n \"windowTitle\": \"$$1613B074K0766A405ESAA12E1FECB39F755B\",\n \"type\": \"event_command\",\n \"title\": \"$$P24\",\n \"id\": \"gs.RotatePicture\",\n \"group\": \"$$8E805C42KAAEBA4E2ASAFEBE14638DCA0760\",\n \"subGroup\": \"$$9D7B8871KE8A7A410ES8CA3EA1F415A8BEA7\",\n \"windowSize\": {\n \"w\": 400\n },\n \"defaultValue\": { \"numberDomain\": GS.CONST.DEFAULT_DOMAIN, \"number\": 0, \"duration\": 0, \"waitForCompletion\": 0, \"speed\": 0, \"direction\": 0, \"easing\": { \"type\": 0, \"inOut\": 1 }},\n \"quickItems\": [\n GSQ.CONTROLS.GRAPHIC_OBJECT_NUMBER,\n {\n \"label\": \"$$3B6E3A17K6F8EA4293SA0DEE5AB73AC51CB8\",\n \"valueFormula\": \"return p.direction == 0 ? lcs('DFD1F6A5K298FA4C0FS8F99EF8859547030F') : lcs('C72927BFK8864A4808S8BF6EF445B0B6FEC9');\",\n \"type\": \"GSQPopupField\",\n \"attribute\": \"direction\",\n \"dataSource\": [\"$$DFD1F6A5K298FA4C0FS8F99EF8859547030F\", \"$$C72927BFK8864A4808S8BF6EF445B0B6FEC9\"]\n },\n {\n \"label\": \"$$D61D429627E27449B86881C3DE0446316091\",\n \"type\": \"GSQStepper\",\n \"variableButton\": { \"dataSource\": \"numbers\" },\n \"attribute\": \"speed\",\n \"minimum\": -10000,\n \"maximum\": 10000\n },\n GSQ.CONTROLS.DURATION,\n GSQ.CONTROLS.WAIT_FOR_COMPLETION\n ],\n \"expandedView\": {\n \"columns\": [\n {\n \"sections\": [\n {\n \"label\": \"$$4B6665ACK640FA4A19S89F1E4F1070280626\",\n \"rows\": [\n GSQ.ROWS.EASING\n ]\n } \n ]\n }\n ]\n \n },\n \"nodes\": [\n {\n \"name\": \"return fmt(lcs('08226D3DK0B31A4437S869BEF6D75F74C3DD')+' @%s, %s, %s%s', fmtNumVar(p.number), scase(p.direction, [0, 1], [lcs('DFD1F6A5K298FA4C0FS8F99EF8859547030F'), lcs('C72927BFK8864A4808S8BF6EF445B0B6FEC9')]), fmtNumVar(p.speed), p.duration == 0 ? '' : (', ' + fmtNumVar(p.duration)+'f'), p.waitForCompletion ? ', '+lcs('97A5E676K2351A43FCSB0DFEBB5CF7A73243') : '');\",\n \"id\": \"gs.RotatePicture\"\n }\n ],\n \"sections\": [\n ]\n}", "name": "Rotate Picture", "order": 3 }, "summary": [ "name", "type" ] } |