2021-04-14 20:24:24 +02:00
|
|
|
{
|
2021-04-24 03:05:56 +02:00
|
|
|
"socket.url": "wss://ws.nitrots.co:2096",
|
2021-05-05 00:47:36 +02:00
|
|
|
"asset.url": "https://nitro.nitrots.co",
|
|
|
|
"image.library.url": "https://swf.nitrots.co/c_images/",
|
2021-07-04 06:33:05 +02:00
|
|
|
"internal.samples.url": "",
|
2021-05-05 00:47:36 +02:00
|
|
|
"external.samples.url": "https://swf.nitrots.co/dcr/hof_furni/mp3/sound_machine_sample_%sample%.mp3",
|
2021-04-14 20:24:24 +02:00
|
|
|
"image.library.notifications.url": "${image.library.url}notifications/%image%.png",
|
|
|
|
"achievements.images.url": "${image.library.url}Quests/%image%.png",
|
|
|
|
"thumbnails.url": "${image.library.url}camera/thumbnails/%thumbnail%.png",
|
|
|
|
"images.url": "${asset.url}/images",
|
|
|
|
"gamedata.url": "${asset.url}/gamedata",
|
|
|
|
"sounds.url": "${asset.url}/sounds",
|
|
|
|
"external.texts.url": "${gamedata.url}/json/ExternalTexts.json",
|
2021-05-05 00:47:36 +02:00
|
|
|
"furnidata.url": "https://nitro.nitrots.co/gamedata/json/FurnitureData.json",
|
|
|
|
"productdata.url": "https://nitro.nitrots.co/gamedata/json/ProductData.json",
|
2021-04-14 20:24:24 +02:00
|
|
|
"avatar.actions.url": "${gamedata.url}/json/HabboAvatarActions.json",
|
|
|
|
"avatar.figuredata.url": "${gamedata.url}/habbo/figuredata.xml",
|
|
|
|
"avatar.figuremap.url": "${gamedata.url}/json/FigureMap.json",
|
|
|
|
"avatar.effectmap.url": "${gamedata.url}/json/EffectMap.json",
|
|
|
|
"avatar.asset.url": "${asset.url}/bundled/figure/%libname%.nitro",
|
|
|
|
"avatar.asset.effect.url": "${asset.url}/bundled/effect/%libname%.nitro",
|
|
|
|
"furni.extras.url": "${asset.url}/images/furniextras/%image%.png",
|
|
|
|
"url.prefix": "",
|
|
|
|
"chat.viewer.height.percentage": 0.40,
|
2021-06-21 07:00:59 +02:00
|
|
|
"auth.system.enabled": true,
|
|
|
|
"auth.system.http.enabled": true,
|
|
|
|
"auth.system.http.endpoint.login": "https://reqres.in/api/posts",
|
|
|
|
"auth.system.http.endpoint.register": "https://reqres.in/api/posts",
|
|
|
|
"auth.system.sso_field_name": "username",
|
|
|
|
"auth.system.recaptcha.public_key": "",
|
|
|
|
"auth.system.recaptcha.field_name": "recaptcha",
|
|
|
|
"auth.system.login.fields": [
|
|
|
|
{
|
|
|
|
"name": "username",
|
|
|
|
"label": "Username",
|
|
|
|
"type": "text",
|
|
|
|
"col": 12
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"label": "Password",
|
|
|
|
"type": "password",
|
|
|
|
"col": 12
|
|
|
|
}
|
|
|
|
],
|
2021-06-21 07:08:02 +02:00
|
|
|
"auth.system.register.enabled": true,
|
2021-06-21 07:00:59 +02:00
|
|
|
"auth.system.register.fields": [
|
|
|
|
{
|
|
|
|
"name": "username",
|
|
|
|
"label": "Username",
|
|
|
|
"type": "text",
|
|
|
|
"col": 12
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "email",
|
|
|
|
"label": "Email Address",
|
|
|
|
"type": "email",
|
|
|
|
"col": 12
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"label": "Password",
|
|
|
|
"type": "password",
|
|
|
|
"col": 6
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "confirm_password",
|
|
|
|
"label": "Confirm Password",
|
|
|
|
"type": "password",
|
|
|
|
"col": 6
|
|
|
|
}
|
|
|
|
],
|
2021-04-14 20:24:24 +02:00
|
|
|
"navigator.slider.enabled": true,
|
|
|
|
"navigator.slider.content": [
|
|
|
|
{
|
|
|
|
"title": "Games Hub",
|
|
|
|
"image": "https://i.imgur.com/TFoivxi.png",
|
|
|
|
"roomId": 2240
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Help Desk",
|
|
|
|
"image": "https://i.imgur.com/GO981GC.png",
|
|
|
|
"roomId": 2351
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "The Lido",
|
|
|
|
"image": "https://i.imgur.com/NVH38bV.png",
|
|
|
|
"roomId": 2346
|
|
|
|
}
|
|
|
|
],
|
2021-07-04 00:30:38 +02:00
|
|
|
"hotelview": {
|
|
|
|
"widgets": {
|
|
|
|
"types": "news,",
|
|
|
|
"slot1": "news"
|
|
|
|
},
|
|
|
|
"images": {
|
|
|
|
"background": "${asset.url}/images/reception/stretch_blue.png",
|
|
|
|
"background.colour": "#6eadc8",
|
|
|
|
"sun": "${asset.url}/images/reception/sun.png",
|
|
|
|
"drape": "${asset.url}/images/reception/drape.png",
|
|
|
|
"left": "${asset.url}/images/reception/ts.png",
|
|
|
|
"right": "${asset.url}/images/reception/US_right.png",
|
|
|
|
"right.repeat": "${asset.url}/images/reception/US_top_right.png"
|
|
|
|
}
|
2021-04-14 20:24:24 +02:00
|
|
|
},
|
2021-07-04 00:30:38 +02:00
|
|
|
"achievements.unseen.ignored": [
|
|
|
|
"ACH_AllTimeHotelPresence"
|
|
|
|
],
|
2021-04-14 20:24:24 +02:00
|
|
|
"avatareditor.show.clubitems.dimmed": true,
|
|
|
|
"avatareditor.show.clubitems.first": true,
|
|
|
|
"chat.history.max.items": 100,
|
|
|
|
"animation.fps": 24,
|
2021-06-12 04:53:56 +02:00
|
|
|
"limits.fps": false,
|
2021-04-15 19:29:48 +02:00
|
|
|
"system.dispatcher.log": false,
|
2021-04-14 20:24:24 +02:00
|
|
|
"system.currency.types": [
|
|
|
|
-1,
|
|
|
|
0,
|
|
|
|
5,
|
|
|
|
101
|
|
|
|
],
|
2021-04-21 22:32:31 +02:00
|
|
|
"communication.packet.log": false,
|
2021-04-14 20:24:24 +02:00
|
|
|
"communication.pong.manually": true,
|
|
|
|
"communication.pong.interval.ms": 20000,
|
|
|
|
"avatar.mandatory.libraries": [
|
|
|
|
"bd:1",
|
|
|
|
"li:0"
|
|
|
|
],
|
|
|
|
"avatar.mandatory.effect.libraries": [
|
|
|
|
"dance.1",
|
|
|
|
"dance.2",
|
|
|
|
"dance.3",
|
|
|
|
"dance.4"
|
|
|
|
],
|
|
|
|
"pet.asset.url": "${asset.url}/bundled/pet/%libname%.nitro",
|
|
|
|
"pet.types": [
|
|
|
|
"dog",
|
|
|
|
"cat",
|
|
|
|
"croco",
|
|
|
|
"terrier",
|
|
|
|
"bear",
|
|
|
|
"pig",
|
|
|
|
"lion",
|
|
|
|
"rhino",
|
|
|
|
"spider",
|
|
|
|
"turtle",
|
|
|
|
"chicken",
|
|
|
|
"frog",
|
|
|
|
"dragon",
|
|
|
|
"monster",
|
|
|
|
"monkey",
|
|
|
|
"horse",
|
|
|
|
"monsterplant",
|
|
|
|
"bunnyeaster",
|
|
|
|
"bunnyevil",
|
|
|
|
"bunnydepressed",
|
|
|
|
"bunnylove",
|
|
|
|
"pigeongood",
|
|
|
|
"pigeonevil",
|
|
|
|
"demonmonkey",
|
|
|
|
"bearbaby",
|
|
|
|
"terrierbaby",
|
|
|
|
"gnome",
|
|
|
|
"gnome",
|
|
|
|
"kittenbaby",
|
|
|
|
"puppybaby",
|
|
|
|
"pigletbaby",
|
|
|
|
"haloompa",
|
|
|
|
"fools",
|
|
|
|
"pterosaur",
|
|
|
|
"velociraptor",
|
|
|
|
"cow",
|
|
|
|
"LeetPen",
|
|
|
|
"bbwibb",
|
|
|
|
"elephants"
|
|
|
|
],
|
|
|
|
"furni.asset.url": "${asset.url}/bundled/furniture/%libname%.nitro",
|
2021-05-05 00:47:36 +02:00
|
|
|
"furni.asset.icon.url": "https://swf.nitrots.co/dcr/hof_furni/icons/%libname%%param%_icon.png",
|
2021-04-14 20:24:24 +02:00
|
|
|
"room.asset.url": "${asset.url}/room/%libname%/%libname%.json",
|
|
|
|
"badge.asset.url": "${image.library.url}album1584/%badgename%.gif",
|
|
|
|
"badge.asset.group.url": "${asset.url}/group-badge/%badgedata%",
|
|
|
|
"currency.asset.icon.url": "${images.url}/wallet/%type%.png",
|
|
|
|
"catalog.asset.url": "${image.library.url}catalogue",
|
|
|
|
"catalog.asset.image.url": "${catalog.asset.url}/%name%.gif",
|
|
|
|
"catalog.asset.icon.url": "${catalog.asset.url}/icon_%name%.png",
|
|
|
|
"chat.input.maxlength": 100,
|
|
|
|
"chat.styles.disabled": [],
|
|
|
|
"chat.styles": [
|
|
|
|
{
|
|
|
|
"styleId": 0,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 1,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 2,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 3,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 4,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 5,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 6,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 7,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 8,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 9,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 10,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 11,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 12,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 13,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 14,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 15,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 16,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 17,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 18,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 19,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 20,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 21,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 22,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 23,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 24,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 25,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 26,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 27,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 28,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 29,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 30,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 31,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 32,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 33,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 34,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": true,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 35,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 36,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 37,
|
|
|
|
"minRank": 5,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": false,
|
|
|
|
"isAmbassadorOnly": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"styleId": 38,
|
|
|
|
"minRank": 0,
|
|
|
|
"isSystemStyle": false,
|
|
|
|
"isHcOnly": true,
|
|
|
|
"isAmbassadorOnly": false
|
|
|
|
}
|
|
|
|
],
|
2021-06-15 19:40:02 +02:00
|
|
|
"camera.available.effects": [
|
|
|
|
{
|
|
|
|
"name":"dark_sepia",
|
|
|
|
"colorMatrix": [0.4, 0.4, 0.1, 0, 110, 0.3, 0.4, 0.1, 0, 30, 0.3, 0.2, 0.1, 0, 0, 0, 0, 0, 1, 0],
|
|
|
|
"minLevel": 0,
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"increase_saturation",
|
|
|
|
"colorMatrix": [2, -0.5, -0.5, 0, 0, -0.5, 2, -0.5, 0, 0, -0.5, -0.5, 2, 0, 0, 0, 0, 0, 1, 0],
|
|
|
|
"minLevel": 0,
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"increase_contrast",
|
|
|
|
"colorMatrix": [1.5, 0, 0, 0, -50, 0, 1.5, 0, 0, -50, 0, 0, 1.5, 0, -50, 0, 0, 0, 1.5, 0],
|
|
|
|
"minLevel": 0,
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"shadow_multiply_02",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-15 19:40:02 +02:00
|
|
|
"minLevel": 0,
|
2021-06-20 11:39:44 +02:00
|
|
|
"blendMode": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"color_1",
|
|
|
|
"colorMatrix": [0.393, 0.769, 0.189, 0, 0, 0.349, 0.686, 0.168, 0, 0, 0.272, 0.534, 0.131, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 1,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"hue_bright_sat",
|
|
|
|
"colorMatrix": [1, 0.6, 0.2, 0, -50, 0.2, 1, 0.6, 0, -50, 0.6, 0.2, 1, 0, -50, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 1,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"hearts_hardlight_02",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 1,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"texture_overlay",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 1,
|
|
|
|
"blendMode": 4,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"pinky_nrm",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 1,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
2021-06-15 22:52:23 +02:00
|
|
|
"name":"color_2",
|
|
|
|
"colorMatrix": [0.333, 0.333, 0.333, 0, 0, 0.333, 0.333, 0.333, 0, 0, 0.333, 0.333, 0.333, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
2021-06-15 22:52:23 +02:00
|
|
|
"name":"night_vision",
|
|
|
|
"colorMatrix": [0, 0, 0, 0, 0, 0, 1.1, 0, 0, -50, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"stars_hardlight_02",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 2,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"coffee_mpl",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 2,
|
|
|
|
"blendMode": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"security_hardlight",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 3,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"bluemood_mpl",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 3,
|
|
|
|
"blendMode": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"rusty_mpl",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 3,
|
|
|
|
"blendMode": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"decr_conrast",
|
|
|
|
"colorMatrix": [0.5, 0, 0, 0, 50, 0, 0.5, 0, 0, 50, 0, 0, 0.5, 0, 50, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 4,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"green_2",
|
|
|
|
"colorMatrix": [0.5, 0.5, 0.5, 0, 0, 0.5, 0.5, 0.5, 0, 90, 0.5, 0.5, 0.5, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 4,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"alien_hrd",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 4,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"color_3",
|
|
|
|
"colorMatrix": [0.609, 0.609, 0.082, 0, 0, 0.309, 0.609, 0.082, 0, 0, 0.309, 0.609, 0.082, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 5,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"color_4",
|
|
|
|
"colorMatrix": [0.8, -0.8, 1, 0, 70, 0.8, -0.8, 1, 0, 70, 0.8, -0.8, 1, 0, 70, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 5,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"toxic_hrd",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 5,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"hypersaturated",
|
|
|
|
"colorMatrix": [2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 6,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"Yellow",
|
|
|
|
"colorMatrix": [1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 6,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"misty_hrd",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 6,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"x_ray",
|
|
|
|
"colorMatrix": [0, 1.2, 0, 0, -100, 0, 2, 0, 0, -120, 0, 2, 0, 0, -120, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 7,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"decrease_saturation",
|
|
|
|
"colorMatrix": [0.7, 0.2, 0.2, 0, 0, 0.2, 0.7, 0.2, 0, 0, 0.2, 0.2, 0.7, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 7,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"drops_mpl",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 8,
|
|
|
|
"blendMode": 2,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"shiny_hrd",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 9,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"glitter_hrd",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 9,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"frame_gold",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"frame_gray_4",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"frame_black_2",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"frame_wood_2",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"finger_nrm",
|
2021-06-15 22:52:23 +02:00
|
|
|
"colorMatrix": [],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
|
|
|
"blendMode": 0,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"color_5",
|
|
|
|
"colorMatrix": [3.309, 0.609, 1.082, 0.2, 0, 0.309, 0.609, 0.082, 0, 0, 1.309, 0.609, 0.082, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"black_white_negative",
|
|
|
|
"colorMatrix": [-0.5, -0.5, -0.5, 0, 0, -0.5, -0.5, -0.5, 0, 0, -0.5, -0.5, -0.5, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"blue",
|
|
|
|
"colorMatrix": [0.5, 0.5, 0.5, 0, -255, 0.5, 0.5, 0.5, 0, -170, 0.5, 0.5, 0.5, 0, 0, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"red",
|
|
|
|
"colorMatrix": [0.5, 0.5, 0.5, 0, 0, 0.5, 0.5, 0.5, 0, -170, 0.5, 0.5, 0.5, 0, -170, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"green",
|
|
|
|
"colorMatrix": [0.5, 0.5, 0.5, 0, -170, 0.5, 0.5, 0.5, 0, 0, 0.5, 0.5, 0.5, 0, -170, 0, 0, 0, 1, 0],
|
2021-06-20 11:39:44 +02:00
|
|
|
"minLevel": 10,
|
2021-06-15 19:40:02 +02:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
],
|
2021-04-14 20:24:24 +02:00
|
|
|
"avatar.default.figuredata": "<?xml version='1.0' encoding='UTF-8'?><figuredata> <colors> <palette id='1'> <color id='99999' index='1001' club='0' selectable='0'>DDDDDD</color> <color id='99998' index='1001' club='0' selectable='0'>FAFAFA</color> </palette> <palette id='3'> <color id='10001' index='1001' club='0' selectable='0'>EEEEEE</color> <color id='10002' index='1002' club='0' selectable='0'>FA3831</color> <color id='10003' index='1003' club='0' selectable='0'>FD92A0</color> <color id='10004' index='1004' club='0' selectable='0'>2AC7D2</color> <color id='10005' index='1005' club='0' selectable='0'>35332C</color> <color id='10006' index='1006' club='0' selectable='0'>EFFF92</color> <color id='10007' index='1007' club='0' selectable='0'>C6FF98</color> <color id='10008' index='1008' club='0' selectable='0'>FF925A</color> <color id='10009' index='1009' club='0' selectable='0'>9D597E</color> <color id='10010' index='1010' club='0' selectable='0'>B6F3FF</color> <color id='10011' index='1011' club='0' selectable='0'>6DFF33</color> <color id='10012' index='1012' club='0' selectable='0'>3378C9</color> <color id='10013' index='1013' club='0' selectable='0'>FFB631</color> <color id='10014' index='1014' club='0' selectable='0'>DFA1E9</color> <color id='10015' index='1015' club='0' selectable='0'>F9FB32</color> <color id='10016' index='1016' club='0' selectable='0'>CAAF8F</color> <color id='10017' index='1017' club='0' selectable='0'>C5C6C5</color> <color id='10018' index='1018' club='0' selectable='0'>47623D</color> <color id='10019' index='1019' club='0' selectable='0'>8A8361</color> <color id='10020' index='1020' club='0' selectable='0'>FF8C33</color> <color id='10021' index='1021' club='0' selectable='0'>54C627</color> <color id='10022' index='1022' club='0' selectable='0'>1E6C99</color> <color id='10023' index='1023' club='0' selectable='0'>984F88</color> <color id='10024' index='1024' club='0' selectable='0'>77C8FF</color> <color id='10025' index='1025' club='0' selectable='0'>FFC08E</color> <color id='10026' index='1026' club='0' selectable='0'>3C4B87</color> <color id='10027' index='1027' club='0' selectable='0'>7C2C47</color> <color id='10028' index='1028' club='0' selectable='0'>D7FFE3</color> <color id='10029' index='1029' club='0' selectable='0'>8F3F1C</color> <color id='10030' index='1030' club='0' selectable='0'>FF6393</color> <color id='10031' index='1031' club='0' selectable='0'>1F9B79</color> <color id='10032' index='1032' club='0' selectable='0'>FDFF33</color> </palette> </colors> <sets> <settype type='hd' paletteid='1' mand_m_0='1' mand_f_0='1' mand_m_1='1' mand_f_1='1'> <set id='99999' gender='U' club='0' colorable='1' selectable='0'> <part id='1' type='bd' colorable='1' index='0' colorindex='1' /> <part id='1' type='hd' colorable='1' index='0' colorindex='1' /> <part id='1' type='lh' colorable='1' index='0' colorindex='1' /> <part id='1' type='rh' colorable='1' index='0' colorindex='1' /> </set> </settype> <settype type='bds' paletteid='1' mand_m_0='0' mand_f_0='0' mand_m_1='0' mand_f_1='0'> <set id='10001' gender='U' club='0' colorable='1' selectable='0'> <part id='10001' type='bds' colorable='1' index='0' colorindex='1'/> <part id='10001' type='lhs' colorable='1' index='0' colorindex='1'/> <part id='10001' type='rhs' colorable='1' index='0' colorindex='1'/> <hiddenlayers> <layer parttype='bd'/> <layer parttype='rh'/> <layer parttype='lh'/> </hiddenlayers> </set>
|
|
|
|
"avatar.default.actions": {
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"id": "Default",
|
|
|
|
"state": "std",
|
|
|
|
"precedence": 1000,
|
|
|
|
"main": true,
|
|
|
|
"isDefault": true,
|
|
|
|
"geometryType": "vertical",
|
|
|
|
"activePartSet": "figure",
|
|
|
|
"assetPartDefinition": "std"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"preload.assets.urls": [
|
|
|
|
"${images.url}/additions/user_blowkiss.png",
|
|
|
|
"${images.url}/additions/user_idle_left_1.png",
|
|
|
|
"${images.url}/additions/user_idle_left_2.png",
|
|
|
|
"${images.url}/additions/user_idle_right_1.png",
|
|
|
|
"${images.url}/additions/user_idle_right_2.png",
|
|
|
|
"${images.url}/additions/user_muted.png",
|
|
|
|
"${images.url}/additions/user_muted_small.png",
|
|
|
|
"${images.url}/additions/user_typing.png",
|
|
|
|
"${images.url}/additions/number_1.png",
|
|
|
|
"${images.url}/additions/number_2.png",
|
|
|
|
"${images.url}/additions/number_3.png",
|
|
|
|
"${images.url}/additions/number_4.png",
|
|
|
|
"${images.url}/additions/number_5.png",
|
2021-07-16 19:17:52 +02:00
|
|
|
"${images.url}/additions/pet_experience_bubble.png",
|
2021-04-14 20:24:24 +02:00
|
|
|
"${images.url}/loading_icon.png",
|
|
|
|
"${images.url}/clear_icon.png",
|
|
|
|
"${images.url}/big_arrow.png"
|
|
|
|
]
|
|
|
|
}
|