@opfr/services 0.28.0 → 0.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +240 -234
- package/dist/index.umd.js +4 -4
- package/dist/services/user-encyclopedia/query/getters.d.ts +1 -1
- package/dist/services/user-encyclopedia/query/getters.d.ts.map +1 -1
- package/dist/services/user-encyclopedia/query/updates.d.ts +2 -2
- package/dist/services/user-encyclopedia/query/updates.d.ts.map +1 -1
- package/dist/services/user-encyclopedia/types.d.ts +2 -2
- package/dist/services/user-encyclopedia/types.d.ts.map +1 -1
- package/dist/services/user-inventory/query/updates.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
(function(u,h){typeof exports=="object"&&typeof module<"u"?h(exports,require("mongoose"),require("@opfr/items"),require("@opfr/utils-type"),require("@opfr/raids"),require("events"),require("@opfr/ornaments"),require("@opfr/canvas")):typeof define=="function"&&define.amd?define(["exports","mongoose","@opfr/items","@opfr/utils-type","@opfr/raids","events","@opfr/ornaments","@opfr/canvas"],h):(u=typeof globalThis<"u"?globalThis:u||self,h(u.services={},u.mongoose,u["@opfr/items"],u["@opfr/utils-type"],u["@opfr/raids"],u.events,u["@opfr/ornaments"],u["@opfr/canvas"]))})(this,function(u,h,S,l,ei,gs,c,T){"use strict";var Am=Object.defineProperty;var Om=(u,h,S)=>h in u?Am(u,h,{enumerable:!0,configurable:!0,writable:!0,value:S}):u[h]=S;var e=(u,h,S)=>Om(u,typeof h!="symbol"?h+"":h,S);var Or,Nr,$r,Er,Fr,Ir,Yr,Lr,Pr,Tr,Qr,jr,qr,Hr,Kr,Gr,Wr,Vr,zr,Xr,Zr,Jr;function ti(t){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(a,s,n.get?n:{enumerable:!0,get:()=>t[s]})}}return a.default=t,Object.freeze(a)}const ai=ti(gs),
|
|
1
|
+
(function(u,h){typeof exports=="object"&&typeof module<"u"?h(exports,require("mongoose"),require("@opfr/items"),require("@opfr/utils-type"),require("@opfr/raids"),require("events"),require("@opfr/ornaments"),require("@opfr/canvas")):typeof define=="function"&&define.amd?define(["exports","mongoose","@opfr/items","@opfr/utils-type","@opfr/raids","events","@opfr/ornaments","@opfr/canvas"],h):(u=typeof globalThis<"u"?globalThis:u||self,h(u.services={},u.mongoose,u["@opfr/items"],u["@opfr/utils-type"],u["@opfr/raids"],u.events,u["@opfr/ornaments"],u["@opfr/canvas"]))})(this,function(u,h,S,l,ei,gs,c,T){"use strict";var Am=Object.defineProperty;var Om=(u,h,S)=>h in u?Am(u,h,{enumerable:!0,configurable:!0,writable:!0,value:S}):u[h]=S;var e=(u,h,S)=>Om(u,typeof h!="symbol"?h+"":h,S);var Or,Nr,$r,Er,Fr,Ir,Yr,Lr,Pr,Tr,Qr,jr,qr,Hr,Kr,Gr,Wr,Vr,zr,Xr,Zr,Jr;function ti(t){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(a,s,n.get?n:{enumerable:!0,get:()=>t[s]})}}return a.default=t,Object.freeze(a)}const ai=ti(gs),aa=new h.Schema({bannedUserId:String,authorId:String,unbannedTimestamp:Date,reason:String});aa.index({bannedUserId:1}),aa.index({unbannedTimestamp:1});const $e=((Or=h.models)==null?void 0:Or.Bans)||h.model("Bans",aa),si=Object.freeze(Object.defineProperty({__proto__:null,getUnbanUsers:async()=>await $e.find({unbannedTimestamp:{$lte:new Date,$ne:null}})},Symbol.toStringTag,{value:"Module"})),ni=async t=>await $e.create({...t}),ri=async t=>await $e.findOne({bannedUserId:t}),ii=async t=>{await $e.deleteOne({bannedUserId:t})},li=t=>$e.exists({bannedUserId:t}),oi=new h.Schema({betOwner:String,betId:Number,channelId:String,messageId:String,title:String,desc:String,state:String,end:Date,highestBet:Number,choices:{type:[String],default:[]},bets:{type:[{owner:String,amount:Number,choice:Number}],default:[]}}),sa=((Nr=h.models)==null?void 0:Nr.Bets)||h.model("Bets",oi),di=async(t,a={})=>{const s=await sa.findById(t,a);return s||null},ci=async t=>await sa.create({...t}),_s=new h.Schema({senderId:String,receiverId:String,amount:Number,gameMode:String,meta:{rps:{type:String,default:void 0}}});_s.index({receiverId:1});const _t=(($r=h.models)==null?void 0:$r.Invitations)||h.model("Invitations",_s),ui=async t=>{const a=await _t.findOne({...t});return a||null},fi=async t=>await _t.create({...t}),hi=async t=>{await _t.deleteMany({...t})},wt=t=>new Intl.NumberFormat("de-DE").format(t),ws=(t,a,s=Math.random)=>Math.floor(s()*(a-t)+t),bt=(t,a,s=n=>n)=>t.filter(n=>!a.some(r=>s(r)===s(n))),na=(t,a)=>[...new Set(t.map(s=>a(s)))],bs=t=>t.filter(a=>a!=null);//! moment.js
|
|
2
2
|
//! version : 2.30.1
|
|
3
3
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
4
4
|
//! license : MIT
|
|
5
5
|
//! momentjs.com
|
|
6
|
-
var vs;function m(){return vs.apply(null,arguments)}function pi(t){vs=t}function z(t){return t instanceof Array||Object.prototype.toString.call(t)==="[object Array]"}function Ue(t){return t!=null&&Object.prototype.toString.call(t)==="[object Object]"}function k(t,a){return Object.prototype.hasOwnProperty.call(t,a)}function
|
|
6
|
+
var vs;function m(){return vs.apply(null,arguments)}function pi(t){vs=t}function z(t){return t instanceof Array||Object.prototype.toString.call(t)==="[object Array]"}function Ue(t){return t!=null&&Object.prototype.toString.call(t)==="[object Object]"}function k(t,a){return Object.prototype.hasOwnProperty.call(t,a)}function ra(t){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(t).length===0;var a;for(a in t)if(k(t,a))return!1;return!0}function Q(t){return t===void 0}function ie(t){return typeof t=="number"||Object.prototype.toString.call(t)==="[object Number]"}function ze(t){return t instanceof Date||Object.prototype.toString.call(t)==="[object Date]"}function Ms(t,a){var s=[],n,r=t.length;for(n=0;n<r;++n)s.push(a(t[n],n));return s}function be(t,a){for(var s in a)k(a,s)&&(t[s]=a[s]);return k(a,"toString")&&(t.toString=a.toString),k(a,"valueOf")&&(t.valueOf=a.valueOf),t}function ee(t,a,s,n){return Vs(t,a,s,n,!0).utc()}function mi(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function b(t){return t._pf==null&&(t._pf=mi()),t._pf}var ia;Array.prototype.some?ia=Array.prototype.some:ia=function(t){var a=Object(this),s=a.length>>>0,n;for(n=0;n<s;n++)if(n in a&&t.call(this,a[n],n,a))return!0;return!1};function la(t){var a=null,s=!1,n=t._d&&!isNaN(t._d.getTime());if(n&&(a=b(t),s=ia.call(a.parsedDateParts,function(r){return r!=null}),n=a.overflow<0&&!a.empty&&!a.invalidEra&&!a.invalidMonth&&!a.invalidWeekday&&!a.weekdayMismatch&&!a.nullInput&&!a.invalidFormat&&!a.userInvalidated&&(!a.meridiem||a.meridiem&&s),t._strict&&(n=n&&a.charsLeftOver===0&&a.unusedTokens.length===0&&a.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(t))t._isValid=n;else return n;return t._isValid}function vt(t){var a=ee(NaN);return t!=null?be(b(a),t):b(a).userInvalidated=!0,a}var Ss=m.momentProperties=[],oa=!1;function da(t,a){var s,n,r,i=Ss.length;if(Q(a._isAMomentObject)||(t._isAMomentObject=a._isAMomentObject),Q(a._i)||(t._i=a._i),Q(a._f)||(t._f=a._f),Q(a._l)||(t._l=a._l),Q(a._strict)||(t._strict=a._strict),Q(a._tzm)||(t._tzm=a._tzm),Q(a._isUTC)||(t._isUTC=a._isUTC),Q(a._offset)||(t._offset=a._offset),Q(a._pf)||(t._pf=b(a)),Q(a._locale)||(t._locale=a._locale),i>0)for(s=0;s<i;s++)n=Ss[s],r=a[n],Q(r)||(t[n]=r);return t}function Xe(t){da(this,t),this._d=new Date(t._d!=null?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),oa===!1&&(oa=!0,m.updateOffset(this),oa=!1)}function X(t){return t instanceof Xe||t!=null&&t._isAMomentObject!=null}function ks(t){m.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+t)}function K(t,a){var s=!0;return be(function(){if(m.deprecationHandler!=null&&m.deprecationHandler(null,t),s){var n=[],r,i,d,f=arguments.length;for(i=0;i<f;i++){if(r="",typeof arguments[i]=="object"){r+=`
|
|
7
7
|
[`+i+"] ";for(d in arguments[0])k(arguments[0],d)&&(r+=d+": "+arguments[0][d]+", ");r=r.slice(0,-2)}else r=arguments[i];n.push(r)}ks(t+`
|
|
8
8
|
Arguments: `+Array.prototype.slice.call(n).join("")+`
|
|
9
|
-
`+new Error().stack),s=!1}return a.apply(this,arguments)},a)}var xs={};function Rs(t,a){m.deprecationHandler!=null&&m.deprecationHandler(t,a),xs[t]||(ks(a),xs[t]=!0)}m.suppressDeprecationWarnings=!1,m.deprecationHandler=null;function te(t){return typeof Function<"u"&&t instanceof Function||Object.prototype.toString.call(t)==="[object Function]"}function yi(t){var a,s;for(s in t)k(t,s)&&(a=t[s],te(a)?this[s]=a:this["_"+s]=a);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function da(t,a){var s=be({},t),n;for(n in a)k(a,n)&&(Ue(t[n])&&Ue(a[n])?(s[n]={},be(s[n],t[n]),be(s[n],a[n])):a[n]!=null?s[n]=a[n]:delete s[n]);for(n in t)k(t,n)&&!k(a,n)&&Ue(t[n])&&(s[n]=be({},s[n]));return s}function ca(t){t!=null&&this.set(t)}var ua;Object.keys?ua=Object.keys:ua=function(t){var a,s=[];for(a in t)k(t,a)&&s.push(a);return s};var gi={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function _i(t,a,s){var n=this._calendar[t]||this._calendar.sameElse;return te(n)?n.call(a,s):n}function ae(t,a,s){var n=""+Math.abs(t),r=a-n.length,i=t>=0;return(i?s?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+n}var fa=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Mt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ha={},Ee={};function _(t,a,s,n){var r=n;typeof n=="string"&&(r=function(){return this[n]()}),t&&(Ee[t]=r),a&&(Ee[a[0]]=function(){return ae(r.apply(this,arguments),a[1],a[2])}),s&&(Ee[s]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function wi(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function bi(t){var a=t.match(fa),s,n;for(s=0,n=a.length;s<n;s++)Ee[a[s]]?a[s]=Ee[a[s]]:a[s]=wi(a[s]);return function(r){var i="",d;for(d=0;d<n;d++)i+=te(a[d])?a[d].call(r,t):a[d];return i}}function St(t,a){return t.isValid()?(a=Us(a,t.localeData()),ha[a]=ha[a]||bi(a),ha[a](t)):t.localeData().invalidDate()}function Us(t,a){var s=5;function n(r){return a.longDateFormat(r)||r}for(Mt.lastIndex=0;s>=0&&Mt.test(t);)t=t.replace(Mt,n),Mt.lastIndex=0,s-=1;return t}var vi={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Mi(t){var a=this._longDateFormat[t],s=this._longDateFormat[t.toUpperCase()];return a||!s?a:(this._longDateFormat[t]=s.match(fa).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[t])}var Si="Invalid date";function ki(){return this._invalidDate}var xi="%d",Ri=/\d{1,2}/;function Ui(t){return this._ordinal.replace("%d",t)}var Ci={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Bi(t,a,s,n){var r=this._relativeTime[s];return te(r)?r(t,a,s,n):r.replace(/%d/i,t)}function Di(t,a){var s=this._relativeTime[t>0?"future":"past"];return te(s)?s(a):s.replace(/%s/i,a)}var Cs={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function G(t){return typeof t=="string"?Cs[t]||Cs[t.toLowerCase()]:void 0}function pa(t){var a={},s,n;for(n in t)k(t,n)&&(s=G(n),s&&(a[s]=t[n]));return a}var Ai={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function Oi(t){var a=[],s;for(s in t)k(t,s)&&a.push({unit:s,priority:Ai[s]});return a.sort(function(n,r){return n.priority-r.priority}),a}var Bs=/\d/,q=/\d\d/,Ds=/\d{3}/,ma=/\d{4}/,kt=/[+-]?\d{6}/,B=/\d\d?/,As=/\d\d\d\d?/,Os=/\d\d\d\d\d\d?/,xt=/\d{1,3}/,ya=/\d{1,4}/,Rt=/[+-]?\d{1,6}/,Fe=/\d+/,Ut=/[+-]?\d+/,Ni=/Z|[+-]\d\d:?\d\d/gi,Ct=/Z|[+-]\d\d(?::?\d\d)?/gi,$i=/[+-]?\d+(\.\d{1,3})?/,Ze=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Ie=/^[1-9]\d?/,ga=/^([1-9]\d|\d)/,Bt;Bt={};function g(t,a,s){Bt[t]=te(a)?a:function(n,r){return n&&s?s:a}}function Ei(t,a){return k(Bt,t)?Bt[t](a._strict,a._locale):new RegExp(Fi(t))}function Fi(t){return le(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,s,n,r,i){return s||n||r||i}))}function le(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function W(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function v(t){var a=+t,s=0;return a!==0&&isFinite(a)&&(s=W(a)),s}var _a={};function U(t,a){var s,n=a,r;for(typeof t=="string"&&(t=[t]),ie(a)&&(n=function(i,d){d[a]=v(i)}),r=t.length,s=0;s<r;s++)_a[t[s]]=n}function Je(t,a){U(t,function(s,n,r,i){r._w=r._w||{},a(s,r._w,r,i)})}function Ii(t,a,s){a!=null&&k(_a,t)&&_a[t](a,s._a,s,t)}function Dt(t){return t%4===0&&t%100!==0||t%400===0}var Y=0,oe=1,se=2,N=3,Z=4,de=5,Ce=6,Yi=7,Li=8;_("Y",0,0,function(){var t=this.year();return t<=9999?ae(t,4):"+"+t}),_(0,["YY",2],0,function(){return this.year()%100}),_(0,["YYYY",4],0,"year"),_(0,["YYYYY",5],0,"year"),_(0,["YYYYYY",6,!0],0,"year"),g("Y",Ut),g("YY",B,q),g("YYYY",ya,ma),g("YYYYY",Rt,kt),g("YYYYYY",Rt,kt),U(["YYYYY","YYYYYY"],Y),U("YYYY",function(t,a){a[Y]=t.length===2?m.parseTwoDigitYear(t):v(t)}),U("YY",function(t,a){a[Y]=m.parseTwoDigitYear(t)}),U("Y",function(t,a){a[Y]=parseInt(t,10)});function et(t){return Dt(t)?366:365}m.parseTwoDigitYear=function(t){return v(t)+(v(t)>68?1900:2e3)};var Ns=Ye("FullYear",!0);function Pi(){return Dt(this.year())}function Ye(t,a){return function(s){return s!=null?($s(this,t,s),m.updateOffset(this,a),this):tt(this,t)}}function tt(t,a){if(!t.isValid())return NaN;var s=t._d,n=t._isUTC;switch(a){case"Milliseconds":return n?s.getUTCMilliseconds():s.getMilliseconds();case"Seconds":return n?s.getUTCSeconds():s.getSeconds();case"Minutes":return n?s.getUTCMinutes():s.getMinutes();case"Hours":return n?s.getUTCHours():s.getHours();case"Date":return n?s.getUTCDate():s.getDate();case"Day":return n?s.getUTCDay():s.getDay();case"Month":return n?s.getUTCMonth():s.getMonth();case"FullYear":return n?s.getUTCFullYear():s.getFullYear();default:return NaN}}function $s(t,a,s){var n,r,i,d,f;if(!(!t.isValid()||isNaN(s))){switch(n=t._d,r=t._isUTC,a){case"Milliseconds":return void(r?n.setUTCMilliseconds(s):n.setMilliseconds(s));case"Seconds":return void(r?n.setUTCSeconds(s):n.setSeconds(s));case"Minutes":return void(r?n.setUTCMinutes(s):n.setMinutes(s));case"Hours":return void(r?n.setUTCHours(s):n.setHours(s));case"Date":return void(r?n.setUTCDate(s):n.setDate(s));case"FullYear":break;default:return}i=s,d=t.month(),f=t.date(),f=f===29&&d===1&&!Dt(i)?28:f,r?n.setUTCFullYear(i,d,f):n.setFullYear(i,d,f)}}function Ti(t){return t=G(t),te(this[t])?this[t]():this}function Qi(t,a){if(typeof t=="object"){t=pa(t);var s=Oi(t),n,r=s.length;for(n=0;n<r;n++)this[s[n].unit](t[s[n].unit])}else if(t=G(t),te(this[t]))return this[t](a);return this}function ji(t,a){return(t%a+a)%a}var O;Array.prototype.indexOf?O=Array.prototype.indexOf:O=function(t){var a;for(a=0;a<this.length;++a)if(this[a]===t)return a;return-1};function wa(t,a){if(isNaN(t)||isNaN(a))return NaN;var s=ji(a,12);return t+=(a-s)/12,s===1?Dt(t)?29:28:31-s%7%2}_("M",["MM",2],"Mo",function(){return this.month()+1}),_("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),_("MMMM",0,0,function(t){return this.localeData().months(this,t)}),g("M",B,Ie),g("MM",B,q),g("MMM",function(t,a){return a.monthsShortRegex(t)}),g("MMMM",function(t,a){return a.monthsRegex(t)}),U(["M","MM"],function(t,a){a[oe]=v(t)-1}),U(["MMM","MMMM"],function(t,a,s,n){var r=s._locale.monthsParse(t,n,s._strict);r!=null?a[oe]=r:b(s).invalidMonth=t});var qi="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Es="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Fs=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Hi=Ze,Ki=Ze;function Gi(t,a){return t?z(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||Fs).test(a)?"format":"standalone"][t.month()]:z(this._months)?this._months:this._months.standalone}function Wi(t,a){return t?z(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[Fs.test(a)?"format":"standalone"][t.month()]:z(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Vi(t,a,s){var n,r,i,d=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)i=ee([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(i,"").toLocaleLowerCase();return s?a==="MMM"?(r=O.call(this._shortMonthsParse,d),r!==-1?r:null):(r=O.call(this._longMonthsParse,d),r!==-1?r:null):a==="MMM"?(r=O.call(this._shortMonthsParse,d),r!==-1?r:(r=O.call(this._longMonthsParse,d),r!==-1?r:null)):(r=O.call(this._longMonthsParse,d),r!==-1?r:(r=O.call(this._shortMonthsParse,d),r!==-1?r:null))}function zi(t,a,s){var n,r,i;if(this._monthsParseExact)return Vi.call(this,t,a,s);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++)if(r=ee([2e3,n]),s&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),!s&&!this._monthsParse[n]&&(i="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[n]=new RegExp(i.replace(".",""),"i")),s&&a==="MMMM"&&this._longMonthsParse[n].test(t)||s&&a==="MMM"&&this._shortMonthsParse[n].test(t)||!s&&this._monthsParse[n].test(t))return n}function Is(t,a){if(!t.isValid())return t;if(typeof a=="string"){if(/^\d+$/.test(a))a=v(a);else if(a=t.localeData().monthsParse(a),!ie(a))return t}var s=a,n=t.date();return n=n<29?n:Math.min(n,wa(t.year(),s)),t._isUTC?t._d.setUTCMonth(s,n):t._d.setMonth(s,n),t}function Ys(t){return t!=null?(Is(this,t),m.updateOffset(this,!0),this):tt(this,"Month")}function Xi(){return wa(this.year(),this.month())}function Zi(t){return this._monthsParseExact?(k(this,"_monthsRegex")||Ls.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(k(this,"_monthsShortRegex")||(this._monthsShortRegex=Hi),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function Ji(t){return this._monthsParseExact?(k(this,"_monthsRegex")||Ls.call(this),t?this._monthsStrictRegex:this._monthsRegex):(k(this,"_monthsRegex")||(this._monthsRegex=Ki),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function Ls(){function t(y,w){return w.length-y.length}var a=[],s=[],n=[],r,i,d,f;for(r=0;r<12;r++)i=ee([2e3,r]),d=le(this.monthsShort(i,"")),f=le(this.months(i,"")),a.push(d),s.push(f),n.push(f),n.push(d);a.sort(t),s.sort(t),n.sort(t),this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+a.join("|")+")","i")}function el(t,a,s,n,r,i,d){var f;return t<100&&t>=0?(f=new Date(t+400,a,s,n,r,i,d),isFinite(f.getFullYear())&&f.setFullYear(t)):f=new Date(t,a,s,n,r,i,d),f}function at(t){var a,s;return t<100&&t>=0?(s=Array.prototype.slice.call(arguments),s[0]=t+400,a=new Date(Date.UTC.apply(null,s)),isFinite(a.getUTCFullYear())&&a.setUTCFullYear(t)):a=new Date(Date.UTC.apply(null,arguments)),a}function At(t,a,s){var n=7+a-s,r=(7+at(t,0,n).getUTCDay()-a)%7;return-r+n-1}function Ps(t,a,s,n,r){var i=(7+s-n)%7,d=At(t,n,r),f=1+7*(a-1)+i+d,y,w;return f<=0?(y=t-1,w=et(y)+f):f>et(t)?(y=t+1,w=f-et(t)):(y=t,w=f),{year:y,dayOfYear:w}}function st(t,a,s){var n=At(t.year(),a,s),r=Math.floor((t.dayOfYear()-n-1)/7)+1,i,d;return r<1?(d=t.year()-1,i=r+ce(d,a,s)):r>ce(t.year(),a,s)?(i=r-ce(t.year(),a,s),d=t.year()+1):(d=t.year(),i=r),{week:i,year:d}}function ce(t,a,s){var n=At(t,a,s),r=At(t+1,a,s);return(et(t)-n+r)/7}_("w",["ww",2],"wo","week"),_("W",["WW",2],"Wo","isoWeek"),g("w",B,Ie),g("ww",B,q),g("W",B,Ie),g("WW",B,q),Je(["w","ww","W","WW"],function(t,a,s,n){a[n.substr(0,1)]=v(t)});function tl(t){return st(t,this._week.dow,this._week.doy).week}var al={dow:0,doy:6};function sl(){return this._week.dow}function nl(){return this._week.doy}function rl(t){var a=this.localeData().week(this);return t==null?a:this.add((t-a)*7,"d")}function il(t){var a=st(this,1,4).week;return t==null?a:this.add((t-a)*7,"d")}_("d",0,"do","day"),_("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),_("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),_("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),_("e",0,0,"weekday"),_("E",0,0,"isoWeekday"),g("d",B),g("e",B),g("E",B),g("dd",function(t,a){return a.weekdaysMinRegex(t)}),g("ddd",function(t,a){return a.weekdaysShortRegex(t)}),g("dddd",function(t,a){return a.weekdaysRegex(t)}),Je(["dd","ddd","dddd"],function(t,a,s,n){var r=s._locale.weekdaysParse(t,n,s._strict);r!=null?a.d=r:b(s).invalidWeekday=t}),Je(["d","e","E"],function(t,a,s,n){a[n]=v(t)});function ll(t,a){return typeof t!="string"?t:isNaN(t)?(t=a.weekdaysParse(t),typeof t=="number"?t:null):parseInt(t,10)}function ol(t,a){return typeof t=="string"?a.weekdaysParse(t)%7||7:isNaN(t)?null:t}function ba(t,a){return t.slice(a,7).concat(t.slice(0,a))}var dl="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ts="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),cl="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ul=Ze,fl=Ze,hl=Ze;function pl(t,a){var s=z(this._weekdays)?this._weekdays:this._weekdays[t&&t!==!0&&this._weekdays.isFormat.test(a)?"format":"standalone"];return t===!0?ba(s,this._week.dow):t?s[t.day()]:s}function ml(t){return t===!0?ba(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort}function yl(t){return t===!0?ba(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin}function gl(t,a,s){var n,r,i,d=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)i=ee([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(i,"").toLocaleLowerCase();return s?a==="dddd"?(r=O.call(this._weekdaysParse,d),r!==-1?r:null):a==="ddd"?(r=O.call(this._shortWeekdaysParse,d),r!==-1?r:null):(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null):a==="dddd"?(r=O.call(this._weekdaysParse,d),r!==-1||(r=O.call(this._shortWeekdaysParse,d),r!==-1)?r:(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null)):a==="ddd"?(r=O.call(this._shortWeekdaysParse,d),r!==-1||(r=O.call(this._weekdaysParse,d),r!==-1)?r:(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null)):(r=O.call(this._minWeekdaysParse,d),r!==-1||(r=O.call(this._weekdaysParse,d),r!==-1)?r:(r=O.call(this._shortWeekdaysParse,d),r!==-1?r:null))}function _l(t,a,s){var n,r,i;if(this._weekdaysParseExact)return gl.call(this,t,a,s);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++)if(r=ee([2e3,1]).day(n),s&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(i="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[n]=new RegExp(i.replace(".",""),"i")),s&&a==="dddd"&&this._fullWeekdaysParse[n].test(t)||s&&a==="ddd"&&this._shortWeekdaysParse[n].test(t)||s&&a==="dd"&&this._minWeekdaysParse[n].test(t)||!s&&this._weekdaysParse[n].test(t))return n}function wl(t){if(!this.isValid())return t!=null?this:NaN;var a=tt(this,"Day");return t!=null?(t=ll(t,this.localeData()),this.add(t-a,"d")):a}function bl(t){if(!this.isValid())return t!=null?this:NaN;var a=(this.day()+7-this.localeData()._week.dow)%7;return t==null?a:this.add(t-a,"d")}function vl(t){if(!this.isValid())return t!=null?this:NaN;if(t!=null){var a=ol(t,this.localeData());return this.day(this.day()%7?a:a-7)}else return this.day()||7}function Ml(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||va.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(k(this,"_weekdaysRegex")||(this._weekdaysRegex=ul),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function Sl(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||va.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(k(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=fl),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function kl(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||va.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(k(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=hl),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function va(){function t(C,F){return F.length-C.length}var a=[],s=[],n=[],r=[],i,d,f,y,w;for(i=0;i<7;i++)d=ee([2e3,1]).day(i),f=le(this.weekdaysMin(d,"")),y=le(this.weekdaysShort(d,"")),w=le(this.weekdays(d,"")),a.push(f),s.push(y),n.push(w),r.push(f),r.push(y),r.push(w);a.sort(t),s.sort(t),n.sort(t),r.sort(t),this._weekdaysRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Ma(){return this.hours()%12||12}function xl(){return this.hours()||24}_("H",["HH",2],0,"hour"),_("h",["hh",2],0,Ma),_("k",["kk",2],0,xl),_("hmm",0,0,function(){return""+Ma.apply(this)+ae(this.minutes(),2)}),_("hmmss",0,0,function(){return""+Ma.apply(this)+ae(this.minutes(),2)+ae(this.seconds(),2)}),_("Hmm",0,0,function(){return""+this.hours()+ae(this.minutes(),2)}),_("Hmmss",0,0,function(){return""+this.hours()+ae(this.minutes(),2)+ae(this.seconds(),2)});function Qs(t,a){_(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),a)})}Qs("a",!0),Qs("A",!1);function js(t,a){return a._meridiemParse}g("a",js),g("A",js),g("H",B,ga),g("h",B,Ie),g("k",B,Ie),g("HH",B,q),g("hh",B,q),g("kk",B,q),g("hmm",As),g("hmmss",Os),g("Hmm",As),g("Hmmss",Os),U(["H","HH"],N),U(["k","kk"],function(t,a,s){var n=v(t);a[N]=n===24?0:n}),U(["a","A"],function(t,a,s){s._isPm=s._locale.isPM(t),s._meridiem=t}),U(["h","hh"],function(t,a,s){a[N]=v(t),b(s).bigHour=!0}),U("hmm",function(t,a,s){var n=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n)),b(s).bigHour=!0}),U("hmmss",function(t,a,s){var n=t.length-4,r=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n,2)),a[de]=v(t.substr(r)),b(s).bigHour=!0}),U("Hmm",function(t,a,s){var n=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n))}),U("Hmmss",function(t,a,s){var n=t.length-4,r=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n,2)),a[de]=v(t.substr(r))});function Rl(t){return(t+"").toLowerCase().charAt(0)==="p"}var Ul=/[ap]\.?m?\.?/i,Cl=Ye("Hours",!0);function Bl(t,a,s){return t>11?s?"pm":"PM":s?"am":"AM"}var qs={calendar:gi,longDateFormat:vi,invalidDate:Si,ordinal:xi,dayOfMonthOrdinalParse:Ri,relativeTime:Ci,months:qi,monthsShort:Es,week:al,weekdays:dl,weekdaysMin:cl,weekdaysShort:Ts,meridiemParse:Ul},A={},nt={},rt;function Dl(t,a){var s,n=Math.min(t.length,a.length);for(s=0;s<n;s+=1)if(t[s]!==a[s])return s;return n}function Hs(t){return t&&t.toLowerCase().replace("_","-")}function Al(t){for(var a=0,s,n,r,i;a<t.length;){for(i=Hs(t[a]).split("-"),s=i.length,n=Hs(t[a+1]),n=n?n.split("-"):null;s>0;){if(r=Ot(i.slice(0,s).join("-")),r)return r;if(n&&n.length>=s&&Dl(i,n)>=s-1)break;s--}a++}return rt}function Ol(t){return!!(t&&t.match("^[^/\\\\]*$"))}function Ot(t){var a=null,s;if(A[t]===void 0&&typeof module<"u"&&module&&module.exports&&Ol(t))try{a=rt._abbr,s=require,s("./locale/"+t),ve(a)}catch{A[t]=null}return A[t]}function ve(t,a){var s;return t&&(Q(a)?s=ue(t):s=Sa(t,a),s?rt=s:typeof console<"u"&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),rt._abbr}function Sa(t,a){if(a!==null){var s,n=qs;if(a.abbr=t,A[t]!=null)Rs("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=A[t]._config;else if(a.parentLocale!=null)if(A[a.parentLocale]!=null)n=A[a.parentLocale]._config;else if(s=Ot(a.parentLocale),s!=null)n=s._config;else return nt[a.parentLocale]||(nt[a.parentLocale]=[]),nt[a.parentLocale].push({name:t,config:a}),null;return A[t]=new ca(da(n,a)),nt[t]&&nt[t].forEach(function(r){Sa(r.name,r.config)}),ve(t),A[t]}else return delete A[t],null}function Nl(t,a){if(a!=null){var s,n,r=qs;A[t]!=null&&A[t].parentLocale!=null?A[t].set(da(A[t]._config,a)):(n=Ot(t),n!=null&&(r=n._config),a=da(r,a),n==null&&(a.abbr=t),s=new ca(a),s.parentLocale=A[t],A[t]=s),ve(t)}else A[t]!=null&&(A[t].parentLocale!=null?(A[t]=A[t].parentLocale,t===ve()&&ve(t)):A[t]!=null&&delete A[t]);return A[t]}function ue(t){var a;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return rt;if(!z(t)){if(a=Ot(t),a)return a;t=[t]}return Al(t)}function $l(){return ua(A)}function ka(t){var a,s=t._a;return s&&b(t).overflow===-2&&(a=s[oe]<0||s[oe]>11?oe:s[se]<1||s[se]>wa(s[Y],s[oe])?se:s[N]<0||s[N]>24||s[N]===24&&(s[Z]!==0||s[de]!==0||s[Ce]!==0)?N:s[Z]<0||s[Z]>59?Z:s[de]<0||s[de]>59?de:s[Ce]<0||s[Ce]>999?Ce:-1,b(t)._overflowDayOfYear&&(a<Y||a>se)&&(a=se),b(t)._overflowWeeks&&a===-1&&(a=Yi),b(t)._overflowWeekday&&a===-1&&(a=Li),b(t).overflow=a),t}var El=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Fl=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Il=/Z|[+-]\d\d(?::?\d\d)?/,Nt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],xa=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Yl=/^\/?Date\((-?\d+)/i,Ll=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Pl={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Ks(t){var a,s,n=t._i,r=El.exec(n)||Fl.exec(n),i,d,f,y,w=Nt.length,C=xa.length;if(r){for(b(t).iso=!0,a=0,s=w;a<s;a++)if(Nt[a][1].exec(r[1])){d=Nt[a][0],i=Nt[a][2]!==!1;break}if(d==null){t._isValid=!1;return}if(r[3]){for(a=0,s=C;a<s;a++)if(xa[a][1].exec(r[3])){f=(r[2]||" ")+xa[a][0];break}if(f==null){t._isValid=!1;return}}if(!i&&f!=null){t._isValid=!1;return}if(r[4])if(Il.exec(r[4]))y="Z";else{t._isValid=!1;return}t._f=d+(f||"")+(y||""),Ua(t)}else t._isValid=!1}function Tl(t,a,s,n,r,i){var d=[Ql(t),Es.indexOf(a),parseInt(s,10),parseInt(n,10),parseInt(r,10)];return i&&d.push(parseInt(i,10)),d}function Ql(t){var a=parseInt(t,10);return a<=49?2e3+a:a<=999?1900+a:a}function jl(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function ql(t,a,s){if(t){var n=Ts.indexOf(t),r=new Date(a[0],a[1],a[2]).getDay();if(n!==r)return b(s).weekdayMismatch=!0,s._isValid=!1,!1}return!0}function Hl(t,a,s){if(t)return Pl[t];if(a)return 0;var n=parseInt(s,10),r=n%100,i=(n-r)/100;return i*60+r}function Gs(t){var a=Ll.exec(jl(t._i)),s;if(a){if(s=Tl(a[4],a[3],a[2],a[5],a[6],a[7]),!ql(a[1],s,t))return;t._a=s,t._tzm=Hl(a[8],a[9],a[10]),t._d=at.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),b(t).rfc2822=!0}else t._isValid=!1}function Kl(t){var a=Yl.exec(t._i);if(a!==null){t._d=new Date(+a[1]);return}if(Ks(t),t._isValid===!1)delete t._isValid;else return;if(Gs(t),t._isValid===!1)delete t._isValid;else return;t._strict?t._isValid=!1:m.createFromInputFallback(t)}m.createFromInputFallback=K("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))});function Le(t,a,s){return t??a??s}function Gl(t){var a=new Date(m.now());return t._useUTC?[a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()]:[a.getFullYear(),a.getMonth(),a.getDate()]}function Ra(t){var a,s,n=[],r,i,d;if(!t._d){for(r=Gl(t),t._w&&t._a[se]==null&&t._a[oe]==null&&Wl(t),t._dayOfYear!=null&&(d=Le(t._a[Y],r[Y]),(t._dayOfYear>et(d)||t._dayOfYear===0)&&(b(t)._overflowDayOfYear=!0),s=at(d,0,t._dayOfYear),t._a[oe]=s.getUTCMonth(),t._a[se]=s.getUTCDate()),a=0;a<3&&t._a[a]==null;++a)t._a[a]=n[a]=r[a];for(;a<7;a++)t._a[a]=n[a]=t._a[a]==null?a===2?1:0:t._a[a];t._a[N]===24&&t._a[Z]===0&&t._a[de]===0&&t._a[Ce]===0&&(t._nextDay=!0,t._a[N]=0),t._d=(t._useUTC?at:el).apply(null,n),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),t._tzm!=null&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[N]=24),t._w&&typeof t._w.d<"u"&&t._w.d!==i&&(b(t).weekdayMismatch=!0)}}function Wl(t){var a,s,n,r,i,d,f,y,w;a=t._w,a.GG!=null||a.W!=null||a.E!=null?(i=1,d=4,s=Le(a.GG,t._a[Y],st(D(),1,4).year),n=Le(a.W,1),r=Le(a.E,1),(r<1||r>7)&&(y=!0)):(i=t._locale._week.dow,d=t._locale._week.doy,w=st(D(),i,d),s=Le(a.gg,t._a[Y],w.year),n=Le(a.w,w.week),a.d!=null?(r=a.d,(r<0||r>6)&&(y=!0)):a.e!=null?(r=a.e+i,(a.e<0||a.e>6)&&(y=!0)):r=i),n<1||n>ce(s,i,d)?b(t)._overflowWeeks=!0:y!=null?b(t)._overflowWeekday=!0:(f=Ps(s,n,r,i,d),t._a[Y]=f.year,t._dayOfYear=f.dayOfYear)}m.ISO_8601=function(){},m.RFC_2822=function(){};function Ua(t){if(t._f===m.ISO_8601){Ks(t);return}if(t._f===m.RFC_2822){Gs(t);return}t._a=[],b(t).empty=!0;var a=""+t._i,s,n,r,i,d,f=a.length,y=0,w,C;for(r=Us(t._f,t._locale).match(fa)||[],C=r.length,s=0;s<C;s++)i=r[s],n=(a.match(Ei(i,t))||[])[0],n&&(d=a.substr(0,a.indexOf(n)),d.length>0&&b(t).unusedInput.push(d),a=a.slice(a.indexOf(n)+n.length),y+=n.length),Ee[i]?(n?b(t).empty=!1:b(t).unusedTokens.push(i),Ii(i,n,t)):t._strict&&!n&&b(t).unusedTokens.push(i);b(t).charsLeftOver=f-y,a.length>0&&b(t).unusedInput.push(a),t._a[N]<=12&&b(t).bigHour===!0&&t._a[N]>0&&(b(t).bigHour=void 0),b(t).parsedDateParts=t._a.slice(0),b(t).meridiem=t._meridiem,t._a[N]=Vl(t._locale,t._a[N],t._meridiem),w=b(t).era,w!==null&&(t._a[Y]=t._locale.erasConvertYear(w,t._a[Y])),Ra(t),ka(t)}function Vl(t,a,s){var n;return s==null?a:t.meridiemHour!=null?t.meridiemHour(a,s):(t.isPM!=null&&(n=t.isPM(s),n&&a<12&&(a+=12),!n&&a===12&&(a=0)),a)}function zl(t){var a,s,n,r,i,d,f=!1,y=t._f.length;if(y===0){b(t).invalidFormat=!0,t._d=new Date(NaN);return}for(r=0;r<y;r++)i=0,d=!1,a=oa({},t),t._useUTC!=null&&(a._useUTC=t._useUTC),a._f=t._f[r],Ua(a),ia(a)&&(d=!0),i+=b(a).charsLeftOver,i+=b(a).unusedTokens.length*10,b(a).score=i,f?i<n&&(n=i,s=a):(n==null||i<n||d)&&(n=i,s=a,d&&(f=!0));be(t,s||a)}function Xl(t){if(!t._d){var a=pa(t._i),s=a.day===void 0?a.date:a.day;t._a=Ms([a.year,a.month,s,a.hour,a.minute,a.second,a.millisecond],function(n){return n&&parseInt(n,10)}),Ra(t)}}function Zl(t){var a=new Xe(ka(Ws(t)));return a._nextDay&&(a.add(1,"d"),a._nextDay=void 0),a}function Ws(t){var a=t._i,s=t._f;return t._locale=t._locale||ue(t._l),a===null||s===void 0&&a===""?vt({nullInput:!0}):(typeof a=="string"&&(t._i=a=t._locale.preparse(a)),X(a)?new Xe(ka(a)):(ze(a)?t._d=a:z(s)?zl(t):s?Ua(t):Jl(t),ia(t)||(t._d=null),t))}function Jl(t){var a=t._i;Q(a)?t._d=new Date(m.now()):ze(a)?t._d=new Date(a.valueOf()):typeof a=="string"?Kl(t):z(a)?(t._a=Ms(a.slice(0),function(s){return parseInt(s,10)}),Ra(t)):Ue(a)?Xl(t):ie(a)?t._d=new Date(a):m.createFromInputFallback(t)}function Vs(t,a,s,n,r){var i={};return(a===!0||a===!1)&&(n=a,a=void 0),(s===!0||s===!1)&&(n=s,s=void 0),(Ue(t)&&na(t)||z(t)&&t.length===0)&&(t=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=r,i._l=s,i._i=t,i._f=a,i._strict=n,Zl(i)}function D(t,a,s,n){return Vs(t,a,s,n,!1)}var eo=K("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=D.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:vt()}),to=K("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=D.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:vt()});function zs(t,a){var s,n;if(a.length===1&&z(a[0])&&(a=a[0]),!a.length)return D();for(s=a[0],n=1;n<a.length;++n)(!a[n].isValid()||a[n][t](s))&&(s=a[n]);return s}function ao(){var t=[].slice.call(arguments,0);return zs("isBefore",t)}function so(){var t=[].slice.call(arguments,0);return zs("isAfter",t)}var no=function(){return Date.now?Date.now():+new Date},it=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ro(t){var a,s=!1,n,r=it.length;for(a in t)if(k(t,a)&&!(O.call(it,a)!==-1&&(t[a]==null||!isNaN(t[a]))))return!1;for(n=0;n<r;++n)if(t[it[n]]){if(s)return!1;parseFloat(t[it[n]])!==v(t[it[n]])&&(s=!0)}return!0}function io(){return this._isValid}function lo(){return J(NaN)}function $t(t){var a=pa(t),s=a.year||0,n=a.quarter||0,r=a.month||0,i=a.week||a.isoWeek||0,d=a.day||0,f=a.hour||0,y=a.minute||0,w=a.second||0,C=a.millisecond||0;this._isValid=ro(a),this._milliseconds=+C+w*1e3+y*6e4+f*1e3*60*60,this._days=+d+i*7,this._months=+r+n*3+s*12,this._data={},this._locale=ue(),this._bubble()}function Et(t){return t instanceof $t}function Ca(t){return t<0?Math.round(-1*t)*-1:Math.round(t)}function oo(t,a,s){var n=Math.min(t.length,a.length),r=Math.abs(t.length-a.length),i=0,d;for(d=0;d<n;d++)v(t[d])!==v(a[d])&&i++;return i+r}function Xs(t,a){_(t,0,0,function(){var s=this.utcOffset(),n="+";return s<0&&(s=-s,n="-"),n+ae(~~(s/60),2)+a+ae(~~s%60,2)})}Xs("Z",":"),Xs("ZZ",""),g("Z",Ct),g("ZZ",Ct),U(["Z","ZZ"],function(t,a,s){s._useUTC=!0,s._tzm=Ba(Ct,t)});var co=/([\+\-]|\d\d)/gi;function Ba(t,a){var s=(a||"").match(t),n,r,i;return s===null?null:(n=s[s.length-1]||[],r=(n+"").match(co)||["-",0,0],i=+(r[1]*60)+v(r[2]),i===0?0:r[0]==="+"?i:-i)}function Da(t,a){var s,n;return a._isUTC?(s=a.clone(),n=(X(t)||ze(t)?t.valueOf():D(t).valueOf())-s.valueOf(),s._d.setTime(s._d.valueOf()+n),m.updateOffset(s,!1),s):D(t).local()}function Aa(t){return-Math.round(t._d.getTimezoneOffset())}m.updateOffset=function(){};function uo(t,a,s){var n=this._offset||0,r;if(!this.isValid())return t!=null?this:NaN;if(t!=null){if(typeof t=="string"){if(t=Ba(Ct,t),t===null)return this}else Math.abs(t)<16&&!s&&(t=t*60);return!this._isUTC&&a&&(r=Aa(this)),this._offset=t,this._isUTC=!0,r!=null&&this.add(r,"m"),n!==t&&(!a||this._changeInProgress?tn(this,J(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,m.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:Aa(this)}function fo(t,a){return t!=null?(typeof t!="string"&&(t=-t),this.utcOffset(t,a),this):-this.utcOffset()}function ho(t){return this.utcOffset(0,t)}function po(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Aa(this),"m")),this}function mo(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var t=Ba(Ni,this._i);t!=null?this.utcOffset(t):this.utcOffset(0,!0)}return this}function yo(t){return this.isValid()?(t=t?D(t).utcOffset():0,(this.utcOffset()-t)%60===0):!1}function go(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function _o(){if(!Q(this._isDSTShifted))return this._isDSTShifted;var t={},a;return oa(t,this),t=Ws(t),t._a?(a=t._isUTC?ee(t._a):D(t._a),this._isDSTShifted=this.isValid()&&oo(t._a,a.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wo(){return this.isValid()?!this._isUTC:!1}function bo(){return this.isValid()?this._isUTC:!1}function Zs(){return this.isValid()?this._isUTC&&this._offset===0:!1}var vo=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Mo=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function J(t,a){var s=t,n=null,r,i,d;return Et(t)?s={ms:t._milliseconds,d:t._days,M:t._months}:ie(t)||!isNaN(+t)?(s={},a?s[a]=+t:s.milliseconds=+t):(n=vo.exec(t))?(r=n[1]==="-"?-1:1,s={y:0,d:v(n[se])*r,h:v(n[N])*r,m:v(n[Z])*r,s:v(n[de])*r,ms:v(Ca(n[Ce]*1e3))*r}):(n=Mo.exec(t))?(r=n[1]==="-"?-1:1,s={y:Be(n[2],r),M:Be(n[3],r),w:Be(n[4],r),d:Be(n[5],r),h:Be(n[6],r),m:Be(n[7],r),s:Be(n[8],r)}):s==null?s={}:typeof s=="object"&&("from"in s||"to"in s)&&(d=So(D(s.from),D(s.to)),s={},s.ms=d.milliseconds,s.M=d.months),i=new $t(s),Et(t)&&k(t,"_locale")&&(i._locale=t._locale),Et(t)&&k(t,"_isValid")&&(i._isValid=t._isValid),i}J.fn=$t.prototype,J.invalid=lo;function Be(t,a){var s=t&&parseFloat(t.replace(",","."));return(isNaN(s)?0:s)*a}function Js(t,a){var s={};return s.months=a.month()-t.month()+(a.year()-t.year())*12,t.clone().add(s.months,"M").isAfter(a)&&--s.months,s.milliseconds=+a-+t.clone().add(s.months,"M"),s}function So(t,a){var s;return t.isValid()&&a.isValid()?(a=Da(a,t),t.isBefore(a)?s=Js(t,a):(s=Js(a,t),s.milliseconds=-s.milliseconds,s.months=-s.months),s):{milliseconds:0,months:0}}function en(t,a){return function(s,n){var r,i;return n!==null&&!isNaN(+n)&&(Rs(a,"moment()."+a+"(period, number) is deprecated. Please use moment()."+a+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=s,s=n,n=i),r=J(s,n),tn(this,r,t),this}}function tn(t,a,s,n){var r=a._milliseconds,i=Ca(a._days),d=Ca(a._months);t.isValid()&&(n=n??!0,d&&Is(t,tt(t,"Month")+d*s),i&&$s(t,"Date",tt(t,"Date")+i*s),r&&t._d.setTime(t._d.valueOf()+r*s),n&&m.updateOffset(t,i||d))}var ko=en(1,"add"),xo=en(-1,"subtract");function an(t){return typeof t=="string"||t instanceof String}function Ro(t){return X(t)||ze(t)||an(t)||ie(t)||Co(t)||Uo(t)||t===null||t===void 0}function Uo(t){var a=Ue(t)&&!na(t),s=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],r,i,d=n.length;for(r=0;r<d;r+=1)i=n[r],s=s||k(t,i);return a&&s}function Co(t){var a=z(t),s=!1;return a&&(s=t.filter(function(n){return!ie(n)&&an(t)}).length===0),a&&s}function Bo(t){var a=Ue(t)&&!na(t),s=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],r,i;for(r=0;r<n.length;r+=1)i=n[r],s=s||k(t,i);return a&&s}function Do(t,a){var s=t.diff(a,"days",!0);return s<-6?"sameElse":s<-1?"lastWeek":s<0?"lastDay":s<1?"sameDay":s<2?"nextDay":s<7?"nextWeek":"sameElse"}function Ao(t,a){arguments.length===1&&(arguments[0]?Ro(arguments[0])?(t=arguments[0],a=void 0):Bo(arguments[0])&&(a=arguments[0],t=void 0):(t=void 0,a=void 0));var s=t||D(),n=Da(s,this).startOf("day"),r=m.calendarFormat(this,n)||"sameElse",i=a&&(te(a[r])?a[r].call(this,s):a[r]);return this.format(i||this.localeData().calendar(r,this,D(s)))}function Oo(){return new Xe(this)}function No(t,a){var s=X(t)?t:D(t);return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()>s.valueOf():s.valueOf()<this.clone().startOf(a).valueOf()):!1}function $o(t,a){var s=X(t)?t:D(t);return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()<s.valueOf():this.clone().endOf(a).valueOf()<s.valueOf()):!1}function Eo(t,a,s,n){var r=X(t)?t:D(t),i=X(a)?a:D(a);return this.isValid()&&r.isValid()&&i.isValid()?(n=n||"()",(n[0]==="("?this.isAfter(r,s):!this.isBefore(r,s))&&(n[1]===")"?this.isBefore(i,s):!this.isAfter(i,s))):!1}function Fo(t,a){var s=X(t)?t:D(t),n;return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()===s.valueOf():(n=s.valueOf(),this.clone().startOf(a).valueOf()<=n&&n<=this.clone().endOf(a).valueOf())):!1}function Io(t,a){return this.isSame(t,a)||this.isAfter(t,a)}function Yo(t,a){return this.isSame(t,a)||this.isBefore(t,a)}function Lo(t,a,s){var n,r,i;if(!this.isValid())return NaN;if(n=Da(t,this),!n.isValid())return NaN;switch(r=(n.utcOffset()-this.utcOffset())*6e4,a=G(a),a){case"year":i=Ft(this,n)/12;break;case"month":i=Ft(this,n);break;case"quarter":i=Ft(this,n)/3;break;case"second":i=(this-n)/1e3;break;case"minute":i=(this-n)/6e4;break;case"hour":i=(this-n)/36e5;break;case"day":i=(this-n-r)/864e5;break;case"week":i=(this-n-r)/6048e5;break;default:i=this-n}return s?i:W(i)}function Ft(t,a){if(t.date()<a.date())return-Ft(a,t);var s=(a.year()-t.year())*12+(a.month()-t.month()),n=t.clone().add(s,"months"),r,i;return a-n<0?(r=t.clone().add(s-1,"months"),i=(a-n)/(n-r)):(r=t.clone().add(s+1,"months"),i=(a-n)/(r-n)),-(s+i)||0}m.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",m.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Po(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function To(t){if(!this.isValid())return null;var a=t!==!0,s=a?this.clone().utc():this;return s.year()<0||s.year()>9999?St(s,a?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):te(Date.prototype.toISOString)?a?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",St(s,"Z")):St(s,a?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Qo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",a="",s,n,r,i;return this.isLocal()||(t=this.utcOffset()===0?"moment.utc":"moment.parseZone",a="Z"),s="["+t+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r="-MM-DD[T]HH:mm:ss.SSS",i=a+'[")]',this.format(s+n+r+i)}function jo(t){t||(t=this.isUtc()?m.defaultFormatUtc:m.defaultFormat);var a=St(this,t);return this.localeData().postformat(a)}function qo(t,a){return this.isValid()&&(X(t)&&t.isValid()||D(t).isValid())?J({to:this,from:t}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()}function Ho(t){return this.from(D(),t)}function Ko(t,a){return this.isValid()&&(X(t)&&t.isValid()||D(t).isValid())?J({from:this,to:t}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()}function Go(t){return this.to(D(),t)}function sn(t){var a;return t===void 0?this._locale._abbr:(a=ue(t),a!=null&&(this._locale=a),this)}var nn=K("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===void 0?this.localeData():this.locale(t)});function rn(){return this._locale}var It=1e3,Pe=60*It,Yt=60*Pe,ln=(365*400+97)*24*Yt;function Te(t,a){return(t%a+a)%a}function on(t,a,s){return t<100&&t>=0?new Date(t+400,a,s)-ln:new Date(t,a,s).valueOf()}function dn(t,a,s){return t<100&&t>=0?Date.UTC(t+400,a,s)-ln:Date.UTC(t,a,s)}function Wo(t){var a,s;if(t=G(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?dn:on,t){case"year":a=s(this.year(),0,1);break;case"quarter":a=s(this.year(),this.month()-this.month()%3,1);break;case"month":a=s(this.year(),this.month(),1);break;case"week":a=s(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":a=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":a=s(this.year(),this.month(),this.date());break;case"hour":a=this._d.valueOf(),a-=Te(a+(this._isUTC?0:this.utcOffset()*Pe),Yt);break;case"minute":a=this._d.valueOf(),a-=Te(a,Pe);break;case"second":a=this._d.valueOf(),a-=Te(a,It);break}return this._d.setTime(a),m.updateOffset(this,!0),this}function Vo(t){var a,s;if(t=G(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?dn:on,t){case"year":a=s(this.year()+1,0,1)-1;break;case"quarter":a=s(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":a=s(this.year(),this.month()+1,1)-1;break;case"week":a=s(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":a=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":a=s(this.year(),this.month(),this.date()+1)-1;break;case"hour":a=this._d.valueOf(),a+=Yt-Te(a+(this._isUTC?0:this.utcOffset()*Pe),Yt)-1;break;case"minute":a=this._d.valueOf(),a+=Pe-Te(a,Pe)-1;break;case"second":a=this._d.valueOf(),a+=It-Te(a,It)-1;break}return this._d.setTime(a),m.updateOffset(this,!0),this}function zo(){return this._d.valueOf()-(this._offset||0)*6e4}function Xo(){return Math.floor(this.valueOf()/1e3)}function Zo(){return new Date(this.valueOf())}function Jo(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function ed(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function td(){return this.isValid()?this.toISOString():null}function ad(){return ia(this)}function sd(){return be({},b(this))}function nd(){return b(this).overflow}function rd(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}_("N",0,0,"eraAbbr"),_("NN",0,0,"eraAbbr"),_("NNN",0,0,"eraAbbr"),_("NNNN",0,0,"eraName"),_("NNNNN",0,0,"eraNarrow"),_("y",["y",1],"yo","eraYear"),_("y",["yy",2],0,"eraYear"),_("y",["yyy",3],0,"eraYear"),_("y",["yyyy",4],0,"eraYear"),g("N",Oa),g("NN",Oa),g("NNN",Oa),g("NNNN",yd),g("NNNNN",gd),U(["N","NN","NNN","NNNN","NNNNN"],function(t,a,s,n){var r=s._locale.erasParse(t,n,s._strict);r?b(s).era=r:b(s).invalidEra=t}),g("y",Fe),g("yy",Fe),g("yyy",Fe),g("yyyy",Fe),g("yo",_d),U(["y","yy","yyy","yyyy"],Y),U(["yo"],function(t,a,s,n){var r;s._locale._eraYearOrdinalRegex&&(r=t.match(s._locale._eraYearOrdinalRegex)),s._locale.eraYearOrdinalParse?a[Y]=s._locale.eraYearOrdinalParse(t,r):a[Y]=parseInt(t,10)});function id(t,a){var s,n,r,i=this._eras||ue("en")._eras;for(s=0,n=i.length;s<n;++s){switch(typeof i[s].since){case"string":r=m(i[s].since).startOf("day"),i[s].since=r.valueOf();break}switch(typeof i[s].until){case"undefined":i[s].until=1/0;break;case"string":r=m(i[s].until).startOf("day").valueOf(),i[s].until=r.valueOf();break}}return i}function ld(t,a,s){var n,r,i=this.eras(),d,f,y;for(t=t.toUpperCase(),n=0,r=i.length;n<r;++n)if(d=i[n].name.toUpperCase(),f=i[n].abbr.toUpperCase(),y=i[n].narrow.toUpperCase(),s)switch(a){case"N":case"NN":case"NNN":if(f===t)return i[n];break;case"NNNN":if(d===t)return i[n];break;case"NNNNN":if(y===t)return i[n];break}else if([d,f,y].indexOf(t)>=0)return i[n]}function od(t,a){var s=t.since<=t.until?1:-1;return a===void 0?m(t.since).year():m(t.since).year()+(a-t.offset)*s}function dd(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].name;return""}function cd(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].narrow;return""}function ud(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].abbr;return""}function fd(){var t,a,s,n,r=this.localeData().eras();for(t=0,a=r.length;t<a;++t)if(s=r[t].since<=r[t].until?1:-1,n=this.clone().startOf("day").valueOf(),r[t].since<=n&&n<=r[t].until||r[t].until<=n&&n<=r[t].since)return(this.year()-m(r[t].since).year())*s+r[t].offset;return this.year()}function hd(t){return k(this,"_erasNameRegex")||Na.call(this),t?this._erasNameRegex:this._erasRegex}function pd(t){return k(this,"_erasAbbrRegex")||Na.call(this),t?this._erasAbbrRegex:this._erasRegex}function md(t){return k(this,"_erasNarrowRegex")||Na.call(this),t?this._erasNarrowRegex:this._erasRegex}function Oa(t,a){return a.erasAbbrRegex(t)}function yd(t,a){return a.erasNameRegex(t)}function gd(t,a){return a.erasNarrowRegex(t)}function _d(t,a){return a._eraYearOrdinalRegex||Fe}function Na(){var t=[],a=[],s=[],n=[],r,i,d,f,y,w=this.eras();for(r=0,i=w.length;r<i;++r)d=le(w[r].name),f=le(w[r].abbr),y=le(w[r].narrow),a.push(d),t.push(f),s.push(y),n.push(d),n.push(f),n.push(y);this._erasRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+a.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+t.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+s.join("|")+")","i")}_(0,["gg",2],0,function(){return this.weekYear()%100}),_(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Lt(t,a){_(0,[t,t.length],0,a)}Lt("gggg","weekYear"),Lt("ggggg","weekYear"),Lt("GGGG","isoWeekYear"),Lt("GGGGG","isoWeekYear"),g("G",Ut),g("g",Ut),g("GG",B,q),g("gg",B,q),g("GGGG",ya,ma),g("gggg",ya,ma),g("GGGGG",Rt,kt),g("ggggg",Rt,kt),Je(["gggg","ggggg","GGGG","GGGGG"],function(t,a,s,n){a[n.substr(0,2)]=v(t)}),Je(["gg","GG"],function(t,a,s,n){a[n]=m.parseTwoDigitYear(t)});function wd(t){return cn.call(this,t,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function bd(t){return cn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function vd(){return ce(this.year(),1,4)}function Md(){return ce(this.isoWeekYear(),1,4)}function Sd(){var t=this.localeData()._week;return ce(this.year(),t.dow,t.doy)}function kd(){var t=this.localeData()._week;return ce(this.weekYear(),t.dow,t.doy)}function cn(t,a,s,n,r){var i;return t==null?st(this,n,r).year:(i=ce(t,n,r),a>i&&(a=i),xd.call(this,t,a,s,n,r))}function xd(t,a,s,n,r){var i=Ps(t,a,s,n,r),d=at(i.year,0,i.dayOfYear);return this.year(d.getUTCFullYear()),this.month(d.getUTCMonth()),this.date(d.getUTCDate()),this}_("Q",0,"Qo","quarter"),g("Q",Bs),U("Q",function(t,a){a[oe]=(v(t)-1)*3});function Rd(t){return t==null?Math.ceil((this.month()+1)/3):this.month((t-1)*3+this.month()%3)}_("D",["DD",2],"Do","date"),g("D",B,Ie),g("DD",B,q),g("Do",function(t,a){return t?a._dayOfMonthOrdinalParse||a._ordinalParse:a._dayOfMonthOrdinalParseLenient}),U(["D","DD"],se),U("Do",function(t,a){a[se]=v(t.match(B)[0])});var un=Ye("Date",!0);_("DDD",["DDDD",3],"DDDo","dayOfYear"),g("DDD",xt),g("DDDD",Ds),U(["DDD","DDDD"],function(t,a,s){s._dayOfYear=v(t)});function Ud(t){var a=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return t==null?a:this.add(t-a,"d")}_("m",["mm",2],0,"minute"),g("m",B,ga),g("mm",B,q),U(["m","mm"],Z);var Cd=Ye("Minutes",!1);_("s",["ss",2],0,"second"),g("s",B,ga),g("ss",B,q),U(["s","ss"],de);var Bd=Ye("Seconds",!1);_("S",0,0,function(){return~~(this.millisecond()/100)}),_(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),_(0,["SSS",3],0,"millisecond"),_(0,["SSSS",4],0,function(){return this.millisecond()*10}),_(0,["SSSSS",5],0,function(){return this.millisecond()*100}),_(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),_(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),_(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),_(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),g("S",xt,Bs),g("SS",xt,q),g("SSS",xt,Ds);var Me,fn;for(Me="SSSS";Me.length<=9;Me+="S")g(Me,Fe);function Dd(t,a){a[Ce]=v(("0."+t)*1e3)}for(Me="S";Me.length<=9;Me+="S")U(Me,Dd);fn=Ye("Milliseconds",!1),_("z",0,0,"zoneAbbr"),_("zz",0,0,"zoneName");function Ad(){return this._isUTC?"UTC":""}function Od(){return this._isUTC?"Coordinated Universal Time":""}var p=Xe.prototype;p.add=ko,p.calendar=Ao,p.clone=Oo,p.diff=Lo,p.endOf=Vo,p.format=jo,p.from=qo,p.fromNow=Ho,p.to=Ko,p.toNow=Go,p.get=Ti,p.invalidAt=nd,p.isAfter=No,p.isBefore=$o,p.isBetween=Eo,p.isSame=Fo,p.isSameOrAfter=Io,p.isSameOrBefore=Yo,p.isValid=ad,p.lang=nn,p.locale=sn,p.localeData=rn,p.max=to,p.min=eo,p.parsingFlags=sd,p.set=Qi,p.startOf=Wo,p.subtract=xo,p.toArray=Jo,p.toObject=ed,p.toDate=Zo,p.toISOString=To,p.inspect=Qo,typeof Symbol<"u"&&Symbol.for!=null&&(p[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),p.toJSON=td,p.toString=Po,p.unix=Xo,p.valueOf=zo,p.creationData=rd,p.eraName=dd,p.eraNarrow=cd,p.eraAbbr=ud,p.eraYear=fd,p.year=Ns,p.isLeapYear=Pi,p.weekYear=wd,p.isoWeekYear=bd,p.quarter=p.quarters=Rd,p.month=Ys,p.daysInMonth=Xi,p.week=p.weeks=rl,p.isoWeek=p.isoWeeks=il,p.weeksInYear=Sd,p.weeksInWeekYear=kd,p.isoWeeksInYear=vd,p.isoWeeksInISOWeekYear=Md,p.date=un,p.day=p.days=wl,p.weekday=bl,p.isoWeekday=vl,p.dayOfYear=Ud,p.hour=p.hours=Cl,p.minute=p.minutes=Cd,p.second=p.seconds=Bd,p.millisecond=p.milliseconds=fn,p.utcOffset=uo,p.utc=ho,p.local=po,p.parseZone=mo,p.hasAlignedHourOffset=yo,p.isDST=go,p.isLocal=wo,p.isUtcOffset=bo,p.isUtc=Zs,p.isUTC=Zs,p.zoneAbbr=Ad,p.zoneName=Od,p.dates=K("dates accessor is deprecated. Use date instead.",un),p.months=K("months accessor is deprecated. Use month instead",Ys),p.years=K("years accessor is deprecated. Use year instead",Ns),p.zone=K("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",fo),p.isDSTShifted=K("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",_o);function Nd(t){return D(t*1e3)}function $d(){return D.apply(null,arguments).parseZone()}function hn(t){return t}var x=ca.prototype;x.calendar=_i,x.longDateFormat=Mi,x.invalidDate=ki,x.ordinal=Ui,x.preparse=hn,x.postformat=hn,x.relativeTime=Bi,x.pastFuture=Di,x.set=yi,x.eras=id,x.erasParse=ld,x.erasConvertYear=od,x.erasAbbrRegex=pd,x.erasNameRegex=hd,x.erasNarrowRegex=md,x.months=Gi,x.monthsShort=Wi,x.monthsParse=zi,x.monthsRegex=Ji,x.monthsShortRegex=Zi,x.week=tl,x.firstDayOfYear=nl,x.firstDayOfWeek=sl,x.weekdays=pl,x.weekdaysMin=yl,x.weekdaysShort=ml,x.weekdaysParse=_l,x.weekdaysRegex=Ml,x.weekdaysShortRegex=Sl,x.weekdaysMinRegex=kl,x.isPM=Rl,x.meridiem=Bl;function Pt(t,a,s,n){var r=ue(),i=ee().set(n,a);return r[s](i,t)}function pn(t,a,s){if(ie(t)&&(a=t,t=void 0),t=t||"",a!=null)return Pt(t,a,s,"month");var n,r=[];for(n=0;n<12;n++)r[n]=Pt(t,n,s,"month");return r}function $a(t,a,s,n){typeof t=="boolean"?(ie(a)&&(s=a,a=void 0),a=a||""):(a=t,s=a,t=!1,ie(a)&&(s=a,a=void 0),a=a||"");var r=ue(),i=t?r._week.dow:0,d,f=[];if(s!=null)return Pt(a,(s+i)%7,n,"day");for(d=0;d<7;d++)f[d]=Pt(a,(d+i)%7,n,"day");return f}function Ed(t,a){return pn(t,a,"months")}function Fd(t,a){return pn(t,a,"monthsShort")}function Id(t,a,s){return $a(t,a,s,"weekdays")}function Yd(t,a,s){return $a(t,a,s,"weekdaysShort")}function Ld(t,a,s){return $a(t,a,s,"weekdaysMin")}ve("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var a=t%10,s=v(t%100/10)===1?"th":a===1?"st":a===2?"nd":a===3?"rd":"th";return t+s}}),m.lang=K("moment.lang is deprecated. Use moment.locale instead.",ve),m.langData=K("moment.langData is deprecated. Use moment.localeData instead.",ue);var fe=Math.abs;function Pd(){var t=this._data;return this._milliseconds=fe(this._milliseconds),this._days=fe(this._days),this._months=fe(this._months),t.milliseconds=fe(t.milliseconds),t.seconds=fe(t.seconds),t.minutes=fe(t.minutes),t.hours=fe(t.hours),t.months=fe(t.months),t.years=fe(t.years),this}function mn(t,a,s,n){var r=J(a,s);return t._milliseconds+=n*r._milliseconds,t._days+=n*r._days,t._months+=n*r._months,t._bubble()}function Td(t,a){return mn(this,t,a,1)}function Qd(t,a){return mn(this,t,a,-1)}function yn(t){return t<0?Math.floor(t):Math.ceil(t)}function jd(){var t=this._milliseconds,a=this._days,s=this._months,n=this._data,r,i,d,f,y;return t>=0&&a>=0&&s>=0||t<=0&&a<=0&&s<=0||(t+=yn(Ea(s)+a)*864e5,a=0,s=0),n.milliseconds=t%1e3,r=W(t/1e3),n.seconds=r%60,i=W(r/60),n.minutes=i%60,d=W(i/60),n.hours=d%24,a+=W(d/24),y=W(gn(a)),s+=y,a-=yn(Ea(y)),f=W(s/12),s%=12,n.days=a,n.months=s,n.years=f,this}function gn(t){return t*4800/146097}function Ea(t){return t*146097/4800}function qd(t){if(!this.isValid())return NaN;var a,s,n=this._milliseconds;if(t=G(t),t==="month"||t==="quarter"||t==="year")switch(a=this._days+n/864e5,s=this._months+gn(a),t){case"month":return s;case"quarter":return s/3;case"year":return s/12}else switch(a=this._days+Math.round(Ea(this._months)),t){case"week":return a/7+n/6048e5;case"day":return a+n/864e5;case"hour":return a*24+n/36e5;case"minute":return a*1440+n/6e4;case"second":return a*86400+n/1e3;case"millisecond":return Math.floor(a*864e5)+n;default:throw new Error("Unknown unit "+t)}}function he(t){return function(){return this.as(t)}}var _n=he("ms"),Hd=he("s"),Kd=he("m"),Gd=he("h"),Wd=he("d"),Vd=he("w"),zd=he("M"),Xd=he("Q"),Zd=he("y"),Jd=_n;function ec(){return J(this)}function tc(t){return t=G(t),this.isValid()?this[t+"s"]():NaN}function De(t){return function(){return this.isValid()?this._data[t]:NaN}}var ac=De("milliseconds"),sc=De("seconds"),nc=De("minutes"),rc=De("hours"),ic=De("days"),lc=De("months"),oc=De("years");function dc(){return W(this.days()/7)}var pe=Math.round,Qe={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function cc(t,a,s,n,r){return r.relativeTime(a||1,!!s,t,n)}function uc(t,a,s,n){var r=J(t).abs(),i=pe(r.as("s")),d=pe(r.as("m")),f=pe(r.as("h")),y=pe(r.as("d")),w=pe(r.as("M")),C=pe(r.as("w")),F=pe(r.as("y")),j=i<=s.ss&&["s",i]||i<s.s&&["ss",i]||d<=1&&["m"]||d<s.m&&["mm",d]||f<=1&&["h"]||f<s.h&&["hh",f]||y<=1&&["d"]||y<s.d&&["dd",y];return s.w!=null&&(j=j||C<=1&&["w"]||C<s.w&&["ww",C]),j=j||w<=1&&["M"]||w<s.M&&["MM",w]||F<=1&&["y"]||["yy",F],j[2]=a,j[3]=+t>0,j[4]=n,cc.apply(null,j)}function fc(t){return t===void 0?pe:typeof t=="function"?(pe=t,!0):!1}function hc(t,a){return Qe[t]===void 0?!1:a===void 0?Qe[t]:(Qe[t]=a,t==="s"&&(Qe.ss=a-1),!0)}function pc(t,a){if(!this.isValid())return this.localeData().invalidDate();var s=!1,n=Qe,r,i;return typeof t=="object"&&(a=t,t=!1),typeof t=="boolean"&&(s=t),typeof a=="object"&&(n=Object.assign({},Qe,a),a.s!=null&&a.ss==null&&(n.ss=a.s-1)),r=this.localeData(),i=uc(this,!s,n,r),s&&(i=r.pastFuture(+this,i)),r.postformat(i)}var Fa=Math.abs;function je(t){return(t>0)-(t<0)||+t}function Tt(){if(!this.isValid())return this.localeData().invalidDate();var t=Fa(this._milliseconds)/1e3,a=Fa(this._days),s=Fa(this._months),n,r,i,d,f=this.asSeconds(),y,w,C,F;return f?(n=W(t/60),r=W(n/60),t%=60,n%=60,i=W(s/12),s%=12,d=t?t.toFixed(3).replace(/\.?0+$/,""):"",y=f<0?"-":"",w=je(this._months)!==je(f)?"-":"",C=je(this._days)!==je(f)?"-":"",F=je(this._milliseconds)!==je(f)?"-":"",y+"P"+(i?w+i+"Y":"")+(s?w+s+"M":"")+(a?C+a+"D":"")+(r||n||t?"T":"")+(r?F+r+"H":"")+(n?F+n+"M":"")+(t?F+d+"S":"")):"P0D"}var M=$t.prototype;M.isValid=io,M.abs=Pd,M.add=Td,M.subtract=Qd,M.as=qd,M.asMilliseconds=_n,M.asSeconds=Hd,M.asMinutes=Kd,M.asHours=Gd,M.asDays=Wd,M.asWeeks=Vd,M.asMonths=zd,M.asQuarters=Xd,M.asYears=Zd,M.valueOf=Jd,M._bubble=jd,M.clone=ec,M.get=tc,M.milliseconds=ac,M.seconds=sc,M.minutes=nc,M.hours=rc,M.days=ic,M.weeks=dc,M.months=lc,M.years=oc,M.humanize=pc,M.toISOString=Tt,M.toString=Tt,M.toJSON=Tt,M.locale=sn,M.localeData=rn,M.toIsoString=K("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Tt),M.lang=nn,_("X",0,0,"unix"),_("x",0,0,"valueOf"),g("x",Ut),g("X",$i),U("X",function(t,a,s){s._d=new Date(parseFloat(t)*1e3)}),U("x",function(t,a,s){s._d=new Date(v(t))});//! moment.js
|
|
10
|
-
m.version="2.30.1",pi(D),m.fn=p,m.min=ao,m.max=so,m.now=no,m.utc=ee,m.unix=Nd,m.months=Ed,m.isDate=ze,m.locale=ve,m.invalid=vt,m.duration=J,m.isMoment=X,m.weekdays=Id,m.parseZone=$d,m.localeData=ue,m.isDuration=Et,m.monthsShort=Fd,m.weekdaysMin=Ld,m.defineLocale=Sa,m.updateLocale=Nl,m.locales=$l,m.weekdaysShort=Yd,m.normalizeUnits=G,m.relativeTimeRounding=fc,m.relativeTimeThreshold=hc,m.calendarFormat=Do,m.prototype=p,m.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const mc=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,yc=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,wn=/(janv\.?|févr\.?|avr\.?|juil\.?|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,Ia=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],gc={months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:wn,monthsShortRegex:wn,monthsStrictRegex:mc,monthsShortStrictRegex:yc,monthsParse:Ia,longMonthsParse:Ia,shortMonthsParse:Ia,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:(t,a)=>{switch(a){case"D":return t+(t===1?"er":"");default:case"M":case"Q":case"DDD":case"d":return t+(t===1?"er":"e");case"w":case"W":return t+(t===1?"re":"e")}},week:{dow:1,doy:4}};m.locale("fr",gc);const me=(t,a,s=!0)=>(s?t.getFullYear()===a.getFullYear():!0)&&t.getMonth()===a.getMonth()&&t.getDate()===a.getDate(),Ya=()=>m().locale("fr").subtract(1,"days").toDate(),Ae=t=>new Date>t,bn=t=>typeof t=="function",La=(t,a,s)=>{const n={...t},r=Object.entries(t);for(const[i,d]of r){const f=a[i];f?n[i]=s(d,f):n[i]=d}return n},vn=t=>Object.entries(t),Mn=new h.Schema({guildId:{type:String,required:!0,unique:!0},suggestionChannelId:{type:String,default:null},reportChannelId:{type:String,default:null},reportModeratorChannelId:{type:String,default:null},factionChannelId:{type:String,default:null},discussionChannelId:{type:String,default:null},questFallbackChannelId:{type:String,default:null},reportBugChannelId:{type:String,default:null},expeditionChannelId:{type:String,default:null},ranking:{channelId:{type:String,default:null},messageId:{type:String,default:null}},edito:{channelId:{type:String,default:null},price:{type:Number,default:100},sentAtMidnight:{type:Boolean,default:!1},messageId:{type:String,default:null}},crew:{infoChannelId:{type:String,default:null},crewChannelIds:{type:[{channelId:{type:String},crewId:{type:String}}],default:[]}},shopChannelId:{type:String,default:null},blackMarketChannelId:{type:String,default:null}});Mn.index({"meta.xp":-1});const Qt=((Er=h.models)==null?void 0:Er.Settings)||h.model("Settings",Mn),L=async(t,a,s=!1)=>{await Qt.updateOne({guildId:t},a,{upsert:s})},_c=Object.freeze(Object.defineProperty({__proto__:null,addCrewChannelId:async(t,a,s)=>{await L(t,{$push:{"crew.crewChannelIds":{channelId:s,crewId:a}}})},randomizeEditoPrice:async t=>{const a=ws(100,1001);return await L(t,{$set:{"edito.price":a}}),a},sentAtMidnight:async(t,a)=>{await L(t,{$set:{"edito.sentAtMidnight ":a}})},setCrewInfoChannelId:async(t,a)=>{await L(t,{$set:{"crew.infoChannelId":a}})},setDiscussionChannelId:async(t,a)=>{await L(t,{$set:{discussionChannelId:a}})},setEditoChannel:async(t,a)=>{await L(t,{$set:{"edito.channelId":a}})},setEditoMessageId:async(t,a)=>{await L(t,{$set:{"edito.messageId ":a}})},setFactionChannel:async(t,a)=>{await L(t,{$set:{factionChannelId:a}})},setQuestChannelId:async(t,a)=>{await L(t,{$set:{questFallbackChannelId:a}})},setRankingChannel:async(t,a)=>{await L(t,{$set:{"ranking.channelId":a}})},setRankingMessage:async(t,a)=>{await L(t,{$set:{"ranking.messageId":a}})},setReportBugChannelId:async(t,a)=>{await L(t,{$set:{reportBugChannelId:a}})},setReportChannel:async(t,a)=>{await L(t,{$set:{reportChannelId:a}})},setReportModeratorChannel:async(t,a)=>{await L(t,{$set:{reportModeratorChannelId:a}})},setShopChannelId:async(t,a,s)=>{await L(t,{$set:{shopChannelId:a,blackMarketChannelId:s}})},setSuggestionChannel:async(t,a)=>{await L(t,{$set:{suggestionChannelId:a}})}},Symbol.toStringTag,{value:"Module"})),Sn=async t=>await Qt.create({guildId:t}),wc=async(t,a={})=>{const s=await Qt.findOne({guildId:t},a);return s||Sn(t)};class ye{constructor(){e(this,"name");e(this,"price");e(this,"size");e(this,"data");if(this.constructor===ye)throw new Error("Abstract classes can't be instantiated.")}toDBShopItem(){return{name:this.name,price:this.price,size:this.size,itemId:this.data.id}}async onBuy(a,s){await Zn(a,-1*this.price*s),await yr(a,this.price*s)}isBackground(){return!1}isChest(){return!1}isTitle(){return!1}isBoostXp(){return!1}isRepair(){return!1}isStore(){return!1}isCraft(){return!1}}class kn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await sr(a,this.data.background.id)}isBackground(){return!0}}class xn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isBoostXp(){return!0}}class Rn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isChest(){return!0}}class Un extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isCraft(){return!0}}class Cn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isRepair(){return!0}}class Bn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isStore(){return!0}}class Dn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await os(a,this.data.title.name)}isTitle(){return!0}}const An=(t,a)=>{const s=t.items.find(n=>n.itemId===a);if(s){const{name:n,price:r,size:i}=s,d=S.findItem(s.itemId);if(S.isBackgroundItem(d))return new kn({name:n,price:r,item:d,size:i});if(S.isTitleItem(d))return new Dn({name:n,price:r,item:d,size:i});if(S.isChestItem(d))return new Rn({name:n,price:r,item:d,size:i});if(S.isBoostItem(d))return new xn({name:n,price:r,item:d,size:i});if(S.isRepairItem(d))return new Cn({name:n,price:r,item:d,size:i});if(S.isStoreItem(d))return new Bn({name:n,price:r,item:d,size:i});if(S.isObjectItem(d))return new Un({name:n,price:r,item:d,size:i})}},bc=Object.freeze(Object.defineProperty({__proto__:null,getShopItem:An,getShopItemList:t=>{const a=[];for(const{itemId:s}of t.items){const n=An(t,s);n&&a.push(n)}return a}},Symbol.toStringTag,{value:"Module"})),On=new h.Schema({shopType:{type:String,required:!0,unique:!0},publishedAt:{type:Date,default:new Date},duration:{type:Number,default:null},closeAt:{type:Date,default:null},items:{type:[{name:String,price:Number,size:{type:Number,default:null},itemId:String}],default:[]},stats:{berrySpent:{type:Number,default:0},itemBought:{type:Number,default:0},chestBought:{type:Number,default:0},boostTimeBought:{type:Number,default:0},percentBought:{type:Number,default:0}}});On.index({shopType:1});const jt=((Fr=h.models)==null?void 0:Fr.Shop)||h.model("Shop",On),vc=async(t,a)=>{await Nn({shopType:t},a,!0)},Pa=async(t,a)=>{await Nn({_id:t},a,!0)},Nn=async(t,a,s=!1)=>{await jt.updateOne(t,a,{upsert:s})},Mc=Object.freeze(Object.defineProperty({__proto__:null,buyShopItem:async(t,a,s,n)=>{const r=a.map(i=>(i.name===s.name&&i.size&&(i.size-=n),i));await Pa(t,{$set:{items:r}})},publish:async t=>{await Pa(t,{$set:{publishedAt:new Date}})},setShopItems:async(t,a)=>{await vc(t,{$set:{items:[...a]}})},updateShopStats:async(t,a,s)=>{await Pa(t,{$inc:{"stats.berrySpent":a.price*s,"stats.itemBought":s,"stats.chestBought":a.isChest()?s:0,"stats.percentBought":a.isRepair()?a.data.repair*s:0,"stats.boostTimeBought":a.isBoostXp()?a.data.id==="boost_xp_day"?s:7*s:0}})}},Symbol.toStringTag,{value:"Module"})),Sc=t=>jt.create({shopType:t}),kc=async(t,a={})=>{const s=await $n({shopType:t},a);return s||await Sc(t)},$n=(t,a={})=>jt.findOne(t,a),xc=Object.freeze(Object.defineProperty({__proto__:null,getCommandCooldown:(t,a)=>t.commands[a],getRaidCooldown:(t,a)=>t.raid[a?"special":"classic"]},Symbol.toStringTag,{value:"Module"})),Ta=new h.Schema({user:{type:h.Schema.Types.ObjectId,ref:"User",required:!0},date:Date,type:String},{minimize:!1});Ta.index({user:1}),Ta.index({date:-1});const Oe=((Ir=h.models)==null?void 0:Ir.Reminder)||h.model("Reminder",Ta),Rc=Object.freeze(Object.defineProperty({__proto__:null,getAllPassedReminder:async()=>await Oe.find({date:{$lte:new Date}})},Symbol.toStringTag,{value:"Module"})),Uc=async(t,a)=>{await Oe.deleteOne({user:t,type:a})},En=async(t,a,s,n)=>{await Oe.updateOne({user:t,type:a},s,{upsert:n})},Qa=async(t,a,s)=>{await En(t,a,{$set:{date:s}},!0)},ja=async(t,a,s)=>{await En(t,a,[{$set:{date:{$add:["$date",s]}}}],!1)},Cc=Object.freeze(Object.defineProperty({__proto__:null,addReminder:Qa,deleteSelectedReminders:async t=>{await Oe.deleteMany({_id:{$in:t}})},removeReminder:async(t,a)=>{await Uc(t,a)},updateReminderDate:ja},Symbol.toStringTag,{value:"Module"})),Bc=async(t,a={})=>{const s=await Oe.findOne({user:t},a);return s||null},Dc=async(t,a,s)=>await Oe.create({user:t,date:a,type:s}),Fn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},raid:{classic:{type:Date,default:new Date(0)},special:{type:Date,default:new Date(0)}},lockUserCommand:{type:Date,default:new Date(0)},commands:{work:{type:Date,default:new Date(0)},dice:{type:Date,default:new Date(0)},qod:{type:Date,default:new Date(0)},guess:{type:Date,default:new Date(0)},blackjack:{type:Date,default:new Date(0)},rps:{type:Date,default:new Date(0)}}});Fn.index({user:1});const lt=((Yr=h.models)==null?void 0:Yr.UserCooldown)||h.model("UserCooldown",Fn),qt=async(t,a)=>{await lt.updateOne({user:t},a,{upsert:!0})},Ac=async(t,a)=>{await qt(t,[{$set:{"raid.special":{$subtract:[{$ifNull:["$raid.special",new Date]},a*3600*1e3]},"raid.classic":{$subtract:[{$ifNull:["$raid.classic",new Date]},a*3600*1e3]}}}]),await ja(t,"raid/special",-1*a*3600*1e3),await ja(t,"raid/classic",-1*a*3600*1e3)},In=async(t,a,s)=>{await qt(t,{$set:{...a?{"raid.special":new Date(Date.now()+7*24*60*60*1e3)}:{"raid.classic":new Date(Date.now()+7*24*60*60*1e3)}}}),s.raid[a?"special":"classic"]&&await Qa(t,a?"raid/special":"raid/classic",new Date(Date.now()+7*24*60*60*1e3))},Yn=async t=>{await qt(t,{$set:{lockUserCommand:new Date}})},Oc=Object.freeze(Object.defineProperty({__proto__:null,lockUserCommand:Yn,reduceRaidCooldown:Ac,startRaidCooldown:In,useCommand:async(t,a,s,n)=>{await qt(t,{$set:{[`commands.${a}`]:new Date(Date.now()+s)}}),n.commands[a]&&await Qa(t,`commands/${a}`,new Date(Date.now()+s))}},Symbol.toStringTag,{value:"Module"})),Nc=["work","rps","blackjack","guess","qod","dice"],Ln=async t=>await lt.create({user:t}),$c=async(t,a={})=>{const s=await lt.findOne({user:t},a);return s||await Ln(t)},qa=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},crew:{type:h.Schema.Types.ObjectId,ref:"Crew",required:!0,index:!0},permission:String,percent:Number,lastAllMembersDaily:{type:Date,default:new Date(0)}},{minimize:!1});qa.virtual("inventory",{ref:"Crew",localField:"crew",foreignField:"_id",justOne:!0}),qa.index({user:1});const qe=((Lr=h.models)==null?void 0:Lr.UserCrew)||h.model("UserCrew",qa),Pn=async(t,a)=>{await qe.updateOne({user:t},a,{upsert:!0})},Ec=async(t,a)=>{await Pn(t,{$set:{percent:a}})},Tn=async t=>{await Pn(t,{$set:{lastAllMembersDaily:new Date}})},Fc=Object.freeze(Object.defineProperty({__proto__:null,allMembersDailyComplete:Tn,updatePercent:Ec},Symbol.toStringTag,{value:"Module"})),Qn=t=>qe.findOne({user:t}),Ic=async(t,a,s,n)=>await qe.create({user:t,crew:a,percent:n,permission:s}),Yc=t=>qe.exists({user:t}),jn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},xpYesterday:{type:Number,default:0},berryYesterday:{type:Number,default:0},previousOrnament:{unlockedBadges:{type:[String],default:[]},unlockedTitles:{type:[String],default:[]},unlockedBackgrounds:{type:[String],default:[]}},previousCompletedQuest:{type:[String],default:[]},previousMessageSent:{type:Number,default:0}});jn.index({user:1});const Ht=((Pr=h.models)==null?void 0:Pr.UserDailyReport)||h.model("UserDailyReport",jn),Lc=async(t,a)=>{await Ht.updateOne({user:t},a,{upsert:!0})},Pc=Object.freeze(Object.defineProperty({__proto__:null,updateDailyReport:async(t,a)=>{await Lc(t,{$set:{xpYesterday:a.meta.xp.amount,berryYesterday:a.meta.berry,previousCompletedQuest:a.quest.completed,"previousOrnament.unlockedBadges":a.ornaments.unlockedBadges,"previousOrnament.unlockedTitles":a.ornaments.unlockedTitles,"previousOrnament.unlockedBackgrounds":a.ornaments.unlockedBackgrounds,previousMessageSent:a.questMeta.messageSent}})}},Symbol.toStringTag,{value:"Module"})),qn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},guess:{tries:Number,amount:Number,numberToGuess:Number}});qn.index({user:1});const ot=((Tr=h.models)==null?void 0:Tr.UserGames)||h.model("UserGames",qn),Ha=async(t,a)=>{await ot.updateOne({user:t},a,{upsert:!0})},Tc=Object.freeze(Object.defineProperty({__proto__:null,resetGuessGame:async t=>{await Ha(t,{$set:{guess:void 0}})},setGuessGame:async(t,a,s,n)=>{await Ha(t,{$set:{guess:{amount:a,tries:s,numberToGuess:n}}})},updateGuessGame:async t=>{await Ha(t,{$inc:{"guess.tries":1}})}},Symbol.toStringTag,{value:"Module"})),Hn=async t=>await ot.create({user:t}),Qc=async(t,a)=>{const s=await ot.findOne({user:t},a);return s||await Hn(t)},jc=(t,a)=>{const s=bs(Object.values(t.equippedItems)),n=a.equipments.filter(r=>s.find(i=>i.id===r.id)).length;if(n===a.equipments.length)return a.fullBonus;if(n>=a.equipments.length/2)return a.halfBonus},Ka=t=>{var s;let a={vitality:0,strength:0,agility:0,chance:0,intelligence:0,wisdom:0};for(const n of S.EQUIPMENT_SLOT){const r=(s=t.equippedItems)==null?void 0:s[n];r&&(a=La(a,S.fromDBToEquipableEquipment(r).characteristics,(i,d)=>i+d))}for(const n of S.allPanoplies){const r=jc(t,n);r&&!("target"in r)&&(a=La(a,r,(i,d)=>i+d))}return a},qc=Object.freeze(Object.defineProperty({__proto__:null,calcBottleMultiplier:(t,{buffs:a})=>{const s=S.getPanoplyBonus(t.equippedItems).find(([n,r])=>n.id==="herbalist"&&r!==null);return s&&s[1]==="full"?a.map(n=>({...n,multiplier:n.multiplier*1.25})):s&&s[1]==="half"?a.map(n=>({...n,multiplier:n.multiplier*1.1})):a},calcMinStreakForWorkLoot:t=>{const a=S.getPanoplyBonus(t.equippedItems).find(([s,n])=>s.id==="marine"&&n!==null);return a&&a[1]==="full"?10:a&&a[1]==="half"?20:1/0},getItemList:t=>Object.fromEntries(t.itemList),getRecipeResult:(t,a)=>{const s=S.getPanoplyBonus(t.equippedItems).find(([n,r])=>n.id==="little_blacksmith"&&r!==null);return(s==null?void 0:s[1])==="full"&&a==="chest_3"?"chest_blacksmith_3":(s==null?void 0:s[1])==="half"&&a==="chest_2"?"chest_blacksmith_2":(s==null?void 0:s[1])==="half"&&a==="chest_1"?"chest_blacksmith_1":a},getUserEquipmentsCharacteristics:Ka,hasEnoughEnchantedStone:(t,a)=>(t.itemList.get("enchanted_stone")||0)>=a,hasEnoughItem:(t,a,s)=>(t.itemList.get(s)||0)>=a,hasEnoughItemsForRecipe:(t,a,s)=>{for(const n of a)if((t.itemList.get(n.itemId)||0)<n.size*s)return!1;return!0},hasEnoughTools:(t,a)=>(t.itemList.get("tools")||0)>=a,hasInventoryRequirements:(t,a)=>vn(a).reduce((s,[n,r])=>s&&(t.itemList.get(n)??0)>=(r??0),!0),hasRevolutionaryBuff:t=>{const a=S.getPanoplyBonus(t.equippedItems).find(([s,n])=>s.id==="revolutionary"&&n!==null);return(a==null?void 0:a[1])??null},maxCraftQuantity:(t,a)=>{let s=1/0;for(const n of a)s=Math.min(s,Math.floor((t.itemList.get(n.itemId)||0)/n.size));return s}},Symbol.toStringTag,{value:"Module"})),Hc=Object.freeze(Object.defineProperty({__proto__:null,getEncyclopedia:t=>t.encyclopedia,hasFoundItem:(t,a)=>t.encyclopedia.includes(a)},Symbol.toStringTag,{value:"Module"})),Kn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},encyclopedia:{type:[String],default:[]}});Kn.index({user:1});const Kt=((Qr=h.models)==null?void 0:Qr.UserEncyclopedia)||h.model("UserEncyclopedia",Kn),Kc=async(t,a)=>{await Kt.updateOne({user:t},a,{upsert:!0})},Ga=async(t,a)=>{await Kc(t,{$addToSet:{encyclopedia:a}})},Gc=Object.freeze(Object.defineProperty({__proto__:null,addItem:Ga},Symbol.toStringTag,{value:"Module"})),Gn=async t=>await Kt.create({user:t}),Wc=async t=>{const a=await Kt.findOne({user:t});return a||await Gn(t)},Vc=["crewUpdate","crewQuestUpdate","userMetaUpdate","userQuestMetaUpdate","userQuestUpdate","userInventoryUpdate","userOrnamentsUpdate","userDaily","crewDaily"],Wn=new ai.EventEmitter,ne=(t,a,s)=>{Wn.emit(t,a,s)},zc=t=>{for(const a of Vc)Wn.on(a,(s,n)=>{t(a,s,n)})};class o{constructor(){e(this,"onUserMetaUpdate");e(this,"onUserQuestUpdate");e(this,"onUserQuestMetaUpdate");e(this,"onUserInventoryUpdate");e(this,"onUserOrnamentsUpdate");e(this,"onCrewUpdate");e(this,"onCrewQuestUpdate");e(this,"complete",async(a,{_userQuest:s,_userCrew:n,_userMeta:r})=>{const i=s??await fs(a);if(this.isCompleted(i))return null;const d=r??await ut(a),f=n??await Qn(a);return this.crew&&f?this.daily?await this.markCrewDailyAsCompleted(f.crew._id,i.user._id):(await this.markAsCompleted(i),await this.markCrewAsCompleted(f.crew._id)):await this.markAsCompleted(i),await this.specificQuestCompletion(i,f),await this.applyReward(i,d,f)});e(this,"getComputedRewards",(a,s)=>{const n=this.daily&&ds(s)?cs(s):1;return{xp:(bn(this.xp)?this.xp(a):this.xp)*n*(1+ss(a)),berry:(bn(this.berry)?this.berry(a):this.berry)*n}})}async applyReward(a,s,n){return this.title&&await os(a.user._id,this.title.name),this.badge&&(this.crew&&n?await Ur(n.crew._id,this.badge,this.rank.id):await nr(a.user._id,this.badge,this.rank.id)),this.isFactionBadge&&await rr(a.user._id,this.rank.id),this.asset&&await ir(a.user._id,this.asset),this.getComputedRewards(s,a)}async specificQuestCompletion(a,s){this.id==="daily_all"&&(await pr(a.user._id,a.lastFullComplete),s&&await this.markCrewDailyAsCompleted(s.crew._id,a.user._id)),this.id==="be_level_10"&&await vr(a.user._id,!0),this.id!=="be_level_10"&&this.id.startsWith("be_level_")&&await Mr(a.user._id,!0),this.id==="crew_all_members_daily"&&s&&await Tn(a.user._id)}isCompleted(a){return this.daily?dr(a,this.id):or(a,this.id)}async markAsCompleted(a){this.daily?await hr(a.user._id,this.id):await fr(a.user._id,this.id)}async markCrewAsCompleted(a){await Br(a,this.id)}async markCrewDailyAsCompleted(a,s){await Dr(a,s.toHexString(),this.id)}}class Xc extends o{constructor(){super(...arguments);e(this,"name","Bienvenue à bord !");e(this,"id","crew_create_or_join");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Créer son équipage/Rejoindre un équipage");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1)}}class Zc extends o{constructor(){super(...arguments);e(this,"name","Prêt à naviguer !");e(this,"id","crew_daily_click");e(this,"rank",l.RANKS.COMMON);e(this,"description","Faire acte de présence auprès de son équipage");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"crew",!0);e(this,"daily",!0);e(this,"secret",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1)}}const Jc=Object.freeze(Object.defineProperty({__proto__:null,CrewCreateOrJoin:Xc,CrewValidateDaily:Zc},Symbol.toStringTag,{value:"Module"}));class eu extends o{constructor(){super(...arguments);e(this,"name","1 jour 1 message");e(this,"id","daily_send_message");e(this,"rank",l.RANKS.COMMON);e(this,"description","Envoyer un message");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*100);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class tu extends o{constructor(){super(...arguments);e(this,"name","Les nouvelles sont bonnes ?");e(this,"id","daily_read_edito");e(this,"rank",l.RANKS.COMMON);e(this,"description","Réagir à l'édito");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*3e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*300);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class au extends o{constructor(){super(...arguments);e(this,"name","Quoi ? Feur !");e(this,"id","daily_answer");e(this,"rank",l.RANKS.COMMON);e(this,"description","Répondre à quelqu'un");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1500);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*150);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class su extends o{constructor(){super(...arguments);e(this,"name","Narcissique");e(this,"id","daily_check_profile");e(this,"rank",l.RANKS.COMMON);e(this,"description","Regarder son profil");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*2e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*200);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class nu extends o{constructor(){super(...arguments);e(this,"name","Almanax");e(this,"id","almanax");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Valider 365 jours de suite les quêtes quotidiennes");e(this,"berry",1e9);e(this,"xp",1e6);e(this,"badge",c.BadgeList.calendar);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1)}}const Wa=Object.freeze(Object.defineProperty({__proto__:null,Almanax:nu,DailyAnswer:au,DailyCheckProfile:su,DailyReadEdito:tu,DailySendMessage:eu},Symbol.toStringTag,{value:"Module"}));class ru extends o{constructor(){super(...arguments);e(this,"name","Prenez-en soin");e(this,"id","crew_carpenter_1_week");e(this,"rank",l.RANKS.COMMON);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 semaine");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=7)}}class iu extends o{constructor(){super(...arguments);e(this,"name","Il est comme neuf !");e(this,"id","crew_carpenter_1_month");e(this,"rank",l.RANKS.RARE);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 mois");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30)}}class lu extends o{constructor(){super(...arguments);e(this,"name","À l'occasion, je vous mettrai un petit coup de polish");e(this,"id","crew_carpenter_3_months");e(this,"rank",l.RANKS.EPIC);e(this,"description","Rester au dessus de 80% de détérioration pendant 3 mois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30*3)}}class ou extends o{constructor(){super(...arguments);e(this,"name","Vous ne naviguez qu'en eau calme ?");e(this,"id","crew_carpenter_6_months");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Rester au dessus de 80% de détérioration pendant 6 mois");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30*6)}}class du extends o{constructor(){super(...arguments);e(this,"name","C'est un sacré charpentier que vous avez là !");e(this,"id","crew_carpenter_1_year");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 an");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles["Charpentier Légendaire"]);e(this,"badge",c.BadgeList.carpenter);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=365)}}class cu extends o{constructor(){super(...arguments);e(this,"name","Au rapport !");e(this,"id","crew_all_members_daily");e(this,"rank",l.RANKS.RARE);e(this,"description","Tous les membres ont rempli leurs quêtes quotidiennes");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"daily",!0);e(this,"secret",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"onCrewQuestUpdate",(s,n)=>{var r,i;return Cr(s,"daily_all")&&!me(((i=(r=s.daily)==null?void 0:r[n.user._id.toHexString()])==null?void 0:i.crew_all_members_daily)??new Date(0),new Date)&&!me(n.lastAllMembersDaily,new Date)})}}class uu extends o{constructor(){super(...arguments);e(this,"name","Réunion de crise");e(this,"id","crew_vocal_5");e(this,"rank",l.RANKS.COMMON);e(this,"description","Être dans un un vocal avec les 5 membres pendant 1 heure");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=5)}}class fu extends o{constructor(){super(...arguments);e(this,"name","Conseil de guerre");e(this,"id","crew_vocal_7");e(this,"rank",l.RANKS.RARE);e(this,"description","Être dans un un vocal avec les 7 membres pendant 1 heure");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=7)}}class hu extends o{constructor(){super(...arguments);e(this,"name","Réunion de famille");e(this,"id","crew_vocal_10");e(this,"rank",l.RANKS.EPIC);e(this,"description","Être dans un un vocal avec les 10 membres pendant 1 heure");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=10)}}class pu extends o{constructor(){super(...arguments);e(this,"name","Les Inséparables");e(this,"id","crew_vocal_12");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être dans un un vocal avec les 12 membres pendant 1 heure");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=12)}}class mu extends o{constructor(){super(...arguments);e(this,"name","Ambiance sectaire un peu");e(this,"id","crew_vocal_15");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Être dans un un vocal avec les 15 membres pendant 1 heure");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles["Membre d'une secte"]);e(this,"badge",c.BadgeList.shipsecte);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=15)}}const Va=Object.freeze(Object.defineProperty({__proto__:null,CrewAllMembersDaily:cu,CrewCarpenter1Month:iu,CrewCarpenter1Week:ru,CrewCarpenter1Year:du,CrewCarpenter3Months:lu,CrewCarpenter6Months:ou,CrewVocal10:hu,CrewVocal12:pu,CrewVocal15:mu,CrewVocal5:uu,CrewVocal7:fu},Symbol.toStringTag,{value:"Module"}));class yu extends o{constructor(){super(...arguments);e(this,"name","Ah bah maintenant, elle va marcher beaucoup moins bien forcément !");e(this,"id","crew_break_ship");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Casser son bateau (atteindre les 0% de détérioration)");e(this,"berry",-1e6);e(this,"xp",-1e5);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.disintegration<=0)}}class gu extends o{constructor(){super(...arguments);e(this,"name","Sympa votre barque");e(this,"id","crew_ship_level_10");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 10 d'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=10)}}class _u extends o{constructor(){super(...arguments);e(this,"name","Joli bicoque");e(this,"id","crew_ship_level_25");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 25 d'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=25)}}class wu extends o{constructor(){super(...arguments);e(this,"name","* C'est un fameux trois-mâts *");e(this,"id","crew_ship_level_50");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 50 d'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=50)}}class bu extends o{constructor(){super(...arguments);e(this,"name","* Fin comme un oiseau *");e(this,"id","crew_ship_level_75");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 75 d'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=75)}}class vu extends o{constructor(){super(...arguments);e(this,"name","* Hisse et ho ! *");e(this,"id","crew_ship_level_100");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 100 d'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Santiano);e(this,"badge",c.BadgeList.crewship);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=100)}}class Mu extends o{constructor(){super(...arguments);e(this,"name","Y'a pas de petites économies");e(this,"id","crew_have_100M_berry");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 100 000 000 Berrys dans le coffre d'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=1e8)}}class Su extends o{constructor(){super(...arguments);e(this,"name","Joli butin !");e(this,"id","crew_have_500M_berry");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 500 000 000 Berrys dans le coffre d'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e8)}}class ku extends o{constructor(){super(...arguments);e(this,"name","Vous économisez pour un nouveau bateau ?");e(this,"id","crew_have_1Md_berry");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 1 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=1e9)}}class xu extends o{constructor(){super(...arguments);e(this,"name","Ça fait beaucoup là non ?");e(this,"id","crew_have_5Md_berry");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 5 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e9)}}class Ru extends o{constructor(){super(...arguments);e(this,"name","Karl Marx serait fier de vous !");e(this,"id","crew_have_50Md_berry");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 50 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Communiste);e(this,"badge",c.BadgeList.communism);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e10)}}class Uu extends o{constructor(){super(...arguments);e(this,"name","Plus on est de fous...");e(this,"id","crew_size_5");e(this,"rank",l.RANKS.COMMON);e(this,"description","Être dans un équipage de 5 membres");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=5)}}class Cu extends o{constructor(){super(...arguments);e(this,"name","Plus on rit !");e(this,"id","crew_size_7");e(this,"rank",l.RANKS.RARE);e(this,"description","Être dans un équipage de 7 membres");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=7)}}class Bu extends o{constructor(){super(...arguments);e(this,"name","Une petite famille");e(this,"id","crew_size_10");e(this,"rank",l.RANKS.EPIC);e(this,"description","Être dans un équipage de 10 membres");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=10)}}class Du extends o{constructor(){super(...arguments);e(this,"name","Va falloir des dortoirs en plus");e(this,"id","crew_size_12");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être dans un équipage de 12 membres");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=12)}}class Au extends o{constructor(){super(...arguments);e(this,"name","* Ah qu'est-ce qu'on est serré ! *");e(this,"id","crew_size_15");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Être dans un équipage de 15 membres");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Sardine);e(this,"badge",c.BadgeList.sardine);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=15)}}class Ou extends o{constructor(){super(...arguments);e(this,"name","C'est sympa pour eux !");e(this,"id","crew_bring_50k_xp");e(this,"rank",l.RANKS.COMMON);e(this,"description","Rapporter 50 000 XP à l'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e4)}}class Nu extends o{constructor(){super(...arguments);e(this,"name","On voit que tu aimes ton équipage");e(this,"id","crew_bring_500k_xp");e(this,"rank",l.RANKS.RARE);e(this,"description","Rapporter 500 000 XP à l'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e5)}}class $u extends o{constructor(){super(...arguments);e(this,"name","Le méritent-ils vraiment ?");e(this,"id","crew_bring_1m_xp");e(this,"rank",l.RANKS.EPIC);e(this,"description","Rapporter 1 000 000 XP à l'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=1e6)}}class Eu extends o{constructor(){super(...arguments);e(this,"name","J'espère que t'as eu une prime");e(this,"id","crew_bring_5m_xp");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Rapporter 5 000 000 XP à l'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e6)}}class Fu extends o{constructor(){super(...arguments);e(this,"name","Qu'on lui fasse une statue de Bronze !");e(this,"id","crew_bring_50m_xp");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Rapporter 50 000 000 XP à l'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Team Player"]);e(this,"badge",c.BadgeList.broship);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e7)}}const za=Object.freeze(Object.defineProperty({__proto__:null,CrewBeLevel10:gu,CrewBeLevel100:vu,CrewBeLevel25:_u,CrewBeLevel50:wu,CrewBeLevel75:bu,CrewBreakShip:yu,CrewBring1mXp:$u,CrewBring500kXp:Nu,CrewBring50kXp:Ou,CrewBring50mXp:Fu,CrewBring5mXp:Eu,CrewHave100MBerry:Mu,CrewHave1MdBerry:ku,CrewHave500MBerry:Su,CrewHave50MdBerry:Ru,CrewHave5MdBerry:xu,CrewSize10:Bu,CrewSize12:Du,CrewSize15:Au,CrewSize5:Uu,CrewSize7:Cu},Symbol.toStringTag,{value:"Module"}));class Iu extends o{constructor(){super(...arguments);e(this,"name","Ne fais rien exploser hein ?");e(this,"id","have_1_recipe");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 1 recette");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=1)}}class Yu extends o{constructor(){super(...arguments);e(this,"name","C'est bien tu sais faire des pâtes !");e(this,"id","have_5_recipe");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 5 recettes");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=5)}}class Lu extends o{constructor(){super(...arguments);e(this,"name","Ta grand-mère t'as donné son livre ?");e(this,"id","have_10_recipe");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 10 recettes");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=10)}}class Pu extends o{constructor(){super(...arguments);e(this,"name","Let him cook");e(this,"id","have_25_recipe");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 25 recettes");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=25)}}class Tu extends o{constructor(){super(...arguments);e(this,"name","Paul Bocuse");e(this,"id","have_100_recipe");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 100 recettes");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Paul Bocuse"]);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=100)}}const Xa=Object.freeze(Object.defineProperty({__proto__:null,Have100Recipe:Tu,Have10Recipe:Lu,Have1Recipe:Iu,Have25Recipe:Pu,Have5Recipe:Yu},Symbol.toStringTag,{value:"Module"}));class Qu extends o{constructor(){super(...arguments);e(this,"name","Enfin de quoi t'acheter un bon vélo !");e(this,"id","have_500000_berry");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 500 000 Berrys");e(this,"berry",1e5);e(this,"xp",5e3);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e5)}}class ju extends o{constructor(){super(...arguments);e(this,"name","Ouah t'es multi-millionaire !");e(this,"id","have_5000000_berry");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 5 000 000 Berrys");e(this,"berry",1e6);e(this,"xp",25e3);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e6)}}class qu extends o{constructor(){super(...arguments);e(this,"name","Presque riche");e(this,"id","have_50000000_berry");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 50 000 000 Berrys");e(this,"berry",1e7);e(this,"xp",5e4);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e7)}}class Hu extends o{constructor(){super(...arguments);e(this,"name","Un 20m² à Paris");e(this,"id","have_500000000_berry");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 500 000 000 Berrys");e(this,"berry",1e8);e(this,"xp",1e5);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e8)}}class Ku extends o{constructor(){super(...arguments);e(this,"name","This is Elon Musk");e(this,"id","have_5000000000_berry");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 5 000 000 000 Berrys");e(this,"berry",1e9);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Elon Musk"]);e(this,"badge",c.BadgeList.berry);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e9)}}class Gu extends o{constructor(){super(...arguments);e(this,"name","5 jours / semaine à Basic Fit");e(this,"id","have_25_strength");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de force");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=25)}}class Wu extends o{constructor(){super(...arguments);e(this,"name","La fonte > les livres");e(this,"id","have_50_strength");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de force");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=50)}}class Vu extends o{constructor(){super(...arguments);e(this,"name","Moi, musclé ?");e(this,"id","have_100_strength");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de force");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=100)}}class zu extends o{constructor(){super(...arguments);e(this,"name","Hercules");e(this,"id","have_250_strength");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de force");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=250)}}class Xu extends o{constructor(){super(...arguments);e(this,"name","Titan");e(this,"id","have_500_strength");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de force");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles.Titan);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=500)}}class Zu extends o{constructor(){super(...arguments);e(this,"name","Chat de gouttière");e(this,"id","have_25_agility");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 d'agilité");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=25)}}class Ju extends o{constructor(){super(...arguments);e(this,"name","Hop ! Grand écart !");e(this,"id","have_50_agility");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 d'agilité");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=50)}}class ef extends o{constructor(){super(...arguments);e(this,"name","Danseur étoile");e(this,"id","have_100_agility");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 d'agilité");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=100)}}class tf extends o{constructor(){super(...arguments);e(this,"name","L'Éclair de Konoha ! (merde mauvais manga)");e(this,"id","have_250_agility");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 d'agilité");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=250)}}class af extends o{constructor(){super(...arguments);e(this,"name","Héritier de Bon Clay");e(this,"id","have_500_agility");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 d'agilité");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Bon Clay"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=500)}}class sf extends o{constructor(){super(...arguments);e(this,"name","2+2 = 4");e(this,"id","have_25_intelligence");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 d'intelligence");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=25)}}class nf extends o{constructor(){super(...arguments);e(this,"name","Petit Einstein");e(this,"id","have_50_intelligence");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 d'intelligence");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=50)}}class rf extends o{constructor(){super(...arguments);e(this,"name","HPI");e(this,"id","have_100_intelligence");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 d'intelligence");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=100)}}class lf extends o{constructor(){super(...arguments);e(this,"name","Sorcier du savoir");e(this,"id","have_250_intelligence");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 d'intelligence");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=250)}}class of extends o{constructor(){super(...arguments);e(this,"name","Héritier de Vegapunk");e(this,"id","have_500_intelligence");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 d'intelligence");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Vegapunk"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=500)}}class df extends o{constructor(){super(...arguments);e(this,"name","Touche du bois");e(this,"id","have_25_chance");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de chance");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=25)}}class cf extends o{constructor(){super(...arguments);e(this,"name","Petit veinard");e(this,"id","have_50_chance");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de chance");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=50)}}class uf extends o{constructor(){super(...arguments);e(this,"name","LA CHAAAAAATTE !");e(this,"id","have_100_chance");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de chance");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=100)}}class ff extends o{constructor(){super(...arguments);e(this,"name","Favori des Astres");e(this,"id","have_250_chance");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de chance");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=250)}}class hf extends o{constructor(){super(...arguments);e(this,"name","Héritier de Baggy");e(this,"id","have_500_chance");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de chance");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Baggy"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=500)}}class pf extends o{constructor(){super(...arguments);e(this,"name","Résistant");e(this,"id","have_25_vitality");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de vitalité");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=25)}}class mf extends o{constructor(){super(...arguments);e(this,"name","Solide comme un roc");e(this,"id","have_50_vitality");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de vitalité");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=50)}}class yf extends o{constructor(){super(...arguments);e(this,"name","Le tank !");e(this,"id","have_100_vitality");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de vitalité");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=100)}}class gf extends o{constructor(){super(...arguments);e(this,"name","Mais t'es increvable !");e(this,"id","have_250_vitality");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de vitalité");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=250)}}class _f extends o{constructor(){super(...arguments);e(this,"name","Héritier de Kaido");e(this,"id","have_500_vitality");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de vitalité");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Kaido"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=500)}}class wf extends o{constructor(){super(...arguments);e(this,"name","Tu as lu des livres ?");e(this,"id","have_25_wisdom");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de sagesse");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=25)}}class bf extends o{constructor(){super(...arguments);e(this,"name","Filozof");e(this,"id","have_50_wisdom");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de sagesse");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=50)}}class vf extends o{constructor(){super(...arguments);e(this,"name","Platon");e(this,"id","have_100_wisdom");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de sagesse");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=100)}}class Mf extends o{constructor(){super(...arguments);e(this,"name","Oracle vénéré");e(this,"id","have_250_wisdom");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de sagesse");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=250)}}class Sf extends o{constructor(){super(...arguments);e(this,"name","Héritier d'Ohara");e(this,"id","have_500_wisdom");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de sagesse");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier d'Ohara"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=500)}}class kf extends o{constructor(){super(...arguments);e(this,"name","Un pas devant l'autre !");e(this,"id","be_level_10");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 10");e(this,"berry",1e5);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=10)}}class xf extends o{constructor(){super(...arguments);e(this,"name","T'inquiète pas ça va bien se passer");e(this,"id","be_level_20");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 20");e(this,"berry",3e5);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=20)}}class Rf extends o{constructor(){super(...arguments);e(this,"name","Commence par me parler poliment");e(this,"id","be_level_30");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 30");e(this,"berry",1e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=30)}}class Uf extends o{constructor(){super(...arguments);e(this,"name","On te respecte à la cantine");e(this,"id","be_level_40");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 40");e(this,"berry",3e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=40)}}class Cf extends o{constructor(){super(...arguments);e(this,"name","Ça commence à devenir sérieux");e(this,"id","be_level_50");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 50");e(this,"berry",5e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=50)}}class Bf extends o{constructor(){super(...arguments);e(this,"name","Une chambre individuelle ? La chance !");e(this,"id","be_level_60");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 60");e(this,"berry",1e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=60)}}class Df extends o{constructor(){super(...arguments);e(this,"name","Oulah, les responsabilités arrivent");e(this,"id","be_level_70");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 70");e(this,"berry",5e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=70)}}class Af extends o{constructor(){super(...arguments);e(this,"name","Faut pas t'emmerder toi");e(this,"id","be_level_80");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 80");e(this,"berry",5e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=80)}}class Of extends o{constructor(){super(...arguments);e(this,"name","Là on parle !");e(this,"id","be_level_90");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 90");e(this,"berry",1e8);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=90)}}class Nf extends o{constructor(){super(...arguments);e(this,"name","*S'agenouille*");e(this,"id","be_level_120");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 120");e(this,"berry",1e9);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=120)}}class $f extends o{constructor(){super(...arguments);e(this,"name","T'as des amis ?");e(this,"id","daily_vocal");e(this,"rank",l.RANKS.COMMON);e(this,"description","Se connecter 10 min en vocal");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*5e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*500);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserMetaUpdate",({xp:s})=>s.voice.minutesInVoiceToday>=10&&me(s.voice.lastConnection,new Date))}}const Za=Object.freeze(Object.defineProperty({__proto__:null,BeLevel10:kf,BeLevel120:Nf,BeLevel20:xf,BeLevel30:Rf,BeLevel40:Uf,BeLevel50:Cf,BeLevel60:Bf,BeLevel70:Df,BeLevel80:Af,BeLevel90:Of,DailyVocal:$f,Have100Agility:ef,Have100Chance:uf,Have100Intelligence:rf,Have100Strength:Vu,Have100Vitality:yf,Have100Wisdom:vf,Have250Agility:tf,Have250Chance:ff,Have250Intelligence:lf,Have250Strength:zu,Have250Vitality:gf,Have250Wisdom:Mf,Have25Agility:Zu,Have25Chance:df,Have25Intelligence:sf,Have25Strength:Gu,Have25Vitality:pf,Have25Wisdom:wf,Have500Agility:af,Have500Chance:hf,Have500Intelligence:of,Have500Strength:Xu,Have500Vitality:_f,Have500Wisdom:Sf,Have500kBerry:Qu,Have500mBerry:Hu,Have50Agility:Ju,Have50Chance:cf,Have50Intelligence:nf,Have50Strength:Wu,Have50Vitality:mf,Have50Wisdom:bf,Have50mBerry:qu,Have5mBerry:ju,Have5mdBerry:Ku},Symbol.toStringTag,{value:"Module"}));class Ef extends o{constructor(){super(...arguments);e(this,"name","Un poster dans ta chambre");e(this,"id","have_1_background");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 1 background");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=1)}}class Ff extends o{constructor(){super(...arguments);e(this,"name","Fan de One Piece");e(this,"id","have_25_background");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 25 backgrounds différents");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=25)}}class If extends o{constructor(){super(...arguments);e(this,"name","Tu vas en faire quoi ? Tu peux en mettre qu'un");e(this,"id","have_50_background");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 50 backgrounds différents");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=50)}}class Yf extends o{constructor(){super(...arguments);e(this,"name","PTDR t ki ?");e(this,"id","have_10_title");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 10 titres différents");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=10)}}class Lf extends o{constructor(){super(...arguments);e(this,"name","On m'appelle Personne");e(this,"id","have_50_title");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 50 titres différents");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=50)}}class Pf extends o{constructor(){super(...arguments);e(this,"name","Ok Daenerys");e(this,"id","have_100_title");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 100 titres différents");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=100)}}const Ja=Object.freeze(Object.defineProperty({__proto__:null,Have100Title:Pf,Have10Title:Yf,Have1Background:Ef,Have25Background:Ff,Have50Background:If,Have50Title:Lf},Symbol.toStringTag,{value:"Module"}));class Tf extends o{constructor(){super(...arguments);e(this,"name","Petit joueur");e(this,"id","bet_min_value");e(this,"rank",l.RANKS.RARE);e(this,"description","Mise la somme minimale lors d'un pari");e(this,"berry",5e4);e(this,"xp",1e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles["Petit joueur"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.betMin)}}class Qf extends o{constructor(){super(...arguments);e(this,"name","On a tous le droit à une seconde chance");e(this,"id","lose_everything");e(this,"rank",l.RANKS.RARE);e(this,"description","Perdre tous ses Berrys");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.loseEverything)}}class jf extends o{constructor(){super(...arguments);e(this,"name","T'es sûr de toi ?");e(this,"id","bet_10M");e(this,"rank",l.RANKS.EPIC);e(this,"description","Miser plus de 10 000 000 de Berrys en une seule fois");e(this,"berry",5e5);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.bet10M)}}class qf extends o{constructor(){super(...arguments);e(this,"name","Ok j'ai rien dit");e(this,"id","win_10M_bet");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Gagner en ayant misé plus de 10M de Berrys");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.winBet10M)}}class Hf extends o{constructor(){super(...arguments);e(this,"name","T'es accro là non ?");e(this,"id","bet_total_10M");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Miser plus de 10 000 000 de Berrys en tout");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Gambling addict"]);e(this,"badge",c.BadgeList.casino);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.totalBet>=1e7)}}class Kf extends o{constructor(){super(...arguments);e(this,"name","LE MILLIARD");e(this,"id","bet_total_1Md");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Miser plus de 1 000 000 000 de Berrys en tout");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"badge",c.BadgeList.casino);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.totalBet>=1e9)}}class Gf extends o{constructor(){super(...arguments);e(this,"name","Cheh !");e(this,"id","lose_10M");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Perdre 10M de Berrys en une fois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",c.BadgeList.noluck);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.lose10M)}}class Wf extends o{constructor(){super(...arguments);e(this,"name","Bon anniversaire !");e(this,"id","birthday");e(this,"rank",l.RANKS.EPIC);e(this,"description","Fêter son anniversaire");e(this,"berry",1e6);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.hasCelebrateBirthday)}}class Vf extends o{constructor(){super(...arguments);e(this,"name","Il ne va pas te répondre tu sais ?");e(this,"id","bot_ping");e(this,"rank",l.RANKS.EPIC);e(this,"description","Ping le bot 100 fois");e(this,"berry",25e4);e(this,"xp",25e3);e(this,"secret",!0);e(this,"title",c.questTitles.Teubé);e(this,"badge",null);e(this,"asset",c.profileAssets.idiot);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({botPing:s})=>s>=100)}}class zf extends o{constructor(){super(...arguments);e(this,"name","Tu avais soif ?");e(this,"id","drink_100_xp_bottles_1_day");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 100 Potions d'XP en une journée");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.today>=100)}}class Xf extends o{constructor(){super(...arguments);e(this,"name","Un ptit goût amer non ?");e(this,"id","drink_200");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 200 Potions d'XP");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=200)}}class Zf extends o{constructor(){super(...arguments);e(this,"name","Ça se boit bien finalement");e(this,"id","drink_500");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 500 Potions d'XP");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=500)}}class Jf extends o{constructor(){super(...arguments);e(this,"name","Les potions donnent des aiiiiles !");e(this,"id","drink_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 1000 Potions d'XP");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=1e3)}}class e0 extends o{constructor(){super(...arguments);e(this,"name","À deux doigts de vomir");e(this,"id","drink_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 2000 Potions d'XP");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=2e3)}}class t0 extends o{constructor(){super(...arguments);e(this,"name","Alcoolique");e(this,"id","drink_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 5000 Potions d'XP");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Alcoolique);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=5e3)}}class a0 extends o{constructor(){super(...arguments);e(this,"name","C'est sympa ce ptit jeu");e(this,"id","chest_open_50");e(this,"rank",l.RANKS.COMMON);e(this,"description","Ouvrir 50 Coffres");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=50)}}class s0 extends o{constructor(){super(...arguments);e(this,"name","T'as enfin eu un truc intéressant ?");e(this,"id","chest_open_150");e(this,"rank",l.RANKS.RARE);e(this,"description","Ouvrir 150 Coffres");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=150)}}class n0 extends o{constructor(){super(...arguments);e(this,"name","Ça commence à gratter hein ?");e(this,"id","chest_open_500");e(this,"rank",l.RANKS.EPIC);e(this,"description","Ouvrir 500 Coffres");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=500)}}class r0 extends o{constructor(){super(...arguments);e(this,"name","LAISSEZ-MOI OUVRIR DES COFFRES !");e(this,"id","chest_open_1000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Ouvrir 1000 Coffres");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=1e3)}}class i0 extends o{constructor(){super(...arguments);e(this,"name","xXFan2GenshinXx");e(this,"id","chest_open_2000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Ouvrir 2000 Coffres");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Gatcha Addict"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=2e3)}}class l0 extends o{constructor(){super(...arguments);e(this,"name","Ils font mieux chez Ikea");e(this,"id","craft_20_times");e(this,"rank",l.RANKS.COMMON);e(this,"description","Effectuer 20 crafts");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=20)}}class o0 extends o{constructor(){super(...arguments);e(this,"name","Te fais pas mal avec le marteau");e(this,"id","craft_50_times");e(this,"rank",l.RANKS.RARE);e(this,"description","Effectuer 50 crafts");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=50)}}class d0 extends o{constructor(){super(...arguments);e(this,"name","Insensible aux échardes on dirait");e(this,"id","craft_200_times");e(this,"rank",l.RANKS.EPIC);e(this,"description","Effectuer 200 crafts");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=200)}}class c0 extends o{constructor(){super(...arguments);e(this,"name","Je ne veux pas voir l'état de ton atelier");e(this,"id","craft_500_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Effectuer 500 crafts");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=500)}}class u0 extends o{constructor(){super(...arguments);e(this,"name","Mac Gyver");e(this,"id","craft_1000_times");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Effectuer 1000 crafts");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Mac Gyver"]);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=1e3)}}class f0 extends o{constructor(){super(...arguments);e(this,"name","Apprenti Gourmand");e(this,"id","craft_10_cooked_meals");e(this,"rank",l.RANKS.COMMON);e(this,"description","Cuisiner 10 plats");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"asset",null);e(this,"title",c.questTitles["Apprenti Gourmand"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=10)}}class h0 extends o{constructor(){super(...arguments);e(this,"name","Chef Amateur");e(this,"id","craft_50_cooked_meals");e(this,"rank",l.RANKS.RARE);e(this,"description","Cuisiner 50 plats");e(this,"berry",2e5);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",c.questTitles["Chef Amateur"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=50)}}class p0 extends o{constructor(){super(...arguments);e(this,"name","Maître des Saveurs");e(this,"id","craft_100_cooked_meals");e(this,"rank",l.RANKS.EPIC);e(this,"description","Cuisiner 100 plats");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Maître des Saveurs"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=100)}}class m0 extends o{constructor(){super(...arguments);e(this,"name","Artiste Culinaire");e(this,"id","craft_250_cooked_meals");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Cuisiner 250 plats");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"asset",null);e(this,"title",c.questTitles["Artiste Culinaire"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=250)}}class y0 extends o{constructor(){super(...arguments);e(this,"name","Sultan des Épices");e(this,"id","craft_500_cooked_meals");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Cuisiner 500 plats");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"asset",null);e(this,"title",c.questTitles["Sultan des Épices"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=500)}}class g0 extends o{constructor(){super(...arguments);e(this,"name","C'est une bonne situation ça scribe ?");e(this,"id","craft_5_scrolls");e(this,"rank",l.RANKS.COMMON);e(this,"description","Craft 5 Parchemins");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"asset",null);e(this,"title",c.questTitles["Apprenti Scribe"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=5)}}class _0 extends o{constructor(){super(...arguments);e(this,"name","Artisan des Runes");e(this,"id","craft_10_scrolls");e(this,"rank",l.RANKS.RARE);e(this,"description","Craft 10 Parchemins");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",c.questTitles["Artisan des Runes"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=10)}}class w0 extends o{constructor(){super(...arguments);e(this,"name","Collectionneur des Manuscrits");e(this,"id","craft_20_scrolls");e(this,"rank",l.RANKS.EPIC);e(this,"description","Craft 20 Parchemins");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Collectionneur de Manuscrits"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=20)}}class b0 extends o{constructor(){super(...arguments);e(this,"name","Maître des Enluminures");e(this,"id","craft_50_scrolls");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Craft 50 Parchemins");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"asset",null);e(this,"title",c.questTitles["Maître des Enluminures"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=50)}}class v0 extends o{constructor(){super(...arguments);e(this,"name","Protecteur du Savoir");e(this,"id","craft_100_scrolls");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Craft 100 Parchemins");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"asset",null);e(this,"title",c.questTitles["Protecteur du Savoir"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=100)}}class M0 extends o{constructor(){super(...arguments);e(this,"name","Egoïste...");e(this,"id","crew_10_percent");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être à 10% d'XP pour l'équipage pendant 3 mois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles.Egoïste);e(this,"badge",c.BadgeList.selfish);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.timeAt10Percent>=90)}}class S0 extends o{constructor(){super(...arguments);e(this,"name","Merci bien camarade !");e(this,"id","crew_90_percent");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être à 90% d'XP pour l'équipage pendant 3 mois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles.Camarade);e(this,"badge",c.BadgeList.camarade);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.timeAt90Percent>=90)}}class k0 extends o{constructor(){super(...arguments);e(this,"name","Vaut mieux ça que perdre non ?");e(this,"id","draw_100");e(this,"rank",l.RANKS.COMMON);e(this,"description","Faire 100 égalités");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=100)}}class x0 extends o{constructor(){super(...arguments);e(this,"name","Tu as trouvé ton rival");e(this,"id","draw_300");e(this,"rank",l.RANKS.RARE);e(this,"description","Faire 300 égalités");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=300)}}class R0 extends o{constructor(){super(...arguments);e(this,"name","Rathon c'est toi ?");e(this,"id","draw_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Faire 1000 égalités");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=1e3)}}class U0 extends o{constructor(){super(...arguments);e(this,"name","Tu te bats contre un mur ou quoi ?");e(this,"id","draw_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 2000 égalités");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=2e3)}}class C0 extends o{constructor(){super(...arguments);e(this,"name","De vrais jumeaux");e(this,"id","draw_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Faire 5000 égalités");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Égalitaire);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=5e3)}}class B0 extends o{constructor(){super(...arguments);e(this,"name","Y'a un truc que t'as pas compris ?");e(this,"id","edito_read_100");e(this,"rank",l.RANKS.EPIC);e(this,"description","Lire 100 fois l'édito en une journée");e(this,"berry",25e4);e(this,"xp",25e3);e(this,"secret",!0);e(this,"crew",!1);e(this,"daily",!1);e(this,"title",c.questTitles.Culturé);e(this,"badge",null);e(this,"asset",c.profileAssets.edito);e(this,"isFactionBadge",!1);e(this,"onUserQuestMetaUpdate",s=>s.edito.readToday>=100)}}class D0 extends o{constructor(){super(...arguments);e(this,"name","Une fois, pas deux");e(this,"id","everyone");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Tenter de tag everyone");e(this,"berry",-1e6);e(this,"xp",-5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.tagEveryone)}}class A0 extends o{constructor(){super(...arguments);e(this,"name","Emoji Diable");e(this,"id","double_six");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 50 fois un double six");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"badge",c.BadgeList.doublesix);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.double_six>=50)}}class O0 extends o{constructor(){super(...arguments);e(this,"name","Pas de chance ^^");e(this,"id","draw_double_six");e(this,"rank",l.RANKS.RARE);e(this,"description","Faire une fois une égalité en double 6");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.drawDoubleSix>=1)}}class N0 extends o{constructor(){super(...arguments);e(this,"name","Jamais 6 sans 7");e(this,"id","seven_quitte_ou_double");e(this,"rank",l.RANKS.MYTHIC);e(this,"description",'Gagner 7 fois de suite "Doubles" au Quitte ou Double');e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"badge",c.BadgeList.chance);e(this,"title",c.questTitles.Chanceux);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.sevenQuitteOuDouble>=1)}}class $0 extends o{constructor(){super(...arguments);e(this,"name","Le 5 à la suite");e(this,"id","win_5_in_row");e(this,"rank",l.RANKS.EPIC);e(this,"description","Gagner aux 5 jeux du casino à la suite");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames.slice(0,5);return n.length<5||sa(n,r=>r.gameType).length<5?!1:n.reduce((r,i)=>r+i.endState,0)===5})}}class E0 extends o{constructor(){super(...arguments);e(this,"name","Le 5 à la suite, mais dans l'autre sens");e(this,"id","lose_5_in_row");e(this,"rank",l.RANKS.EPIC);e(this,"description","Perdre aux 5 jeux du casino à la suite");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames.slice(0,5);return n.length!==5||sa(n,r=>r.gameType).length<5?!1:n.reduce((r,i)=>r+i.endState,0)===-5})}}class F0 extends o{constructor(){super(...arguments);e(this,"name","Jacques le noir");e(this,"id","ten_black_jack");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 10 fois BlackJack");e(this,"berry",5e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"badge",c.BadgeList["black-jack"]);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.black_jack>=10)}}class I0 extends o{constructor(){super(...arguments);e(this,"name","La feuille enveloppe la pierre ! T'es sûr ?");e(this,"id","paper_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Papier au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Papyrus);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="paper"&&s.rps.nb>=100)}}class Y0 extends o{constructor(){super(...arguments);e(this,"name","On fait la paire !");e(this,"id","scissor_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Ciseaux au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Couturier);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="scissor"&&s.rps.nb>=100)}}class L0 extends o{constructor(){super(...arguments);e(this,"name","Golem");e(this,"id","rock_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Pierre au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Golem);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="rock"&&s.rps.nb>=100)}}class P0 extends o{constructor(){super(...arguments);e(this,"name","LE NEUF ET LE HUIT !!!");e(this,"id","guess_in_one");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Deviner le Juste Prix en un coup");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.guessInOne>=1)}}class T0 extends o{constructor(){super(...arguments);e(this,"name","Sataniste");e(this,"id","bet_666_50_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Miser 666 Berry au moins une fois par jour pendant 1 mois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"title",c.questTitles.Démon);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"badge",null);e(this,"asset",c.profileAssets.satan);e(this,"onUserQuestMetaUpdate",s=>s.bet666.amount>=30)}}class Q0 extends o{constructor(){super(...arguments);e(this,"name","Jour, Nuit");e(this,"id","win_lose_10_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description",'Faire un enchaînement "Victoire/Défaite" 10 fois de suite');e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames;if(n.length!==20)return!1;for(let r=0;r<n.length;r++)if(r%2===0&&n[r].endState!==1||r%2!==0&&n[r].endState!==-1)return!1;return!0})}}class j0 extends o{constructor(){super(...arguments);e(this,"name","Explorateur novice");e(this,"id","finish_10_raids");e(this,"rank",l.RANKS.COMMON);e(this,"description","Réussir 10 expéditions");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=10)}}class q0 extends o{constructor(){super(...arguments);e(this,"name","Aventurier intrépide");e(this,"id","finish_25_raids");e(this,"rank",l.RANKS.RARE);e(this,"description","Réussir 25 expéditions");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=25)}}class H0 extends o{constructor(){super(...arguments);e(this,"name","Conquérant des terres");e(this,"id","finish_50_raids");e(this,"rank",l.RANKS.EPIC);e(this,"description","Réussir 50 expéditions");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=50)}}class K0 extends o{constructor(){super(...arguments);e(this,"name","Pionnier des secrets");e(this,"id","finish_100_raids");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Réussir 100 expéditions");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=100)}}class G0 extends o{constructor(){super(...arguments);e(this,"name","Légende vivante");e(this,"id","finish_200_raids");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Réussir 200 expéditions");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Légende vivante"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=200)}}class W0 extends o{constructor(){super(...arguments);e(this,"name","Vif");e(this,"id","random_message_20");e(this,"rank",l.RANKS.COMMON);e(this,"description","Récupérer 20 Messages aléatoires");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=20)}}class V0 extends o{constructor(){super(...arguments);e(this,"name","Lucky Luke");e(this,"id","random_message_50");e(this,"rank",l.RANKS.RARE);e(this,"description","Récupérer 50 Messages aléatoires");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=50)}}class z0 extends o{constructor(){super(...arguments);e(this,"name","Rapide");e(this,"id","random_message_100");e(this,"rank",l.RANKS.EPIC);e(this,"description","Récupérer 100 Messages aléatoires");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=100)}}class X0 extends o{constructor(){super(...arguments);e(this,"name","Et Furieux");e(this,"id","random_message_200");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Récupérer 200 Messages aléatoires");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=200)}}class Z0 extends o{constructor(){super(...arguments);e(this,"name","Ka-Chow");e(this,"id","random_message_500");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Récupérer 500 Messages aléatoires");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Flash Mc Queen"]);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=500)}}class J0 extends o{constructor(){super(...arguments);e(this,"name","Collabo");e(this,"id","collabo");e(this,"rank",l.RANKS.COMMON);e(this,"description","Report une personne au staff");e(this,"berry",1e4);e(this,"xp",5e3);e(this,"secret",!0);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.reportedSomeone)}}class eh extends o{constructor(){super(...arguments);e(this,"name","Bienvenue sur OPFR");e(this,"id","send_100_msg");e(this,"rank",l.RANKS.COMMON);e(this,"description","Envoyer 100 messages");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=100)}}class th extends o{constructor(){super(...arguments);e(this,"name","Une vraie pipelette");e(this,"id","send_1000_msg");e(this,"rank",l.RANKS.RARE);e(this,"description","Envoyer 1 000 messages");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=1e3)}}class ah extends o{constructor(){super(...arguments);e(this,"name","Faites le taire ");e(this,"id","send_25000_msg");e(this,"rank",l.RANKS.EPIC);e(this,"description","Envoyer 25 000 messages");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=25e3)}}class sh extends o{constructor(){super(...arguments);e(this,"name","Tu sors de chez toi des fois ?");e(this,"id","send_100000_msg");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Envoyer 100 000 messages");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=1e5)}}class nh extends o{constructor(){super(...arguments);e(this,"name","J'ai pas les mots... mais toi si !");e(this,"id","send_200000_msg");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Envoyer 200 000 messages");e(this,"berry",1e8);e(this,"xp",25e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",c.questTitles.Spammeur);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=2e5)}}class rh extends o{constructor(){super(...arguments);e(this,"name","T'as reçu ton argent de poche ?");e(this,"id","spend_shop_5m");e(this,"rank",l.RANKS.COMMON);e(this,"description","Dépenser 5 000 000 Berrys dans la boutique");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e6)}}class ih extends o{constructor(){super(...arguments);e(this,"name","Tu t'es fait plaisir !");e(this,"id","spend_shop_50m");e(this,"rank",l.RANKS.RARE);e(this,"description","Dépenser 50 000 000 Berrys dans la boutique");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e7)}}class lh extends o{constructor(){super(...arguments);e(this,"name","C'était les soldes j'espère !");e(this,"id","spend_shop_500m");e(this,"rank",l.RANKS.EPIC);e(this,"description","Dépenser 500 000 000 Berrys dans la boutique");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e8)}}class oh extends o{constructor(){super(...arguments);e(this,"name","Paré pour la Fashion Week");e(this,"id","spend_shop_5ml");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Dépenser 5 000 000 000 Berrys dans la boutique");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e9)}}class dh extends o{constructor(){super(...arguments);e(this,"name","Fashion Viktim");e(this,"id","spend_shop_50ml");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Dépenser 50 000 000 000 Berrys dans la boutique");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",c.questTitles["Fashion Viktim"]);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e10)}}class ch extends o{constructor(){super(...arguments);e(this,"name","On commence à se connaître");e(this,"id","voice_1_hours");e(this,"rank",l.RANKS.COMMON);e(this,"description","Se connecter 10h en vocal");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*10)}}class uh extends o{constructor(){super(...arguments);e(this,"name","Je sais tout de toi");e(this,"id","voice_10_hours");e(this,"rank",l.RANKS.RARE);e(this,"description","Se connecter 25h en vocal");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*25)}}class fh extends o{constructor(){super(...arguments);e(this,"name","T'as pas soif ?");e(this,"id","voice_250_hours");e(this,"rank",l.RANKS.EPIC);e(this,"description","Se connecter 250h en vocal");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*250)}}class hh extends o{constructor(){super(...arguments);e(this,"name","Ok Socrate");e(this,"id","voice_2500_hours");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Se connecter 2500h en vocal");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*2500)}}class ph extends o{constructor(){super(...arguments);e(this,"name","Elle ressemble à quoi la lumière du soleil ?");e(this,"id","voice_5000_hours");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Se connecter 5000h en vocal");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Ermite);e(this,"badge",c.BadgeList.ermite);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*5e3)}}class mh extends o{constructor(){super(...arguments);e(this,"name","Stagiaire");e(this,"id","work_100");e(this,"rank",l.RANKS.COMMON);e(this,"description","Travailler 100 fois");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=100)}}class yh extends o{constructor(){super(...arguments);e(this,"name","Alternant");e(this,"id","work_300");e(this,"rank",l.RANKS.RARE);e(this,"description","Travailler 300 fois");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=300)}}class gh extends o{constructor(){super(...arguments);e(this,"name","Smicard");e(this,"id","work_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Travailler 1000 fois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=1e3)}}class _h extends o{constructor(){super(...arguments);e(this,"name","Communiste");e(this,"id","work_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Travailler 2000 fois");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=2e3)}}class wh extends o{constructor(){super(...arguments);e(this,"name","Esclave");e(this,"id","work_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Travailler 5000 fois");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Esclave);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=5e3)}}class bh extends o{constructor(){super(...arguments);e(this,"name","Timide");e(this,"id","write_10_chats");e(this,"rank",l.RANKS.COMMON);e(this,"description","Écrire dans 10 chats différents");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=10)}}class vh extends o{constructor(){super(...arguments);e(this,"name","Curieux");e(this,"id","write_20_chats");e(this,"rank",l.RANKS.RARE);e(this,"description","Écrire dans 20 chats différents");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=20)}}class Mh extends o{constructor(){super(...arguments);e(this,"name","Voyeur");e(this,"id","write_50_chats");e(this,"rank",l.RANKS.EPIC);e(this,"description","Écrire dans 50 chats différents");e(this,"berry",5e5);e(this,"xp",5e4);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=50)}}class Sh extends o{constructor(){super(...arguments);e(this,"name","Philanthrope");e(this,"id","write_100_chats");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Écrire dans 100 chats différents");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=100)}}class kh extends o{constructor(){super(...arguments);e(this,"name","Explorateur");e(this,"id","write_200_chats");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Écrire dans 200 chats différents");e(this,"berry",1e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Explorateur);e(this,"badge",c.BadgeList.exploration);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=200)}}const xh=async(t,a,s,{berry:n,xp:r})=>{const i=await fs(a).then($=>$.populate("user","faction")),d=cs(i),f=ur(i,i.user.faction),{badge:y,isFactionBadge:w,title:C,rank:F,name:j,description:Bm,daily:ea,secret:Dm}=t;return s.Image().setImageName(`quest_success_${F.id}`).draw(),y?s.Image().setImageName(c.progressiveBadgeTypeGuard(y)?`cropped_badge_${y.img}_${F.id}`:`cropped_badge_${y.img}`).setOrigin(T.CanvasOrigin.CENTER).setScale(2).setPosition(370,318).draw():w&&i.user.faction!=="citizen"?s.Image().setImageName(`cropped_badge_${i.user.faction}_${F.id}`).setOrigin(T.CanvasOrigin.CENTER).setScale(2).setPosition(370,318).draw():s.Image().setImageName(`badge_default_${F.id}`).setScale(2).setOrigin(T.CanvasOrigin.CENTER).setPosition(370,318).draw(),s.Text(ea?"QUÊTE JOURNALIÈRE TERMINÉE !":"SUCCÈS DÉBLOQUÉ !").setPosition(739,100).setFont("text",70).setColor(F.color).draw(),s.Text(j).setPosition(739,325).setOrigin(T.CanvasOrigin.BOTTOM_LEFT).setFont("poppins",j.length>=35?65-(j.length-35):65).draw(),s.Text(Dm?"Succès caché":Bm).setPosition(739,360).setFont("poppins_italic",35).draw(),s.Text(`Récompenses: ${wt(n)}${ea&&d>1?` (+${wt(n*(d-1))})`:""} `).setPosition(739,520).setFont("poppins",35).setOrigin(T.CanvasOrigin.LEFT).draw(n!==0).next(($,I)=>T.nextAllToXAxis($.Image(),I)).setImageName("quest_berry").setDimensions(50,79).draw(n!==0).next(($,I)=>T.nextAllToXAxis($.Text(` / ${wt(r)}${ea&&d>1?` (+${wt(r*(d-1))})`:""} `),I)).draw(r!==0).next(($,I)=>T.nextAllToXAxis($.Image(),I)).setImageName("quest_xp").setDimensions(57,59).draw(r!==0).next(($,I)=>T.nextAllToXAxis($.Text(` combo x${d}`),I)).draw(ea&&d>1).next(($,I)=>T.nextAllToXAxis($.Text(" et la possibilité "),I)).draw(w&&i.user.faction==="citizen").next(($,I)=>T.nextAllToXAxis($.Text("de choisir ta faction"),I)).setFont("poppins_bold",35).draw(w&&i.user.faction==="citizen").next(($,I)=>T.nextAllToXAxis($.Text(" et le titre "),I)).setFont("poppins",35).draw(!!C||w&&i.user.faction!=="citizen").next(($,I)=>T.nextAllToXAxis($.Text((C==null?void 0:C.name)??""),I)).setFont("poppins_bold",35).setColor((C==null?void 0:C.rank.color)??"white").draw(!!C).next(($,I)=>T.nextAllToXAxis($.Text((f==null?void 0:f.name)??""),I)).setColor((f==null?void 0:f.rank.color)??"white").draw(w&&!!f),await s.encode("webp")},Rh=10,Uh=1e7,Ch=100,Bh=["berry","success_COMMON","success_RARE","success_EPIC","success_LEGENDARY","success_MYTHIC","xp"],Dh={adventurer_strap:"<:adventurer_strap:1253041086147068035>",adventurer_collar:"<:adventurer_collar:1253041084611690567>",adventurer_boots:"<:adventurer_boots:1253041083252867123>",adventurer_helmet:"<:Casque_cuir:1256965718432550953>",adventurer_weapon:"<:Dague_cuir:1256965714141515837>",adventurer_belt:"<:Ceinture_cuir:1256965593333108838>",herbalist_boots:"<:Sandales_de_lHerboriste:1307627799879749652>",herbalist_helmet:"<:Chapeau_de_lHerboriste:1307627803596034058>",herbalist_weapon:"<:Gant_de_lHerboriste:1307627802073239642>",herbalist_belt:"<:Ceinture_de_lHerboriste:1307627798260744212>",marine_collar:"<:marine_collar:1309899971662712892>",marine_helmet:"<:marine_helmet:1308766843736948756>",marine_ring:"<:marine_ring:1308766839823663184>",marine_strap:"<:marine_strap:1308766838032957520>",pirate_weapon:"<:pirate_weapon:1308766750497705984>",pirate_helmet:"<:pirate_helmet:1308766752171102252>",pirate_ring:"<:pirate_ring:1308766574081212506>",pirate_belt:"<:pirate_belt:1308766575259553792>",revolutionary_belt:"<:revolutionary_belt:1308766578967576576>",revolutionary_boots:"<:revolutionary_boots:1308766571535011861>",revolutionary_helmet:"<:revolutionary_helmet:1308766576736075867>",revolutionary_ring:"<:revolutionary_ring:1308766581089767424>",little_blacksmith_collar:"<:little_blacksmith_collar:1308814708714770593>",little_blacksmith_weapon:"<:little_blacksmith_weapon:1308814712397627483>",little_blacksmith_ring:"<:little_blacksmith_ring:1308814710803529739>",little_blacksmith_strap:"<:little_blacksmith_strap:1308814713752391700>"},Ah={background:"<:background:1178465681809887334>",title:"<:title:1178465688915038208>",chest_1:"<:lootbox1:1186689926167810088>",chest_2:"<:lootbox2:1186258728882811051>",chest_3:"<:lootbox3:1243963722259501216>",chest_4:"<:lootbox3:1186259958216523786>",chest_blacksmith_1:"<:chest_blacksmith_1:1310090050146664498>",chest_blacksmith_2:"<:chest_blacksmith_2:1310090051371139092>",chest_blacksmith_3:"<:chest_blacksmith_3:1310090052839276554>",bottle_xp_1:"<:bottle_xp:1186204593667969035>",bottle_xp_2:"<:bottle_xp_2:1243980696083632208>",bottle_xp_3:"<:bottle_xp_3:1243980697773936740>",bottle_xp_4:"<:bottle_xp_4:1243980698927366256>",boost_week:"<:boost_week:1186258728073297971>",boost_day:"<:boost_day:1186258726030680145>",wood_plank:"<:Planchesdebois:1233782418478071930>",nail:"<:Clous:1233782384613261382>",glue:"<:Colle:1233782388497186846>",rope:"<:Corde:1233782392225927168>",repair_kit:"<:Kitderparation:1233782876223570011>",tissue:"<:Tissus:1233784184099573852>",lock:"<:Serrureclef:1233782436068982814>",iron:"<:Ferbrut:1233782399125426207>",clover:"<:Treflesixfeuilles:1233782439503990915> ",glass_bottle:"<:Fioleenverre:1233782402233532496>",pure_water:"<:Eaupure:1233782393572298802>",sea_salt:"<:SelMarin:1233784181696233602>",ebony_poppy:"<:Pavotebene:1233782416879915060>",rose:"<:Roseimmaculee:1233784180215644180>",poppy:"<:Coquelicotecarlate:1233782390099280023>",manganese:"<:Manganesescintillante:1233784177221042196>",cursed_hawthorn:"<:AubpineMaudite:1233782382872629329>",mugwort:"<:Armoiseblanche:1233782381400424519>",mandrake:"<:MandragoreAdulte:1233782409070247946>",obsidian:"<:Obsidiennesombre:1233784178307371110>",saffron:"<:Safranvermeille:1233782430385836124>",edelweiss:"<:Edelweiss:1233782395019329546>",emerald:"<:emeraude:1233782873165791273>",ruby:"<:Rubis:1233782426174619679>",sapphire:"<:Saphir:1233782432004837407>",siren_tear:"<:Larmedesirene:1233782405538517095>",compass:"<:Rosedesvents:1233782421892239360>",dragon_heart:"<:CoeurdeDragon:1233782386580258848>",fairy_wing:"<:Ailedefees:1233782379269722293>",phoenix_feather:"<:PlumedePhoenix:1233784783822127167>",mithril:"<:Mithril:1233782412434214974>",cereal:"<:craft_cereal:1243963641204703405>",cotton:"<:craft_cotton:1243963642567721080>",empty_box:"<:craft_empty_box:1243963643834535966>",enchanted_emerald:"<:craft_enchanted_emerald:1243963645092696105>",enchanted_ruby:"<:craft_enchanted_ruby:1243963647097569330>",enchanted_sapphire:"<:craft_enchanted_sapphire:1243963648486019082>",enchanted_stone:"<:craft_enchanted_stone:1243963650893545637>",flour:"<:craft_flour:1243963651719823451>",hemp:"<:craft_hemp:1243963653238030387>",scrap:"<:craft_scrap:1243963718895669268>",strange_gem:"<:craft_strange_gem:1243963656539078686>",strange_stone:"<:craft_strange_stone:1243963658766123192>",tools:"<:craft_tools:1243963720179122217>",wood:"<:craft_wood:1243963662763298897>",wine:"<:craft_wine:1249242713442746501>",toy:"<:craft_toy:1249242711907893278>",rhum:"<:craft_rhum:1249242707961057361>",milk:"<:craft_milk:1249242706501308488>",fruit:"<:craft_fruit:1249242705612115968>",sugar:"<:craft_sugar:1249242709684785184>",egg:"<:craft_egg:1249242703972007986>",omelet:"<:omelette:1288942044328493179>",cheese:"<:Fromage_Affine:1289695711398596761>",bread:"<:Pain_de_campagne:1289703440163016855>",strawberry_cake:"<:Fraisier:1289707903649058858>",bowl_cereal:"<:craft_bowl_cereal:1249242702462193686>",beer:"<:craft_beer:1249242701300240434>",bowl:"<:craft_bowl:1250116629275082873>",rudder:"<:craft_rudder:1250435943253540895>",rescue_boat:"<:craft_rescue_boat:1250435931635322950>",sailing_boat:"<:craft_sailing_boat:1250435942162894849>",salt_water:"<:craft_salt_water:1250435945216475317>",anchor:"<:craft_anchor:1250435934843834409>",hammock:"<:craft_hammock:1250435933300588687>",leather:"<:craft_leather:1253034980133834752>",ancient_key:"<:craft_ancient_key:1257447843355033742>",iron_ore:"<:craft_iron_ore:1257475847271612497>",map_fragment:"<:map_fragment:1281949667227205663>",scroll_agility:"<:scroll_agility:1254081331365810289>",scroll_chance:"<:scroll_chance:1254081332422639657>",scroll_intelligence:"<:scroll_intelligence:1254081334264070174>",scroll_strength:"<:scroll_strength:1254081335862099980>",scroll_vitality:"<:scroll_vitality:1254081337711919185>",scroll_wisdom:"<:scroll_wisdom:1254081340115259454>",elemental_concentrate_earth:"<:elemental_concentrate_earth:1269073512782499860>",elemental_concentrate_fire:"<:elemental_concentrate_fire:1269073513919156349>",elemental_concentrate_life:"<:elemental_concentrate_life:1269073515315728425>",elemental_concentrate_moon:"<:elemental_concentrate_moon:1269073517044039760>",elemental_concentrate_water:"<:elemental_concentrate_water:1269073518205599776>",elemental_concentrate_wind:"<:elemental_concentrate_wind:1269073510815367189>",essence_earth:"<:essence_earth:1269073149300052034>",essence_fire:"<:essence_fire:1269073150784700416>",essence_life:"<:essence_life:1269073151728287787>",essence_moon:"<:essence_moon:1269073153510998056>",essence_water:"<:essence_water:1269073154333081701>",essence_wind:"<:essence_wind:1269073156241625088>",empty_scroll:"<:empty_scroll:1269074077327298653>",enchant:{wood:"<:Bois_enchante:1302698738107682986>",cereal:"<:Cereale_enchantee:1302698739307253862>",hemp:"<:Chanvre_enchante:1302698741098086411>",poppy:"<:Coquelicot_ecarlate_enchante:1302698743597891744>",rope:"<:Corde_Enchantee:1302698745875661001>",cotton:"<:Coton_enchante:1302698771804721295>",leather:"<:Cuir_enchante:1302698774510174360>",pure_water:"<:Eau_pure_enchantee:1302698775965466654>",iron:"<:Fer_brut_enchante:1302698777899040789>",manganese:"<:Manganese_scintillante_enchantee:1302698799273214073>",ebony_poppy:"<:Pavot_debene_enchante:1302698801559109672>",rose:"<:Rose_immaculee_enchantee:1302698803886948452>",sea_salt:"<:Sel_Marin_enchante:1302698806541815869>",tissue:"<:Tissu_enchante:1302698807917805633>",clover:"<:Trefle_a_6_feuilles_enchante:1302698809670762556>"}},Oh={d1:"<:d1:1159542168738873455>",d2:"<:d2:1159542071049334814>",d3:"<:d3:1159542073914032191>",d4:"<:d4:1159542075512082543>",d5:"<:d5:1159542078179651614>",d6:"<:d6:1159542079458910229>",revolutionary:"<:revolutionnaire:648245785133056020>",pirate:"<:pirate:648245785053626368>",marine:"<:marine:648245784407441429>",berry:"<:berry:1153734056035504158>",xp:"<:xp:1084914564379975772>",success:"<:success:1186707379534954506>",hp:"<:hp:1257776163955277824>",paper:"📄",rock:"🪨",scissor:"✂️",pray:"<:Ryokugyu_pray:1147542990844334280>",gun:"<:fujigun:1050120413243506688>",promise:"<:Luffy_Promise:1027626431565529099>",love:"<:Lawve:1050916817801072730>",note:"<:imsusnote:1136952496456224778>",watching:"<:Carrot_Watching:1024736915922104360>",card:"<:carteDos:1168580012258103387>",cards:{spades:{1:"<:asdepique:1168560615170768967>",2:"<:2depique:1168559430955184259>",3:"<:3depique:1168559437548638248>",4:"<:4depique:1168559679354445934>",5:"<:5depique:1168559725504372796>",6:"<:6depique:1168559764528185394>",7:"<:7depique:1168559459392553061>",8:"<:8depique:1168559887870083162>",9:"<:9depique:1168559471392464988>",10:"<:10depique:1168559958435053598>",J:"<:valetdepique:1168560676202086523>",Q:"<:reinedepique:1168560621722284083>",K:"<:roidepique:1168560628189888634>"},diamonds:{1:"<:asdecarreau:1168560612742279308>",2:"<:2decarreau:1168559427788472330>",3:"<:3decarreau:1168559434138669236>",4:"<:4decarreau:1168559440774041621>",5:"<:5decarreau:1168559445308084256>",6:"<:6decarreau:1168559763462819940>",7:"<:7decarreau:1168559845872517172>",8:"<:8decarreau:1168559888989949994>",9:"<:9decarreau:1168559942215667804>",10:"<:10decarreau:1168559475481907230>",J:"<:valetdecarreau:1168560633634095234>",Q:"<:reinedecarreau:1168560618182291577>",K:"<:roidecarreau:1168560626185011281>"},hearts:{1:"<:asdecoeur:1168560613971214368>",2:"<:2decoeur:1168559428681859073>",3:"<:3decoeur:1168559435950592060>",4:"<:4decoeur:1168559442074284073>",5:"<:5decoeur:1168559723226865725>",6:"<:6decoeur:1168559452509708298>",7:"<:7decoeur:1168559457769365684>",8:"<:8decoeur:1168559463368757339>",9:"<:9decoeur:1168559938897989672>",10:"<:10decoeur:1168559477658751006>",J:"<:valetdecoeur:1168560635991298160>",Q:"<:reinedecoeur:1168560619855822940>",K:"<:roidecoeur:1168560678378950716>"},clubs:{1:"<:asdetrfle:1168560617444081834>",2:"<:2detrfle:1168559432242831512>",3:"<:3detrfle:1168559439440269403>",4:"<:4detrfle:1168559677936762982>",5:"<:5detrfle:1168559449540145153>",6:"<:6detrfle:1168559761260818594>",7:"<:7detrfle:1168559844748435549>",8:"<:8detrfle:1168559466334142575>",9:"<:9detrfle:1168559940953194576>",10:"<:10detrfle:1168559959802380288>",J:"<:valetdetrfle:1168560610531885137>",Q:"<:reinedetrfle:1168560623228026972>",K:"<:roidetrfle:1168560675543580712>"}},factions:{b_citizen_COMMON:"<:BasiqueOPFRbois:1175507882188484761>",b_citizen_RARE:"<:BasiqueOPFRargent:1175507880724668488>",b_citizen_EPIC:"<:BasiqueOPFRor:1175507883501289512>",b_citizen_LEGENDARY:"<:BasiqueOPFRplatine:1175507886714134548>",b_citizen_MYTHIC:"<:BasiqueOPFRultime:1175507889553670264>",b_marine_COMMON:"<:Marinebois:1175507936953512036>",b_marine_RARE:"<:Marineargent:1175508322351321178>",b_marine_EPIC:"<:Marineor:1175508300603863132>",b_marine_LEGENDARY:"<:Marineplatine:1175507940803879012>",b_marine_MYTHIC:"<:Marineultime:1175508279590395977>",b_revolutionary_COMMON:"<:RvoBois:1175507954779295810>",b_revolutionary_RARE:"<:RvoArgent:1175508199118483457>",b_revolutionary_EPIC:"<:RvoOr:1175508111885344819>",b_revolutionary_LEGENDARY:"<:RvoPlatine:1175507958378008756>",b_revolutionary_MYTHIC:"<:RvoUltime:1175508127815319612>",b_pirate_COMMON:"<:Piratebois:1175508259768115272>",b_pirate_RARE:"<:Pirateargent:1175507943987363941>",b_pirate_EPIC:"<:Pirateor:1175508240243621928>",b_pirate_LEGENDARY:"<:Pirateplatine:1175507949578358804>",b_pirate_MYTHIC:"<:Pirateultime:1175507951709061150>"},characteristics:{vitality:"<:vitality:1251861015277338675>",strength:"<:strength:1251860738595618838>",agility:"<:agility:1251860734145728596>",intelligence:"<:intelligence:1251860736943194144>",chance:"<:chance:1251860735827513425>",wisdom:"<:wisdom:1251861017231884378>"},items:Ah,equipments:Dh},Nh=(t,a)=>{const s=t.badge,n=t.isFactionBadge;return s?c.progressiveBadgeTypeGuard(s)?s.emojis[s.isProgressive.findIndex(r=>r===t.rank.id)]:s.emojis:n?Oh.factions[`b_${a}_${t.rank.id}`]:""},$h=t=>{const[a,s]=t.split("_"),n=Object.values(c.BadgeList).find(r=>r.id===a);if(n)return c.progressiveBadgeTypeGuard(n)?n.emojis[n.isProgressive.findIndex(r=>r===s)]:n.emojis},Eh=async(t,a)=>{const s=Object.values(Wa).find(n=>new n().id===t);if(s){const n=new s,r=await n.complete(a,{});r&&ne("userDaily",a,[[n,r]])}},Fh=async(t,a)=>{const s=Object.values(Jc).find(n=>new n().id===t);if(s){const n=new s,r=await n.complete(a,{});r&&ne("crewDaily",a,[[n,r]])}};class Ih extends o{constructor(){super(...arguments);e(this,"name","Jeune étudiant");e(this,"id","drink_50_alcohols");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 50 alcools");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Jeune étudiant"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=50)}}class Yh extends o{constructor(){super(...arguments);e(this,"name","Habitué des bars");e(this,"id","drink_250_alcohols");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 250 alcools");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Habitué des bars"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=250)}}class Lh extends o{constructor(){super(...arguments);e(this,"name","Alcoolique notoire");e(this,"id","drink_500_alcohols");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 500 alcools");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Alcoolique notoire"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=500)}}class Ph extends o{constructor(){super(...arguments);e(this,"name","Ivrogne");e(this,"id","drink_1000_alcohols");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 1000 alcools");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Ivrogne);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=1e3)}}class Th extends o{constructor(){super(...arguments);e(this,"name","Breton");e(this,"id","drink_2000_alcohols");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 2000 alcools");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Breton);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=2e3)}}class Qh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Rhum");e(this,"id","drink_10_rhum");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Rhums");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=10)}}class jh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Rhum");e(this,"id","drink_100_rhum");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Rhums");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=100)}}class qh extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Rhum");e(this,"id","drink_250_rhum");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Rhums");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=250)}}class Hh extends o{constructor(){super(...arguments);e(this,"name","Rhumologue");e(this,"id","drink_500_rhum");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Rhums");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Rhumologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=500)}}class Kh extends o{constructor(){super(...arguments);e(this,"name","Dieu du Rhum");e(this,"id","drink_1000_rhum");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Rhums");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu du Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=1e3)}}class Gh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Bière");e(this,"id","drink_10_beer");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Bières");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Bière"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=10)}}class Wh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Bière");e(this,"id","drink_100_beer");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Bières");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=100)}}class Vh extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Bière");e(this,"id","drink_250_beer");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Bières");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=250)}}class zh extends o{constructor(){super(...arguments);e(this,"name","Bièrologue");e(this,"id","drink_500_beer");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Bières");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Bièrologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=500)}}class Xh extends o{constructor(){super(...arguments);e(this,"name","Dieu de la Bière");e(this,"id","drink_1000_beer");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Bières");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu de la Bière"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=1e3)}}class Zh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Vin");e(this,"id","drink_10_wine");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Vins");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=10)}}class Jh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Vin");e(this,"id","drink_100_wine");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Vins");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=100)}}class ep extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Vin");e(this,"id","drink_250_wine");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Vins");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=250)}}class tp extends o{constructor(){super(...arguments);e(this,"name","Vinologue");e(this,"id","drink_500_wine");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Vins");e(this,"berry",1e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Vinologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=500)}}class ap extends o{constructor(){super(...arguments);e(this,"name","Dieu du Vin");e(this,"id","drink_1000_wine");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Vins");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu du Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=1e3)}}const es=Object.freeze(Object.defineProperty({__proto__:null,Bet10M:jf,Bet666:T0,BetMinValue:Tf,Birthday:Wf,BotPing:Vf,ChestOpen1000Quest:r0,ChestOpen150Quest:s0,ChestOpen2000Quest:i0,ChestOpen500Quest:n0,ChestOpen50Quest:a0,Craft1000Times:u0,Craft100CookedMeals:p0,Craft100Scrolls:v0,Craft10CookedMeals:f0,Craft10Scrolls:_0,Craft200Times:d0,Craft20Scrolls:w0,Craft20Times:l0,Craft250CookedMeals:m0,Craft500CookedMeals:y0,Craft500Times:c0,Craft50CookedMeals:h0,Craft50Scrolls:b0,Craft50Times:o0,Craft5Scrolls:g0,Crew10Percent:M0,Crew90Percent:S0,DoubleSix:A0,Draw1000Quest:R0,Draw100Quest:k0,Draw2000Quest:U0,Draw300Quest:x0,Draw5000Quest:C0,DrawDoubleSix:O0,Drink1000Alcohols:Ph,Drink1000Beer:Xh,Drink1000Quest:Jf,Drink1000Rhum:Kh,Drink1000Wine:ap,Drink100Beer:Wh,Drink100Rhum:jh,Drink100Today:zf,Drink100Wine:Jh,Drink10Beer:Gh,Drink10Rhum:Qh,Drink10Wine:Zh,Drink2000Alcohols:Th,Drink2000Quest:e0,Drink200Quest:Xf,Drink250Alcohols:Yh,Drink250Beer:Vh,Drink250Rhum:qh,Drink250Wine:ep,Drink5000Quest:t0,Drink500Alcohols:Lh,Drink500Beer:zh,Drink500Quest:Zf,Drink500Rhum:Hh,Drink500Wine:tp,Drink50Alcohols:Ih,Edito:B0,Everyone:D0,Finish100Raids:K0,Finish10Raids:j0,Finish200Raids:G0,Finish25Raids:q0,Finish50Raids:H0,GuessInOne:P0,Lose10M:Gf,LoseAll5GamesInRow:E0,LoseEverything:Qf,Paper100:I0,RandomMessage100Quest:z0,RandomMessage200Quest:X0,RandomMessage20Quest:W0,RandomMessage500Quest:Z0,RandomMessage50Quest:V0,Report:J0,Rock100:L0,Scissor100:Y0,SevenQuitteOuDouble:N0,SpendShop500M:lh,SpendShop50M:ih,SpendShop50Ml:dh,SpendShop5M:rh,SpendShop5Ml:oh,TenBlackJack:F0,TotalBet10M:Hf,TotalBet1Md:Kf,Voice10Hours:ch,Voice2500Hours:hh,Voice250Hours:fh,Voice25Hours:uh,Voice5000Hours:ph,WinAll5GamesInRow:$0,WinLose10:Q0,WinOn10MBet:qf,Work1000Quest:gh,Work100Quest:mh,Work2000Quest:_h,Work300Quest:yh,Work5000Quest:wh,Write100Chats:Sh,Write10Chats:bh,Write200Chats:kh,Write20Chats:vh,Write50Chats:Mh,send100000Messages:sh,send1000Messages:th,send100Messages:eh,send200000Messages:nh,send25000Messages:ah},Symbol.toStringTag,{value:"Module"}));class sp extends o{constructor(){super(...arguments);e(this,"name","T'as pas oublié de ranger ta chambre ?");e(this,"id","daily_all");e(this,"rank",l.RANKS.RARE);e(this,"description","Finir les quêtes journalières");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*12500);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1250);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestUpdate",s=>{for(const[n,r]of Object.entries(s.daily))if(!me(r,new Date)&&this.id!==n)return!1;return Object.keys(s.daily).filter(n=>n!==this.id).length>=5})}}const ts=Object.freeze(Object.defineProperty({__proto__:null,DailyAll:sp},Symbol.toStringTag,{value:"Module"})),np=[...Object.values(Za),...Object.values(Ja),...Object.values(Xa),...Object.values(es),...Object.values(ts),...Object.values(za),...Object.values(Va),...Object.values(Wa)],rp=async t=>{var s;const a=[];for(const n of Object.values(Za)){const r=new n;if((s=r.onUserMetaUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{_userMeta:t});i&&a.push([r,i])}}a.length>0&&ne("userMetaUpdate",t.user._id,a)},ip=async t=>{var s;const a=[];for(const n of Object.values(es)){const r=new n;if((s=r.onUserQuestMetaUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userQuestMetaUpdate",t.user._id,a)},lp=["raidUnlock"],Vn=new gs.EventEmitter,dt=(t,a,s)=>{Vn.emit(t,a,s)},op=t=>{for(const a of lp)Vn.on(a,(s,n)=>{t(a,s,n)})},dp=async t=>{var s,n;const a=await ps(t.user._id);l.getCurrentLevel(t.xp.amount)>=30&&!mt(a,"training")&&(await gt(a.user._id,"training"),dt("raidUnlock",t.user._id,"training")),(((n=(s=a.obtainedRewards.training)==null?void 0:s.filter(r=>r.startsWith("end_")))==null?void 0:n.length)??0)>=4&&!mt(a,"resources")&&(await gt(a.user._id,"resources"),dt("raidUnlock",t.user._id,"resources"))},cp=async t=>{const a=await ps(t.user._id);sa(t.equipmentList,s=>s.id).map(s=>S.findEquipment(s)).filter(s=>s.panoply==="adventurer").length===6&&!mt(a,"pirate_cave")&&(await gt(a.user._id,"pirate_cave"),dt("raidUnlock",t.user._id,"pirate_cave")),(t.itemList.get("map_fragment")??0)>=5&&!mt(a,"mysterious_island")&&(await gt(a.user._id,"mysterious_island"),await Ne(t.user._id,"map_fragment",5),dt("raidUnlock",t.user._id,"mysterious_island"))},He={multiplier:{type:Number,default:0},origin:String,expireAt:{type:Date,default:null},startAt:{type:Date,default:null}},ct=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},premium:{type:Boolean,default:!1},berry:{type:Number,default:0,index:!0},xp:{lastMessageWithXp:{type:Date,default:new Date},voice:{lastConnection:{type:Date,default:new Date},minutesInVoiceToday:{type:Number,default:0}},amount:{type:Number,default:0,index:!0},boost:{type:Date,default:null}},buffs:{cooldown:{casino:{type:[He],default:[]},work:{type:[He],default:[]}},berry:{work:{type:[He],default:[]},global:{type:[He],default:[]}},drop:{work:{type:[He],default:[]}},xp:{global:{type:[He],default:[]}}},hp:{type:Number,default:100},workUnluckyStreak:{type:Number,default:0},characteristics:{vitality:{type:Number,default:0},strength:{type:Number,default:0},agility:{type:Number,default:0},chance:{type:Number,default:0},intelligence:{type:Number,default:0},wisdom:{type:Number,default:0}},resetCharacteristics:{free:{type:Boolean,default:!0},nextAvailable:{type:Date,default:null}},scrolls:{vitality:{type:Number,default:0},strength:{type:Number,default:0},agility:{type:Number,default:0},chance:{type:Number,default:0},intelligence:{type:Number,default:0},wisdom:{type:Number,default:0}}});ct.index({user:1}),ct.index({"xp.amount":-1}),ct.index({berry:-1}),ct.post("findOneAndUpdate",async function(t){await dp(t),await rp(t),t.hp<=0&&await Yn(t._id)});const Se=((jr=h.models)==null?void 0:jr.UserMeta)||h.model("UserMeta",ct),zn=async t=>await Se.create({user:t}),ut=async(t,a={})=>{const s=await Se.findOne({user:t},a);return s||await zn(t)},as=t=>Object.fromEntries(l.CHARACTERISTICS.map(a=>[a,ei.getComputedCharacteristicValue(t.characteristics[a])+t.scrolls[a]])),up=t=>Date.now()-t.xp.lastMessageWithXp.getTime()>60*1e3,ss=t=>{const{boost:a}=t.xp;return(a!==null&&Date.now()<a.getTime()?.2:0)+(t.premium?.5:0)+t.buffs.xp.global.reduce((s,{expireAt:n,startAt:r,multiplier:i})=>s+((r??new Date)<=new Date&&(!n||!Ae(n))?i:0),0)},fp=t=>{const a=t.trim().length,s=2;return a<10?10*s:a>300?300*s:a*s},hp=(t,a,s)=>(a*=1+ss(t),Math.ceil(a*s)),pp=(t,a)=>{const s=Xn(t);return a<=0?a:Math.ceil(a*(s||1))},mp=t=>t.buffs.cooldown.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),yp=t=>t.buffs.drop.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),gp=t=>t.buffs.berry.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),Xn=t=>t.buffs.berry.global.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),_p=t=>t.buffs.cooldown.casino.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),ke=async(t,a,s)=>{const n=a??await ut(t,{buffs:0,xp:0}),r=s??await Gt(t,{itemList:0,equipmentList:0});return((as(n).vitality??0)+Ka(r).vitality)*l.HP_PER_VITALITY+l.DEFAULT_MAX_HP},wp=Object.freeze(Object.defineProperty({__proto__:null,calcBerry:pp,calcBerryGlobalBuff:Xn,calcBerryWorkBuff:gp,calcCooldownCasinoBuff:_p,calcCooldownWorkBuff:mp,calcDropWorkBuff:yp,calcMessageXp:fp,calcXp:hp,calcXpBoost:ss,getBerryRank:async t=>(await Se.aggregate([{$setWindowFields:{sortBy:{berry:-1},output:{rank:{$rank:{}}}}},{$match:{_id:t}},{$project:{rank:1}}]))[0],getGlobalRank:async t=>(await Se.aggregate([{$setWindowFields:{sortBy:{"xp.amount":-1},output:{rank:{$rank:{}}}}},{$match:{_id:t}},{$project:{rank:1}}]))[0],getMaxHp:ke,getTotalCharacteristics:as,hasCharacteristicRequirement:async(t,a,s,n)=>{const r=s??await ut(t,{buffs:0,xp:0}),i=n??await Gt(t,{itemList:0,equipmentList:0}),d=La(as(r),Ka(i),(f,y)=>f+y);for(const f of Object.keys(a))if(d[f]<(a[f]??0))return!1;return!0},hasMalusBuff:t=>{const a=[...t.buffs.xp.global,...t.buffs.berry.global,...t.buffs.berry.work,...t.buffs.cooldown.work,...t.buffs.cooldown.casino,...t.buffs.drop.work];for(const{multiplier:s,startAt:n,expireAt:r}of a)if(s<0&&(!r||!Ae(r))&&(n??new Date)<=new Date)return!0;return!1},isCooldownForXpPassed:up},Symbol.toStringTag,{value:"Module"})),bp=(t,a)=>Se.findOneAndUpdate({user:t},a,{returnDocument:"after",upsert:!0}),E=async(t,a)=>{await Se.findOneAndUpdate({user:t},a,{returnDocument:"after",upsert:!0})},vp=async t=>{await E(t,{$set:{"xp.lastMessageWithXp":new Date}})},Mp=async(t,a)=>{await E(t,{$inc:{"xp.amount":a}})},Zn=async(t,a)=>{await E(t,[{$set:{berry:{$max:[{$add:["$berry",a]},0]}}}])},Sp=async(t,a)=>{await E(t,{$set:{premium:a}})},kp=async(t,a)=>{const{xp:{boost:s}}=await bp(t,[{$set:{"xp.boost":{$cond:{if:{$or:[{$not:"$xp.boost"},{$lt:["$xp.boost",new Date]}]},then:{$add:[new Date,a]},else:{$add:["$xp.boost",a]}}}}}]);return s},ns=async(t,a)=>{if(Array.isArray(a)){for(const n of a)await ns(t,n);return}const s=S.transformToDBBuff(a);await E(t,[{$set:{[`buffs.${a.target}`]:{$map:{input:`$buffs.${a.target}`,as:"buff",in:{$cond:{if:{$eq:[{$substr:["$$buff.origin",0,{$indexOfBytes:["$$buff.origin","/"]}]},a.origin.split("/")[0]]},then:{multiplier:a.multiplier,origin:a.origin,expireAt:s.expireAt?{$cond:{if:{$lt:["$$buff.expireAt",new Date]},then:s.expireAt,else:{$add:["$$buff.expireAt",(a.endIn??0)*60*60*1e3]}}}:null,startAt:{$cond:{if:{$gte:["$$buff.startAt",new Date]},then:"$$buff.startAt",else:{$add:[new Date,(a.startIn??0)*60*60*1e3]}}}},else:"$$buff"}}}}}},{$set:{[`buffs.${a.target}`]:{$cond:{if:{$in:[a.origin.split("/")[0],{$map:{input:`$buffs.${a.target}`,as:"buff",in:{$substr:["$$buff.origin",0,{$indexOfBytes:["$$buff.origin","/"]}]}}}]},then:`$buffs.${a.target}`,else:{$concatArrays:[`$buffs.${a.target}`,[{...s}]]}}}}}])},rs=async(t,a)=>{await E(t,{$pull:{[`buffs.${a.target}`]:{origin:a.origin}}})},xp=async(t,a,s,n)=>{const r=S.fromDBToEquipableEquipment(a),i=bs(Object.values(s)),d=S.allPanoplies.find(w=>w.id===r.panoply);if(!d)return;const f=d.equipments.filter(w=>(i.find(C=>w.id===C.id)||!n&&r.id===w.id)&&(n?r.id!==w.id:!0)).length,y=f===d.equipments.length?d.fullBonus:f>=d.equipments.length/2?d.halfBonus:void 0;d.halfBonus&&"target"in d.halfBonus&&await rs(t,d.halfBonus),d.fullBonus&&"target"in d.fullBonus&&await rs(t,d.fullBonus),y&&"target"in y&&await ns(t,y)},Rp=async(t,a,{userMeta:s,userInventory:n})=>{const r=s??await ut(t,{buffs:-1,xp:-1}),i=n??await Gt(t,{itemList:-1,equipmentList:-1}),f=await ke(t,r,i)-r.hp;await E(t,{$set:{hp:r.hp+Math.floor(Math.min(a,f))}})},Up=async(t,a)=>{await E(t,[{$set:{hp:{$max:[{$add:["$hp",-a]},0]}}}])},Ke=async(t,a)=>{const s=await ke(t);await E(t,[{$set:{hp:{$round:[{$multiply:[{$divide:["$hp",a]},s]},0]}}}])},Cp=Object.freeze(Object.defineProperty({__proto__:null,addBerry:Zn,addCharacteristics:async(t,a)=>{const s=await ke(t),n=Object.fromEntries(Object.entries(a).filter(([,r])=>r!==0).map(([r,i])=>[`characteristics.${r}`,i]));await E(t,{$inc:n}),Ke(t,s)},addMinutesInVoiceToday:async(t,a)=>{await E(t,{$inc:{"xp.voice.minutesInVoiceToday":a}})},addScrollCharacteristic:async(t,a)=>{const s=await ke(t),n=Object.fromEntries(Object.entries(a).filter(([,r])=>r!==0).map(([r,i])=>[`scrolls.${r}`,i]));await E(t,{$inc:n}),Ke(t,s)},addXp:Mp,gainHp:Rp,incrementWorkUnluckyStreak:async t=>{await E(t,{$inc:{workUnluckyStreak:1}})},loseHp:Up,removeBuff:rs,resetCharacteristics:async(t,a,s)=>{const n=await ke(t,s),r={vitality:0,strength:0,agility:0,chance:0,intelligence:0,wisdom:0};a?await E(t,{$set:{characteristics:r,"resetCharacteristics.free":!1}}):await E(t,{$set:{characteristics:r,"resetCharacteristics.nextAvailable":new Date(Date.now()+30*24*60*60*1e3)},$inc:{berry:-1e8}}),Ke(t,n)},resetMinutesInVoiceToday:async t=>{await E(t,{$set:{"xp.voice.minutesInVoiceToday":0}})},resetWorkUnluckyStreak:async t=>{await E(t,{$set:{workUnluckyStreak:0}})},updateBoost:kp,updateBuff:ns,updateHp:Ke,updateLastMessageTime:vp,updateLastVoiceConnection:async(t,a)=>{await E(t,{$set:{"xp.voice.lastConnection":a}})},updatePanoplyBuff:xp,updatePremium:Sp},Symbol.toStringTag,{value:"Module"})),Bp=async t=>{var s;const a=[];for(const n of Object.values(Xa)){const r=new n;if((s=r.onUserInventoryUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userInventoryUpdate",t.user._id,a)},is=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},equippedItems:{type:Object,default:{}},equipmentList:{type:[{id:String,seed:Number}],default:[]},itemList:{type:Map,of:Number,default:{}},recipes:{type:[String],default:[]}},{minimize:!1});is.index({user:1}),is.post("findOneAndUpdate",async function(t){await cp(t),await Bp(t)});const ft=((qr=h.models)==null?void 0:qr.UserInventory)||h.model("UserInventory",is),ge=async(t,a)=>{await ft.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},_e=async(t,a,s)=>{await ge(t,{$inc:{[`itemList.${a}`]:s}}),await Ga(t,a)},Dp=async(t,a)=>{await ge(t,{$inc:Object.fromEntries(Object.entries(a).filter(([,s])=>(s??0)>0).map(([s,n])=>[`itemList.${s}`,n]))}),vn(a).forEach(([s])=>Ga(t,s))},Ne=async(t,a,s)=>{s!==0&&await ge(t,[{$set:{[`itemList.${a}`]:{$max:[{$add:[`$itemList.${a}`,-s]},0]}}}])},Jn=async(t,a,s)=>{await ge(t,{$pull:{equipmentList:{id:a,seed:s}}})},er=async(t,a,s,n)=>{s!==0&&(S.isEquipmentId(a)?await Jn(t,a,n):await Ne(t,a,s))},Ap=async(t,a)=>{await ge(t,{$set:{[`itemList.${a}`]:0}})},tr=async(t,a)=>{await ge(t,{$push:{equipmentList:{$each:a}}})},Op=Object.freeze(Object.defineProperty({__proto__:null,addEquipments:tr,addInventoryItem:_e,addInventoryItems:Dp,craftItem:async(t,a,s,n,r)=>{for(const{itemId:f,size:y}of a)await Ne(t,f,y*n);const{itemId:i,size:d}=s;S.isEquipmentId(i)?await tr(t,[{id:i,seed:r}]):await _e(t,i,d*n)},dismantleEntity:async(t,a,s,n,r)=>{await er(t,a.id,n,r);for(const{entityId:i,quantity:d}of s)S.isEquipmentId(i)||await _e(t,i,n*d);await Ne(t,"tools",1)},enchantItem:async(t,a,s,n)=>{await Ne(t,a,n),await Ne(t,"enchanted_stone",n*4),await _e(t,s,n)},equip:async(t,a,s)=>{const n=await ke(t);await ge(t,{$set:{[`equippedItems.${a}`]:s}}),await Ke(t,n)},removeAllItemInventory:Ap,removeEquipment:Jn,removeInventoryEntity:er,removeInventoryItem:Ne,unequip:async(t,a)=>{const s=await ke(t);await ge(t,{$set:{[`equippedItems.${a}`]:null}}),await Ke(t,s)},unlockRecipe:async(t,a)=>{await ge(t,{$addToSet:{recipes:a}})}},Symbol.toStringTag,{value:"Module"})),ar=async t=>await ft.create({user:t}),Gt=async(t,a={})=>{const s=await ft.findOne({user:t},a);return s||await ar(t)},Np=async t=>{var s;const a=[];for(const n of Object.values(Ja)){const r=new n;if((s=r.onUserOrnamentsUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userOrnamentsUpdate",t.user._id,a)},ls=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},unlockedFactionBadges:{type:[String],default:[]},unlockedBadges:{type:[String],default:[]},unlockedTitles:{type:[String],default:[]},selectedTitle:{type:String,default:null},unlockedBackgrounds:{type:[String],default:["default"]},selectedBackground:{type:String,default:"default"},unlockedProfileAssets:{type:[String],default:[]}});ls.index({user:1}),ls.post("findOneAndUpdate",async function(t){await Np(t)});const ht=((Hr=h.models)==null?void 0:Hr.UserOrnaments)||h.model("UserOrnaments",ls),re=async(t,a)=>{await ht.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},os=async(t,a)=>{await re(t,{$addToSet:{unlockedTitles:a}})},$p=async(t,a)=>{await re(t,{$addToSet:{unlockedTitles:{$each:a}}})},Ep=async(t,a)=>{await re(t,{$set:{selectedTitle:a}})},sr=async(t,a)=>{await re(t,{$addToSet:{unlockedBackgrounds:a}})},Fp=async(t,a)=>{await re(t,{$addToSet:{unlockedBackgrounds:{$each:a}}})},Ip=async(t,a)=>{await re(t,{$set:{selectedBackground:a}})},nr=async(t,a,s)=>{a.isProgressive?await re(t,{$addToSet:{unlockedBadges:`${a.id}_${s}`}}):await re(t,{$addToSet:{unlockedBadges:a.id}})},rr=async(t,a)=>{await re(t,{$addToSet:{unlockedFactionBadges:{$each:[`b_marine_${a}`,`b_revolutionary_${a}`,`b_pirate_${a}`]}}})},ir=async(t,a)=>{await re(t,{$addToSet:{unlockedProfileAssets:a}})},Yp=Object.freeze(Object.defineProperty({__proto__:null,selectBackground:Ip,selectTitle:Ep,unlockBackground:sr,unlockBackgrounds:Fp,unlockBadge:nr,unlockFactionBadge:rr,unlockProfileAsset:ir,unlockTitle:os,unlockTitles:$p},Symbol.toStringTag,{value:"Module"})),lr=async t=>await ht.create({user:t}),Lp=async(t,a)=>{const s=await ht.findOne({user:t},a);return s||await lr(t)},or=(t,a)=>t.completed.includes(a),dr=(t,a)=>{const s=t.daily[a];return s&&me(s,new Date)},ds=t=>me(Ya(),t.lastFullComplete),cs=t=>ds(t)?1+Math.min(2,t.streak/10):1,cr=t=>t.completed.reduce((a,s)=>a+(s.startsWith("be_level_")?1:0),0),ur=(t,a)=>{const s=cr(t);return c.factionTitleList.find(n=>n.strength===s&&n.faction===a)},Pp=Object.freeze(Object.defineProperty({__proto__:null,getFactionTitle:ur,getFactionTitleStrength:cr,getStreakMultiplier:cs,isDailyQuestCompleted:dr,isQuestCompleted:or,isStreaking:ds},Symbol.toStringTag,{value:"Module"})),Tp=async t=>{var s;const a=[];for(const n of Object.values(ts)){const r=new n;if((s=r.onUserQuestUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{_userQuest:t});i&&a.push([r,i])}}a.length>0&&ne("userQuestUpdate",t.user._id,a)},us=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},completed:{type:[String],default:[]},daily:{type:Object,default:{}},streak:{type:Number,default:0},lastFullComplete:{type:Date,default:new Date}},{minimize:!1});us.index({user:1}),us.post("findOneAndUpdate",async function(t){await Tp(t)});const pt=((Kr=h.models)==null?void 0:Kr.UserQuest)||h.model("UserQuest",us),Wt=async(t,a)=>{await pt.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},fr=async(t,a)=>{await Wt(t,{$addToSet:{completed:a}})},hr=async(t,a)=>{await Wt(t,[{$addFields:{[`daily.${a}`]:new Date}}])},pr=async(t,a)=>{me(Ya(),a)?await Wt(t,{$inc:{streak:1},$set:{lastFullComplete:new Date}}):await Wt(t,{$set:{lastFullComplete:new Date,streak:1}})},Qp=Object.freeze(Object.defineProperty({__proto__:null,completeDailyQuest:hr,completeQuest:fr,updateStreak:pr},Symbol.toStringTag,{value:"Module"})),mr=async t=>await pt.create({user:t}),fs=async t=>{const a=await pt.findOne({user:t});return a||await mr(t)},hs=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},tagEveryone:{type:Boolean,default:!1},botPing:{type:Number,default:0},writeDifferentChat:[String],messageSent:{type:Number,default:0},totalMinutesInVoice:{type:Number,default:0},hadMoreThanZeroBerry:{type:Boolean,default:!1},totalBet:{type:Number,default:0},edito:{readToday:{type:Number,default:0},lastTimeRead:{type:Date,default:new Date}},double_six:{type:Number,default:0},lastGames:{type:[{gameType:String,endState:Number}],default:[]},black_jack:{type:Number,default:0},rps:{type:{lastRps:String,nb:Number},default:{lastRps:"paper",nb:-1}},totalSpentInShop:{type:Number,default:0},work:{type:Number,default:0},draw:{type:Number,default:0},bet666:{amount:{type:Number,default:0},last:{type:Date,default:new Date(0)}},betMin:{type:Boolean,default:!1},loseEverything:{type:Boolean,default:!1},bet10M:{type:Boolean,default:!1},winBet10M:{type:Boolean,default:!1},lose10M:{type:Boolean,default:!1},items:{bottle:{total:{type:Number,default:0},today:{type:Number,default:0},last:{type:Date,default:new Date}},chest:{total:{type:Number,default:0}},alcohols:{wines:{type:Number,default:0},rhums:{type:Number,default:0},beers:{type:Number,default:0},total:{type:Number,default:0}}},randomMessage:{type:Number,default:0},timeAt10Percent:{type:Number,default:0},timeAt90Percent:{type:Number,default:0},sevenQuitteOuDouble:{type:Number,default:0},drawDoubleSix:{type:Number,default:0},guessInOne:{type:Number,default:0},crafts:{cookedMeal:{type:Number,default:0},scrolls:{type:Number,default:0},total:{type:Number,default:0}},raidFinished:{type:Number,default:0},reportedSomeone:{type:Boolean,default:!1}});hs.index({user:1}),hs.post("findOneAndUpdate",async function(t){await ip(t)});const xe=((Gr=h.models)==null?void 0:Gr.UserQuestMeta)||h.model("UserQuestMeta",hs),R=async(t,a)=>{await xe.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},jp=async t=>{await R(t,{$inc:{work:1}})},qp=async t=>{await R(t,{$set:{hadMoreThanZeroBerry:!0}})},Hp=async t=>{await R(t,{$set:{sevenQuitteOuDouble:!0}})},Kp=async t=>{await R(t,{$inc:{black_jack:1}})},Gp=async(t,a,s)=>{await R(t,{$push:{lastGames:{$each:[{gameType:a,endState:s}],$position:0,$slice:20}}})},Wp=async t=>{await R(t,{$inc:{draw:1}})},Vp=async t=>{const a=new Date;a.setDate(a.getDate()-1),a.setHours(0,0,0,0);const s=new Date;s.setDate(s.getDate()-1),s.setHours(23,59,59,999),await xe.updateOne({user:t,"bet666.last":{$gte:a,$lte:s}},{$inc:{"bet666.amount":1},$set:{"bet666.last":new Date}}),await xe.updateOne({user:t,"bet666.last":{$lt:a}},{$set:{"bet666.last":new Date,"bet666.amount":1}})},zp=async(t,a)=>{await R(t,{$inc:{totalBet:a}})},Xp=async(t,a)=>{await R(t,[{$set:{"rps.nb":{$cond:{if:{$eq:["$rps.lastRps",a]},then:{$add:["$rps.nb",1]},else:1}},"rps.lastRps":a}}])},yr=async(t,a)=>{await R(t,{$inc:{totalSpentInShop:a}})},Zp=Object.freeze(Object.defineProperty({__proto__:null,addTotalMinutesInVoice:async(t,a)=>{await R(t,{$inc:{totalMinutesInVoice:a}})},addWrittenTextChannel:async(t,a)=>{await R(t,{$addToSet:{writeDifferentChat:a}})},bet666:Vp,botPingIncrement:async t=>{await R(t,{$inc:{botPing:1}})},drawDoubleSix:async t=>{await R(t,{$inc:{drawDoubleSix:1}})},drawIncrement:Wp,hadMoreThanZeroBerry:qp,hasBet10M:async t=>{await R(t,{$set:{bet10M:!0}})},hasBetMin:async t=>{await R(t,{$set:{betMin:!0}})},hasCelebrateBirthday:async t=>{await R(t,{$set:{hasCelebrateBirthday:!0}})},hasGuessInOne:async t=>{await R(t,{$inc:{guessInOne:1}})},hasLose10M:async t=>{await R(t,{$set:{lose10M:!0}})},hasLoseEverything:async t=>{await R(t,{$set:{loseEverything:!0}})},hasReportedSomeone:async t=>{await R(t,{$set:{reportedSomeone:!0}})},hasSevenQod:Hp,hasTagEveryone:async t=>{await R(t,{$set:{tagEveryone:!0}})},hasWinBet10M:async t=>{await R(t,{$set:{winBet10M:!0}})},incrementAlcoholDrink:async(t,a,s)=>{await R(t,{$inc:{"items.alcohols.wines":a==="wine"?s:0,"items.alcohols.beers":a==="beer"?s:0,"items.alcohols.rhums":a==="rhum"?s:0,"items.alcohols.total":s}})},incrementMessageSend:async t=>{await R(t,{$inc:{messageSent:1}})},randomMessageIncrement:async t=>{await R(t,{$inc:{randomMessage:1}})},readEdito:async t=>{const a=new Date;a.setDate(a.getDate()-1),a.setHours(0,0,0,0);const s=new Date;s.setDate(s.getDate()-1),s.setHours(23,59,59,999),await xe.updateOne({user:t,"edito.lastTimeRead":{$gte:a,$lte:s}},{$inc:{"edito.readToday":1},$set:{"edito.lastTimeRead":new Date}}),await xe.updateOne({user:t,"edito.lastTimeRead":{$lt:a}},{$set:{"edito.lastTimeRead":new Date,"edito.readToday":1}})},updateCrafts:async(t,a,s)=>{const n=S.findEntity(s);await R(t,{$inc:{"crafts.cookedMeal":S.isCookedMeal(n)?a:0,"crafts.scrolls":S.isScrollItem(n)?a:0,"crafts.total":a}})},updateCrew10Percent:async(t,a)=>{a?await R(t,{$set:{timeAt10Percent:0}}):await R(t,{$inc:{timeAt10Percent:1}})},updateCrew90Percent:async(t,a)=>{a?await R(t,{$set:{timeAt90Percent:0}}):await R(t,{$inc:{timeAt90Percent:1}})},updateLastGames:Gp,updateRps:Xp,updateTotalBet:zp,updateTotalSpentInShop:yr,winBlackjack:Kp,winDoubleSix:async t=>{await R(t,{$inc:{double_six:1}})},workIncrement:jp},Symbol.toStringTag,{value:"Module"})),mt=(t,a)=>{var s;return(s=t.unlocked)==null?void 0:s[a]},Jp=Object.freeze(Object.defineProperty({__proto__:null,alreadyObtainedRaidReward:(t,a,s)=>a in t.obtainedRewards?t.obtainedRewards[a].includes(s):!1,hasUnlockedRaid:mt},Symbol.toStringTag,{value:"Module"})),gr=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},currentRaid:{type:{raidId:String,seed:String,progression:{type:[String],default:[]},buffItem:String},default:void 0},obtainedRewards:{type:Object,default:{}},unlocked:{type:Object,default:{}}},{minimize:!1});gr.index({user:1});const yt=((Wr=h.models)==null?void 0:Wr.UserRaid)||h.model("UserRaid",gr),Ge=async(t,a)=>{await yt.updateOne({user:t},a,{upsert:!0})},gt=async(t,a)=>{await Ge(t,{$set:{[`unlocked.${a}`]:!0}})},em=Object.freeze(Object.defineProperty({__proto__:null,claimReward:async(t,a,s)=>{await Ge(t,{$push:{[`obtainedRewards.${a}`]:s}})},progressRaid:async(t,a)=>{await Ge(t,{$push:{"currentRaid.progression":a}})},resetRaid:async t=>{await Ge(t,{$set:{currentRaid:void 0}})},resetRaidProgression:async t=>{await Ge(t,{$set:{"currentRaid.progression":[]}})},startRaid:async(t,a,s,n,r)=>{const i=Date.now();return await Ge(t,{$set:{currentRaid:{raidId:a,buffItem:s,seed:i,progression:[]}}}),await In(t,n,r),i},unlockRaid:gt},Symbol.toStringTag,{value:"Module"})),_r=async t=>await yt.create({user:t}),ps=async t=>{const a=await yt.findOne({user:t});return a||await _r(t)},tm=Object.freeze(Object.defineProperty({__proto__:null,getShopItemRest:(t,a,s,n,r)=>{var f;let i=S.getAllItemsLimit()[a];const d=(f=t.limit)==null?void 0:f[a];return r==="half"&&a==="chest_2"&&(i+=2),r==="full"&&a==="chest_3"&&(i+=1),i?t.lastShopId!==s?i:d?i-d:Math.min(i,n):n},isShopBuyLimitReached:(t,a,s,n)=>{var d;let r=S.getAllItemsLimit()[a];const i=(d=t.limit)==null?void 0:d[a];return n==="half"&&a==="chest_2"&&(r+=2),n==="full"&&a==="chest_3"&&(r+=1),t.lastShopId!==s?!1:!!(r&&i&&i>=r)}},Symbol.toStringTag,{value:"Module"})),wr=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},lastShopId:{type:Number,default:0},limit:{type:Object,default:{}}},{minimize:!1});wr.index({user:1});const Vt=((Vr=h.models)==null?void 0:Vr.UserShop)||h.model("UserShop",wr),am=async(t,a)=>{await Vt.updateOne({user:t},a,{upsert:!0})},sm=Object.freeze(Object.defineProperty({__proto__:null,increaseShopBuyLimit:async(t,a,s,n)=>{await am(t,[{$set:{[`limit.${a}`]:{$cond:{if:{$eq:["$lastShopId",s]},then:{$add:[`$limit.${a}`,n]},else:n}},lastShopId:s}}])}},Symbol.toStringTag,{value:"Module"})),V={localField:"_id",foreignField:"user",justOne:!0},P=new h.Schema({userId:{type:String,required:!0,unique:!0},birthday:{type:Date,default:null},faction:{type:String,default:l.DEFAULT_FACTION},canChangeFaction:{type:Boolean,default:!1},canChooseFaction:{type:Boolean,default:!1},settings:{sort:{inventory:{type:String,default:"alpha"}},sendDailyReport:{type:Boolean,default:!1},sendDailyQuest:{type:Boolean,default:!1},reminder:{raid:{classic:{type:Boolean,default:!1},special:{type:Boolean,default:!1}},commands:{work:{type:Boolean,default:!1},dice:{type:Boolean,default:!1},qod:{type:Boolean,default:!1},blackjack:{type:Boolean,default:!1},guess:{type:Boolean,default:!1},rps:{type:Boolean,default:!1}}}}});P.virtual("inventory",{ref:"UserInventory",...V}),P.virtual("raid",{ref:"UserRaid",...V}),P.virtual("games",{ref:"UserGames",...V}),P.virtual("ornaments",{ref:"UserOrnaments",...V}),P.virtual("crew",{ref:"UserCrew",...V}),P.virtual("dailyReport",{ref:"UserDailyReport",...V}),P.virtual("shop",{ref:"UserShop",...V}),P.virtual("meta",{ref:"UserMeta",...V}),P.virtual("quest",{ref:"UserQuest",...V}),P.virtual("questMeta",{ref:"UserQuestMeta",...V}),P.virtual("cooldown",{ref:"UserCooldown",...V}),P.virtual("reminder",{ref:"Reminder",localField:"_id",foreignField:"user"}),P.virtual("encyclopedia",{ref:"UserEncyclopedia",...V}),P.index({userId:1}),P.post("deleteOne",async function(){const t=this.getQuery()._id;await ft.deleteOne({user:t}),await ot.deleteOne({user:t}),await ht.deleteOne({user:t}),await yt.deleteOne({user:t}),await qe.deleteOne({user:t}),await Ht.deleteOne({user:t}),await Vt.deleteOne({user:t}),await Se.deleteOne({user:t}),await pt.deleteOne({user:t}),await xe.deleteOne({user:t}),await lt.deleteOne({user:t})});const H=((zr=h.models)==null?void 0:zr.User)||h.model("User",P),nm=t=>H.create({userId:t}),zt=async(t,a={})=>{const s=await br({userId:t},a);return s||await nm(t)},br=(t,a={})=>H.findOne(t,a),rm=Object.freeze(Object.defineProperty({__proto__:null,getAllDailyReport:async()=>H.aggregate([{$match:{"settings.sendDailyReport":{$eq:!0}}},{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$lookup:{from:"userdailyreports",localField:"_id",foreignField:"user",as:"dailyReport"}},{$match:{$expr:{$and:[{"dailyReport.xpYesterday":{$gt:0,$exists:!0}},{faction:{$ne:"citizen"}}]}}}]),getBerryRanking:async()=>H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$sort:{"meta.berry":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.berry":1}}]),getDailyReport:t=>{const{berry:a,xp:s}=t.meta,{voice:n,amount:r}=s,{unlockedBadges:i,unlockedBackgrounds:d,unlockedTitles:f}=t.ornaments,{previousOrnament:y,previousCompletedQuest:w,xpYesterday:C,berryYesterday:F,previousMessageSent:j}=t.dailyReport;return{berry:a-F,xp:r-C,message:t.questMeta.messageSent-j,voice:me(n.lastConnection,Ya())?n.minutesInVoiceToday:0,quest:bt(t.quest.completed,w),badge:bt(i,y.unlockedBadges),title:bt(f,y.unlockedTitles),background:bt(d,y.unlockedBackgrounds)}},getFactionRank:async(t,a)=>(await H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$match:{faction:t.faction}},{$setWindowFields:{sortBy:{"meta.xp.amount":-1},output:{rank:{$rank:{}}}}},{$match:{_id:a}},{$project:{rank:1}}]))[0],getFactionRanking:async t=>H.aggregate([{$match:{faction:t}},{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$userMeta"},{$sort:{"userMeta.xp.amount":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.xp.amount":1}}]),getGlobalRanking:async()=>H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$sort:{"meta.xp.amount":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.xp.amount":1}}]),getNextBirthdays:()=>H.aggregate([{$match:{birthday:{$ne:null}}},{$addFields:{day:{$dayOfMonth:"$birthday"},month:{$month:"$birthday"},year:{$year:"$birthday"},nextBirthday:{$dateFromParts:{year:{$cond:[{$lt:[{$dateFromParts:{year:{$year:new Date},month:{$month:"$birthday"},day:{$dayOfMonth:"$birthday"}}},new Date]},{$add:[{$year:new Date},1]},{$year:new Date}]},month:{$month:"$birthday"},day:{$dayOfMonth:"$birthday"}}}}},{$sort:{nextBirthday:1}},{$limit:10},{$project:{_id:0,userId:1,birthday:1,nextBirthday:1}}]),getSuccessRanking:async()=>H.aggregate([{$lookup:{from:"userquests",localField:"_id",foreignField:"user",as:"quest"}},{$unwind:"$quest"},{$addFields:{success_count:{$size:{$ifNull:["$quest.completed",[]]}}}},{$sort:{success_count:-1}},{$limit:10},{$project:{_id:1,userId:1,"quest.completed":1}}]),getTodayAllBirthday:()=>H.aggregate([{$match:{birthday:{$ne:null}}},{$addFields:{birthMonth:{$month:"$birthday"},birthDay:{$dayOfMonth:"$birthday"}}},{$addFields:{currentMonth:{$month:new Date},currentDay:{$dayOfMonth:new Date}}},{$match:{$expr:{$and:[{$eq:["$birthMonth","$currentMonth"]},{$eq:["$birthDay","$currentDay"]}]}}}]),getUserBirthday:async t=>await zt(t,{birthday:1})},Symbol.toStringTag,{value:"Module"})),Re=async(t,a,s=!1)=>{await H.updateOne(t,a,{upsert:s})},vr=async(t,a)=>{await Re({_id:t},{$set:{canChooseFaction:a}})},Mr=async(t,a)=>{await Re({_id:t},{$set:{canChangeFaction:a}})},im=Object.freeze(Object.defineProperty({__proto__:null,canChangeFaction:Mr,canChooseFaction:vr,removeBirthday:async t=>{await Re({userId:t},{$set:{birthday:null}})},setBirthday:async(t,a)=>{await Re({userId:t},{$set:{birthday:a}})},updateInventorySort:async(t,a)=>{await Re({_id:t},{$set:{"settings.sort.inventory":a}})},updateReminderSettings:async(t,a,s)=>{await Re({_id:t},{$set:{[`settings.reminder.${a}`]:s}})},updateSendDailyQuest:async(t,a)=>{await Re({userId:t},{$set:{"settings.sendDailyQuest":a}})},updateSendDailyReport:async(t,a)=>{await Re({userId:t},{$set:{"settings.sendDailyReport":a}})}},Symbol.toStringTag,{value:"Module"})),lm=async t=>{await H.deleteOne({userId:t})},om=async t=>await Ht.create({user:t}),dm=async t=>await xe.create({user:t}),cm=async t=>await Vt.create({user:t}),Sr=(t,a)=>{switch(t){case"dailyReport":return om(a);case"games":return Hn(a);case"inventory":return ar(a);case"meta":return zn(a);case"raid":return _r(a);case"ornaments":return lr(a);case"quest":return mr(a);case"questMeta":return dm(a);case"shop":return cm(a);case"cooldown":return Ln(a);case"reminder":return[];case"crew":return null;case"encyclopedia":return Gn(a)}},kr=async(t,a,s)=>{if(Array.isArray(a)){const n=await t.populate(a);for(const r of a)n[r]||(n[r]=await Sr(r,t._id));return n}else{const n=await t.populate(a,s),r=n[a];return(!r||Array.isArray(r)&&r.length===0)&&(n[a]=await Sr(a,t._id)),n}},xr=new h.Schema({warnedUserId:String,authorId:String,date:{type:Date,default:Date.now()},reason:{type:String,default:null}});xr.index({warnedUserId:1});const We=((Xr=h.models)==null?void 0:Xr.Warns)||h.model("Warns",xr),um=Object.freeze(Object.defineProperty({__proto__:null,getUserWarnCount:async t=>await We.countDocuments({warnedUserId:t}),getUserWarns:async t=>await We.find({warnedUserId:t})},Symbol.toStringTag,{value:"Module"})),fm=async t=>await We.findOne({warnedUserId:t}),hm=async t=>await We.create({...t}),pm=async t=>await We.findByIdAndDelete(t),mm=async t=>{var s;const a={};for(const n of Object.values(za)){const r=new n;for(const i of t.members){const d=await zt(i,{_id:1});if((s=r.onCrewUpdate)!=null&&s.call(r,t,d._id)){const f=await r.complete(d._id,{});if(f){const y=a[d.id];a[d.id]=y?[d._id,[...y[1],[r,f]]]:[d._id,[[r,f]]]}}}}Object.values(a).forEach(([n,r])=>{ne("crewUpdate",n,r)})},ym={localField:"_id",foreignField:"crew",justOne:!0},Xt=new h.Schema({createdBy:String,members:{type:[String],default:[]},limit:{type:Number,default:3},name:String,description:String,channelId:String,meta:{xp:{type:Number,default:0},berry:{type:Number,default:0},buffs:{xp:{boost:{type:Number,default:0},expireAt:{type:Date,default:null}}}},disintegration:{type:Number,default:100},faction:String,stats:{type:Object,default:{}},ornament:{unlockedBadges:[String]}},{timestamps:!0,minimize:!1});Xt.index({"meta.xp":-1}),Xt.virtual("quest",{ref:"CrewQuest",...ym}),Xt.post("findOneAndUpdate",async function(t){await mm(t)});const Ve=((Zr=h.models)==null?void 0:Zr.Crew)||h.model("Crew",Xt),gm=(t,a)=>Math.ceil(a*(t.disintegration/100)*(Rr(t)||1)),Rr=t=>new Date>=(t.meta.buffs.xp.expireAt??new Date(0))?!1:t.meta.buffs.xp.boost,_m=Object.freeze(Object.defineProperty({__proto__:null,calcXp:gm,getCrewRank:async t=>(await Ve.aggregate([{$setWindowFields:{sortBy:{"meta.xp":-1},output:{rank:{$rank:{}}}}},{$match:{_id:t._id}},{$project:{_id:1,"meta.xp":1,rank:1}}]))[0],getCrewRanking:async()=>Ve.aggregate([{$sort:{"meta.xp.amount":-1}},{$limit:10}]),hasXpBuff:Rr},Symbol.toStringTag,{value:"Module"})),we=async(t,a)=>{await Ve.findOneAndUpdate({_id:t},a,{returnDocument:"after"})},Ur=async(t,a,s)=>{a.isProgressive?await we(t,{$addToSet:{"ornament.unlockedBadges":`${a.id}_${s}`}}):await we(t,{$addToSet:{"ornament.unlockedBadges":a.id}})},wm=Object.freeze(Object.defineProperty({__proto__:null,addBerry:async(t,a,s)=>{await we(t,{$inc:{"meta.berry":a,[`stats.${s.toHexString()}.berry`]:a}})},addMember:async(t,a)=>{await we(t,{$addToSet:{members:a}})},addXp:async(t,a,s)=>{await we(t,{$inc:{"meta.xp":a,[`stats.${s.toHexString()}.xp`]:a}})},addXpBuff:async(t,a)=>{await we(t,[{$set:{"meta.buffs.xp":{$cond:{if:{$or:[{$eq:["$meta.buffs.xp.expireAt",null]},{lt:["$meta.buffs.xp.expireAt",new Date]}]},then:{boost:1.1,expireAt:{$add:[new Date,a*60*60*1e3]}},else:{boost:1.1,expireAt:{$add:["$meta.buffs.xp.expireAt",a*60*60*1e3]}}}}}}])},applyDisintegration:async(t,a)=>{const[s,n]=[a-2,(a-3)*2+3];await we(t,[{$set:{disintegration:{$max:[{$add:["$disintegration",-1*ws(s,n)]},0]}}}])},increaseLimit:async(t,a)=>{await we(t,{$inc:{limit:1},$set:{"meta.berry":-a}})},repair:async(t,a)=>{await we(t,[{$set:{disintegration:{$min:[{$add:["$disintegration",a]},100]}}}])},unlockBadge:Ur},Symbol.toStringTag,{value:"Module"})),bm=async(t,a={})=>{const s=await Ve.findById(t,a);return s||null},vm=async(t,{name:a,description:s,channelId:n,faction:r})=>await Ve.create({name:a,description:s,createdBy:t,channelId:n,faction:r,members:[t]}),Cr=(t,a)=>{for(const[,s]of Object.entries(t.daily??{}))if(!(s!=null&&s[a])||!me(s[a],new Date))return!1;return!0},Mm=Object.freeze(Object.defineProperty({__proto__:null,isAllDailyCompleted:Cr},Symbol.toStringTag,{value:"Module"})),Sm=async t=>{var n;const a={},{crew:s}=await t.populate("crew");for(const r of Object.values(Va)){const i=new r;for(const d of s.members){const f=await zt(d,{_id:1,crew:1}).then(y=>kr(y,"crew",{lastAllMembersDaily:1}));if(f.crew&&((n=i.onCrewQuestUpdate)!=null&&n.call(i,t,f.crew))){const y=await i.complete(f._id,{});if(y){const w=a[f.id];a[f.id]=w?[f._id,[...w[1],[i,y]]]:[f._id,[[i,y]]]}}}}Object.values(a).forEach(([r,i])=>{ne("crewQuestUpdate",r,i)})},ms=new h.Schema({crew:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"Crew"},completed:[String],daily:{type:Object,default:{}},meta:{streak80Percent:{type:Number,default:0},maxVoiceMembers:{type:Number,default:0},actualVoiceMembers:{amount:{type:Number,default:0},connectedAt:{type:Date,default:new Date}}}},{minimize:!1});ms.index({crew:1}),ms.post("findOneAndUpdate",async function(t){await Sm(t)});const Zt=((Jr=h.models)==null?void 0:Jr.CrewQuest)||h.model("CrewQuest",ms),Jt=async(t,a)=>{await Zt.findOneAndUpdate({crew:t},a,{upsert:!0,returnDocument:"after"})},Br=async(t,a)=>{await Jt(t,{$addToSet:{completed:a}})},Dr=async(t,a,s)=>{await Jt(t,[{$addFields:{[`daily.${a}.${s}`]:new Date}}])},km=Object.freeze(Object.defineProperty({__proto__:null,completeDailyQuest:Dr,completeQuest:Br,setActualVoiceMembers:async(t,a)=>{await Jt(t,{$set:{"meta.actualVoiceMembers.amount":a,"meta.actualVoiceMembers.connectedAt":new Date}})},setMaxVoiceMembers:async(t,a)=>{await Jt(t,{$set:{"meta.maxVoiceMembers":a}})}},Symbol.toStringTag,{value:"Module"})),ys=async t=>await Zt.create({crew:t}),xm=async t=>{const a=await Zt.findOne({crew:t});return a||await ys(t)},Ar=(t,a)=>{switch(t){case"quest":return ys(a)}},Rm=async(t,a,s)=>{if(Array.isArray(a)){const n=await t.populate(a);for(const r of a)n[r]||(n[r]=await Ar(r,t._id));return n}else{const n=await t.populate(a,s),r=n[a];return(!r||Array.isArray(r)&&r.length===0)&&(n[a]=await Ar(a,t._id)),n}},Um=t=>{h.connect(t)};class Cm extends h.Types.ObjectId{}u.ALL_QUESTS=np,u.BET_MAX_VALUE=Uh,u.BET_MIN_VALUE=Rh,u.BackgroundShopItem=kn,u.BoostXpShopItem=xn,u.COOLDOWN_COMMANDS=Nc,u.ChestShopItem=Rn,u.CraftShopItem=Un,u.CrewQuestQuests=Va,u.CrewQuests=za,u.EDITO_READ=Ch,u.ObjectId=Cm,u.QUEST_ASSET_IMAGES=Bh,u.Quest=o,u.RepairShopItem=Cn,u.StoreShopItem=Bn,u.TitleShopItem=Dn,u.UserDailyQuests=Wa,u.UserInventoryQuests=Xa,u.UserMetaQuests=Za,u.UserOrnamentsQuests=Ja,u.UserQuestMetaQuests=es,u.UserQuestQuests=ts,u.banExists=li,u.banGetters=si,u.banModel=$e,u.betModel=aa,u.completeCrewQuest=Fh,u.completeDailyQuest=Eh,u.connectToServices=Um,u.createBan=ni,u.createBet=ci,u.createCrew=vm,u.createCrewQuest=ys,u.createInvitations=fi,u.createReminder=Dc,u.createSettings=Sn,u.createUserCrew=Ic,u.createWarn=hm,u.crewGetters=_m,u.crewModel=Ve,u.crewQuestGetters=Mm,u.crewQuestModel=Zt,u.crewQuestUpdates=km,u.crewUpdates=wm,u.deleteBan=ii,u.deleteInvitations=hi,u.deleteUserById=lm,u.deleteWarn=pm,u.emitQuestEvent=ne,u.emitRaidEvent=dt,u.finWarnById=fm,u.findBan=ri,u.findBetById=di,u.findCrewById=bm,u.findCrewQuest=xm,u.findInvitations=ui,u.findReminder=Bc,u.findSettingsByGuildId=wc,u.findShop=$n,u.findShopByType=kc,u.findUser=br,u.findUserById=zt,u.findUserCooldown=$c,u.findUserCrew=Qn,u.findUserEncyclopedia=Wc,u.findUserGames=Qc,u.findUserInventory=Gt,u.findUserMeta=ut,u.findUserOrnaments=Lp,u.findUserQuest=fs,u.findUserRaid=ps,u.getBadgeEmojisFromId=$h,u.getQuestBadgeEmojis=Nh,u.invitationsModel=_t,u.onQuestEvent=zc,u.onRaidEvent=op,u.populateCrew=Rm,u.populateUser=kr,u.questCanvas=xh,u.reminderGetters=Rc,u.reminderModel=Oe,u.reminderUpdates=Cc,u.settingsModel=Qt,u.settingsUpdates=_c,u.shopGetters=bc,u.shopModel=jt,u.shopUpdates=Mc,u.userCooldownGetters=xc,u.userCooldownModel=lt,u.userCooldownUpdates=Oc,u.userCrewExists=Yc,u.userCrewModel=qe,u.userCrewUpdates=Fc,u.userDailyReportModel=Ht,u.userDailyReportUpdates=Pc,u.userEncyclopediaGetters=Hc,u.userEncyclopediaModel=Kt,u.userEncyclopediaUpdates=Gc,u.userGamesModel=ot,u.userGamesUpdates=Tc,u.userGetters=rm,u.userInventoryGetters=qc,u.userInventoryModel=ft,u.userInventoryUpdates=Op,u.userMetaGetters=wp,u.userMetaModel=Se,u.userMetaUpdates=Cp,u.userModel=H,u.userOrnamentsModel=ht,u.userOrnamentsUpdates=Yp,u.userQuestGetters=Pp,u.userQuestMetaModel=xe,u.userQuestMetaUpdates=Zp,u.userQuestModel=pt,u.userQuestUpdates=Qp,u.userRaidGetters=Jp,u.userRaidModel=yt,u.userRaidUpdates=em,u.userShopGetters=tm,u.userShopModel=Vt,u.userShopUpdates=sm,u.userUpdates=im,u.warnGetters=um,u.warnModel=We,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|
|
9
|
+
`+new Error().stack),s=!1}return a.apply(this,arguments)},a)}var xs={};function Rs(t,a){m.deprecationHandler!=null&&m.deprecationHandler(t,a),xs[t]||(ks(a),xs[t]=!0)}m.suppressDeprecationWarnings=!1,m.deprecationHandler=null;function te(t){return typeof Function<"u"&&t instanceof Function||Object.prototype.toString.call(t)==="[object Function]"}function yi(t){var a,s;for(s in t)k(t,s)&&(a=t[s],te(a)?this[s]=a:this["_"+s]=a);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function ca(t,a){var s=be({},t),n;for(n in a)k(a,n)&&(Ue(t[n])&&Ue(a[n])?(s[n]={},be(s[n],t[n]),be(s[n],a[n])):a[n]!=null?s[n]=a[n]:delete s[n]);for(n in t)k(t,n)&&!k(a,n)&&Ue(t[n])&&(s[n]=be({},s[n]));return s}function ua(t){t!=null&&this.set(t)}var fa;Object.keys?fa=Object.keys:fa=function(t){var a,s=[];for(a in t)k(t,a)&&s.push(a);return s};var gi={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function _i(t,a,s){var n=this._calendar[t]||this._calendar.sameElse;return te(n)?n.call(a,s):n}function ae(t,a,s){var n=""+Math.abs(t),r=a-n.length,i=t>=0;return(i?s?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+n}var ha=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Mt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,pa={},Ee={};function _(t,a,s,n){var r=n;typeof n=="string"&&(r=function(){return this[n]()}),t&&(Ee[t]=r),a&&(Ee[a[0]]=function(){return ae(r.apply(this,arguments),a[1],a[2])}),s&&(Ee[s]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function wi(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function bi(t){var a=t.match(ha),s,n;for(s=0,n=a.length;s<n;s++)Ee[a[s]]?a[s]=Ee[a[s]]:a[s]=wi(a[s]);return function(r){var i="",d;for(d=0;d<n;d++)i+=te(a[d])?a[d].call(r,t):a[d];return i}}function St(t,a){return t.isValid()?(a=Us(a,t.localeData()),pa[a]=pa[a]||bi(a),pa[a](t)):t.localeData().invalidDate()}function Us(t,a){var s=5;function n(r){return a.longDateFormat(r)||r}for(Mt.lastIndex=0;s>=0&&Mt.test(t);)t=t.replace(Mt,n),Mt.lastIndex=0,s-=1;return t}var vi={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Mi(t){var a=this._longDateFormat[t],s=this._longDateFormat[t.toUpperCase()];return a||!s?a:(this._longDateFormat[t]=s.match(ha).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[t])}var Si="Invalid date";function ki(){return this._invalidDate}var xi="%d",Ri=/\d{1,2}/;function Ui(t){return this._ordinal.replace("%d",t)}var Ci={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Bi(t,a,s,n){var r=this._relativeTime[s];return te(r)?r(t,a,s,n):r.replace(/%d/i,t)}function Di(t,a){var s=this._relativeTime[t>0?"future":"past"];return te(s)?s(a):s.replace(/%s/i,a)}var Cs={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function G(t){return typeof t=="string"?Cs[t]||Cs[t.toLowerCase()]:void 0}function ma(t){var a={},s,n;for(n in t)k(t,n)&&(s=G(n),s&&(a[s]=t[n]));return a}var Ai={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function Oi(t){var a=[],s;for(s in t)k(t,s)&&a.push({unit:s,priority:Ai[s]});return a.sort(function(n,r){return n.priority-r.priority}),a}var Bs=/\d/,q=/\d\d/,Ds=/\d{3}/,ya=/\d{4}/,kt=/[+-]?\d{6}/,B=/\d\d?/,As=/\d\d\d\d?/,Os=/\d\d\d\d\d\d?/,xt=/\d{1,3}/,ga=/\d{1,4}/,Rt=/[+-]?\d{1,6}/,Fe=/\d+/,Ut=/[+-]?\d+/,Ni=/Z|[+-]\d\d:?\d\d/gi,Ct=/Z|[+-]\d\d(?::?\d\d)?/gi,$i=/[+-]?\d+(\.\d{1,3})?/,Ze=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Ie=/^[1-9]\d?/,_a=/^([1-9]\d|\d)/,Bt;Bt={};function g(t,a,s){Bt[t]=te(a)?a:function(n,r){return n&&s?s:a}}function Ei(t,a){return k(Bt,t)?Bt[t](a._strict,a._locale):new RegExp(Fi(t))}function Fi(t){return le(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,s,n,r,i){return s||n||r||i}))}function le(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function W(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function v(t){var a=+t,s=0;return a!==0&&isFinite(a)&&(s=W(a)),s}var wa={};function U(t,a){var s,n=a,r;for(typeof t=="string"&&(t=[t]),ie(a)&&(n=function(i,d){d[a]=v(i)}),r=t.length,s=0;s<r;s++)wa[t[s]]=n}function Je(t,a){U(t,function(s,n,r,i){r._w=r._w||{},a(s,r._w,r,i)})}function Ii(t,a,s){a!=null&&k(wa,t)&&wa[t](a,s._a,s,t)}function Dt(t){return t%4===0&&t%100!==0||t%400===0}var Y=0,oe=1,se=2,N=3,Z=4,de=5,Ce=6,Yi=7,Li=8;_("Y",0,0,function(){var t=this.year();return t<=9999?ae(t,4):"+"+t}),_(0,["YY",2],0,function(){return this.year()%100}),_(0,["YYYY",4],0,"year"),_(0,["YYYYY",5],0,"year"),_(0,["YYYYYY",6,!0],0,"year"),g("Y",Ut),g("YY",B,q),g("YYYY",ga,ya),g("YYYYY",Rt,kt),g("YYYYYY",Rt,kt),U(["YYYYY","YYYYYY"],Y),U("YYYY",function(t,a){a[Y]=t.length===2?m.parseTwoDigitYear(t):v(t)}),U("YY",function(t,a){a[Y]=m.parseTwoDigitYear(t)}),U("Y",function(t,a){a[Y]=parseInt(t,10)});function et(t){return Dt(t)?366:365}m.parseTwoDigitYear=function(t){return v(t)+(v(t)>68?1900:2e3)};var Ns=Ye("FullYear",!0);function Pi(){return Dt(this.year())}function Ye(t,a){return function(s){return s!=null?($s(this,t,s),m.updateOffset(this,a),this):tt(this,t)}}function tt(t,a){if(!t.isValid())return NaN;var s=t._d,n=t._isUTC;switch(a){case"Milliseconds":return n?s.getUTCMilliseconds():s.getMilliseconds();case"Seconds":return n?s.getUTCSeconds():s.getSeconds();case"Minutes":return n?s.getUTCMinutes():s.getMinutes();case"Hours":return n?s.getUTCHours():s.getHours();case"Date":return n?s.getUTCDate():s.getDate();case"Day":return n?s.getUTCDay():s.getDay();case"Month":return n?s.getUTCMonth():s.getMonth();case"FullYear":return n?s.getUTCFullYear():s.getFullYear();default:return NaN}}function $s(t,a,s){var n,r,i,d,f;if(!(!t.isValid()||isNaN(s))){switch(n=t._d,r=t._isUTC,a){case"Milliseconds":return void(r?n.setUTCMilliseconds(s):n.setMilliseconds(s));case"Seconds":return void(r?n.setUTCSeconds(s):n.setSeconds(s));case"Minutes":return void(r?n.setUTCMinutes(s):n.setMinutes(s));case"Hours":return void(r?n.setUTCHours(s):n.setHours(s));case"Date":return void(r?n.setUTCDate(s):n.setDate(s));case"FullYear":break;default:return}i=s,d=t.month(),f=t.date(),f=f===29&&d===1&&!Dt(i)?28:f,r?n.setUTCFullYear(i,d,f):n.setFullYear(i,d,f)}}function Ti(t){return t=G(t),te(this[t])?this[t]():this}function Qi(t,a){if(typeof t=="object"){t=ma(t);var s=Oi(t),n,r=s.length;for(n=0;n<r;n++)this[s[n].unit](t[s[n].unit])}else if(t=G(t),te(this[t]))return this[t](a);return this}function ji(t,a){return(t%a+a)%a}var O;Array.prototype.indexOf?O=Array.prototype.indexOf:O=function(t){var a;for(a=0;a<this.length;++a)if(this[a]===t)return a;return-1};function ba(t,a){if(isNaN(t)||isNaN(a))return NaN;var s=ji(a,12);return t+=(a-s)/12,s===1?Dt(t)?29:28:31-s%7%2}_("M",["MM",2],"Mo",function(){return this.month()+1}),_("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),_("MMMM",0,0,function(t){return this.localeData().months(this,t)}),g("M",B,Ie),g("MM",B,q),g("MMM",function(t,a){return a.monthsShortRegex(t)}),g("MMMM",function(t,a){return a.monthsRegex(t)}),U(["M","MM"],function(t,a){a[oe]=v(t)-1}),U(["MMM","MMMM"],function(t,a,s,n){var r=s._locale.monthsParse(t,n,s._strict);r!=null?a[oe]=r:b(s).invalidMonth=t});var qi="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Es="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Fs=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Hi=Ze,Ki=Ze;function Gi(t,a){return t?z(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||Fs).test(a)?"format":"standalone"][t.month()]:z(this._months)?this._months:this._months.standalone}function Wi(t,a){return t?z(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[Fs.test(a)?"format":"standalone"][t.month()]:z(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Vi(t,a,s){var n,r,i,d=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)i=ee([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(i,"").toLocaleLowerCase();return s?a==="MMM"?(r=O.call(this._shortMonthsParse,d),r!==-1?r:null):(r=O.call(this._longMonthsParse,d),r!==-1?r:null):a==="MMM"?(r=O.call(this._shortMonthsParse,d),r!==-1?r:(r=O.call(this._longMonthsParse,d),r!==-1?r:null)):(r=O.call(this._longMonthsParse,d),r!==-1?r:(r=O.call(this._shortMonthsParse,d),r!==-1?r:null))}function zi(t,a,s){var n,r,i;if(this._monthsParseExact)return Vi.call(this,t,a,s);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++)if(r=ee([2e3,n]),s&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),!s&&!this._monthsParse[n]&&(i="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[n]=new RegExp(i.replace(".",""),"i")),s&&a==="MMMM"&&this._longMonthsParse[n].test(t)||s&&a==="MMM"&&this._shortMonthsParse[n].test(t)||!s&&this._monthsParse[n].test(t))return n}function Is(t,a){if(!t.isValid())return t;if(typeof a=="string"){if(/^\d+$/.test(a))a=v(a);else if(a=t.localeData().monthsParse(a),!ie(a))return t}var s=a,n=t.date();return n=n<29?n:Math.min(n,ba(t.year(),s)),t._isUTC?t._d.setUTCMonth(s,n):t._d.setMonth(s,n),t}function Ys(t){return t!=null?(Is(this,t),m.updateOffset(this,!0),this):tt(this,"Month")}function Xi(){return ba(this.year(),this.month())}function Zi(t){return this._monthsParseExact?(k(this,"_monthsRegex")||Ls.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(k(this,"_monthsShortRegex")||(this._monthsShortRegex=Hi),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function Ji(t){return this._monthsParseExact?(k(this,"_monthsRegex")||Ls.call(this),t?this._monthsStrictRegex:this._monthsRegex):(k(this,"_monthsRegex")||(this._monthsRegex=Ki),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function Ls(){function t(y,w){return w.length-y.length}var a=[],s=[],n=[],r,i,d,f;for(r=0;r<12;r++)i=ee([2e3,r]),d=le(this.monthsShort(i,"")),f=le(this.months(i,"")),a.push(d),s.push(f),n.push(f),n.push(d);a.sort(t),s.sort(t),n.sort(t),this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+a.join("|")+")","i")}function el(t,a,s,n,r,i,d){var f;return t<100&&t>=0?(f=new Date(t+400,a,s,n,r,i,d),isFinite(f.getFullYear())&&f.setFullYear(t)):f=new Date(t,a,s,n,r,i,d),f}function at(t){var a,s;return t<100&&t>=0?(s=Array.prototype.slice.call(arguments),s[0]=t+400,a=new Date(Date.UTC.apply(null,s)),isFinite(a.getUTCFullYear())&&a.setUTCFullYear(t)):a=new Date(Date.UTC.apply(null,arguments)),a}function At(t,a,s){var n=7+a-s,r=(7+at(t,0,n).getUTCDay()-a)%7;return-r+n-1}function Ps(t,a,s,n,r){var i=(7+s-n)%7,d=At(t,n,r),f=1+7*(a-1)+i+d,y,w;return f<=0?(y=t-1,w=et(y)+f):f>et(t)?(y=t+1,w=f-et(t)):(y=t,w=f),{year:y,dayOfYear:w}}function st(t,a,s){var n=At(t.year(),a,s),r=Math.floor((t.dayOfYear()-n-1)/7)+1,i,d;return r<1?(d=t.year()-1,i=r+ce(d,a,s)):r>ce(t.year(),a,s)?(i=r-ce(t.year(),a,s),d=t.year()+1):(d=t.year(),i=r),{week:i,year:d}}function ce(t,a,s){var n=At(t,a,s),r=At(t+1,a,s);return(et(t)-n+r)/7}_("w",["ww",2],"wo","week"),_("W",["WW",2],"Wo","isoWeek"),g("w",B,Ie),g("ww",B,q),g("W",B,Ie),g("WW",B,q),Je(["w","ww","W","WW"],function(t,a,s,n){a[n.substr(0,1)]=v(t)});function tl(t){return st(t,this._week.dow,this._week.doy).week}var al={dow:0,doy:6};function sl(){return this._week.dow}function nl(){return this._week.doy}function rl(t){var a=this.localeData().week(this);return t==null?a:this.add((t-a)*7,"d")}function il(t){var a=st(this,1,4).week;return t==null?a:this.add((t-a)*7,"d")}_("d",0,"do","day"),_("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),_("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),_("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),_("e",0,0,"weekday"),_("E",0,0,"isoWeekday"),g("d",B),g("e",B),g("E",B),g("dd",function(t,a){return a.weekdaysMinRegex(t)}),g("ddd",function(t,a){return a.weekdaysShortRegex(t)}),g("dddd",function(t,a){return a.weekdaysRegex(t)}),Je(["dd","ddd","dddd"],function(t,a,s,n){var r=s._locale.weekdaysParse(t,n,s._strict);r!=null?a.d=r:b(s).invalidWeekday=t}),Je(["d","e","E"],function(t,a,s,n){a[n]=v(t)});function ll(t,a){return typeof t!="string"?t:isNaN(t)?(t=a.weekdaysParse(t),typeof t=="number"?t:null):parseInt(t,10)}function ol(t,a){return typeof t=="string"?a.weekdaysParse(t)%7||7:isNaN(t)?null:t}function va(t,a){return t.slice(a,7).concat(t.slice(0,a))}var dl="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ts="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),cl="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ul=Ze,fl=Ze,hl=Ze;function pl(t,a){var s=z(this._weekdays)?this._weekdays:this._weekdays[t&&t!==!0&&this._weekdays.isFormat.test(a)?"format":"standalone"];return t===!0?va(s,this._week.dow):t?s[t.day()]:s}function ml(t){return t===!0?va(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort}function yl(t){return t===!0?va(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin}function gl(t,a,s){var n,r,i,d=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)i=ee([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(i,"").toLocaleLowerCase();return s?a==="dddd"?(r=O.call(this._weekdaysParse,d),r!==-1?r:null):a==="ddd"?(r=O.call(this._shortWeekdaysParse,d),r!==-1?r:null):(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null):a==="dddd"?(r=O.call(this._weekdaysParse,d),r!==-1||(r=O.call(this._shortWeekdaysParse,d),r!==-1)?r:(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null)):a==="ddd"?(r=O.call(this._shortWeekdaysParse,d),r!==-1||(r=O.call(this._weekdaysParse,d),r!==-1)?r:(r=O.call(this._minWeekdaysParse,d),r!==-1?r:null)):(r=O.call(this._minWeekdaysParse,d),r!==-1||(r=O.call(this._weekdaysParse,d),r!==-1)?r:(r=O.call(this._shortWeekdaysParse,d),r!==-1?r:null))}function _l(t,a,s){var n,r,i;if(this._weekdaysParseExact)return gl.call(this,t,a,s);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++)if(r=ee([2e3,1]).day(n),s&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(i="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[n]=new RegExp(i.replace(".",""),"i")),s&&a==="dddd"&&this._fullWeekdaysParse[n].test(t)||s&&a==="ddd"&&this._shortWeekdaysParse[n].test(t)||s&&a==="dd"&&this._minWeekdaysParse[n].test(t)||!s&&this._weekdaysParse[n].test(t))return n}function wl(t){if(!this.isValid())return t!=null?this:NaN;var a=tt(this,"Day");return t!=null?(t=ll(t,this.localeData()),this.add(t-a,"d")):a}function bl(t){if(!this.isValid())return t!=null?this:NaN;var a=(this.day()+7-this.localeData()._week.dow)%7;return t==null?a:this.add(t-a,"d")}function vl(t){if(!this.isValid())return t!=null?this:NaN;if(t!=null){var a=ol(t,this.localeData());return this.day(this.day()%7?a:a-7)}else return this.day()||7}function Ml(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||Ma.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(k(this,"_weekdaysRegex")||(this._weekdaysRegex=ul),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function Sl(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||Ma.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(k(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=fl),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function kl(t){return this._weekdaysParseExact?(k(this,"_weekdaysRegex")||Ma.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(k(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=hl),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Ma(){function t(C,F){return F.length-C.length}var a=[],s=[],n=[],r=[],i,d,f,y,w;for(i=0;i<7;i++)d=ee([2e3,1]).day(i),f=le(this.weekdaysMin(d,"")),y=le(this.weekdaysShort(d,"")),w=le(this.weekdays(d,"")),a.push(f),s.push(y),n.push(w),r.push(f),r.push(y),r.push(w);a.sort(t),s.sort(t),n.sort(t),r.sort(t),this._weekdaysRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Sa(){return this.hours()%12||12}function xl(){return this.hours()||24}_("H",["HH",2],0,"hour"),_("h",["hh",2],0,Sa),_("k",["kk",2],0,xl),_("hmm",0,0,function(){return""+Sa.apply(this)+ae(this.minutes(),2)}),_("hmmss",0,0,function(){return""+Sa.apply(this)+ae(this.minutes(),2)+ae(this.seconds(),2)}),_("Hmm",0,0,function(){return""+this.hours()+ae(this.minutes(),2)}),_("Hmmss",0,0,function(){return""+this.hours()+ae(this.minutes(),2)+ae(this.seconds(),2)});function Qs(t,a){_(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),a)})}Qs("a",!0),Qs("A",!1);function js(t,a){return a._meridiemParse}g("a",js),g("A",js),g("H",B,_a),g("h",B,Ie),g("k",B,Ie),g("HH",B,q),g("hh",B,q),g("kk",B,q),g("hmm",As),g("hmmss",Os),g("Hmm",As),g("Hmmss",Os),U(["H","HH"],N),U(["k","kk"],function(t,a,s){var n=v(t);a[N]=n===24?0:n}),U(["a","A"],function(t,a,s){s._isPm=s._locale.isPM(t),s._meridiem=t}),U(["h","hh"],function(t,a,s){a[N]=v(t),b(s).bigHour=!0}),U("hmm",function(t,a,s){var n=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n)),b(s).bigHour=!0}),U("hmmss",function(t,a,s){var n=t.length-4,r=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n,2)),a[de]=v(t.substr(r)),b(s).bigHour=!0}),U("Hmm",function(t,a,s){var n=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n))}),U("Hmmss",function(t,a,s){var n=t.length-4,r=t.length-2;a[N]=v(t.substr(0,n)),a[Z]=v(t.substr(n,2)),a[de]=v(t.substr(r))});function Rl(t){return(t+"").toLowerCase().charAt(0)==="p"}var Ul=/[ap]\.?m?\.?/i,Cl=Ye("Hours",!0);function Bl(t,a,s){return t>11?s?"pm":"PM":s?"am":"AM"}var qs={calendar:gi,longDateFormat:vi,invalidDate:Si,ordinal:xi,dayOfMonthOrdinalParse:Ri,relativeTime:Ci,months:qi,monthsShort:Es,week:al,weekdays:dl,weekdaysMin:cl,weekdaysShort:Ts,meridiemParse:Ul},A={},nt={},rt;function Dl(t,a){var s,n=Math.min(t.length,a.length);for(s=0;s<n;s+=1)if(t[s]!==a[s])return s;return n}function Hs(t){return t&&t.toLowerCase().replace("_","-")}function Al(t){for(var a=0,s,n,r,i;a<t.length;){for(i=Hs(t[a]).split("-"),s=i.length,n=Hs(t[a+1]),n=n?n.split("-"):null;s>0;){if(r=Ot(i.slice(0,s).join("-")),r)return r;if(n&&n.length>=s&&Dl(i,n)>=s-1)break;s--}a++}return rt}function Ol(t){return!!(t&&t.match("^[^/\\\\]*$"))}function Ot(t){var a=null,s;if(A[t]===void 0&&typeof module<"u"&&module&&module.exports&&Ol(t))try{a=rt._abbr,s=require,s("./locale/"+t),ve(a)}catch{A[t]=null}return A[t]}function ve(t,a){var s;return t&&(Q(a)?s=ue(t):s=ka(t,a),s?rt=s:typeof console<"u"&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),rt._abbr}function ka(t,a){if(a!==null){var s,n=qs;if(a.abbr=t,A[t]!=null)Rs("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=A[t]._config;else if(a.parentLocale!=null)if(A[a.parentLocale]!=null)n=A[a.parentLocale]._config;else if(s=Ot(a.parentLocale),s!=null)n=s._config;else return nt[a.parentLocale]||(nt[a.parentLocale]=[]),nt[a.parentLocale].push({name:t,config:a}),null;return A[t]=new ua(ca(n,a)),nt[t]&&nt[t].forEach(function(r){ka(r.name,r.config)}),ve(t),A[t]}else return delete A[t],null}function Nl(t,a){if(a!=null){var s,n,r=qs;A[t]!=null&&A[t].parentLocale!=null?A[t].set(ca(A[t]._config,a)):(n=Ot(t),n!=null&&(r=n._config),a=ca(r,a),n==null&&(a.abbr=t),s=new ua(a),s.parentLocale=A[t],A[t]=s),ve(t)}else A[t]!=null&&(A[t].parentLocale!=null?(A[t]=A[t].parentLocale,t===ve()&&ve(t)):A[t]!=null&&delete A[t]);return A[t]}function ue(t){var a;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return rt;if(!z(t)){if(a=Ot(t),a)return a;t=[t]}return Al(t)}function $l(){return fa(A)}function xa(t){var a,s=t._a;return s&&b(t).overflow===-2&&(a=s[oe]<0||s[oe]>11?oe:s[se]<1||s[se]>ba(s[Y],s[oe])?se:s[N]<0||s[N]>24||s[N]===24&&(s[Z]!==0||s[de]!==0||s[Ce]!==0)?N:s[Z]<0||s[Z]>59?Z:s[de]<0||s[de]>59?de:s[Ce]<0||s[Ce]>999?Ce:-1,b(t)._overflowDayOfYear&&(a<Y||a>se)&&(a=se),b(t)._overflowWeeks&&a===-1&&(a=Yi),b(t)._overflowWeekday&&a===-1&&(a=Li),b(t).overflow=a),t}var El=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Fl=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Il=/Z|[+-]\d\d(?::?\d\d)?/,Nt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Ra=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Yl=/^\/?Date\((-?\d+)/i,Ll=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Pl={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Ks(t){var a,s,n=t._i,r=El.exec(n)||Fl.exec(n),i,d,f,y,w=Nt.length,C=Ra.length;if(r){for(b(t).iso=!0,a=0,s=w;a<s;a++)if(Nt[a][1].exec(r[1])){d=Nt[a][0],i=Nt[a][2]!==!1;break}if(d==null){t._isValid=!1;return}if(r[3]){for(a=0,s=C;a<s;a++)if(Ra[a][1].exec(r[3])){f=(r[2]||" ")+Ra[a][0];break}if(f==null){t._isValid=!1;return}}if(!i&&f!=null){t._isValid=!1;return}if(r[4])if(Il.exec(r[4]))y="Z";else{t._isValid=!1;return}t._f=d+(f||"")+(y||""),Ca(t)}else t._isValid=!1}function Tl(t,a,s,n,r,i){var d=[Ql(t),Es.indexOf(a),parseInt(s,10),parseInt(n,10),parseInt(r,10)];return i&&d.push(parseInt(i,10)),d}function Ql(t){var a=parseInt(t,10);return a<=49?2e3+a:a<=999?1900+a:a}function jl(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function ql(t,a,s){if(t){var n=Ts.indexOf(t),r=new Date(a[0],a[1],a[2]).getDay();if(n!==r)return b(s).weekdayMismatch=!0,s._isValid=!1,!1}return!0}function Hl(t,a,s){if(t)return Pl[t];if(a)return 0;var n=parseInt(s,10),r=n%100,i=(n-r)/100;return i*60+r}function Gs(t){var a=Ll.exec(jl(t._i)),s;if(a){if(s=Tl(a[4],a[3],a[2],a[5],a[6],a[7]),!ql(a[1],s,t))return;t._a=s,t._tzm=Hl(a[8],a[9],a[10]),t._d=at.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),b(t).rfc2822=!0}else t._isValid=!1}function Kl(t){var a=Yl.exec(t._i);if(a!==null){t._d=new Date(+a[1]);return}if(Ks(t),t._isValid===!1)delete t._isValid;else return;if(Gs(t),t._isValid===!1)delete t._isValid;else return;t._strict?t._isValid=!1:m.createFromInputFallback(t)}m.createFromInputFallback=K("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))});function Le(t,a,s){return t??a??s}function Gl(t){var a=new Date(m.now());return t._useUTC?[a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()]:[a.getFullYear(),a.getMonth(),a.getDate()]}function Ua(t){var a,s,n=[],r,i,d;if(!t._d){for(r=Gl(t),t._w&&t._a[se]==null&&t._a[oe]==null&&Wl(t),t._dayOfYear!=null&&(d=Le(t._a[Y],r[Y]),(t._dayOfYear>et(d)||t._dayOfYear===0)&&(b(t)._overflowDayOfYear=!0),s=at(d,0,t._dayOfYear),t._a[oe]=s.getUTCMonth(),t._a[se]=s.getUTCDate()),a=0;a<3&&t._a[a]==null;++a)t._a[a]=n[a]=r[a];for(;a<7;a++)t._a[a]=n[a]=t._a[a]==null?a===2?1:0:t._a[a];t._a[N]===24&&t._a[Z]===0&&t._a[de]===0&&t._a[Ce]===0&&(t._nextDay=!0,t._a[N]=0),t._d=(t._useUTC?at:el).apply(null,n),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),t._tzm!=null&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[N]=24),t._w&&typeof t._w.d<"u"&&t._w.d!==i&&(b(t).weekdayMismatch=!0)}}function Wl(t){var a,s,n,r,i,d,f,y,w;a=t._w,a.GG!=null||a.W!=null||a.E!=null?(i=1,d=4,s=Le(a.GG,t._a[Y],st(D(),1,4).year),n=Le(a.W,1),r=Le(a.E,1),(r<1||r>7)&&(y=!0)):(i=t._locale._week.dow,d=t._locale._week.doy,w=st(D(),i,d),s=Le(a.gg,t._a[Y],w.year),n=Le(a.w,w.week),a.d!=null?(r=a.d,(r<0||r>6)&&(y=!0)):a.e!=null?(r=a.e+i,(a.e<0||a.e>6)&&(y=!0)):r=i),n<1||n>ce(s,i,d)?b(t)._overflowWeeks=!0:y!=null?b(t)._overflowWeekday=!0:(f=Ps(s,n,r,i,d),t._a[Y]=f.year,t._dayOfYear=f.dayOfYear)}m.ISO_8601=function(){},m.RFC_2822=function(){};function Ca(t){if(t._f===m.ISO_8601){Ks(t);return}if(t._f===m.RFC_2822){Gs(t);return}t._a=[],b(t).empty=!0;var a=""+t._i,s,n,r,i,d,f=a.length,y=0,w,C;for(r=Us(t._f,t._locale).match(ha)||[],C=r.length,s=0;s<C;s++)i=r[s],n=(a.match(Ei(i,t))||[])[0],n&&(d=a.substr(0,a.indexOf(n)),d.length>0&&b(t).unusedInput.push(d),a=a.slice(a.indexOf(n)+n.length),y+=n.length),Ee[i]?(n?b(t).empty=!1:b(t).unusedTokens.push(i),Ii(i,n,t)):t._strict&&!n&&b(t).unusedTokens.push(i);b(t).charsLeftOver=f-y,a.length>0&&b(t).unusedInput.push(a),t._a[N]<=12&&b(t).bigHour===!0&&t._a[N]>0&&(b(t).bigHour=void 0),b(t).parsedDateParts=t._a.slice(0),b(t).meridiem=t._meridiem,t._a[N]=Vl(t._locale,t._a[N],t._meridiem),w=b(t).era,w!==null&&(t._a[Y]=t._locale.erasConvertYear(w,t._a[Y])),Ua(t),xa(t)}function Vl(t,a,s){var n;return s==null?a:t.meridiemHour!=null?t.meridiemHour(a,s):(t.isPM!=null&&(n=t.isPM(s),n&&a<12&&(a+=12),!n&&a===12&&(a=0)),a)}function zl(t){var a,s,n,r,i,d,f=!1,y=t._f.length;if(y===0){b(t).invalidFormat=!0,t._d=new Date(NaN);return}for(r=0;r<y;r++)i=0,d=!1,a=da({},t),t._useUTC!=null&&(a._useUTC=t._useUTC),a._f=t._f[r],Ca(a),la(a)&&(d=!0),i+=b(a).charsLeftOver,i+=b(a).unusedTokens.length*10,b(a).score=i,f?i<n&&(n=i,s=a):(n==null||i<n||d)&&(n=i,s=a,d&&(f=!0));be(t,s||a)}function Xl(t){if(!t._d){var a=ma(t._i),s=a.day===void 0?a.date:a.day;t._a=Ms([a.year,a.month,s,a.hour,a.minute,a.second,a.millisecond],function(n){return n&&parseInt(n,10)}),Ua(t)}}function Zl(t){var a=new Xe(xa(Ws(t)));return a._nextDay&&(a.add(1,"d"),a._nextDay=void 0),a}function Ws(t){var a=t._i,s=t._f;return t._locale=t._locale||ue(t._l),a===null||s===void 0&&a===""?vt({nullInput:!0}):(typeof a=="string"&&(t._i=a=t._locale.preparse(a)),X(a)?new Xe(xa(a)):(ze(a)?t._d=a:z(s)?zl(t):s?Ca(t):Jl(t),la(t)||(t._d=null),t))}function Jl(t){var a=t._i;Q(a)?t._d=new Date(m.now()):ze(a)?t._d=new Date(a.valueOf()):typeof a=="string"?Kl(t):z(a)?(t._a=Ms(a.slice(0),function(s){return parseInt(s,10)}),Ua(t)):Ue(a)?Xl(t):ie(a)?t._d=new Date(a):m.createFromInputFallback(t)}function Vs(t,a,s,n,r){var i={};return(a===!0||a===!1)&&(n=a,a=void 0),(s===!0||s===!1)&&(n=s,s=void 0),(Ue(t)&&ra(t)||z(t)&&t.length===0)&&(t=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=r,i._l=s,i._i=t,i._f=a,i._strict=n,Zl(i)}function D(t,a,s,n){return Vs(t,a,s,n,!1)}var eo=K("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=D.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:vt()}),to=K("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=D.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:vt()});function zs(t,a){var s,n;if(a.length===1&&z(a[0])&&(a=a[0]),!a.length)return D();for(s=a[0],n=1;n<a.length;++n)(!a[n].isValid()||a[n][t](s))&&(s=a[n]);return s}function ao(){var t=[].slice.call(arguments,0);return zs("isBefore",t)}function so(){var t=[].slice.call(arguments,0);return zs("isAfter",t)}var no=function(){return Date.now?Date.now():+new Date},it=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ro(t){var a,s=!1,n,r=it.length;for(a in t)if(k(t,a)&&!(O.call(it,a)!==-1&&(t[a]==null||!isNaN(t[a]))))return!1;for(n=0;n<r;++n)if(t[it[n]]){if(s)return!1;parseFloat(t[it[n]])!==v(t[it[n]])&&(s=!0)}return!0}function io(){return this._isValid}function lo(){return J(NaN)}function $t(t){var a=ma(t),s=a.year||0,n=a.quarter||0,r=a.month||0,i=a.week||a.isoWeek||0,d=a.day||0,f=a.hour||0,y=a.minute||0,w=a.second||0,C=a.millisecond||0;this._isValid=ro(a),this._milliseconds=+C+w*1e3+y*6e4+f*1e3*60*60,this._days=+d+i*7,this._months=+r+n*3+s*12,this._data={},this._locale=ue(),this._bubble()}function Et(t){return t instanceof $t}function Ba(t){return t<0?Math.round(-1*t)*-1:Math.round(t)}function oo(t,a,s){var n=Math.min(t.length,a.length),r=Math.abs(t.length-a.length),i=0,d;for(d=0;d<n;d++)v(t[d])!==v(a[d])&&i++;return i+r}function Xs(t,a){_(t,0,0,function(){var s=this.utcOffset(),n="+";return s<0&&(s=-s,n="-"),n+ae(~~(s/60),2)+a+ae(~~s%60,2)})}Xs("Z",":"),Xs("ZZ",""),g("Z",Ct),g("ZZ",Ct),U(["Z","ZZ"],function(t,a,s){s._useUTC=!0,s._tzm=Da(Ct,t)});var co=/([\+\-]|\d\d)/gi;function Da(t,a){var s=(a||"").match(t),n,r,i;return s===null?null:(n=s[s.length-1]||[],r=(n+"").match(co)||["-",0,0],i=+(r[1]*60)+v(r[2]),i===0?0:r[0]==="+"?i:-i)}function Aa(t,a){var s,n;return a._isUTC?(s=a.clone(),n=(X(t)||ze(t)?t.valueOf():D(t).valueOf())-s.valueOf(),s._d.setTime(s._d.valueOf()+n),m.updateOffset(s,!1),s):D(t).local()}function Oa(t){return-Math.round(t._d.getTimezoneOffset())}m.updateOffset=function(){};function uo(t,a,s){var n=this._offset||0,r;if(!this.isValid())return t!=null?this:NaN;if(t!=null){if(typeof t=="string"){if(t=Da(Ct,t),t===null)return this}else Math.abs(t)<16&&!s&&(t=t*60);return!this._isUTC&&a&&(r=Oa(this)),this._offset=t,this._isUTC=!0,r!=null&&this.add(r,"m"),n!==t&&(!a||this._changeInProgress?tn(this,J(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,m.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?n:Oa(this)}function fo(t,a){return t!=null?(typeof t!="string"&&(t=-t),this.utcOffset(t,a),this):-this.utcOffset()}function ho(t){return this.utcOffset(0,t)}function po(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Oa(this),"m")),this}function mo(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var t=Da(Ni,this._i);t!=null?this.utcOffset(t):this.utcOffset(0,!0)}return this}function yo(t){return this.isValid()?(t=t?D(t).utcOffset():0,(this.utcOffset()-t)%60===0):!1}function go(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function _o(){if(!Q(this._isDSTShifted))return this._isDSTShifted;var t={},a;return da(t,this),t=Ws(t),t._a?(a=t._isUTC?ee(t._a):D(t._a),this._isDSTShifted=this.isValid()&&oo(t._a,a.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wo(){return this.isValid()?!this._isUTC:!1}function bo(){return this.isValid()?this._isUTC:!1}function Zs(){return this.isValid()?this._isUTC&&this._offset===0:!1}var vo=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Mo=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function J(t,a){var s=t,n=null,r,i,d;return Et(t)?s={ms:t._milliseconds,d:t._days,M:t._months}:ie(t)||!isNaN(+t)?(s={},a?s[a]=+t:s.milliseconds=+t):(n=vo.exec(t))?(r=n[1]==="-"?-1:1,s={y:0,d:v(n[se])*r,h:v(n[N])*r,m:v(n[Z])*r,s:v(n[de])*r,ms:v(Ba(n[Ce]*1e3))*r}):(n=Mo.exec(t))?(r=n[1]==="-"?-1:1,s={y:Be(n[2],r),M:Be(n[3],r),w:Be(n[4],r),d:Be(n[5],r),h:Be(n[6],r),m:Be(n[7],r),s:Be(n[8],r)}):s==null?s={}:typeof s=="object"&&("from"in s||"to"in s)&&(d=So(D(s.from),D(s.to)),s={},s.ms=d.milliseconds,s.M=d.months),i=new $t(s),Et(t)&&k(t,"_locale")&&(i._locale=t._locale),Et(t)&&k(t,"_isValid")&&(i._isValid=t._isValid),i}J.fn=$t.prototype,J.invalid=lo;function Be(t,a){var s=t&&parseFloat(t.replace(",","."));return(isNaN(s)?0:s)*a}function Js(t,a){var s={};return s.months=a.month()-t.month()+(a.year()-t.year())*12,t.clone().add(s.months,"M").isAfter(a)&&--s.months,s.milliseconds=+a-+t.clone().add(s.months,"M"),s}function So(t,a){var s;return t.isValid()&&a.isValid()?(a=Aa(a,t),t.isBefore(a)?s=Js(t,a):(s=Js(a,t),s.milliseconds=-s.milliseconds,s.months=-s.months),s):{milliseconds:0,months:0}}function en(t,a){return function(s,n){var r,i;return n!==null&&!isNaN(+n)&&(Rs(a,"moment()."+a+"(period, number) is deprecated. Please use moment()."+a+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=s,s=n,n=i),r=J(s,n),tn(this,r,t),this}}function tn(t,a,s,n){var r=a._milliseconds,i=Ba(a._days),d=Ba(a._months);t.isValid()&&(n=n??!0,d&&Is(t,tt(t,"Month")+d*s),i&&$s(t,"Date",tt(t,"Date")+i*s),r&&t._d.setTime(t._d.valueOf()+r*s),n&&m.updateOffset(t,i||d))}var ko=en(1,"add"),xo=en(-1,"subtract");function an(t){return typeof t=="string"||t instanceof String}function Ro(t){return X(t)||ze(t)||an(t)||ie(t)||Co(t)||Uo(t)||t===null||t===void 0}function Uo(t){var a=Ue(t)&&!ra(t),s=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],r,i,d=n.length;for(r=0;r<d;r+=1)i=n[r],s=s||k(t,i);return a&&s}function Co(t){var a=z(t),s=!1;return a&&(s=t.filter(function(n){return!ie(n)&&an(t)}).length===0),a&&s}function Bo(t){var a=Ue(t)&&!ra(t),s=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],r,i;for(r=0;r<n.length;r+=1)i=n[r],s=s||k(t,i);return a&&s}function Do(t,a){var s=t.diff(a,"days",!0);return s<-6?"sameElse":s<-1?"lastWeek":s<0?"lastDay":s<1?"sameDay":s<2?"nextDay":s<7?"nextWeek":"sameElse"}function Ao(t,a){arguments.length===1&&(arguments[0]?Ro(arguments[0])?(t=arguments[0],a=void 0):Bo(arguments[0])&&(a=arguments[0],t=void 0):(t=void 0,a=void 0));var s=t||D(),n=Aa(s,this).startOf("day"),r=m.calendarFormat(this,n)||"sameElse",i=a&&(te(a[r])?a[r].call(this,s):a[r]);return this.format(i||this.localeData().calendar(r,this,D(s)))}function Oo(){return new Xe(this)}function No(t,a){var s=X(t)?t:D(t);return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()>s.valueOf():s.valueOf()<this.clone().startOf(a).valueOf()):!1}function $o(t,a){var s=X(t)?t:D(t);return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()<s.valueOf():this.clone().endOf(a).valueOf()<s.valueOf()):!1}function Eo(t,a,s,n){var r=X(t)?t:D(t),i=X(a)?a:D(a);return this.isValid()&&r.isValid()&&i.isValid()?(n=n||"()",(n[0]==="("?this.isAfter(r,s):!this.isBefore(r,s))&&(n[1]===")"?this.isBefore(i,s):!this.isAfter(i,s))):!1}function Fo(t,a){var s=X(t)?t:D(t),n;return this.isValid()&&s.isValid()?(a=G(a)||"millisecond",a==="millisecond"?this.valueOf()===s.valueOf():(n=s.valueOf(),this.clone().startOf(a).valueOf()<=n&&n<=this.clone().endOf(a).valueOf())):!1}function Io(t,a){return this.isSame(t,a)||this.isAfter(t,a)}function Yo(t,a){return this.isSame(t,a)||this.isBefore(t,a)}function Lo(t,a,s){var n,r,i;if(!this.isValid())return NaN;if(n=Aa(t,this),!n.isValid())return NaN;switch(r=(n.utcOffset()-this.utcOffset())*6e4,a=G(a),a){case"year":i=Ft(this,n)/12;break;case"month":i=Ft(this,n);break;case"quarter":i=Ft(this,n)/3;break;case"second":i=(this-n)/1e3;break;case"minute":i=(this-n)/6e4;break;case"hour":i=(this-n)/36e5;break;case"day":i=(this-n-r)/864e5;break;case"week":i=(this-n-r)/6048e5;break;default:i=this-n}return s?i:W(i)}function Ft(t,a){if(t.date()<a.date())return-Ft(a,t);var s=(a.year()-t.year())*12+(a.month()-t.month()),n=t.clone().add(s,"months"),r,i;return a-n<0?(r=t.clone().add(s-1,"months"),i=(a-n)/(n-r)):(r=t.clone().add(s+1,"months"),i=(a-n)/(r-n)),-(s+i)||0}m.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",m.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Po(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function To(t){if(!this.isValid())return null;var a=t!==!0,s=a?this.clone().utc():this;return s.year()<0||s.year()>9999?St(s,a?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):te(Date.prototype.toISOString)?a?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",St(s,"Z")):St(s,a?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Qo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",a="",s,n,r,i;return this.isLocal()||(t=this.utcOffset()===0?"moment.utc":"moment.parseZone",a="Z"),s="["+t+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r="-MM-DD[T]HH:mm:ss.SSS",i=a+'[")]',this.format(s+n+r+i)}function jo(t){t||(t=this.isUtc()?m.defaultFormatUtc:m.defaultFormat);var a=St(this,t);return this.localeData().postformat(a)}function qo(t,a){return this.isValid()&&(X(t)&&t.isValid()||D(t).isValid())?J({to:this,from:t}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()}function Ho(t){return this.from(D(),t)}function Ko(t,a){return this.isValid()&&(X(t)&&t.isValid()||D(t).isValid())?J({from:this,to:t}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()}function Go(t){return this.to(D(),t)}function sn(t){var a;return t===void 0?this._locale._abbr:(a=ue(t),a!=null&&(this._locale=a),this)}var nn=K("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===void 0?this.localeData():this.locale(t)});function rn(){return this._locale}var It=1e3,Pe=60*It,Yt=60*Pe,ln=(365*400+97)*24*Yt;function Te(t,a){return(t%a+a)%a}function on(t,a,s){return t<100&&t>=0?new Date(t+400,a,s)-ln:new Date(t,a,s).valueOf()}function dn(t,a,s){return t<100&&t>=0?Date.UTC(t+400,a,s)-ln:Date.UTC(t,a,s)}function Wo(t){var a,s;if(t=G(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?dn:on,t){case"year":a=s(this.year(),0,1);break;case"quarter":a=s(this.year(),this.month()-this.month()%3,1);break;case"month":a=s(this.year(),this.month(),1);break;case"week":a=s(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":a=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":a=s(this.year(),this.month(),this.date());break;case"hour":a=this._d.valueOf(),a-=Te(a+(this._isUTC?0:this.utcOffset()*Pe),Yt);break;case"minute":a=this._d.valueOf(),a-=Te(a,Pe);break;case"second":a=this._d.valueOf(),a-=Te(a,It);break}return this._d.setTime(a),m.updateOffset(this,!0),this}function Vo(t){var a,s;if(t=G(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?dn:on,t){case"year":a=s(this.year()+1,0,1)-1;break;case"quarter":a=s(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":a=s(this.year(),this.month()+1,1)-1;break;case"week":a=s(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":a=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":a=s(this.year(),this.month(),this.date()+1)-1;break;case"hour":a=this._d.valueOf(),a+=Yt-Te(a+(this._isUTC?0:this.utcOffset()*Pe),Yt)-1;break;case"minute":a=this._d.valueOf(),a+=Pe-Te(a,Pe)-1;break;case"second":a=this._d.valueOf(),a+=It-Te(a,It)-1;break}return this._d.setTime(a),m.updateOffset(this,!0),this}function zo(){return this._d.valueOf()-(this._offset||0)*6e4}function Xo(){return Math.floor(this.valueOf()/1e3)}function Zo(){return new Date(this.valueOf())}function Jo(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function ed(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function td(){return this.isValid()?this.toISOString():null}function ad(){return la(this)}function sd(){return be({},b(this))}function nd(){return b(this).overflow}function rd(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}_("N",0,0,"eraAbbr"),_("NN",0,0,"eraAbbr"),_("NNN",0,0,"eraAbbr"),_("NNNN",0,0,"eraName"),_("NNNNN",0,0,"eraNarrow"),_("y",["y",1],"yo","eraYear"),_("y",["yy",2],0,"eraYear"),_("y",["yyy",3],0,"eraYear"),_("y",["yyyy",4],0,"eraYear"),g("N",Na),g("NN",Na),g("NNN",Na),g("NNNN",yd),g("NNNNN",gd),U(["N","NN","NNN","NNNN","NNNNN"],function(t,a,s,n){var r=s._locale.erasParse(t,n,s._strict);r?b(s).era=r:b(s).invalidEra=t}),g("y",Fe),g("yy",Fe),g("yyy",Fe),g("yyyy",Fe),g("yo",_d),U(["y","yy","yyy","yyyy"],Y),U(["yo"],function(t,a,s,n){var r;s._locale._eraYearOrdinalRegex&&(r=t.match(s._locale._eraYearOrdinalRegex)),s._locale.eraYearOrdinalParse?a[Y]=s._locale.eraYearOrdinalParse(t,r):a[Y]=parseInt(t,10)});function id(t,a){var s,n,r,i=this._eras||ue("en")._eras;for(s=0,n=i.length;s<n;++s){switch(typeof i[s].since){case"string":r=m(i[s].since).startOf("day"),i[s].since=r.valueOf();break}switch(typeof i[s].until){case"undefined":i[s].until=1/0;break;case"string":r=m(i[s].until).startOf("day").valueOf(),i[s].until=r.valueOf();break}}return i}function ld(t,a,s){var n,r,i=this.eras(),d,f,y;for(t=t.toUpperCase(),n=0,r=i.length;n<r;++n)if(d=i[n].name.toUpperCase(),f=i[n].abbr.toUpperCase(),y=i[n].narrow.toUpperCase(),s)switch(a){case"N":case"NN":case"NNN":if(f===t)return i[n];break;case"NNNN":if(d===t)return i[n];break;case"NNNNN":if(y===t)return i[n];break}else if([d,f,y].indexOf(t)>=0)return i[n]}function od(t,a){var s=t.since<=t.until?1:-1;return a===void 0?m(t.since).year():m(t.since).year()+(a-t.offset)*s}function dd(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].name;return""}function cd(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].narrow;return""}function ud(){var t,a,s,n=this.localeData().eras();for(t=0,a=n.length;t<a;++t)if(s=this.clone().startOf("day").valueOf(),n[t].since<=s&&s<=n[t].until||n[t].until<=s&&s<=n[t].since)return n[t].abbr;return""}function fd(){var t,a,s,n,r=this.localeData().eras();for(t=0,a=r.length;t<a;++t)if(s=r[t].since<=r[t].until?1:-1,n=this.clone().startOf("day").valueOf(),r[t].since<=n&&n<=r[t].until||r[t].until<=n&&n<=r[t].since)return(this.year()-m(r[t].since).year())*s+r[t].offset;return this.year()}function hd(t){return k(this,"_erasNameRegex")||$a.call(this),t?this._erasNameRegex:this._erasRegex}function pd(t){return k(this,"_erasAbbrRegex")||$a.call(this),t?this._erasAbbrRegex:this._erasRegex}function md(t){return k(this,"_erasNarrowRegex")||$a.call(this),t?this._erasNarrowRegex:this._erasRegex}function Na(t,a){return a.erasAbbrRegex(t)}function yd(t,a){return a.erasNameRegex(t)}function gd(t,a){return a.erasNarrowRegex(t)}function _d(t,a){return a._eraYearOrdinalRegex||Fe}function $a(){var t=[],a=[],s=[],n=[],r,i,d,f,y,w=this.eras();for(r=0,i=w.length;r<i;++r)d=le(w[r].name),f=le(w[r].abbr),y=le(w[r].narrow),a.push(d),t.push(f),s.push(y),n.push(d),n.push(f),n.push(y);this._erasRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+a.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+t.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+s.join("|")+")","i")}_(0,["gg",2],0,function(){return this.weekYear()%100}),_(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Lt(t,a){_(0,[t,t.length],0,a)}Lt("gggg","weekYear"),Lt("ggggg","weekYear"),Lt("GGGG","isoWeekYear"),Lt("GGGGG","isoWeekYear"),g("G",Ut),g("g",Ut),g("GG",B,q),g("gg",B,q),g("GGGG",ga,ya),g("gggg",ga,ya),g("GGGGG",Rt,kt),g("ggggg",Rt,kt),Je(["gggg","ggggg","GGGG","GGGGG"],function(t,a,s,n){a[n.substr(0,2)]=v(t)}),Je(["gg","GG"],function(t,a,s,n){a[n]=m.parseTwoDigitYear(t)});function wd(t){return cn.call(this,t,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function bd(t){return cn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function vd(){return ce(this.year(),1,4)}function Md(){return ce(this.isoWeekYear(),1,4)}function Sd(){var t=this.localeData()._week;return ce(this.year(),t.dow,t.doy)}function kd(){var t=this.localeData()._week;return ce(this.weekYear(),t.dow,t.doy)}function cn(t,a,s,n,r){var i;return t==null?st(this,n,r).year:(i=ce(t,n,r),a>i&&(a=i),xd.call(this,t,a,s,n,r))}function xd(t,a,s,n,r){var i=Ps(t,a,s,n,r),d=at(i.year,0,i.dayOfYear);return this.year(d.getUTCFullYear()),this.month(d.getUTCMonth()),this.date(d.getUTCDate()),this}_("Q",0,"Qo","quarter"),g("Q",Bs),U("Q",function(t,a){a[oe]=(v(t)-1)*3});function Rd(t){return t==null?Math.ceil((this.month()+1)/3):this.month((t-1)*3+this.month()%3)}_("D",["DD",2],"Do","date"),g("D",B,Ie),g("DD",B,q),g("Do",function(t,a){return t?a._dayOfMonthOrdinalParse||a._ordinalParse:a._dayOfMonthOrdinalParseLenient}),U(["D","DD"],se),U("Do",function(t,a){a[se]=v(t.match(B)[0])});var un=Ye("Date",!0);_("DDD",["DDDD",3],"DDDo","dayOfYear"),g("DDD",xt),g("DDDD",Ds),U(["DDD","DDDD"],function(t,a,s){s._dayOfYear=v(t)});function Ud(t){var a=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return t==null?a:this.add(t-a,"d")}_("m",["mm",2],0,"minute"),g("m",B,_a),g("mm",B,q),U(["m","mm"],Z);var Cd=Ye("Minutes",!1);_("s",["ss",2],0,"second"),g("s",B,_a),g("ss",B,q),U(["s","ss"],de);var Bd=Ye("Seconds",!1);_("S",0,0,function(){return~~(this.millisecond()/100)}),_(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),_(0,["SSS",3],0,"millisecond"),_(0,["SSSS",4],0,function(){return this.millisecond()*10}),_(0,["SSSSS",5],0,function(){return this.millisecond()*100}),_(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),_(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),_(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),_(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),g("S",xt,Bs),g("SS",xt,q),g("SSS",xt,Ds);var Me,fn;for(Me="SSSS";Me.length<=9;Me+="S")g(Me,Fe);function Dd(t,a){a[Ce]=v(("0."+t)*1e3)}for(Me="S";Me.length<=9;Me+="S")U(Me,Dd);fn=Ye("Milliseconds",!1),_("z",0,0,"zoneAbbr"),_("zz",0,0,"zoneName");function Ad(){return this._isUTC?"UTC":""}function Od(){return this._isUTC?"Coordinated Universal Time":""}var p=Xe.prototype;p.add=ko,p.calendar=Ao,p.clone=Oo,p.diff=Lo,p.endOf=Vo,p.format=jo,p.from=qo,p.fromNow=Ho,p.to=Ko,p.toNow=Go,p.get=Ti,p.invalidAt=nd,p.isAfter=No,p.isBefore=$o,p.isBetween=Eo,p.isSame=Fo,p.isSameOrAfter=Io,p.isSameOrBefore=Yo,p.isValid=ad,p.lang=nn,p.locale=sn,p.localeData=rn,p.max=to,p.min=eo,p.parsingFlags=sd,p.set=Qi,p.startOf=Wo,p.subtract=xo,p.toArray=Jo,p.toObject=ed,p.toDate=Zo,p.toISOString=To,p.inspect=Qo,typeof Symbol<"u"&&Symbol.for!=null&&(p[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),p.toJSON=td,p.toString=Po,p.unix=Xo,p.valueOf=zo,p.creationData=rd,p.eraName=dd,p.eraNarrow=cd,p.eraAbbr=ud,p.eraYear=fd,p.year=Ns,p.isLeapYear=Pi,p.weekYear=wd,p.isoWeekYear=bd,p.quarter=p.quarters=Rd,p.month=Ys,p.daysInMonth=Xi,p.week=p.weeks=rl,p.isoWeek=p.isoWeeks=il,p.weeksInYear=Sd,p.weeksInWeekYear=kd,p.isoWeeksInYear=vd,p.isoWeeksInISOWeekYear=Md,p.date=un,p.day=p.days=wl,p.weekday=bl,p.isoWeekday=vl,p.dayOfYear=Ud,p.hour=p.hours=Cl,p.minute=p.minutes=Cd,p.second=p.seconds=Bd,p.millisecond=p.milliseconds=fn,p.utcOffset=uo,p.utc=ho,p.local=po,p.parseZone=mo,p.hasAlignedHourOffset=yo,p.isDST=go,p.isLocal=wo,p.isUtcOffset=bo,p.isUtc=Zs,p.isUTC=Zs,p.zoneAbbr=Ad,p.zoneName=Od,p.dates=K("dates accessor is deprecated. Use date instead.",un),p.months=K("months accessor is deprecated. Use month instead",Ys),p.years=K("years accessor is deprecated. Use year instead",Ns),p.zone=K("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",fo),p.isDSTShifted=K("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",_o);function Nd(t){return D(t*1e3)}function $d(){return D.apply(null,arguments).parseZone()}function hn(t){return t}var x=ua.prototype;x.calendar=_i,x.longDateFormat=Mi,x.invalidDate=ki,x.ordinal=Ui,x.preparse=hn,x.postformat=hn,x.relativeTime=Bi,x.pastFuture=Di,x.set=yi,x.eras=id,x.erasParse=ld,x.erasConvertYear=od,x.erasAbbrRegex=pd,x.erasNameRegex=hd,x.erasNarrowRegex=md,x.months=Gi,x.monthsShort=Wi,x.monthsParse=zi,x.monthsRegex=Ji,x.monthsShortRegex=Zi,x.week=tl,x.firstDayOfYear=nl,x.firstDayOfWeek=sl,x.weekdays=pl,x.weekdaysMin=yl,x.weekdaysShort=ml,x.weekdaysParse=_l,x.weekdaysRegex=Ml,x.weekdaysShortRegex=Sl,x.weekdaysMinRegex=kl,x.isPM=Rl,x.meridiem=Bl;function Pt(t,a,s,n){var r=ue(),i=ee().set(n,a);return r[s](i,t)}function pn(t,a,s){if(ie(t)&&(a=t,t=void 0),t=t||"",a!=null)return Pt(t,a,s,"month");var n,r=[];for(n=0;n<12;n++)r[n]=Pt(t,n,s,"month");return r}function Ea(t,a,s,n){typeof t=="boolean"?(ie(a)&&(s=a,a=void 0),a=a||""):(a=t,s=a,t=!1,ie(a)&&(s=a,a=void 0),a=a||"");var r=ue(),i=t?r._week.dow:0,d,f=[];if(s!=null)return Pt(a,(s+i)%7,n,"day");for(d=0;d<7;d++)f[d]=Pt(a,(d+i)%7,n,"day");return f}function Ed(t,a){return pn(t,a,"months")}function Fd(t,a){return pn(t,a,"monthsShort")}function Id(t,a,s){return Ea(t,a,s,"weekdays")}function Yd(t,a,s){return Ea(t,a,s,"weekdaysShort")}function Ld(t,a,s){return Ea(t,a,s,"weekdaysMin")}ve("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var a=t%10,s=v(t%100/10)===1?"th":a===1?"st":a===2?"nd":a===3?"rd":"th";return t+s}}),m.lang=K("moment.lang is deprecated. Use moment.locale instead.",ve),m.langData=K("moment.langData is deprecated. Use moment.localeData instead.",ue);var fe=Math.abs;function Pd(){var t=this._data;return this._milliseconds=fe(this._milliseconds),this._days=fe(this._days),this._months=fe(this._months),t.milliseconds=fe(t.milliseconds),t.seconds=fe(t.seconds),t.minutes=fe(t.minutes),t.hours=fe(t.hours),t.months=fe(t.months),t.years=fe(t.years),this}function mn(t,a,s,n){var r=J(a,s);return t._milliseconds+=n*r._milliseconds,t._days+=n*r._days,t._months+=n*r._months,t._bubble()}function Td(t,a){return mn(this,t,a,1)}function Qd(t,a){return mn(this,t,a,-1)}function yn(t){return t<0?Math.floor(t):Math.ceil(t)}function jd(){var t=this._milliseconds,a=this._days,s=this._months,n=this._data,r,i,d,f,y;return t>=0&&a>=0&&s>=0||t<=0&&a<=0&&s<=0||(t+=yn(Fa(s)+a)*864e5,a=0,s=0),n.milliseconds=t%1e3,r=W(t/1e3),n.seconds=r%60,i=W(r/60),n.minutes=i%60,d=W(i/60),n.hours=d%24,a+=W(d/24),y=W(gn(a)),s+=y,a-=yn(Fa(y)),f=W(s/12),s%=12,n.days=a,n.months=s,n.years=f,this}function gn(t){return t*4800/146097}function Fa(t){return t*146097/4800}function qd(t){if(!this.isValid())return NaN;var a,s,n=this._milliseconds;if(t=G(t),t==="month"||t==="quarter"||t==="year")switch(a=this._days+n/864e5,s=this._months+gn(a),t){case"month":return s;case"quarter":return s/3;case"year":return s/12}else switch(a=this._days+Math.round(Fa(this._months)),t){case"week":return a/7+n/6048e5;case"day":return a+n/864e5;case"hour":return a*24+n/36e5;case"minute":return a*1440+n/6e4;case"second":return a*86400+n/1e3;case"millisecond":return Math.floor(a*864e5)+n;default:throw new Error("Unknown unit "+t)}}function he(t){return function(){return this.as(t)}}var _n=he("ms"),Hd=he("s"),Kd=he("m"),Gd=he("h"),Wd=he("d"),Vd=he("w"),zd=he("M"),Xd=he("Q"),Zd=he("y"),Jd=_n;function ec(){return J(this)}function tc(t){return t=G(t),this.isValid()?this[t+"s"]():NaN}function De(t){return function(){return this.isValid()?this._data[t]:NaN}}var ac=De("milliseconds"),sc=De("seconds"),nc=De("minutes"),rc=De("hours"),ic=De("days"),lc=De("months"),oc=De("years");function dc(){return W(this.days()/7)}var pe=Math.round,Qe={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function cc(t,a,s,n,r){return r.relativeTime(a||1,!!s,t,n)}function uc(t,a,s,n){var r=J(t).abs(),i=pe(r.as("s")),d=pe(r.as("m")),f=pe(r.as("h")),y=pe(r.as("d")),w=pe(r.as("M")),C=pe(r.as("w")),F=pe(r.as("y")),j=i<=s.ss&&["s",i]||i<s.s&&["ss",i]||d<=1&&["m"]||d<s.m&&["mm",d]||f<=1&&["h"]||f<s.h&&["hh",f]||y<=1&&["d"]||y<s.d&&["dd",y];return s.w!=null&&(j=j||C<=1&&["w"]||C<s.w&&["ww",C]),j=j||w<=1&&["M"]||w<s.M&&["MM",w]||F<=1&&["y"]||["yy",F],j[2]=a,j[3]=+t>0,j[4]=n,cc.apply(null,j)}function fc(t){return t===void 0?pe:typeof t=="function"?(pe=t,!0):!1}function hc(t,a){return Qe[t]===void 0?!1:a===void 0?Qe[t]:(Qe[t]=a,t==="s"&&(Qe.ss=a-1),!0)}function pc(t,a){if(!this.isValid())return this.localeData().invalidDate();var s=!1,n=Qe,r,i;return typeof t=="object"&&(a=t,t=!1),typeof t=="boolean"&&(s=t),typeof a=="object"&&(n=Object.assign({},Qe,a),a.s!=null&&a.ss==null&&(n.ss=a.s-1)),r=this.localeData(),i=uc(this,!s,n,r),s&&(i=r.pastFuture(+this,i)),r.postformat(i)}var Ia=Math.abs;function je(t){return(t>0)-(t<0)||+t}function Tt(){if(!this.isValid())return this.localeData().invalidDate();var t=Ia(this._milliseconds)/1e3,a=Ia(this._days),s=Ia(this._months),n,r,i,d,f=this.asSeconds(),y,w,C,F;return f?(n=W(t/60),r=W(n/60),t%=60,n%=60,i=W(s/12),s%=12,d=t?t.toFixed(3).replace(/\.?0+$/,""):"",y=f<0?"-":"",w=je(this._months)!==je(f)?"-":"",C=je(this._days)!==je(f)?"-":"",F=je(this._milliseconds)!==je(f)?"-":"",y+"P"+(i?w+i+"Y":"")+(s?w+s+"M":"")+(a?C+a+"D":"")+(r||n||t?"T":"")+(r?F+r+"H":"")+(n?F+n+"M":"")+(t?F+d+"S":"")):"P0D"}var M=$t.prototype;M.isValid=io,M.abs=Pd,M.add=Td,M.subtract=Qd,M.as=qd,M.asMilliseconds=_n,M.asSeconds=Hd,M.asMinutes=Kd,M.asHours=Gd,M.asDays=Wd,M.asWeeks=Vd,M.asMonths=zd,M.asQuarters=Xd,M.asYears=Zd,M.valueOf=Jd,M._bubble=jd,M.clone=ec,M.get=tc,M.milliseconds=ac,M.seconds=sc,M.minutes=nc,M.hours=rc,M.days=ic,M.weeks=dc,M.months=lc,M.years=oc,M.humanize=pc,M.toISOString=Tt,M.toString=Tt,M.toJSON=Tt,M.locale=sn,M.localeData=rn,M.toIsoString=K("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Tt),M.lang=nn,_("X",0,0,"unix"),_("x",0,0,"valueOf"),g("x",Ut),g("X",$i),U("X",function(t,a,s){s._d=new Date(parseFloat(t)*1e3)}),U("x",function(t,a,s){s._d=new Date(v(t))});//! moment.js
|
|
10
|
+
m.version="2.30.1",pi(D),m.fn=p,m.min=ao,m.max=so,m.now=no,m.utc=ee,m.unix=Nd,m.months=Ed,m.isDate=ze,m.locale=ve,m.invalid=vt,m.duration=J,m.isMoment=X,m.weekdays=Id,m.parseZone=$d,m.localeData=ue,m.isDuration=Et,m.monthsShort=Fd,m.weekdaysMin=Ld,m.defineLocale=ka,m.updateLocale=Nl,m.locales=$l,m.weekdaysShort=Yd,m.normalizeUnits=G,m.relativeTimeRounding=fc,m.relativeTimeThreshold=hc,m.calendarFormat=Do,m.prototype=p,m.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const mc=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,yc=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,wn=/(janv\.?|févr\.?|avr\.?|juil\.?|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,Ya=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],gc={months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:wn,monthsShortRegex:wn,monthsStrictRegex:mc,monthsShortStrictRegex:yc,monthsParse:Ya,longMonthsParse:Ya,shortMonthsParse:Ya,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:(t,a)=>{switch(a){case"D":return t+(t===1?"er":"");default:case"M":case"Q":case"DDD":case"d":return t+(t===1?"er":"e");case"w":case"W":return t+(t===1?"re":"e")}},week:{dow:1,doy:4}};m.locale("fr",gc);const me=(t,a,s=!0)=>(s?t.getFullYear()===a.getFullYear():!0)&&t.getMonth()===a.getMonth()&&t.getDate()===a.getDate(),La=()=>m().locale("fr").subtract(1,"days").toDate(),Ae=t=>new Date>t,bn=t=>typeof t=="function",Pa=(t,a,s)=>{const n={...t},r=Object.entries(t);for(const[i,d]of r){const f=a[i];f?n[i]=s(d,f):n[i]=d}return n},vn=t=>Object.entries(t),Mn=new h.Schema({guildId:{type:String,required:!0,unique:!0},suggestionChannelId:{type:String,default:null},reportChannelId:{type:String,default:null},reportModeratorChannelId:{type:String,default:null},factionChannelId:{type:String,default:null},discussionChannelId:{type:String,default:null},questFallbackChannelId:{type:String,default:null},reportBugChannelId:{type:String,default:null},expeditionChannelId:{type:String,default:null},ranking:{channelId:{type:String,default:null},messageId:{type:String,default:null}},edito:{channelId:{type:String,default:null},price:{type:Number,default:100},sentAtMidnight:{type:Boolean,default:!1},messageId:{type:String,default:null}},crew:{infoChannelId:{type:String,default:null},crewChannelIds:{type:[{channelId:{type:String},crewId:{type:String}}],default:[]}},shopChannelId:{type:String,default:null},blackMarketChannelId:{type:String,default:null}});Mn.index({"meta.xp":-1});const Qt=((Er=h.models)==null?void 0:Er.Settings)||h.model("Settings",Mn),L=async(t,a,s=!1)=>{await Qt.updateOne({guildId:t},a,{upsert:s})},_c=Object.freeze(Object.defineProperty({__proto__:null,addCrewChannelId:async(t,a,s)=>{await L(t,{$push:{"crew.crewChannelIds":{channelId:s,crewId:a}}})},randomizeEditoPrice:async t=>{const a=ws(100,1001);return await L(t,{$set:{"edito.price":a}}),a},sentAtMidnight:async(t,a)=>{await L(t,{$set:{"edito.sentAtMidnight ":a}})},setCrewInfoChannelId:async(t,a)=>{await L(t,{$set:{"crew.infoChannelId":a}})},setDiscussionChannelId:async(t,a)=>{await L(t,{$set:{discussionChannelId:a}})},setEditoChannel:async(t,a)=>{await L(t,{$set:{"edito.channelId":a}})},setEditoMessageId:async(t,a)=>{await L(t,{$set:{"edito.messageId ":a}})},setFactionChannel:async(t,a)=>{await L(t,{$set:{factionChannelId:a}})},setQuestChannelId:async(t,a)=>{await L(t,{$set:{questFallbackChannelId:a}})},setRankingChannel:async(t,a)=>{await L(t,{$set:{"ranking.channelId":a}})},setRankingMessage:async(t,a)=>{await L(t,{$set:{"ranking.messageId":a}})},setReportBugChannelId:async(t,a)=>{await L(t,{$set:{reportBugChannelId:a}})},setReportChannel:async(t,a)=>{await L(t,{$set:{reportChannelId:a}})},setReportModeratorChannel:async(t,a)=>{await L(t,{$set:{reportModeratorChannelId:a}})},setShopChannelId:async(t,a,s)=>{await L(t,{$set:{shopChannelId:a,blackMarketChannelId:s}})},setSuggestionChannel:async(t,a)=>{await L(t,{$set:{suggestionChannelId:a}})}},Symbol.toStringTag,{value:"Module"})),Sn=async t=>await Qt.create({guildId:t}),wc=async(t,a={})=>{const s=await Qt.findOne({guildId:t},a);return s||Sn(t)};class ye{constructor(){e(this,"name");e(this,"price");e(this,"size");e(this,"data");if(this.constructor===ye)throw new Error("Abstract classes can't be instantiated.")}toDBShopItem(){return{name:this.name,price:this.price,size:this.size,itemId:this.data.id}}async onBuy(a,s){await Zn(a,-1*this.price*s),await yr(a,this.price*s)}isBackground(){return!1}isChest(){return!1}isTitle(){return!1}isBoostXp(){return!1}isRepair(){return!1}isStore(){return!1}isCraft(){return!1}}class kn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await sr(a,this.data.background.id)}isBackground(){return!0}}class xn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isBoostXp(){return!0}}class Rn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isChest(){return!0}}class Un extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isCraft(){return!0}}class Cn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isRepair(){return!0}}class Bn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await _e(a,this.data.id,s)}isStore(){return!0}}class Dn extends ye{constructor({name:a,price:s,item:n,size:r}){super(),this.name=a,this.data=n,this.price=s,this.size=r}async onBuy(a,s){await super.onBuy(a,s),await os(a,this.data.title.name)}isTitle(){return!0}}const An=(t,a)=>{const s=t.items.find(n=>n.itemId===a);if(s){const{name:n,price:r,size:i}=s,d=S.findItem(s.itemId);if(S.isBackgroundItem(d))return new kn({name:n,price:r,item:d,size:i});if(S.isTitleItem(d))return new Dn({name:n,price:r,item:d,size:i});if(S.isChestItem(d))return new Rn({name:n,price:r,item:d,size:i});if(S.isBoostItem(d))return new xn({name:n,price:r,item:d,size:i});if(S.isRepairItem(d))return new Cn({name:n,price:r,item:d,size:i});if(S.isStoreItem(d))return new Bn({name:n,price:r,item:d,size:i});if(S.isObjectItem(d))return new Un({name:n,price:r,item:d,size:i})}},bc=Object.freeze(Object.defineProperty({__proto__:null,getShopItem:An,getShopItemList:t=>{const a=[];for(const{itemId:s}of t.items){const n=An(t,s);n&&a.push(n)}return a}},Symbol.toStringTag,{value:"Module"})),On=new h.Schema({shopType:{type:String,required:!0,unique:!0},publishedAt:{type:Date,default:new Date},duration:{type:Number,default:null},closeAt:{type:Date,default:null},items:{type:[{name:String,price:Number,size:{type:Number,default:null},itemId:String}],default:[]},stats:{berrySpent:{type:Number,default:0},itemBought:{type:Number,default:0},chestBought:{type:Number,default:0},boostTimeBought:{type:Number,default:0},percentBought:{type:Number,default:0}}});On.index({shopType:1});const jt=((Fr=h.models)==null?void 0:Fr.Shop)||h.model("Shop",On),vc=async(t,a)=>{await Nn({shopType:t},a,!0)},Ta=async(t,a)=>{await Nn({_id:t},a,!0)},Nn=async(t,a,s=!1)=>{await jt.updateOne(t,a,{upsert:s})},Mc=Object.freeze(Object.defineProperty({__proto__:null,buyShopItem:async(t,a,s,n)=>{const r=a.map(i=>(i.name===s.name&&i.size&&(i.size-=n),i));await Ta(t,{$set:{items:r}})},publish:async t=>{await Ta(t,{$set:{publishedAt:new Date}})},setShopItems:async(t,a)=>{await vc(t,{$set:{items:[...a]}})},updateShopStats:async(t,a,s)=>{await Ta(t,{$inc:{"stats.berrySpent":a.price*s,"stats.itemBought":s,"stats.chestBought":a.isChest()?s:0,"stats.percentBought":a.isRepair()?a.data.repair*s:0,"stats.boostTimeBought":a.isBoostXp()?a.data.id==="boost_xp_day"?s:7*s:0}})}},Symbol.toStringTag,{value:"Module"})),Sc=t=>jt.create({shopType:t}),kc=async(t,a={})=>{const s=await $n({shopType:t},a);return s||await Sc(t)},$n=(t,a={})=>jt.findOne(t,a),xc=Object.freeze(Object.defineProperty({__proto__:null,getCommandCooldown:(t,a)=>t.commands[a],getRaidCooldown:(t,a)=>t.raid[a?"special":"classic"]},Symbol.toStringTag,{value:"Module"})),Qa=new h.Schema({user:{type:h.Schema.Types.ObjectId,ref:"User",required:!0},date:Date,type:String},{minimize:!1});Qa.index({user:1}),Qa.index({date:-1});const Oe=((Ir=h.models)==null?void 0:Ir.Reminder)||h.model("Reminder",Qa),Rc=Object.freeze(Object.defineProperty({__proto__:null,getAllPassedReminder:async()=>await Oe.find({date:{$lte:new Date}})},Symbol.toStringTag,{value:"Module"})),Uc=async(t,a)=>{await Oe.deleteOne({user:t,type:a})},En=async(t,a,s,n)=>{await Oe.updateOne({user:t,type:a},s,{upsert:n})},ja=async(t,a,s)=>{await En(t,a,{$set:{date:s}},!0)},qa=async(t,a,s)=>{await En(t,a,[{$set:{date:{$add:["$date",s]}}}],!1)},Cc=Object.freeze(Object.defineProperty({__proto__:null,addReminder:ja,deleteSelectedReminders:async t=>{await Oe.deleteMany({_id:{$in:t}})},removeReminder:async(t,a)=>{await Uc(t,a)},updateReminderDate:qa},Symbol.toStringTag,{value:"Module"})),Bc=async(t,a={})=>{const s=await Oe.findOne({user:t},a);return s||null},Dc=async(t,a,s)=>await Oe.create({user:t,date:a,type:s}),Fn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},raid:{classic:{type:Date,default:new Date(0)},special:{type:Date,default:new Date(0)}},lockUserCommand:{type:Date,default:new Date(0)},commands:{work:{type:Date,default:new Date(0)},dice:{type:Date,default:new Date(0)},qod:{type:Date,default:new Date(0)},guess:{type:Date,default:new Date(0)},blackjack:{type:Date,default:new Date(0)},rps:{type:Date,default:new Date(0)}}});Fn.index({user:1});const lt=((Yr=h.models)==null?void 0:Yr.UserCooldown)||h.model("UserCooldown",Fn),qt=async(t,a)=>{await lt.updateOne({user:t},a,{upsert:!0})},Ac=async(t,a)=>{await qt(t,[{$set:{"raid.special":{$subtract:[{$ifNull:["$raid.special",new Date]},a*3600*1e3]},"raid.classic":{$subtract:[{$ifNull:["$raid.classic",new Date]},a*3600*1e3]}}}]),await qa(t,"raid/special",-1*a*3600*1e3),await qa(t,"raid/classic",-1*a*3600*1e3)},In=async(t,a,s)=>{await qt(t,{$set:{...a?{"raid.special":new Date(Date.now()+7*24*60*60*1e3)}:{"raid.classic":new Date(Date.now()+7*24*60*60*1e3)}}}),s.raid[a?"special":"classic"]&&await ja(t,a?"raid/special":"raid/classic",new Date(Date.now()+7*24*60*60*1e3))},Yn=async t=>{await qt(t,{$set:{lockUserCommand:new Date}})},Oc=Object.freeze(Object.defineProperty({__proto__:null,lockUserCommand:Yn,reduceRaidCooldown:Ac,startRaidCooldown:In,useCommand:async(t,a,s,n)=>{await qt(t,{$set:{[`commands.${a}`]:new Date(Date.now()+s)}}),n.commands[a]&&await ja(t,`commands/${a}`,new Date(Date.now()+s))}},Symbol.toStringTag,{value:"Module"})),Nc=["work","rps","blackjack","guess","qod","dice"],Ln=async t=>await lt.create({user:t}),$c=async(t,a={})=>{const s=await lt.findOne({user:t},a);return s||await Ln(t)},Ha=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},crew:{type:h.Schema.Types.ObjectId,ref:"Crew",required:!0,index:!0},permission:String,percent:Number,lastAllMembersDaily:{type:Date,default:new Date(0)}},{minimize:!1});Ha.virtual("inventory",{ref:"Crew",localField:"crew",foreignField:"_id",justOne:!0}),Ha.index({user:1});const qe=((Lr=h.models)==null?void 0:Lr.UserCrew)||h.model("UserCrew",Ha),Pn=async(t,a)=>{await qe.updateOne({user:t},a,{upsert:!0})},Ec=async(t,a)=>{await Pn(t,{$set:{percent:a}})},Tn=async t=>{await Pn(t,{$set:{lastAllMembersDaily:new Date}})},Fc=Object.freeze(Object.defineProperty({__proto__:null,allMembersDailyComplete:Tn,updatePercent:Ec},Symbol.toStringTag,{value:"Module"})),Qn=t=>qe.findOne({user:t}),Ic=async(t,a,s,n)=>await qe.create({user:t,crew:a,percent:n,permission:s}),Yc=t=>qe.exists({user:t}),jn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},xpYesterday:{type:Number,default:0},berryYesterday:{type:Number,default:0},previousOrnament:{unlockedBadges:{type:[String],default:[]},unlockedTitles:{type:[String],default:[]},unlockedBackgrounds:{type:[String],default:[]}},previousCompletedQuest:{type:[String],default:[]},previousMessageSent:{type:Number,default:0}});jn.index({user:1});const Ht=((Pr=h.models)==null?void 0:Pr.UserDailyReport)||h.model("UserDailyReport",jn),Lc=async(t,a)=>{await Ht.updateOne({user:t},a,{upsert:!0})},Pc=Object.freeze(Object.defineProperty({__proto__:null,updateDailyReport:async(t,a)=>{await Lc(t,{$set:{xpYesterday:a.meta.xp.amount,berryYesterday:a.meta.berry,previousCompletedQuest:a.quest.completed,"previousOrnament.unlockedBadges":a.ornaments.unlockedBadges,"previousOrnament.unlockedTitles":a.ornaments.unlockedTitles,"previousOrnament.unlockedBackgrounds":a.ornaments.unlockedBackgrounds,previousMessageSent:a.questMeta.messageSent}})}},Symbol.toStringTag,{value:"Module"})),qn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},guess:{tries:Number,amount:Number,numberToGuess:Number}});qn.index({user:1});const ot=((Tr=h.models)==null?void 0:Tr.UserGames)||h.model("UserGames",qn),Ka=async(t,a)=>{await ot.updateOne({user:t},a,{upsert:!0})},Tc=Object.freeze(Object.defineProperty({__proto__:null,resetGuessGame:async t=>{await Ka(t,{$set:{guess:void 0}})},setGuessGame:async(t,a,s,n)=>{await Ka(t,{$set:{guess:{amount:a,tries:s,numberToGuess:n}}})},updateGuessGame:async t=>{await Ka(t,{$inc:{"guess.tries":1}})}},Symbol.toStringTag,{value:"Module"})),Hn=async t=>await ot.create({user:t}),Qc=async(t,a)=>{const s=await ot.findOne({user:t},a);return s||await Hn(t)},jc=(t,a)=>{const s=bs(Object.values(t.equippedItems)),n=a.equipments.filter(r=>s.find(i=>i.id===r.id)).length;if(n===a.equipments.length)return a.fullBonus;if(n>=a.equipments.length/2)return a.halfBonus},Ga=t=>{var s;let a={vitality:0,strength:0,agility:0,chance:0,intelligence:0,wisdom:0};for(const n of S.EQUIPMENT_SLOT){const r=(s=t.equippedItems)==null?void 0:s[n];r&&(a=Pa(a,S.fromDBToEquipableEquipment(r).characteristics,(i,d)=>i+d))}for(const n of S.allPanoplies){const r=jc(t,n);r&&!("target"in r)&&(a=Pa(a,r,(i,d)=>i+d))}return a},qc=Object.freeze(Object.defineProperty({__proto__:null,calcBottleMultiplier:(t,{buffs:a})=>{const s=S.getPanoplyBonus(t.equippedItems).find(([n,r])=>n.id==="herbalist"&&r!==null);return s&&s[1]==="full"?a.map(n=>({...n,multiplier:n.multiplier*1.25})):s&&s[1]==="half"?a.map(n=>({...n,multiplier:n.multiplier*1.1})):a},calcMinStreakForWorkLoot:t=>{const a=S.getPanoplyBonus(t.equippedItems).find(([s,n])=>s.id==="marine"&&n!==null);return a&&a[1]==="full"?10:a&&a[1]==="half"?20:1/0},getItemList:t=>Object.fromEntries(t.itemList),getRecipeResult:(t,a)=>{const s=S.getPanoplyBonus(t.equippedItems).find(([n,r])=>n.id==="little_blacksmith"&&r!==null);return(s==null?void 0:s[1])==="full"&&a==="chest_3"?"chest_blacksmith_3":(s==null?void 0:s[1])==="half"&&a==="chest_2"?"chest_blacksmith_2":(s==null?void 0:s[1])==="half"&&a==="chest_1"?"chest_blacksmith_1":a},getUserEquipmentsCharacteristics:Ga,hasEnoughEnchantedStone:(t,a)=>(t.itemList.get("enchanted_stone")||0)>=a,hasEnoughItem:(t,a,s)=>(t.itemList.get(s)||0)>=a,hasEnoughItemsForRecipe:(t,a,s)=>{for(const n of a)if((t.itemList.get(n.itemId)||0)<n.size*s)return!1;return!0},hasEnoughTools:(t,a)=>(t.itemList.get("tools")||0)>=a,hasInventoryRequirements:(t,a)=>vn(a).reduce((s,[n,r])=>s&&(t.itemList.get(n)??0)>=(r??0),!0),hasRevolutionaryBuff:t=>{const a=S.getPanoplyBonus(t.equippedItems).find(([s,n])=>s.id==="revolutionary"&&n!==null);return(a==null?void 0:a[1])??null},maxCraftQuantity:(t,a)=>{let s=1/0;for(const n of a)s=Math.min(s,Math.floor((t.itemList.get(n.itemId)||0)/n.size));return s}},Symbol.toStringTag,{value:"Module"})),Hc=Object.freeze(Object.defineProperty({__proto__:null,getEncyclopedia:t=>t.encyclopedia,hasFoundItem:(t,a)=>t.encyclopedia.includes(a)},Symbol.toStringTag,{value:"Module"})),Kn=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},encyclopedia:{type:[String],default:[]}});Kn.index({user:1});const Kt=((Qr=h.models)==null?void 0:Qr.UserEncyclopedia)||h.model("UserEncyclopedia",Kn),Kc=async(t,a)=>{await Kt.updateOne({user:t},a,{upsert:!0})},Gt=async(t,a)=>{await Kc(t,{$addToSet:{encyclopedia:{$each:a}}})},Gc=Object.freeze(Object.defineProperty({__proto__:null,addItem:Gt},Symbol.toStringTag,{value:"Module"})),Gn=async t=>await Kt.create({user:t}),Wc=async t=>{const a=await Kt.findOne({user:t});return a||await Gn(t)},Vc=["crewUpdate","crewQuestUpdate","userMetaUpdate","userQuestMetaUpdate","userQuestUpdate","userInventoryUpdate","userOrnamentsUpdate","userDaily","crewDaily"],Wn=new ai.EventEmitter,ne=(t,a,s)=>{Wn.emit(t,a,s)},zc=t=>{for(const a of Vc)Wn.on(a,(s,n)=>{t(a,s,n)})};class o{constructor(){e(this,"onUserMetaUpdate");e(this,"onUserQuestUpdate");e(this,"onUserQuestMetaUpdate");e(this,"onUserInventoryUpdate");e(this,"onUserOrnamentsUpdate");e(this,"onCrewUpdate");e(this,"onCrewQuestUpdate");e(this,"complete",async(a,{_userQuest:s,_userCrew:n,_userMeta:r})=>{const i=s??await fs(a);if(this.isCompleted(i))return null;const d=r??await ut(a),f=n??await Qn(a);return this.crew&&f?this.daily?await this.markCrewDailyAsCompleted(f.crew._id,i.user._id):(await this.markAsCompleted(i),await this.markCrewAsCompleted(f.crew._id)):await this.markAsCompleted(i),await this.specificQuestCompletion(i,f),await this.applyReward(i,d,f)});e(this,"getComputedRewards",(a,s)=>{const n=this.daily&&ds(s)?cs(s):1;return{xp:(bn(this.xp)?this.xp(a):this.xp)*n*(1+ss(a)),berry:(bn(this.berry)?this.berry(a):this.berry)*n}})}async applyReward(a,s,n){return this.title&&await os(a.user._id,this.title.name),this.badge&&(this.crew&&n?await Ur(n.crew._id,this.badge,this.rank.id):await nr(a.user._id,this.badge,this.rank.id)),this.isFactionBadge&&await rr(a.user._id,this.rank.id),this.asset&&await ir(a.user._id,this.asset),this.getComputedRewards(s,a)}async specificQuestCompletion(a,s){this.id==="daily_all"&&(await pr(a.user._id,a.lastFullComplete),s&&await this.markCrewDailyAsCompleted(s.crew._id,a.user._id)),this.id==="be_level_10"&&await vr(a.user._id,!0),this.id!=="be_level_10"&&this.id.startsWith("be_level_")&&await Mr(a.user._id,!0),this.id==="crew_all_members_daily"&&s&&await Tn(a.user._id)}isCompleted(a){return this.daily?dr(a,this.id):or(a,this.id)}async markAsCompleted(a){this.daily?await hr(a.user._id,this.id):await fr(a.user._id,this.id)}async markCrewAsCompleted(a){await Br(a,this.id)}async markCrewDailyAsCompleted(a,s){await Dr(a,s.toHexString(),this.id)}}class Xc extends o{constructor(){super(...arguments);e(this,"name","Bienvenue à bord !");e(this,"id","crew_create_or_join");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Créer son équipage/Rejoindre un équipage");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1)}}class Zc extends o{constructor(){super(...arguments);e(this,"name","Prêt à naviguer !");e(this,"id","crew_daily_click");e(this,"rank",l.RANKS.COMMON);e(this,"description","Faire acte de présence auprès de son équipage");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"crew",!0);e(this,"daily",!0);e(this,"secret",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1)}}const Jc=Object.freeze(Object.defineProperty({__proto__:null,CrewCreateOrJoin:Xc,CrewValidateDaily:Zc},Symbol.toStringTag,{value:"Module"}));class eu extends o{constructor(){super(...arguments);e(this,"name","1 jour 1 message");e(this,"id","daily_send_message");e(this,"rank",l.RANKS.COMMON);e(this,"description","Envoyer un message");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*100);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class tu extends o{constructor(){super(...arguments);e(this,"name","Les nouvelles sont bonnes ?");e(this,"id","daily_read_edito");e(this,"rank",l.RANKS.COMMON);e(this,"description","Réagir à l'édito");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*3e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*300);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class au extends o{constructor(){super(...arguments);e(this,"name","Quoi ? Feur !");e(this,"id","daily_answer");e(this,"rank",l.RANKS.COMMON);e(this,"description","Répondre à quelqu'un");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1500);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*150);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class su extends o{constructor(){super(...arguments);e(this,"name","Narcissique");e(this,"id","daily_check_profile");e(this,"rank",l.RANKS.COMMON);e(this,"description","Regarder son profil");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*2e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*200);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null)}}class nu extends o{constructor(){super(...arguments);e(this,"name","Almanax");e(this,"id","almanax");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Valider 365 jours de suite les quêtes quotidiennes");e(this,"berry",1e9);e(this,"xp",1e6);e(this,"badge",c.BadgeList.calendar);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1)}}const Wa=Object.freeze(Object.defineProperty({__proto__:null,Almanax:nu,DailyAnswer:au,DailyCheckProfile:su,DailyReadEdito:tu,DailySendMessage:eu},Symbol.toStringTag,{value:"Module"}));class ru extends o{constructor(){super(...arguments);e(this,"name","Prenez-en soin");e(this,"id","crew_carpenter_1_week");e(this,"rank",l.RANKS.COMMON);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 semaine");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=7)}}class iu extends o{constructor(){super(...arguments);e(this,"name","Il est comme neuf !");e(this,"id","crew_carpenter_1_month");e(this,"rank",l.RANKS.RARE);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 mois");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30)}}class lu extends o{constructor(){super(...arguments);e(this,"name","À l'occasion, je vous mettrai un petit coup de polish");e(this,"id","crew_carpenter_3_months");e(this,"rank",l.RANKS.EPIC);e(this,"description","Rester au dessus de 80% de détérioration pendant 3 mois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30*3)}}class ou extends o{constructor(){super(...arguments);e(this,"name","Vous ne naviguez qu'en eau calme ?");e(this,"id","crew_carpenter_6_months");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Rester au dessus de 80% de détérioration pendant 6 mois");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",c.BadgeList.carpenter);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=30*6)}}class du extends o{constructor(){super(...arguments);e(this,"name","C'est un sacré charpentier que vous avez là !");e(this,"id","crew_carpenter_1_year");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Rester au dessus de 80% de détérioration pendant 1 an");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles["Charpentier Légendaire"]);e(this,"badge",c.BadgeList.carpenter);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.streak80Percent>=365)}}class cu extends o{constructor(){super(...arguments);e(this,"name","Au rapport !");e(this,"id","crew_all_members_daily");e(this,"rank",l.RANKS.RARE);e(this,"description","Tous les membres ont rempli leurs quêtes quotidiennes");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"daily",!0);e(this,"secret",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"onCrewQuestUpdate",(s,n)=>{var r,i;return Cr(s,"daily_all")&&!me(((i=(r=s.daily)==null?void 0:r[n.user._id.toHexString()])==null?void 0:i.crew_all_members_daily)??new Date(0),new Date)&&!me(n.lastAllMembersDaily,new Date)})}}class uu extends o{constructor(){super(...arguments);e(this,"name","Réunion de crise");e(this,"id","crew_vocal_5");e(this,"rank",l.RANKS.COMMON);e(this,"description","Être dans un un vocal avec les 5 membres pendant 1 heure");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=5)}}class fu extends o{constructor(){super(...arguments);e(this,"name","Conseil de guerre");e(this,"id","crew_vocal_7");e(this,"rank",l.RANKS.RARE);e(this,"description","Être dans un un vocal avec les 7 membres pendant 1 heure");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=7)}}class hu extends o{constructor(){super(...arguments);e(this,"name","Réunion de famille");e(this,"id","crew_vocal_10");e(this,"rank",l.RANKS.EPIC);e(this,"description","Être dans un un vocal avec les 10 membres pendant 1 heure");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=10)}}class pu extends o{constructor(){super(...arguments);e(this,"name","Les Inséparables");e(this,"id","crew_vocal_12");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être dans un un vocal avec les 12 membres pendant 1 heure");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.shipsecte);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=12)}}class mu extends o{constructor(){super(...arguments);e(this,"name","Ambiance sectaire un peu");e(this,"id","crew_vocal_15");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Être dans un un vocal avec les 15 membres pendant 1 heure");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles["Membre d'une secte"]);e(this,"badge",c.BadgeList.shipsecte);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewQuestUpdate",s=>s.meta.maxVoiceMembers>=15)}}const Va=Object.freeze(Object.defineProperty({__proto__:null,CrewAllMembersDaily:cu,CrewCarpenter1Month:iu,CrewCarpenter1Week:ru,CrewCarpenter1Year:du,CrewCarpenter3Months:lu,CrewCarpenter6Months:ou,CrewVocal10:hu,CrewVocal12:pu,CrewVocal15:mu,CrewVocal5:uu,CrewVocal7:fu},Symbol.toStringTag,{value:"Module"}));class yu extends o{constructor(){super(...arguments);e(this,"name","Ah bah maintenant, elle va marcher beaucoup moins bien forcément !");e(this,"id","crew_break_ship");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Casser son bateau (atteindre les 0% de détérioration)");e(this,"berry",-1e6);e(this,"xp",-1e5);e(this,"crew",!0);e(this,"secret",!0);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.disintegration<=0)}}class gu extends o{constructor(){super(...arguments);e(this,"name","Sympa votre barque");e(this,"id","crew_ship_level_10");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 10 d'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=10)}}class _u extends o{constructor(){super(...arguments);e(this,"name","Joli bicoque");e(this,"id","crew_ship_level_25");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 25 d'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=25)}}class wu extends o{constructor(){super(...arguments);e(this,"name","* C'est un fameux trois-mâts *");e(this,"id","crew_ship_level_50");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 50 d'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=50)}}class bu extends o{constructor(){super(...arguments);e(this,"name","* Fin comme un oiseau *");e(this,"id","crew_ship_level_75");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 75 d'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.crewship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=75)}}class vu extends o{constructor(){super(...arguments);e(this,"name","* Hisse et ho ! *");e(this,"id","crew_ship_level_100");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 100 d'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Santiano);e(this,"badge",c.BadgeList.crewship);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>l.getCurrentCrewLevel(s.meta.xp)>=100)}}class Mu extends o{constructor(){super(...arguments);e(this,"name","Y'a pas de petites économies");e(this,"id","crew_have_100M_berry");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 100 000 000 Berrys dans le coffre d'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=1e8)}}class Su extends o{constructor(){super(...arguments);e(this,"name","Joli butin !");e(this,"id","crew_have_500M_berry");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 500 000 000 Berrys dans le coffre d'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e8)}}class ku extends o{constructor(){super(...arguments);e(this,"name","Vous économisez pour un nouveau bateau ?");e(this,"id","crew_have_1Md_berry");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 1 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=1e9)}}class xu extends o{constructor(){super(...arguments);e(this,"name","Ça fait beaucoup là non ?");e(this,"id","crew_have_5Md_berry");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 5 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.communism);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e9)}}class Ru extends o{constructor(){super(...arguments);e(this,"name","Karl Marx serait fier de vous !");e(this,"id","crew_have_50Md_berry");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 50 000 000 000 Berrys dans le coffre d'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Communiste);e(this,"badge",c.BadgeList.communism);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.meta.berry>=5e10)}}class Uu extends o{constructor(){super(...arguments);e(this,"name","Plus on est de fous...");e(this,"id","crew_size_5");e(this,"rank",l.RANKS.COMMON);e(this,"description","Être dans un équipage de 5 membres");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=5)}}class Cu extends o{constructor(){super(...arguments);e(this,"name","Plus on rit !");e(this,"id","crew_size_7");e(this,"rank",l.RANKS.RARE);e(this,"description","Être dans un équipage de 7 membres");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=7)}}class Bu extends o{constructor(){super(...arguments);e(this,"name","Une petite famille");e(this,"id","crew_size_10");e(this,"rank",l.RANKS.EPIC);e(this,"description","Être dans un équipage de 10 membres");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=10)}}class Du extends o{constructor(){super(...arguments);e(this,"name","Va falloir des dortoirs en plus");e(this,"id","crew_size_12");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être dans un équipage de 12 membres");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"crew",!0);e(this,"badge",c.BadgeList.sardine);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=12)}}class Au extends o{constructor(){super(...arguments);e(this,"name","* Ah qu'est-ce qu'on est serré ! *");e(this,"id","crew_size_15");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Être dans un équipage de 15 membres");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"crew",!0);e(this,"asset",null);e(this,"title",c.questTitles.Sardine);e(this,"badge",c.BadgeList.sardine);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"onCrewUpdate",s=>s.members.length>=15)}}class Ou extends o{constructor(){super(...arguments);e(this,"name","C'est sympa pour eux !");e(this,"id","crew_bring_50k_xp");e(this,"rank",l.RANKS.COMMON);e(this,"description","Rapporter 50 000 XP à l'équipage");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e4)}}class Nu extends o{constructor(){super(...arguments);e(this,"name","On voit que tu aimes ton équipage");e(this,"id","crew_bring_500k_xp");e(this,"rank",l.RANKS.RARE);e(this,"description","Rapporter 500 000 XP à l'équipage");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e5)}}class $u extends o{constructor(){super(...arguments);e(this,"name","Le méritent-ils vraiment ?");e(this,"id","crew_bring_1m_xp");e(this,"rank",l.RANKS.EPIC);e(this,"description","Rapporter 1 000 000 XP à l'équipage");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=1e6)}}class Eu extends o{constructor(){super(...arguments);e(this,"name","J'espère que t'as eu une prime");e(this,"id","crew_bring_5m_xp");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Rapporter 5 000 000 XP à l'équipage");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.broship);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e6)}}class Fu extends o{constructor(){super(...arguments);e(this,"name","Qu'on lui fasse une statue de Bronze !");e(this,"id","crew_bring_50m_xp");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Rapporter 50 000 000 XP à l'équipage");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Team Player"]);e(this,"badge",c.BadgeList.broship);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onCrewUpdate",(s,n)=>s.stats[n.toHexString()].xp>=5e7)}}const za=Object.freeze(Object.defineProperty({__proto__:null,CrewBeLevel10:gu,CrewBeLevel100:vu,CrewBeLevel25:_u,CrewBeLevel50:wu,CrewBeLevel75:bu,CrewBreakShip:yu,CrewBring1mXp:$u,CrewBring500kXp:Nu,CrewBring50kXp:Ou,CrewBring50mXp:Fu,CrewBring5mXp:Eu,CrewHave100MBerry:Mu,CrewHave1MdBerry:ku,CrewHave500MBerry:Su,CrewHave50MdBerry:Ru,CrewHave5MdBerry:xu,CrewSize10:Bu,CrewSize12:Du,CrewSize15:Au,CrewSize5:Uu,CrewSize7:Cu},Symbol.toStringTag,{value:"Module"}));class Iu extends o{constructor(){super(...arguments);e(this,"name","Ne fais rien exploser hein ?");e(this,"id","have_1_recipe");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 1 recette");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=1)}}class Yu extends o{constructor(){super(...arguments);e(this,"name","C'est bien tu sais faire des pâtes !");e(this,"id","have_5_recipe");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 5 recettes");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=5)}}class Lu extends o{constructor(){super(...arguments);e(this,"name","Ta grand-mère t'as donné son livre ?");e(this,"id","have_10_recipe");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 10 recettes");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=10)}}class Pu extends o{constructor(){super(...arguments);e(this,"name","Let him cook");e(this,"id","have_25_recipe");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 25 recettes");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=25)}}class Tu extends o{constructor(){super(...arguments);e(this,"name","Paul Bocuse");e(this,"id","have_100_recipe");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 100 recettes");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Paul Bocuse"]);e(this,"badge",c.BadgeList.recipe);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserInventoryUpdate",s=>s.recipes.length>=100)}}const Xa=Object.freeze(Object.defineProperty({__proto__:null,Have100Recipe:Tu,Have10Recipe:Lu,Have1Recipe:Iu,Have25Recipe:Pu,Have5Recipe:Yu},Symbol.toStringTag,{value:"Module"}));class Qu extends o{constructor(){super(...arguments);e(this,"name","Enfin de quoi t'acheter un bon vélo !");e(this,"id","have_500000_berry");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 500 000 Berrys");e(this,"berry",1e5);e(this,"xp",5e3);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e5)}}class ju extends o{constructor(){super(...arguments);e(this,"name","Ouah t'es multi-millionaire !");e(this,"id","have_5000000_berry");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 5 000 000 Berrys");e(this,"berry",1e6);e(this,"xp",25e3);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e6)}}class qu extends o{constructor(){super(...arguments);e(this,"name","Presque riche");e(this,"id","have_50000000_berry");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 50 000 000 Berrys");e(this,"berry",1e7);e(this,"xp",5e4);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e7)}}class Hu extends o{constructor(){super(...arguments);e(this,"name","Un 20m² à Paris");e(this,"id","have_500000000_berry");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 500 000 000 Berrys");e(this,"berry",1e8);e(this,"xp",1e5);e(this,"badge",c.BadgeList.berry);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e8)}}class Ku extends o{constructor(){super(...arguments);e(this,"name","This is Elon Musk");e(this,"id","have_5000000000_berry");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 5 000 000 000 Berrys");e(this,"berry",1e9);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Elon Musk"]);e(this,"badge",c.BadgeList.berry);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserMetaUpdate",s=>s.berry>=5e9)}}class Gu extends o{constructor(){super(...arguments);e(this,"name","5 jours / semaine à Basic Fit");e(this,"id","have_25_strength");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de force");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=25)}}class Wu extends o{constructor(){super(...arguments);e(this,"name","La fonte > les livres");e(this,"id","have_50_strength");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de force");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=50)}}class Vu extends o{constructor(){super(...arguments);e(this,"name","Moi, musclé ?");e(this,"id","have_100_strength");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de force");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=100)}}class zu extends o{constructor(){super(...arguments);e(this,"name","Hercules");e(this,"id","have_250_strength");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de force");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=250)}}class Xu extends o{constructor(){super(...arguments);e(this,"name","Titan");e(this,"id","have_500_strength");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de force");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles.Titan);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.strength>=500)}}class Zu extends o{constructor(){super(...arguments);e(this,"name","Chat de gouttière");e(this,"id","have_25_agility");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 d'agilité");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=25)}}class Ju extends o{constructor(){super(...arguments);e(this,"name","Hop ! Grand écart !");e(this,"id","have_50_agility");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 d'agilité");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=50)}}class ef extends o{constructor(){super(...arguments);e(this,"name","Danseur étoile");e(this,"id","have_100_agility");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 d'agilité");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=100)}}class tf extends o{constructor(){super(...arguments);e(this,"name","L'Éclair de Konoha ! (merde mauvais manga)");e(this,"id","have_250_agility");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 d'agilité");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=250)}}class af extends o{constructor(){super(...arguments);e(this,"name","Héritier de Bon Clay");e(this,"id","have_500_agility");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 d'agilité");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Bon Clay"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.agility>=500)}}class sf extends o{constructor(){super(...arguments);e(this,"name","2+2 = 4");e(this,"id","have_25_intelligence");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 d'intelligence");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=25)}}class nf extends o{constructor(){super(...arguments);e(this,"name","Petit Einstein");e(this,"id","have_50_intelligence");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 d'intelligence");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=50)}}class rf extends o{constructor(){super(...arguments);e(this,"name","HPI");e(this,"id","have_100_intelligence");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 d'intelligence");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=100)}}class lf extends o{constructor(){super(...arguments);e(this,"name","Sorcier du savoir");e(this,"id","have_250_intelligence");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 d'intelligence");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=250)}}class of extends o{constructor(){super(...arguments);e(this,"name","Héritier de Vegapunk");e(this,"id","have_500_intelligence");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 d'intelligence");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Vegapunk"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.intelligence>=500)}}class df extends o{constructor(){super(...arguments);e(this,"name","Touche du bois");e(this,"id","have_25_chance");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de chance");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=25)}}class cf extends o{constructor(){super(...arguments);e(this,"name","Petit veinard");e(this,"id","have_50_chance");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de chance");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=50)}}class uf extends o{constructor(){super(...arguments);e(this,"name","LA CHAAAAAATTE !");e(this,"id","have_100_chance");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de chance");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=100)}}class ff extends o{constructor(){super(...arguments);e(this,"name","Favori des Astres");e(this,"id","have_250_chance");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de chance");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=250)}}class hf extends o{constructor(){super(...arguments);e(this,"name","Héritier de Baggy");e(this,"id","have_500_chance");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de chance");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Baggy"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.chance>=500)}}class pf extends o{constructor(){super(...arguments);e(this,"name","Résistant");e(this,"id","have_25_vitality");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de vitalité");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=25)}}class mf extends o{constructor(){super(...arguments);e(this,"name","Solide comme un roc");e(this,"id","have_50_vitality");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de vitalité");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=50)}}class yf extends o{constructor(){super(...arguments);e(this,"name","Le tank !");e(this,"id","have_100_vitality");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de vitalité");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=100)}}class gf extends o{constructor(){super(...arguments);e(this,"name","Mais t'es increvable !");e(this,"id","have_250_vitality");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de vitalité");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=250)}}class _f extends o{constructor(){super(...arguments);e(this,"name","Héritier de Kaido");e(this,"id","have_500_vitality");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de vitalité");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier de Kaido"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.vitality>=500)}}class wf extends o{constructor(){super(...arguments);e(this,"name","Tu as lu des livres ?");e(this,"id","have_25_wisdom");e(this,"rank",l.RANKS.COMMON);e(this,"description","Avoir 25 de sagesse");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=25)}}class bf extends o{constructor(){super(...arguments);e(this,"name","Filozof");e(this,"id","have_50_wisdom");e(this,"rank",l.RANKS.RARE);e(this,"description","Avoir 50 de sagesse");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=50)}}class vf extends o{constructor(){super(...arguments);e(this,"name","Platon");e(this,"id","have_100_wisdom");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 100 de sagesse");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=100)}}class Mf extends o{constructor(){super(...arguments);e(this,"name","Oracle vénéré");e(this,"id","have_250_wisdom");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 250 de sagesse");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=250)}}class Sf extends o{constructor(){super(...arguments);e(this,"name","Héritier d'Ohara");e(this,"id","have_500_wisdom");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 500 de sagesse");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Héritier d'Ohara"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserMetaUpdate",s=>s.characteristics.wisdom>=500)}}class kf extends o{constructor(){super(...arguments);e(this,"name","Un pas devant l'autre !");e(this,"id","be_level_10");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 10");e(this,"berry",1e5);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=10)}}class xf extends o{constructor(){super(...arguments);e(this,"name","T'inquiète pas ça va bien se passer");e(this,"id","be_level_20");e(this,"rank",l.RANKS.COMMON);e(this,"description","Atteindre le niveau 20");e(this,"berry",3e5);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=20)}}class Rf extends o{constructor(){super(...arguments);e(this,"name","Commence par me parler poliment");e(this,"id","be_level_30");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 30");e(this,"berry",1e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=30)}}class Uf extends o{constructor(){super(...arguments);e(this,"name","On te respecte à la cantine");e(this,"id","be_level_40");e(this,"rank",l.RANKS.RARE);e(this,"description","Atteindre le niveau 40");e(this,"berry",3e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=40)}}class Cf extends o{constructor(){super(...arguments);e(this,"name","Ça commence à devenir sérieux");e(this,"id","be_level_50");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 50");e(this,"berry",5e6);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=50)}}class Bf extends o{constructor(){super(...arguments);e(this,"name","Une chambre individuelle ? La chance !");e(this,"id","be_level_60");e(this,"rank",l.RANKS.EPIC);e(this,"description","Atteindre le niveau 60");e(this,"berry",1e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=60)}}class Df extends o{constructor(){super(...arguments);e(this,"name","Oulah, les responsabilités arrivent");e(this,"id","be_level_70");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 70");e(this,"berry",5e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=70)}}class Af extends o{constructor(){super(...arguments);e(this,"name","Faut pas t'emmerder toi");e(this,"id","be_level_80");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Atteindre le niveau 80");e(this,"berry",5e7);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=80)}}class Of extends o{constructor(){super(...arguments);e(this,"name","Là on parle !");e(this,"id","be_level_90");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 90");e(this,"berry",1e8);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=90)}}class Nf extends o{constructor(){super(...arguments);e(this,"name","*S'agenouille*");e(this,"id","be_level_120");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Atteindre le niveau 120");e(this,"berry",1e9);e(this,"xp",0);e(this,"secret",!1);e(this,"crew",!1);e(this,"daily",!1);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!0);e(this,"onUserMetaUpdate",({xp:s})=>l.getCurrentLevel(s.amount)>=120)}}class $f extends o{constructor(){super(...arguments);e(this,"name","T'as des amis ?");e(this,"id","daily_vocal");e(this,"rank",l.RANKS.COMMON);e(this,"description","Se connecter 10 min en vocal");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*5e3);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*500);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserMetaUpdate",({xp:s})=>s.voice.minutesInVoiceToday>=10&&me(s.voice.lastConnection,new Date))}}const Za=Object.freeze(Object.defineProperty({__proto__:null,BeLevel10:kf,BeLevel120:Nf,BeLevel20:xf,BeLevel30:Rf,BeLevel40:Uf,BeLevel50:Cf,BeLevel60:Bf,BeLevel70:Df,BeLevel80:Af,BeLevel90:Of,DailyVocal:$f,Have100Agility:ef,Have100Chance:uf,Have100Intelligence:rf,Have100Strength:Vu,Have100Vitality:yf,Have100Wisdom:vf,Have250Agility:tf,Have250Chance:ff,Have250Intelligence:lf,Have250Strength:zu,Have250Vitality:gf,Have250Wisdom:Mf,Have25Agility:Zu,Have25Chance:df,Have25Intelligence:sf,Have25Strength:Gu,Have25Vitality:pf,Have25Wisdom:wf,Have500Agility:af,Have500Chance:hf,Have500Intelligence:of,Have500Strength:Xu,Have500Vitality:_f,Have500Wisdom:Sf,Have500kBerry:Qu,Have500mBerry:Hu,Have50Agility:Ju,Have50Chance:cf,Have50Intelligence:nf,Have50Strength:Wu,Have50Vitality:mf,Have50Wisdom:bf,Have50mBerry:qu,Have5mBerry:ju,Have5mdBerry:Ku},Symbol.toStringTag,{value:"Module"}));class Ef extends o{constructor(){super(...arguments);e(this,"name","Un poster dans ta chambre");e(this,"id","have_1_background");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 1 background");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=1)}}class Ff extends o{constructor(){super(...arguments);e(this,"name","Fan de One Piece");e(this,"id","have_25_background");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 25 backgrounds différents");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=25)}}class If extends o{constructor(){super(...arguments);e(this,"name","Tu vas en faire quoi ? Tu peux en mettre qu'un");e(this,"id","have_50_background");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 50 backgrounds différents");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedBackgrounds.filter(n=>n!=="default").length>=50)}}class Yf extends o{constructor(){super(...arguments);e(this,"name","PTDR t ki ?");e(this,"id","have_10_title");e(this,"rank",l.RANKS.EPIC);e(this,"description","Avoir 10 titres différents");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=10)}}class Lf extends o{constructor(){super(...arguments);e(this,"name","On m'appelle Personne");e(this,"id","have_50_title");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Avoir 50 titres différents");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=50)}}class Pf extends o{constructor(){super(...arguments);e(this,"name","Ok Daenerys");e(this,"id","have_100_title");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Avoir 100 titres différents");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserOrnamentsUpdate",s=>s.unlockedTitles.length>=100)}}const Ja=Object.freeze(Object.defineProperty({__proto__:null,Have100Title:Pf,Have10Title:Yf,Have1Background:Ef,Have25Background:Ff,Have50Background:If,Have50Title:Lf},Symbol.toStringTag,{value:"Module"}));class Tf extends o{constructor(){super(...arguments);e(this,"name","Petit joueur");e(this,"id","bet_min_value");e(this,"rank",l.RANKS.RARE);e(this,"description","Mise la somme minimale lors d'un pari");e(this,"berry",5e4);e(this,"xp",1e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles["Petit joueur"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.betMin)}}class Qf extends o{constructor(){super(...arguments);e(this,"name","On a tous le droit à une seconde chance");e(this,"id","lose_everything");e(this,"rank",l.RANKS.RARE);e(this,"description","Perdre tous ses Berrys");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.loseEverything)}}class jf extends o{constructor(){super(...arguments);e(this,"name","T'es sûr de toi ?");e(this,"id","bet_10M");e(this,"rank",l.RANKS.EPIC);e(this,"description","Miser plus de 10 000 000 de Berrys en une seule fois");e(this,"berry",5e5);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.bet10M)}}class qf extends o{constructor(){super(...arguments);e(this,"name","Ok j'ai rien dit");e(this,"id","win_10M_bet");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Gagner en ayant misé plus de 10M de Berrys");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.winBet10M)}}class Hf extends o{constructor(){super(...arguments);e(this,"name","T'es accro là non ?");e(this,"id","bet_total_10M");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Miser plus de 10 000 000 de Berrys en tout");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Gambling addict"]);e(this,"badge",c.BadgeList.casino);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.totalBet>=1e7)}}class Kf extends o{constructor(){super(...arguments);e(this,"name","LE MILLIARD");e(this,"id","bet_total_1Md");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Miser plus de 1 000 000 000 de Berrys en tout");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"badge",c.BadgeList.casino);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.totalBet>=1e9)}}class Gf extends o{constructor(){super(...arguments);e(this,"name","Cheh !");e(this,"id","lose_10M");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Perdre 10M de Berrys en une fois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"badge",c.BadgeList.noluck);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.lose10M)}}class Wf extends o{constructor(){super(...arguments);e(this,"name","Bon anniversaire !");e(this,"id","birthday");e(this,"rank",l.RANKS.EPIC);e(this,"description","Fêter son anniversaire");e(this,"berry",1e6);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.hasCelebrateBirthday)}}class Vf extends o{constructor(){super(...arguments);e(this,"name","Il ne va pas te répondre tu sais ?");e(this,"id","bot_ping");e(this,"rank",l.RANKS.EPIC);e(this,"description","Ping le bot 100 fois");e(this,"berry",25e4);e(this,"xp",25e3);e(this,"secret",!0);e(this,"title",c.questTitles.Teubé);e(this,"badge",null);e(this,"asset",c.profileAssets.idiot);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({botPing:s})=>s>=100)}}class zf extends o{constructor(){super(...arguments);e(this,"name","Tu avais soif ?");e(this,"id","drink_100_xp_bottles_1_day");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 100 Potions d'XP en une journée");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.today>=100)}}class Xf extends o{constructor(){super(...arguments);e(this,"name","Un ptit goût amer non ?");e(this,"id","drink_200");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 200 Potions d'XP");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=200)}}class Zf extends o{constructor(){super(...arguments);e(this,"name","Ça se boit bien finalement");e(this,"id","drink_500");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 500 Potions d'XP");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=500)}}class Jf extends o{constructor(){super(...arguments);e(this,"name","Les potions donnent des aiiiiles !");e(this,"id","drink_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 1000 Potions d'XP");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=1e3)}}class e0 extends o{constructor(){super(...arguments);e(this,"name","À deux doigts de vomir");e(this,"id","drink_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 2000 Potions d'XP");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=2e3)}}class t0 extends o{constructor(){super(...arguments);e(this,"name","Alcoolique");e(this,"id","drink_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 5000 Potions d'XP");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Alcoolique);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.bottle.total>=5e3)}}class a0 extends o{constructor(){super(...arguments);e(this,"name","C'est sympa ce ptit jeu");e(this,"id","chest_open_50");e(this,"rank",l.RANKS.COMMON);e(this,"description","Ouvrir 50 Coffres");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=50)}}class s0 extends o{constructor(){super(...arguments);e(this,"name","T'as enfin eu un truc intéressant ?");e(this,"id","chest_open_150");e(this,"rank",l.RANKS.RARE);e(this,"description","Ouvrir 150 Coffres");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=150)}}class n0 extends o{constructor(){super(...arguments);e(this,"name","Ça commence à gratter hein ?");e(this,"id","chest_open_500");e(this,"rank",l.RANKS.EPIC);e(this,"description","Ouvrir 500 Coffres");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=500)}}class r0 extends o{constructor(){super(...arguments);e(this,"name","LAISSEZ-MOI OUVRIR DES COFFRES !");e(this,"id","chest_open_1000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Ouvrir 1000 Coffres");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=1e3)}}class i0 extends o{constructor(){super(...arguments);e(this,"name","xXFan2GenshinXx");e(this,"id","chest_open_2000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Ouvrir 2000 Coffres");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Gatcha Addict"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.chest.total>=2e3)}}class l0 extends o{constructor(){super(...arguments);e(this,"name","Ils font mieux chez Ikea");e(this,"id","craft_20_times");e(this,"rank",l.RANKS.COMMON);e(this,"description","Effectuer 20 crafts");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=20)}}class o0 extends o{constructor(){super(...arguments);e(this,"name","Te fais pas mal avec le marteau");e(this,"id","craft_50_times");e(this,"rank",l.RANKS.RARE);e(this,"description","Effectuer 50 crafts");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=50)}}class d0 extends o{constructor(){super(...arguments);e(this,"name","Insensible aux échardes on dirait");e(this,"id","craft_200_times");e(this,"rank",l.RANKS.EPIC);e(this,"description","Effectuer 200 crafts");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=200)}}class c0 extends o{constructor(){super(...arguments);e(this,"name","Je ne veux pas voir l'état de ton atelier");e(this,"id","craft_500_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Effectuer 500 crafts");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=500)}}class u0 extends o{constructor(){super(...arguments);e(this,"name","Mac Gyver");e(this,"id","craft_1000_times");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Effectuer 1000 crafts");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles["Mac Gyver"]);e(this,"badge",c.BadgeList.craft);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.total>=1e3)}}class f0 extends o{constructor(){super(...arguments);e(this,"name","Apprenti Gourmand");e(this,"id","craft_10_cooked_meals");e(this,"rank",l.RANKS.COMMON);e(this,"description","Cuisiner 10 plats");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"asset",null);e(this,"title",c.questTitles["Apprenti Gourmand"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=10)}}class h0 extends o{constructor(){super(...arguments);e(this,"name","Chef Amateur");e(this,"id","craft_50_cooked_meals");e(this,"rank",l.RANKS.RARE);e(this,"description","Cuisiner 50 plats");e(this,"berry",2e5);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",c.questTitles["Chef Amateur"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=50)}}class p0 extends o{constructor(){super(...arguments);e(this,"name","Maître des Saveurs");e(this,"id","craft_100_cooked_meals");e(this,"rank",l.RANKS.EPIC);e(this,"description","Cuisiner 100 plats");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Maître des Saveurs"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=100)}}class m0 extends o{constructor(){super(...arguments);e(this,"name","Artiste Culinaire");e(this,"id","craft_250_cooked_meals");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Cuisiner 250 plats");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"asset",null);e(this,"title",c.questTitles["Artiste Culinaire"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=250)}}class y0 extends o{constructor(){super(...arguments);e(this,"name","Sultan des Épices");e(this,"id","craft_500_cooked_meals");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Cuisiner 500 plats");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"asset",null);e(this,"title",c.questTitles["Sultan des Épices"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.cookedMeal>=500)}}class g0 extends o{constructor(){super(...arguments);e(this,"name","C'est une bonne situation ça scribe ?");e(this,"id","craft_5_scrolls");e(this,"rank",l.RANKS.COMMON);e(this,"description","Craft 5 Parchemins");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"asset",null);e(this,"title",c.questTitles["Apprenti Scribe"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=5)}}class _0 extends o{constructor(){super(...arguments);e(this,"name","Artisan des Runes");e(this,"id","craft_10_scrolls");e(this,"rank",l.RANKS.RARE);e(this,"description","Craft 10 Parchemins");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",c.questTitles["Artisan des Runes"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=10)}}class w0 extends o{constructor(){super(...arguments);e(this,"name","Collectionneur des Manuscrits");e(this,"id","craft_20_scrolls");e(this,"rank",l.RANKS.EPIC);e(this,"description","Craft 20 Parchemins");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles["Collectionneur de Manuscrits"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=20)}}class b0 extends o{constructor(){super(...arguments);e(this,"name","Maître des Enluminures");e(this,"id","craft_50_scrolls");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Craft 50 Parchemins");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"asset",null);e(this,"title",c.questTitles["Maître des Enluminures"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=50)}}class v0 extends o{constructor(){super(...arguments);e(this,"name","Protecteur du Savoir");e(this,"id","craft_100_scrolls");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Craft 100 Parchemins");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"asset",null);e(this,"title",c.questTitles["Protecteur du Savoir"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.crafts.scrolls>=100)}}class M0 extends o{constructor(){super(...arguments);e(this,"name","Egoïste...");e(this,"id","crew_10_percent");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être à 10% d'XP pour l'équipage pendant 3 mois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles.Egoïste);e(this,"badge",c.BadgeList.selfish);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.timeAt10Percent>=90)}}class S0 extends o{constructor(){super(...arguments);e(this,"name","Merci bien camarade !");e(this,"id","crew_90_percent");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Être à 90% d'XP pour l'équipage pendant 3 mois");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"secret",!0);e(this,"asset",null);e(this,"title",c.questTitles.Camarade);e(this,"badge",c.BadgeList.camarade);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.timeAt90Percent>=90)}}class k0 extends o{constructor(){super(...arguments);e(this,"name","Vaut mieux ça que perdre non ?");e(this,"id","draw_100");e(this,"rank",l.RANKS.COMMON);e(this,"description","Faire 100 égalités");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=100)}}class x0 extends o{constructor(){super(...arguments);e(this,"name","Tu as trouvé ton rival");e(this,"id","draw_300");e(this,"rank",l.RANKS.RARE);e(this,"description","Faire 300 égalités");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=300)}}class R0 extends o{constructor(){super(...arguments);e(this,"name","Rathon c'est toi ?");e(this,"id","draw_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Faire 1000 égalités");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=1e3)}}class U0 extends o{constructor(){super(...arguments);e(this,"name","Tu te bats contre un mur ou quoi ?");e(this,"id","draw_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 2000 égalités");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=2e3)}}class C0 extends o{constructor(){super(...arguments);e(this,"name","De vrais jumeaux");e(this,"id","draw_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Faire 5000 égalités");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Égalitaire);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.draw>=5e3)}}class B0 extends o{constructor(){super(...arguments);e(this,"name","Y'a un truc que t'as pas compris ?");e(this,"id","edito_read_100");e(this,"rank",l.RANKS.EPIC);e(this,"description","Lire 100 fois l'édito en une journée");e(this,"berry",25e4);e(this,"xp",25e3);e(this,"secret",!0);e(this,"crew",!1);e(this,"daily",!1);e(this,"title",c.questTitles.Culturé);e(this,"badge",null);e(this,"asset",c.profileAssets.edito);e(this,"isFactionBadge",!1);e(this,"onUserQuestMetaUpdate",s=>s.edito.readToday>=100)}}class D0 extends o{constructor(){super(...arguments);e(this,"name","Une fois, pas deux");e(this,"id","everyone");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Tenter de tag everyone");e(this,"berry",-1e6);e(this,"xp",-5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.tagEveryone)}}class A0 extends o{constructor(){super(...arguments);e(this,"name","Emoji Diable");e(this,"id","double_six");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 50 fois un double six");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"badge",c.BadgeList.doublesix);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.double_six>=50)}}class O0 extends o{constructor(){super(...arguments);e(this,"name","Pas de chance ^^");e(this,"id","draw_double_six");e(this,"rank",l.RANKS.RARE);e(this,"description","Faire une fois une égalité en double 6");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.drawDoubleSix>=1)}}class N0 extends o{constructor(){super(...arguments);e(this,"name","Jamais 6 sans 7");e(this,"id","seven_quitte_ou_double");e(this,"rank",l.RANKS.MYTHIC);e(this,"description",'Gagner 7 fois de suite "Doubles" au Quitte ou Double');e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"badge",c.BadgeList.chance);e(this,"title",c.questTitles.Chanceux);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.sevenQuitteOuDouble>=1)}}class $0 extends o{constructor(){super(...arguments);e(this,"name","Le 5 à la suite");e(this,"id","win_5_in_row");e(this,"rank",l.RANKS.EPIC);e(this,"description","Gagner aux 5 jeux du casino à la suite");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames.slice(0,5);return n.length<5||na(n,r=>r.gameType).length<5?!1:n.reduce((r,i)=>r+i.endState,0)===5})}}class E0 extends o{constructor(){super(...arguments);e(this,"name","Le 5 à la suite, mais dans l'autre sens");e(this,"id","lose_5_in_row");e(this,"rank",l.RANKS.EPIC);e(this,"description","Perdre aux 5 jeux du casino à la suite");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames.slice(0,5);return n.length!==5||na(n,r=>r.gameType).length<5?!1:n.reduce((r,i)=>r+i.endState,0)===-5})}}class F0 extends o{constructor(){super(...arguments);e(this,"name","Jacques le noir");e(this,"id","ten_black_jack");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 10 fois BlackJack");e(this,"berry",5e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"badge",c.BadgeList["black-jack"]);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.black_jack>=10)}}class I0 extends o{constructor(){super(...arguments);e(this,"name","La feuille enveloppe la pierre ! T'es sûr ?");e(this,"id","paper_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Papier au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Papyrus);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="paper"&&s.rps.nb>=100)}}class Y0 extends o{constructor(){super(...arguments);e(this,"name","On fait la paire !");e(this,"id","scissor_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Ciseaux au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Couturier);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="scissor"&&s.rps.nb>=100)}}class L0 extends o{constructor(){super(...arguments);e(this,"name","Golem");e(this,"id","rock_100");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Faire 100 fois de suite Pierre au PPC");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",c.questTitles.Golem);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.rps.lastRps==="rock"&&s.rps.nb>=100)}}class P0 extends o{constructor(){super(...arguments);e(this,"name","LE NEUF ET LE HUIT !!!");e(this,"id","guess_in_one");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Deviner le Juste Prix en un coup");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.guessInOne>=1)}}class T0 extends o{constructor(){super(...arguments);e(this,"name","Sataniste");e(this,"id","bet_666_50_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Miser 666 Berry au moins une fois par jour pendant 1 mois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"title",c.questTitles.Démon);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"badge",null);e(this,"asset",c.profileAssets.satan);e(this,"onUserQuestMetaUpdate",s=>s.bet666.amount>=30)}}class Q0 extends o{constructor(){super(...arguments);e(this,"name","Jour, Nuit");e(this,"id","win_lose_10_times");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description",'Faire un enchaînement "Victoire/Défaite" 10 fois de suite');e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!0);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>{const n=s.lastGames;if(n.length!==20)return!1;for(let r=0;r<n.length;r++)if(r%2===0&&n[r].endState!==1||r%2!==0&&n[r].endState!==-1)return!1;return!0})}}class j0 extends o{constructor(){super(...arguments);e(this,"name","Explorateur novice");e(this,"id","finish_10_raids");e(this,"rank",l.RANKS.COMMON);e(this,"description","Réussir 10 expéditions");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=10)}}class q0 extends o{constructor(){super(...arguments);e(this,"name","Aventurier intrépide");e(this,"id","finish_25_raids");e(this,"rank",l.RANKS.RARE);e(this,"description","Réussir 25 expéditions");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=25)}}class H0 extends o{constructor(){super(...arguments);e(this,"name","Conquérant des terres");e(this,"id","finish_50_raids");e(this,"rank",l.RANKS.EPIC);e(this,"description","Réussir 50 expéditions");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=50)}}class K0 extends o{constructor(){super(...arguments);e(this,"name","Pionnier des secrets");e(this,"id","finish_100_raids");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Réussir 100 expéditions");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=100)}}class G0 extends o{constructor(){super(...arguments);e(this,"name","Légende vivante");e(this,"id","finish_200_raids");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Réussir 200 expéditions");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Légende vivante"]);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"secret",!1);e(this,"onUserQuestMetaUpdate",({raidFinished:s})=>s>=200)}}class W0 extends o{constructor(){super(...arguments);e(this,"name","Vif");e(this,"id","random_message_20");e(this,"rank",l.RANKS.COMMON);e(this,"description","Récupérer 20 Messages aléatoires");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=20)}}class V0 extends o{constructor(){super(...arguments);e(this,"name","Lucky Luke");e(this,"id","random_message_50");e(this,"rank",l.RANKS.RARE);e(this,"description","Récupérer 50 Messages aléatoires");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=50)}}class z0 extends o{constructor(){super(...arguments);e(this,"name","Rapide");e(this,"id","random_message_100");e(this,"rank",l.RANKS.EPIC);e(this,"description","Récupérer 100 Messages aléatoires");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=100)}}class X0 extends o{constructor(){super(...arguments);e(this,"name","Et Furieux");e(this,"id","random_message_200");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Récupérer 200 Messages aléatoires");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=200)}}class Z0 extends o{constructor(){super(...arguments);e(this,"name","Ka-Chow");e(this,"id","random_message_500");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Récupérer 500 Messages aléatoires");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",c.questTitles["Flash Mc Queen"]);e(this,"onUserQuestMetaUpdate",s=>s.randomMessage>=500)}}class J0 extends o{constructor(){super(...arguments);e(this,"name","Collabo");e(this,"id","collabo");e(this,"rank",l.RANKS.COMMON);e(this,"description","Report une personne au staff");e(this,"berry",1e4);e(this,"xp",5e3);e(this,"secret",!0);e(this,"daily",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestMetaUpdate",s=>s.reportedSomeone)}}class eh extends o{constructor(){super(...arguments);e(this,"name","Bienvenue sur OPFR");e(this,"id","send_100_msg");e(this,"rank",l.RANKS.COMMON);e(this,"description","Envoyer 100 messages");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=100)}}class th extends o{constructor(){super(...arguments);e(this,"name","Une vraie pipelette");e(this,"id","send_1000_msg");e(this,"rank",l.RANKS.RARE);e(this,"description","Envoyer 1 000 messages");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=1e3)}}class ah extends o{constructor(){super(...arguments);e(this,"name","Faites le taire ");e(this,"id","send_25000_msg");e(this,"rank",l.RANKS.EPIC);e(this,"description","Envoyer 25 000 messages");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=25e3)}}class sh extends o{constructor(){super(...arguments);e(this,"name","Tu sors de chez toi des fois ?");e(this,"id","send_100000_msg");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Envoyer 100 000 messages");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=1e5)}}class nh extends o{constructor(){super(...arguments);e(this,"name","J'ai pas les mots... mais toi si !");e(this,"id","send_200000_msg");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Envoyer 200 000 messages");e(this,"berry",1e8);e(this,"xp",25e4);e(this,"badge",c.BadgeList.ecrire);e(this,"asset",null);e(this,"title",c.questTitles.Spammeur);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({messageSent:s})=>s>=2e5)}}class rh extends o{constructor(){super(...arguments);e(this,"name","T'as reçu ton argent de poche ?");e(this,"id","spend_shop_5m");e(this,"rank",l.RANKS.COMMON);e(this,"description","Dépenser 5 000 000 Berrys dans la boutique");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e6)}}class ih extends o{constructor(){super(...arguments);e(this,"name","Tu t'es fait plaisir !");e(this,"id","spend_shop_50m");e(this,"rank",l.RANKS.RARE);e(this,"description","Dépenser 50 000 000 Berrys dans la boutique");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e7)}}class lh extends o{constructor(){super(...arguments);e(this,"name","C'était les soldes j'espère !");e(this,"id","spend_shop_500m");e(this,"rank",l.RANKS.EPIC);e(this,"description","Dépenser 500 000 000 Berrys dans la boutique");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e8)}}class oh extends o{constructor(){super(...arguments);e(this,"name","Paré pour la Fashion Week");e(this,"id","spend_shop_5ml");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Dépenser 5 000 000 000 Berrys dans la boutique");e(this,"berry",5e6);e(this,"xp",1e5);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e9)}}class dh extends o{constructor(){super(...arguments);e(this,"name","Fashion Viktim");e(this,"id","spend_shop_50ml");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Dépenser 50 000 000 000 Berrys dans la boutique");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"badge",c.BadgeList.mode);e(this,"asset",null);e(this,"title",c.questTitles["Fashion Viktim"]);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalSpentInShop:s})=>s>=5e10)}}class ch extends o{constructor(){super(...arguments);e(this,"name","On commence à se connaître");e(this,"id","voice_1_hours");e(this,"rank",l.RANKS.COMMON);e(this,"description","Se connecter 10h en vocal");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*10)}}class uh extends o{constructor(){super(...arguments);e(this,"name","Je sais tout de toi");e(this,"id","voice_10_hours");e(this,"rank",l.RANKS.RARE);e(this,"description","Se connecter 25h en vocal");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*25)}}class fh extends o{constructor(){super(...arguments);e(this,"name","T'as pas soif ?");e(this,"id","voice_250_hours");e(this,"rank",l.RANKS.EPIC);e(this,"description","Se connecter 250h en vocal");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*250)}}class hh extends o{constructor(){super(...arguments);e(this,"name","Ok Socrate");e(this,"id","voice_2500_hours");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Se connecter 2500h en vocal");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"badge",c.BadgeList.ermite);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*2500)}}class ph extends o{constructor(){super(...arguments);e(this,"name","Elle ressemble à quoi la lumière du soleil ?");e(this,"id","voice_5000_hours");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Se connecter 5000h en vocal");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Ermite);e(this,"badge",c.BadgeList.ermite);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"secret",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({totalMinutesInVoice:s})=>s>=60*5e3)}}class mh extends o{constructor(){super(...arguments);e(this,"name","Stagiaire");e(this,"id","work_100");e(this,"rank",l.RANKS.COMMON);e(this,"description","Travailler 100 fois");e(this,"berry",5e4);e(this,"xp",5e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=100)}}class yh extends o{constructor(){super(...arguments);e(this,"name","Alternant");e(this,"id","work_300");e(this,"rank",l.RANKS.RARE);e(this,"description","Travailler 300 fois");e(this,"berry",2e5);e(this,"xp",25e3);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=300)}}class gh extends o{constructor(){super(...arguments);e(this,"name","Smicard");e(this,"id","work_1000");e(this,"rank",l.RANKS.EPIC);e(this,"description","Travailler 1000 fois");e(this,"berry",1e6);e(this,"xp",5e4);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=1e3)}}class _h extends o{constructor(){super(...arguments);e(this,"name","Communiste");e(this,"id","work_2000");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Travailler 2000 fois");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"asset",null);e(this,"title",null);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=2e3)}}class wh extends o{constructor(){super(...arguments);e(this,"name","Esclave");e(this,"id","work_5000");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Travailler 5000 fois");e(this,"berry",5e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Esclave);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.work>=5e3)}}class bh extends o{constructor(){super(...arguments);e(this,"name","Timide");e(this,"id","write_10_chats");e(this,"rank",l.RANKS.COMMON);e(this,"description","Écrire dans 10 chats différents");e(this,"berry",1e4);e(this,"xp",1e3);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=10)}}class vh extends o{constructor(){super(...arguments);e(this,"name","Curieux");e(this,"id","write_20_chats");e(this,"rank",l.RANKS.RARE);e(this,"description","Écrire dans 20 chats différents");e(this,"berry",1e5);e(this,"xp",1e4);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=20)}}class Mh extends o{constructor(){super(...arguments);e(this,"name","Voyeur");e(this,"id","write_50_chats");e(this,"rank",l.RANKS.EPIC);e(this,"description","Écrire dans 50 chats différents");e(this,"berry",5e5);e(this,"xp",5e4);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=50)}}class Sh extends o{constructor(){super(...arguments);e(this,"name","Philanthrope");e(this,"id","write_100_chats");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Écrire dans 100 chats différents");e(this,"berry",1e6);e(this,"xp",1e5);e(this,"badge",c.BadgeList.exploration);e(this,"asset",null);e(this,"title",null);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=100)}}class kh extends o{constructor(){super(...arguments);e(this,"name","Explorateur");e(this,"id","write_200_chats");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Écrire dans 200 chats différents");e(this,"berry",1e7);e(this,"xp",25e4);e(this,"asset",null);e(this,"title",c.questTitles.Explorateur);e(this,"badge",c.BadgeList.exploration);e(this,"isFactionBadge",!1);e(this,"secret",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",({writeDifferentChat:s})=>s.length>=200)}}const xh=async(t,a,s,{berry:n,xp:r})=>{const i=await fs(a).then($=>$.populate("user","faction")),d=cs(i),f=ur(i,i.user.faction),{badge:y,isFactionBadge:w,title:C,rank:F,name:j,description:Bm,daily:ta,secret:Dm}=t;return s.Image().setImageName(`quest_success_${F.id}`).draw(),y?s.Image().setImageName(c.progressiveBadgeTypeGuard(y)?`cropped_badge_${y.img}_${F.id}`:`cropped_badge_${y.img}`).setOrigin(T.CanvasOrigin.CENTER).setScale(2).setPosition(370,318).draw():w&&i.user.faction!=="citizen"?s.Image().setImageName(`cropped_badge_${i.user.faction}_${F.id}`).setOrigin(T.CanvasOrigin.CENTER).setScale(2).setPosition(370,318).draw():s.Image().setImageName(`badge_default_${F.id}`).setScale(2).setOrigin(T.CanvasOrigin.CENTER).setPosition(370,318).draw(),s.Text(ta?"QUÊTE JOURNALIÈRE TERMINÉE !":"SUCCÈS DÉBLOQUÉ !").setPosition(739,100).setFont("text",70).setColor(F.color).draw(),s.Text(j).setPosition(739,325).setOrigin(T.CanvasOrigin.BOTTOM_LEFT).setFont("poppins",j.length>=35?65-(j.length-35):65).draw(),s.Text(Dm?"Succès caché":Bm).setPosition(739,360).setFont("poppins_italic",35).draw(),s.Text(`Récompenses: ${wt(n)}${ta&&d>1?` (+${wt(n*(d-1))})`:""} `).setPosition(739,520).setFont("poppins",35).setOrigin(T.CanvasOrigin.LEFT).draw(n!==0).next(($,I)=>T.nextAllToXAxis($.Image(),I)).setImageName("quest_berry").setDimensions(50,79).draw(n!==0).next(($,I)=>T.nextAllToXAxis($.Text(` / ${wt(r)}${ta&&d>1?` (+${wt(r*(d-1))})`:""} `),I)).draw(r!==0).next(($,I)=>T.nextAllToXAxis($.Image(),I)).setImageName("quest_xp").setDimensions(57,59).draw(r!==0).next(($,I)=>T.nextAllToXAxis($.Text(` combo x${d}`),I)).draw(ta&&d>1).next(($,I)=>T.nextAllToXAxis($.Text(" et la possibilité "),I)).draw(w&&i.user.faction==="citizen").next(($,I)=>T.nextAllToXAxis($.Text("de choisir ta faction"),I)).setFont("poppins_bold",35).draw(w&&i.user.faction==="citizen").next(($,I)=>T.nextAllToXAxis($.Text(" et le titre "),I)).setFont("poppins",35).draw(!!C||w&&i.user.faction!=="citizen").next(($,I)=>T.nextAllToXAxis($.Text((C==null?void 0:C.name)??""),I)).setFont("poppins_bold",35).setColor((C==null?void 0:C.rank.color)??"white").draw(!!C).next(($,I)=>T.nextAllToXAxis($.Text((f==null?void 0:f.name)??""),I)).setColor((f==null?void 0:f.rank.color)??"white").draw(w&&!!f),await s.encode("webp")},Rh=10,Uh=1e7,Ch=100,Bh=["berry","success_COMMON","success_RARE","success_EPIC","success_LEGENDARY","success_MYTHIC","xp"],Dh={adventurer_strap:"<:adventurer_strap:1253041086147068035>",adventurer_collar:"<:adventurer_collar:1253041084611690567>",adventurer_boots:"<:adventurer_boots:1253041083252867123>",adventurer_helmet:"<:Casque_cuir:1256965718432550953>",adventurer_weapon:"<:Dague_cuir:1256965714141515837>",adventurer_belt:"<:Ceinture_cuir:1256965593333108838>",herbalist_boots:"<:Sandales_de_lHerboriste:1307627799879749652>",herbalist_helmet:"<:Chapeau_de_lHerboriste:1307627803596034058>",herbalist_weapon:"<:Gant_de_lHerboriste:1307627802073239642>",herbalist_belt:"<:Ceinture_de_lHerboriste:1307627798260744212>",marine_collar:"<:marine_collar:1309899971662712892>",marine_helmet:"<:marine_helmet:1308766843736948756>",marine_ring:"<:marine_ring:1308766839823663184>",marine_strap:"<:marine_strap:1308766838032957520>",pirate_weapon:"<:pirate_weapon:1308766750497705984>",pirate_helmet:"<:pirate_helmet:1308766752171102252>",pirate_ring:"<:pirate_ring:1308766574081212506>",pirate_belt:"<:pirate_belt:1308766575259553792>",revolutionary_belt:"<:revolutionary_belt:1308766578967576576>",revolutionary_boots:"<:revolutionary_boots:1308766571535011861>",revolutionary_helmet:"<:revolutionary_helmet:1308766576736075867>",revolutionary_ring:"<:revolutionary_ring:1308766581089767424>",little_blacksmith_collar:"<:little_blacksmith_collar:1308814708714770593>",little_blacksmith_weapon:"<:little_blacksmith_weapon:1308814712397627483>",little_blacksmith_ring:"<:little_blacksmith_ring:1308814710803529739>",little_blacksmith_strap:"<:little_blacksmith_strap:1308814713752391700>"},Ah={background:"<:background:1178465681809887334>",title:"<:title:1178465688915038208>",chest_1:"<:lootbox1:1186689926167810088>",chest_2:"<:lootbox2:1186258728882811051>",chest_3:"<:lootbox3:1243963722259501216>",chest_4:"<:lootbox3:1186259958216523786>",chest_blacksmith_1:"<:chest_blacksmith_1:1310090050146664498>",chest_blacksmith_2:"<:chest_blacksmith_2:1310090051371139092>",chest_blacksmith_3:"<:chest_blacksmith_3:1310090052839276554>",bottle_xp_1:"<:bottle_xp:1186204593667969035>",bottle_xp_2:"<:bottle_xp_2:1243980696083632208>",bottle_xp_3:"<:bottle_xp_3:1243980697773936740>",bottle_xp_4:"<:bottle_xp_4:1243980698927366256>",boost_week:"<:boost_week:1186258728073297971>",boost_day:"<:boost_day:1186258726030680145>",wood_plank:"<:Planchesdebois:1233782418478071930>",nail:"<:Clous:1233782384613261382>",glue:"<:Colle:1233782388497186846>",rope:"<:Corde:1233782392225927168>",repair_kit:"<:Kitderparation:1233782876223570011>",tissue:"<:Tissus:1233784184099573852>",lock:"<:Serrureclef:1233782436068982814>",iron:"<:Ferbrut:1233782399125426207>",clover:"<:Treflesixfeuilles:1233782439503990915> ",glass_bottle:"<:Fioleenverre:1233782402233532496>",pure_water:"<:Eaupure:1233782393572298802>",sea_salt:"<:SelMarin:1233784181696233602>",ebony_poppy:"<:Pavotebene:1233782416879915060>",rose:"<:Roseimmaculee:1233784180215644180>",poppy:"<:Coquelicotecarlate:1233782390099280023>",manganese:"<:Manganesescintillante:1233784177221042196>",cursed_hawthorn:"<:AubpineMaudite:1233782382872629329>",mugwort:"<:Armoiseblanche:1233782381400424519>",mandrake:"<:MandragoreAdulte:1233782409070247946>",obsidian:"<:Obsidiennesombre:1233784178307371110>",saffron:"<:Safranvermeille:1233782430385836124>",edelweiss:"<:Edelweiss:1233782395019329546>",emerald:"<:emeraude:1233782873165791273>",ruby:"<:Rubis:1233782426174619679>",sapphire:"<:Saphir:1233782432004837407>",siren_tear:"<:Larmedesirene:1233782405538517095>",compass:"<:Rosedesvents:1233782421892239360>",dragon_heart:"<:CoeurdeDragon:1233782386580258848>",fairy_wing:"<:Ailedefees:1233782379269722293>",phoenix_feather:"<:PlumedePhoenix:1233784783822127167>",mithril:"<:Mithril:1233782412434214974>",cereal:"<:craft_cereal:1243963641204703405>",cotton:"<:craft_cotton:1243963642567721080>",empty_box:"<:craft_empty_box:1243963643834535966>",enchanted_emerald:"<:craft_enchanted_emerald:1243963645092696105>",enchanted_ruby:"<:craft_enchanted_ruby:1243963647097569330>",enchanted_sapphire:"<:craft_enchanted_sapphire:1243963648486019082>",enchanted_stone:"<:craft_enchanted_stone:1243963650893545637>",flour:"<:craft_flour:1243963651719823451>",hemp:"<:craft_hemp:1243963653238030387>",scrap:"<:craft_scrap:1243963718895669268>",strange_gem:"<:craft_strange_gem:1243963656539078686>",strange_stone:"<:craft_strange_stone:1243963658766123192>",tools:"<:craft_tools:1243963720179122217>",wood:"<:craft_wood:1243963662763298897>",wine:"<:craft_wine:1249242713442746501>",toy:"<:craft_toy:1249242711907893278>",rhum:"<:craft_rhum:1249242707961057361>",milk:"<:craft_milk:1249242706501308488>",fruit:"<:craft_fruit:1249242705612115968>",sugar:"<:craft_sugar:1249242709684785184>",egg:"<:craft_egg:1249242703972007986>",omelet:"<:omelette:1288942044328493179>",cheese:"<:Fromage_Affine:1289695711398596761>",bread:"<:Pain_de_campagne:1289703440163016855>",strawberry_cake:"<:Fraisier:1289707903649058858>",bowl_cereal:"<:craft_bowl_cereal:1249242702462193686>",beer:"<:craft_beer:1249242701300240434>",bowl:"<:craft_bowl:1250116629275082873>",rudder:"<:craft_rudder:1250435943253540895>",rescue_boat:"<:craft_rescue_boat:1250435931635322950>",sailing_boat:"<:craft_sailing_boat:1250435942162894849>",salt_water:"<:craft_salt_water:1250435945216475317>",anchor:"<:craft_anchor:1250435934843834409>",hammock:"<:craft_hammock:1250435933300588687>",leather:"<:craft_leather:1253034980133834752>",ancient_key:"<:craft_ancient_key:1257447843355033742>",iron_ore:"<:craft_iron_ore:1257475847271612497>",map_fragment:"<:map_fragment:1281949667227205663>",scroll_agility:"<:scroll_agility:1254081331365810289>",scroll_chance:"<:scroll_chance:1254081332422639657>",scroll_intelligence:"<:scroll_intelligence:1254081334264070174>",scroll_strength:"<:scroll_strength:1254081335862099980>",scroll_vitality:"<:scroll_vitality:1254081337711919185>",scroll_wisdom:"<:scroll_wisdom:1254081340115259454>",elemental_concentrate_earth:"<:elemental_concentrate_earth:1269073512782499860>",elemental_concentrate_fire:"<:elemental_concentrate_fire:1269073513919156349>",elemental_concentrate_life:"<:elemental_concentrate_life:1269073515315728425>",elemental_concentrate_moon:"<:elemental_concentrate_moon:1269073517044039760>",elemental_concentrate_water:"<:elemental_concentrate_water:1269073518205599776>",elemental_concentrate_wind:"<:elemental_concentrate_wind:1269073510815367189>",essence_earth:"<:essence_earth:1269073149300052034>",essence_fire:"<:essence_fire:1269073150784700416>",essence_life:"<:essence_life:1269073151728287787>",essence_moon:"<:essence_moon:1269073153510998056>",essence_water:"<:essence_water:1269073154333081701>",essence_wind:"<:essence_wind:1269073156241625088>",empty_scroll:"<:empty_scroll:1269074077327298653>",enchant:{wood:"<:Bois_enchante:1302698738107682986>",cereal:"<:Cereale_enchantee:1302698739307253862>",hemp:"<:Chanvre_enchante:1302698741098086411>",poppy:"<:Coquelicot_ecarlate_enchante:1302698743597891744>",rope:"<:Corde_Enchantee:1302698745875661001>",cotton:"<:Coton_enchante:1302698771804721295>",leather:"<:Cuir_enchante:1302698774510174360>",pure_water:"<:Eau_pure_enchantee:1302698775965466654>",iron:"<:Fer_brut_enchante:1302698777899040789>",manganese:"<:Manganese_scintillante_enchantee:1302698799273214073>",ebony_poppy:"<:Pavot_debene_enchante:1302698801559109672>",rose:"<:Rose_immaculee_enchantee:1302698803886948452>",sea_salt:"<:Sel_Marin_enchante:1302698806541815869>",tissue:"<:Tissu_enchante:1302698807917805633>",clover:"<:Trefle_a_6_feuilles_enchante:1302698809670762556>"}},Oh={d1:"<:d1:1159542168738873455>",d2:"<:d2:1159542071049334814>",d3:"<:d3:1159542073914032191>",d4:"<:d4:1159542075512082543>",d5:"<:d5:1159542078179651614>",d6:"<:d6:1159542079458910229>",revolutionary:"<:revolutionnaire:648245785133056020>",pirate:"<:pirate:648245785053626368>",marine:"<:marine:648245784407441429>",berry:"<:berry:1153734056035504158>",xp:"<:xp:1084914564379975772>",success:"<:success:1186707379534954506>",hp:"<:hp:1257776163955277824>",paper:"📄",rock:"🪨",scissor:"✂️",pray:"<:Ryokugyu_pray:1147542990844334280>",gun:"<:fujigun:1050120413243506688>",promise:"<:Luffy_Promise:1027626431565529099>",love:"<:Lawve:1050916817801072730>",note:"<:imsusnote:1136952496456224778>",watching:"<:Carrot_Watching:1024736915922104360>",card:"<:carteDos:1168580012258103387>",cards:{spades:{1:"<:asdepique:1168560615170768967>",2:"<:2depique:1168559430955184259>",3:"<:3depique:1168559437548638248>",4:"<:4depique:1168559679354445934>",5:"<:5depique:1168559725504372796>",6:"<:6depique:1168559764528185394>",7:"<:7depique:1168559459392553061>",8:"<:8depique:1168559887870083162>",9:"<:9depique:1168559471392464988>",10:"<:10depique:1168559958435053598>",J:"<:valetdepique:1168560676202086523>",Q:"<:reinedepique:1168560621722284083>",K:"<:roidepique:1168560628189888634>"},diamonds:{1:"<:asdecarreau:1168560612742279308>",2:"<:2decarreau:1168559427788472330>",3:"<:3decarreau:1168559434138669236>",4:"<:4decarreau:1168559440774041621>",5:"<:5decarreau:1168559445308084256>",6:"<:6decarreau:1168559763462819940>",7:"<:7decarreau:1168559845872517172>",8:"<:8decarreau:1168559888989949994>",9:"<:9decarreau:1168559942215667804>",10:"<:10decarreau:1168559475481907230>",J:"<:valetdecarreau:1168560633634095234>",Q:"<:reinedecarreau:1168560618182291577>",K:"<:roidecarreau:1168560626185011281>"},hearts:{1:"<:asdecoeur:1168560613971214368>",2:"<:2decoeur:1168559428681859073>",3:"<:3decoeur:1168559435950592060>",4:"<:4decoeur:1168559442074284073>",5:"<:5decoeur:1168559723226865725>",6:"<:6decoeur:1168559452509708298>",7:"<:7decoeur:1168559457769365684>",8:"<:8decoeur:1168559463368757339>",9:"<:9decoeur:1168559938897989672>",10:"<:10decoeur:1168559477658751006>",J:"<:valetdecoeur:1168560635991298160>",Q:"<:reinedecoeur:1168560619855822940>",K:"<:roidecoeur:1168560678378950716>"},clubs:{1:"<:asdetrfle:1168560617444081834>",2:"<:2detrfle:1168559432242831512>",3:"<:3detrfle:1168559439440269403>",4:"<:4detrfle:1168559677936762982>",5:"<:5detrfle:1168559449540145153>",6:"<:6detrfle:1168559761260818594>",7:"<:7detrfle:1168559844748435549>",8:"<:8detrfle:1168559466334142575>",9:"<:9detrfle:1168559940953194576>",10:"<:10detrfle:1168559959802380288>",J:"<:valetdetrfle:1168560610531885137>",Q:"<:reinedetrfle:1168560623228026972>",K:"<:roidetrfle:1168560675543580712>"}},factions:{b_citizen_COMMON:"<:BasiqueOPFRbois:1175507882188484761>",b_citizen_RARE:"<:BasiqueOPFRargent:1175507880724668488>",b_citizen_EPIC:"<:BasiqueOPFRor:1175507883501289512>",b_citizen_LEGENDARY:"<:BasiqueOPFRplatine:1175507886714134548>",b_citizen_MYTHIC:"<:BasiqueOPFRultime:1175507889553670264>",b_marine_COMMON:"<:Marinebois:1175507936953512036>",b_marine_RARE:"<:Marineargent:1175508322351321178>",b_marine_EPIC:"<:Marineor:1175508300603863132>",b_marine_LEGENDARY:"<:Marineplatine:1175507940803879012>",b_marine_MYTHIC:"<:Marineultime:1175508279590395977>",b_revolutionary_COMMON:"<:RvoBois:1175507954779295810>",b_revolutionary_RARE:"<:RvoArgent:1175508199118483457>",b_revolutionary_EPIC:"<:RvoOr:1175508111885344819>",b_revolutionary_LEGENDARY:"<:RvoPlatine:1175507958378008756>",b_revolutionary_MYTHIC:"<:RvoUltime:1175508127815319612>",b_pirate_COMMON:"<:Piratebois:1175508259768115272>",b_pirate_RARE:"<:Pirateargent:1175507943987363941>",b_pirate_EPIC:"<:Pirateor:1175508240243621928>",b_pirate_LEGENDARY:"<:Pirateplatine:1175507949578358804>",b_pirate_MYTHIC:"<:Pirateultime:1175507951709061150>"},characteristics:{vitality:"<:vitality:1251861015277338675>",strength:"<:strength:1251860738595618838>",agility:"<:agility:1251860734145728596>",intelligence:"<:intelligence:1251860736943194144>",chance:"<:chance:1251860735827513425>",wisdom:"<:wisdom:1251861017231884378>"},items:Ah,equipments:Dh},Nh=(t,a)=>{const s=t.badge,n=t.isFactionBadge;return s?c.progressiveBadgeTypeGuard(s)?s.emojis[s.isProgressive.findIndex(r=>r===t.rank.id)]:s.emojis:n?Oh.factions[`b_${a}_${t.rank.id}`]:""},$h=t=>{const[a,s]=t.split("_"),n=Object.values(c.BadgeList).find(r=>r.id===a);if(n)return c.progressiveBadgeTypeGuard(n)?n.emojis[n.isProgressive.findIndex(r=>r===s)]:n.emojis},Eh=async(t,a)=>{const s=Object.values(Wa).find(n=>new n().id===t);if(s){const n=new s,r=await n.complete(a,{});r&&ne("userDaily",a,[[n,r]])}},Fh=async(t,a)=>{const s=Object.values(Jc).find(n=>new n().id===t);if(s){const n=new s,r=await n.complete(a,{});r&&ne("crewDaily",a,[[n,r]])}};class Ih extends o{constructor(){super(...arguments);e(this,"name","Jeune étudiant");e(this,"id","drink_50_alcohols");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 50 alcools");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Jeune étudiant"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=50)}}class Yh extends o{constructor(){super(...arguments);e(this,"name","Habitué des bars");e(this,"id","drink_250_alcohols");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 250 alcools");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Habitué des bars"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=250)}}class Lh extends o{constructor(){super(...arguments);e(this,"name","Alcoolique notoire");e(this,"id","drink_500_alcohols");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 500 alcools");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Alcoolique notoire"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=500)}}class Ph extends o{constructor(){super(...arguments);e(this,"name","Ivrogne");e(this,"id","drink_1000_alcohols");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 1000 alcools");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Ivrogne);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=1e3)}}class Th extends o{constructor(){super(...arguments);e(this,"name","Breton");e(this,"id","drink_2000_alcohols");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 2000 alcools");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Breton);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.total>=2e3)}}class Qh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Rhum");e(this,"id","drink_10_rhum");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Rhums");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=10)}}class jh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Rhum");e(this,"id","drink_100_rhum");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Rhums");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=100)}}class qh extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Rhum");e(this,"id","drink_250_rhum");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Rhums");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=250)}}class Hh extends o{constructor(){super(...arguments);e(this,"name","Rhumologue");e(this,"id","drink_500_rhum");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Rhums");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Rhumologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=500)}}class Kh extends o{constructor(){super(...arguments);e(this,"name","Dieu du Rhum");e(this,"id","drink_1000_rhum");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Rhums");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu du Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.rhums>=1e3)}}class Gh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Bière");e(this,"id","drink_10_beer");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Bières");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Bière"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=10)}}class Wh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Bière");e(this,"id","drink_100_beer");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Bières");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=100)}}class Vh extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Bière");e(this,"id","drink_250_beer");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Bières");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Rhum"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=250)}}class zh extends o{constructor(){super(...arguments);e(this,"name","Bièrologue");e(this,"id","drink_500_beer");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Bières");e(this,"berry",5e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Bièrologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=500)}}class Xh extends o{constructor(){super(...arguments);e(this,"name","Dieu de la Bière");e(this,"id","drink_1000_beer");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Bières");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu de la Bière"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.beers>=1e3)}}class Zh extends o{constructor(){super(...arguments);e(this,"name","Buveur de Vin");e(this,"id","drink_10_wine");e(this,"rank",l.RANKS.COMMON);e(this,"description","Boire 10 Vins");e(this,"berry",5e5);e(this,"xp",2e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Buveur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=10)}}class Jh extends o{constructor(){super(...arguments);e(this,"name","Amateur de Vin");e(this,"id","drink_100_wine");e(this,"rank",l.RANKS.RARE);e(this,"description","Boire 100 Vins");e(this,"berry",2e6);e(this,"xp",5e4);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Amateur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=100)}}class ep extends o{constructor(){super(...arguments);e(this,"name","Connaisseur de Vin");e(this,"id","drink_250_wine");e(this,"rank",l.RANKS.EPIC);e(this,"description","Boire 250 Vins");e(this,"berry",1e7);e(this,"xp",1e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Connaisseur de Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=250)}}class tp extends o{constructor(){super(...arguments);e(this,"name","Vinologue");e(this,"id","drink_500_wine");e(this,"rank",l.RANKS.LEGENDARY);e(this,"description","Boire 500 Vins");e(this,"berry",1e7);e(this,"xp",2e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles.Vinologue);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=500)}}class ap extends o{constructor(){super(...arguments);e(this,"name","Dieu du Vin");e(this,"id","drink_1000_wine");e(this,"rank",l.RANKS.MYTHIC);e(this,"description","Boire 1000 Vins");e(this,"berry",1e8);e(this,"xp",5e5);e(this,"secret",!1);e(this,"asset",null);e(this,"title",c.questTitles["Dieu du Vin"]);e(this,"badge",null);e(this,"isFactionBadge",!1);e(this,"daily",!1);e(this,"crew",!1);e(this,"onUserQuestMetaUpdate",s=>s.items.alcohols.wines>=1e3)}}const es=Object.freeze(Object.defineProperty({__proto__:null,Bet10M:jf,Bet666:T0,BetMinValue:Tf,Birthday:Wf,BotPing:Vf,ChestOpen1000Quest:r0,ChestOpen150Quest:s0,ChestOpen2000Quest:i0,ChestOpen500Quest:n0,ChestOpen50Quest:a0,Craft1000Times:u0,Craft100CookedMeals:p0,Craft100Scrolls:v0,Craft10CookedMeals:f0,Craft10Scrolls:_0,Craft200Times:d0,Craft20Scrolls:w0,Craft20Times:l0,Craft250CookedMeals:m0,Craft500CookedMeals:y0,Craft500Times:c0,Craft50CookedMeals:h0,Craft50Scrolls:b0,Craft50Times:o0,Craft5Scrolls:g0,Crew10Percent:M0,Crew90Percent:S0,DoubleSix:A0,Draw1000Quest:R0,Draw100Quest:k0,Draw2000Quest:U0,Draw300Quest:x0,Draw5000Quest:C0,DrawDoubleSix:O0,Drink1000Alcohols:Ph,Drink1000Beer:Xh,Drink1000Quest:Jf,Drink1000Rhum:Kh,Drink1000Wine:ap,Drink100Beer:Wh,Drink100Rhum:jh,Drink100Today:zf,Drink100Wine:Jh,Drink10Beer:Gh,Drink10Rhum:Qh,Drink10Wine:Zh,Drink2000Alcohols:Th,Drink2000Quest:e0,Drink200Quest:Xf,Drink250Alcohols:Yh,Drink250Beer:Vh,Drink250Rhum:qh,Drink250Wine:ep,Drink5000Quest:t0,Drink500Alcohols:Lh,Drink500Beer:zh,Drink500Quest:Zf,Drink500Rhum:Hh,Drink500Wine:tp,Drink50Alcohols:Ih,Edito:B0,Everyone:D0,Finish100Raids:K0,Finish10Raids:j0,Finish200Raids:G0,Finish25Raids:q0,Finish50Raids:H0,GuessInOne:P0,Lose10M:Gf,LoseAll5GamesInRow:E0,LoseEverything:Qf,Paper100:I0,RandomMessage100Quest:z0,RandomMessage200Quest:X0,RandomMessage20Quest:W0,RandomMessage500Quest:Z0,RandomMessage50Quest:V0,Report:J0,Rock100:L0,Scissor100:Y0,SevenQuitteOuDouble:N0,SpendShop500M:lh,SpendShop50M:ih,SpendShop50Ml:dh,SpendShop5M:rh,SpendShop5Ml:oh,TenBlackJack:F0,TotalBet10M:Hf,TotalBet1Md:Kf,Voice10Hours:ch,Voice2500Hours:hh,Voice250Hours:fh,Voice25Hours:uh,Voice5000Hours:ph,WinAll5GamesInRow:$0,WinLose10:Q0,WinOn10MBet:qf,Work1000Quest:gh,Work100Quest:mh,Work2000Quest:_h,Work300Quest:yh,Work5000Quest:wh,Write100Chats:Sh,Write10Chats:bh,Write200Chats:kh,Write20Chats:vh,Write50Chats:Mh,send100000Messages:sh,send1000Messages:th,send100Messages:eh,send200000Messages:nh,send25000Messages:ah},Symbol.toStringTag,{value:"Module"}));class sp extends o{constructor(){super(...arguments);e(this,"name","T'as pas oublié de ranger ta chambre ?");e(this,"id","daily_all");e(this,"rank",l.RANKS.RARE);e(this,"description","Finir les quêtes journalières");e(this,"berry",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*12500);e(this,"xp",({xp:s})=>(l.getCurrentLevel(s.amount)/10+1)*1250);e(this,"daily",!0);e(this,"secret",!1);e(this,"crew",!1);e(this,"isFactionBadge",!1);e(this,"badge",null);e(this,"asset",null);e(this,"title",null);e(this,"onUserQuestUpdate",s=>{for(const[n,r]of Object.entries(s.daily))if(!me(r,new Date)&&this.id!==n)return!1;return Object.keys(s.daily).filter(n=>n!==this.id).length>=5})}}const ts=Object.freeze(Object.defineProperty({__proto__:null,DailyAll:sp},Symbol.toStringTag,{value:"Module"})),np=[...Object.values(Za),...Object.values(Ja),...Object.values(Xa),...Object.values(es),...Object.values(ts),...Object.values(za),...Object.values(Va),...Object.values(Wa)],rp=async t=>{var s;const a=[];for(const n of Object.values(Za)){const r=new n;if((s=r.onUserMetaUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{_userMeta:t});i&&a.push([r,i])}}a.length>0&&ne("userMetaUpdate",t.user._id,a)},ip=async t=>{var s;const a=[];for(const n of Object.values(es)){const r=new n;if((s=r.onUserQuestMetaUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userQuestMetaUpdate",t.user._id,a)},lp=["raidUnlock"],Vn=new gs.EventEmitter,dt=(t,a,s)=>{Vn.emit(t,a,s)},op=t=>{for(const a of lp)Vn.on(a,(s,n)=>{t(a,s,n)})},dp=async t=>{var s,n;const a=await ps(t.user._id);l.getCurrentLevel(t.xp.amount)>=30&&!mt(a,"training")&&(await gt(a.user._id,"training"),dt("raidUnlock",t.user._id,"training")),(((n=(s=a.obtainedRewards.training)==null?void 0:s.filter(r=>r.startsWith("end_")))==null?void 0:n.length)??0)>=4&&!mt(a,"resources")&&(await gt(a.user._id,"resources"),dt("raidUnlock",t.user._id,"resources"))},cp=async t=>{const a=await ps(t.user._id);na(t.equipmentList,s=>s.id).map(s=>S.findEquipment(s)).filter(s=>s.panoply==="adventurer").length===6&&!mt(a,"pirate_cave")&&(await gt(a.user._id,"pirate_cave"),dt("raidUnlock",t.user._id,"pirate_cave")),(t.itemList.get("map_fragment")??0)>=5&&!mt(a,"mysterious_island")&&(await gt(a.user._id,"mysterious_island"),await Ne(t.user._id,"map_fragment",5),dt("raidUnlock",t.user._id,"mysterious_island"))},He={multiplier:{type:Number,default:0},origin:String,expireAt:{type:Date,default:null},startAt:{type:Date,default:null}},ct=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},premium:{type:Boolean,default:!1},berry:{type:Number,default:0,index:!0},xp:{lastMessageWithXp:{type:Date,default:new Date},voice:{lastConnection:{type:Date,default:new Date},minutesInVoiceToday:{type:Number,default:0}},amount:{type:Number,default:0,index:!0},boost:{type:Date,default:null}},buffs:{cooldown:{casino:{type:[He],default:[]},work:{type:[He],default:[]}},berry:{work:{type:[He],default:[]},global:{type:[He],default:[]}},drop:{work:{type:[He],default:[]}},xp:{global:{type:[He],default:[]}}},hp:{type:Number,default:100},workUnluckyStreak:{type:Number,default:0},characteristics:{vitality:{type:Number,default:0},strength:{type:Number,default:0},agility:{type:Number,default:0},chance:{type:Number,default:0},intelligence:{type:Number,default:0},wisdom:{type:Number,default:0}},resetCharacteristics:{free:{type:Boolean,default:!0},nextAvailable:{type:Date,default:null}},scrolls:{vitality:{type:Number,default:0},strength:{type:Number,default:0},agility:{type:Number,default:0},chance:{type:Number,default:0},intelligence:{type:Number,default:0},wisdom:{type:Number,default:0}}});ct.index({user:1}),ct.index({"xp.amount":-1}),ct.index({berry:-1}),ct.post("findOneAndUpdate",async function(t){await dp(t),await rp(t),t.hp<=0&&await Yn(t._id)});const Se=((jr=h.models)==null?void 0:jr.UserMeta)||h.model("UserMeta",ct),zn=async t=>await Se.create({user:t}),ut=async(t,a={})=>{const s=await Se.findOne({user:t},a);return s||await zn(t)},as=t=>Object.fromEntries(l.CHARACTERISTICS.map(a=>[a,ei.getComputedCharacteristicValue(t.characteristics[a])+t.scrolls[a]])),up=t=>Date.now()-t.xp.lastMessageWithXp.getTime()>60*1e3,ss=t=>{const{boost:a}=t.xp;return(a!==null&&Date.now()<a.getTime()?.2:0)+(t.premium?.5:0)+t.buffs.xp.global.reduce((s,{expireAt:n,startAt:r,multiplier:i})=>s+((r??new Date)<=new Date&&(!n||!Ae(n))?i:0),0)},fp=t=>{const a=t.trim().length,s=2;return a<10?10*s:a>300?300*s:a*s},hp=(t,a,s)=>(a*=1+ss(t),Math.ceil(a*s)),pp=(t,a)=>{const s=Xn(t);return a<=0?a:Math.ceil(a*(s||1))},mp=t=>t.buffs.cooldown.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),yp=t=>t.buffs.drop.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),gp=t=>t.buffs.berry.work.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),Xn=t=>t.buffs.berry.global.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),_p=t=>t.buffs.cooldown.casino.reduce((a,{expireAt:s,startAt:n,multiplier:r})=>a+(new Date>=(n??new Date)&&(!s||!Ae(s))?r:0),1),ke=async(t,a,s)=>{const n=a??await ut(t,{buffs:0,xp:0}),r=s??await Wt(t,{itemList:0,equipmentList:0});return((as(n).vitality??0)+Ga(r).vitality)*l.HP_PER_VITALITY+l.DEFAULT_MAX_HP},wp=Object.freeze(Object.defineProperty({__proto__:null,calcBerry:pp,calcBerryGlobalBuff:Xn,calcBerryWorkBuff:gp,calcCooldownCasinoBuff:_p,calcCooldownWorkBuff:mp,calcDropWorkBuff:yp,calcMessageXp:fp,calcXp:hp,calcXpBoost:ss,getBerryRank:async t=>(await Se.aggregate([{$setWindowFields:{sortBy:{berry:-1},output:{rank:{$rank:{}}}}},{$match:{_id:t}},{$project:{rank:1}}]))[0],getGlobalRank:async t=>(await Se.aggregate([{$setWindowFields:{sortBy:{"xp.amount":-1},output:{rank:{$rank:{}}}}},{$match:{_id:t}},{$project:{rank:1}}]))[0],getMaxHp:ke,getTotalCharacteristics:as,hasCharacteristicRequirement:async(t,a,s,n)=>{const r=s??await ut(t,{buffs:0,xp:0}),i=n??await Wt(t,{itemList:0,equipmentList:0}),d=Pa(as(r),Ga(i),(f,y)=>f+y);for(const f of Object.keys(a))if(d[f]<(a[f]??0))return!1;return!0},hasMalusBuff:t=>{const a=[...t.buffs.xp.global,...t.buffs.berry.global,...t.buffs.berry.work,...t.buffs.cooldown.work,...t.buffs.cooldown.casino,...t.buffs.drop.work];for(const{multiplier:s,startAt:n,expireAt:r}of a)if(s<0&&(!r||!Ae(r))&&(n??new Date)<=new Date)return!0;return!1},isCooldownForXpPassed:up},Symbol.toStringTag,{value:"Module"})),bp=(t,a)=>Se.findOneAndUpdate({user:t},a,{returnDocument:"after",upsert:!0}),E=async(t,a)=>{await Se.findOneAndUpdate({user:t},a,{returnDocument:"after",upsert:!0})},vp=async t=>{await E(t,{$set:{"xp.lastMessageWithXp":new Date}})},Mp=async(t,a)=>{await E(t,{$inc:{"xp.amount":a}})},Zn=async(t,a)=>{await E(t,[{$set:{berry:{$max:[{$add:["$berry",a]},0]}}}])},Sp=async(t,a)=>{await E(t,{$set:{premium:a}})},kp=async(t,a)=>{const{xp:{boost:s}}=await bp(t,[{$set:{"xp.boost":{$cond:{if:{$or:[{$not:"$xp.boost"},{$lt:["$xp.boost",new Date]}]},then:{$add:[new Date,a]},else:{$add:["$xp.boost",a]}}}}}]);return s},ns=async(t,a)=>{if(Array.isArray(a)){for(const n of a)await ns(t,n);return}const s=S.transformToDBBuff(a);await E(t,[{$set:{[`buffs.${a.target}`]:{$map:{input:`$buffs.${a.target}`,as:"buff",in:{$cond:{if:{$eq:[{$substr:["$$buff.origin",0,{$indexOfBytes:["$$buff.origin","/"]}]},a.origin.split("/")[0]]},then:{multiplier:a.multiplier,origin:a.origin,expireAt:s.expireAt?{$cond:{if:{$lt:["$$buff.expireAt",new Date]},then:s.expireAt,else:{$add:["$$buff.expireAt",(a.endIn??0)*60*60*1e3]}}}:null,startAt:{$cond:{if:{$gte:["$$buff.startAt",new Date]},then:"$$buff.startAt",else:{$add:[new Date,(a.startIn??0)*60*60*1e3]}}}},else:"$$buff"}}}}}},{$set:{[`buffs.${a.target}`]:{$cond:{if:{$in:[a.origin.split("/")[0],{$map:{input:`$buffs.${a.target}`,as:"buff",in:{$substr:["$$buff.origin",0,{$indexOfBytes:["$$buff.origin","/"]}]}}}]},then:`$buffs.${a.target}`,else:{$concatArrays:[`$buffs.${a.target}`,[{...s}]]}}}}}])},rs=async(t,a)=>{await E(t,{$pull:{[`buffs.${a.target}`]:{origin:a.origin}}})},xp=async(t,a,s,n)=>{const r=S.fromDBToEquipableEquipment(a),i=bs(Object.values(s)),d=S.allPanoplies.find(w=>w.id===r.panoply);if(!d)return;const f=d.equipments.filter(w=>(i.find(C=>w.id===C.id)||!n&&r.id===w.id)&&(n?r.id!==w.id:!0)).length,y=f===d.equipments.length?d.fullBonus:f>=d.equipments.length/2?d.halfBonus:void 0;d.halfBonus&&"target"in d.halfBonus&&await rs(t,d.halfBonus),d.fullBonus&&"target"in d.fullBonus&&await rs(t,d.fullBonus),y&&"target"in y&&await ns(t,y)},Rp=async(t,a,{userMeta:s,userInventory:n})=>{const r=s??await ut(t,{buffs:-1,xp:-1}),i=n??await Wt(t,{itemList:-1,equipmentList:-1}),f=await ke(t,r,i)-r.hp;await E(t,{$set:{hp:r.hp+Math.floor(Math.min(a,f))}})},Up=async(t,a)=>{await E(t,[{$set:{hp:{$max:[{$add:["$hp",-a]},0]}}}])},Ke=async(t,a)=>{const s=await ke(t);await E(t,[{$set:{hp:{$round:[{$multiply:[{$divide:["$hp",a]},s]},0]}}}])},Cp=Object.freeze(Object.defineProperty({__proto__:null,addBerry:Zn,addCharacteristics:async(t,a)=>{const s=await ke(t),n=Object.fromEntries(Object.entries(a).filter(([,r])=>r!==0).map(([r,i])=>[`characteristics.${r}`,i]));await E(t,{$inc:n}),Ke(t,s)},addMinutesInVoiceToday:async(t,a)=>{await E(t,{$inc:{"xp.voice.minutesInVoiceToday":a}})},addScrollCharacteristic:async(t,a)=>{const s=await ke(t),n=Object.fromEntries(Object.entries(a).filter(([,r])=>r!==0).map(([r,i])=>[`scrolls.${r}`,i]));await E(t,{$inc:n}),Ke(t,s)},addXp:Mp,gainHp:Rp,incrementWorkUnluckyStreak:async t=>{await E(t,{$inc:{workUnluckyStreak:1}})},loseHp:Up,removeBuff:rs,resetCharacteristics:async(t,a,s)=>{const n=await ke(t,s),r={vitality:0,strength:0,agility:0,chance:0,intelligence:0,wisdom:0};a?await E(t,{$set:{characteristics:r,"resetCharacteristics.free":!1}}):await E(t,{$set:{characteristics:r,"resetCharacteristics.nextAvailable":new Date(Date.now()+30*24*60*60*1e3)},$inc:{berry:-1e8}}),Ke(t,n)},resetMinutesInVoiceToday:async t=>{await E(t,{$set:{"xp.voice.minutesInVoiceToday":0}})},resetWorkUnluckyStreak:async t=>{await E(t,{$set:{workUnluckyStreak:0}})},updateBoost:kp,updateBuff:ns,updateHp:Ke,updateLastMessageTime:vp,updateLastVoiceConnection:async(t,a)=>{await E(t,{$set:{"xp.voice.lastConnection":a}})},updatePanoplyBuff:xp,updatePremium:Sp},Symbol.toStringTag,{value:"Module"})),Bp=async t=>{var s;const a=[];for(const n of Object.values(Xa)){const r=new n;if((s=r.onUserInventoryUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userInventoryUpdate",t.user._id,a)},is=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},equippedItems:{type:Object,default:{}},equipmentList:{type:[{id:String,seed:Number}],default:[]},itemList:{type:Map,of:Number,default:{}},recipes:{type:[String],default:[]}},{minimize:!1});is.index({user:1}),is.post("findOneAndUpdate",async function(t){await cp(t),await Bp(t)});const ft=((qr=h.models)==null?void 0:qr.UserInventory)||h.model("UserInventory",is),ge=async(t,a)=>{await ft.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},_e=async(t,a,s)=>{await ge(t,{$inc:{[`itemList.${a}`]:s}}),await Gt(t,[a])},Dp=async(t,a)=>{await ge(t,{$inc:Object.fromEntries(Object.entries(a).filter(([,s])=>(s??0)>0).map(([s,n])=>[`itemList.${s}`,n]))}),await Gt(t,vn(a).filter(([,s])=>s>0).map(([s])=>s))},Ne=async(t,a,s)=>{s!==0&&await ge(t,[{$set:{[`itemList.${a}`]:{$max:[{$add:[`$itemList.${a}`,-s]},0]}}}])},Jn=async(t,a,s)=>{await ge(t,{$pull:{equipmentList:{id:a,seed:s}}})},er=async(t,a,s,n)=>{s!==0&&(S.isEquipmentId(a)?await Jn(t,a,n):await Ne(t,a,s))},Ap=async(t,a)=>{await ge(t,{$set:{[`itemList.${a}`]:0}})},tr=async(t,a)=>{await ge(t,{$push:{equipmentList:{$each:a}}}),await Gt(t,a.map(s=>s.id))},Op=Object.freeze(Object.defineProperty({__proto__:null,addEquipments:tr,addInventoryItem:_e,addInventoryItems:Dp,craftItem:async(t,a,s,n,r)=>{for(const{itemId:f,size:y}of a)await Ne(t,f,y*n);const{itemId:i,size:d}=s;S.isEquipmentId(i)?await tr(t,[{id:i,seed:r}]):await _e(t,i,d*n)},dismantleEntity:async(t,a,s,n,r)=>{await er(t,a.id,n,r);for(const{entityId:i,quantity:d}of s)S.isEquipmentId(i)||await _e(t,i,n*d);await Ne(t,"tools",1)},enchantItem:async(t,a,s,n)=>{await Ne(t,a,n),await Ne(t,"enchanted_stone",n*4),await _e(t,s,n)},equip:async(t,a,s)=>{const n=await ke(t);await ge(t,{$set:{[`equippedItems.${a}`]:s}}),await Ke(t,n)},removeAllItemInventory:Ap,removeEquipment:Jn,removeInventoryEntity:er,removeInventoryItem:Ne,unequip:async(t,a)=>{const s=await ke(t);await ge(t,{$set:{[`equippedItems.${a}`]:null}}),await Ke(t,s)},unlockRecipe:async(t,a)=>{await ge(t,{$addToSet:{recipes:a}})}},Symbol.toStringTag,{value:"Module"})),ar=async t=>await ft.create({user:t}),Wt=async(t,a={})=>{const s=await ft.findOne({user:t},a);return s||await ar(t)},Np=async t=>{var s;const a=[];for(const n of Object.values(Ja)){const r=new n;if((s=r.onUserOrnamentsUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{});i&&a.push([r,i])}}a.length>0&&ne("userOrnamentsUpdate",t.user._id,a)},ls=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},unlockedFactionBadges:{type:[String],default:[]},unlockedBadges:{type:[String],default:[]},unlockedTitles:{type:[String],default:[]},selectedTitle:{type:String,default:null},unlockedBackgrounds:{type:[String],default:["default"]},selectedBackground:{type:String,default:"default"},unlockedProfileAssets:{type:[String],default:[]}});ls.index({user:1}),ls.post("findOneAndUpdate",async function(t){await Np(t)});const ht=((Hr=h.models)==null?void 0:Hr.UserOrnaments)||h.model("UserOrnaments",ls),re=async(t,a)=>{await ht.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},os=async(t,a)=>{await re(t,{$addToSet:{unlockedTitles:a}})},$p=async(t,a)=>{await re(t,{$addToSet:{unlockedTitles:{$each:a}}})},Ep=async(t,a)=>{await re(t,{$set:{selectedTitle:a}})},sr=async(t,a)=>{await re(t,{$addToSet:{unlockedBackgrounds:a}})},Fp=async(t,a)=>{await re(t,{$addToSet:{unlockedBackgrounds:{$each:a}}})},Ip=async(t,a)=>{await re(t,{$set:{selectedBackground:a}})},nr=async(t,a,s)=>{a.isProgressive?await re(t,{$addToSet:{unlockedBadges:`${a.id}_${s}`}}):await re(t,{$addToSet:{unlockedBadges:a.id}})},rr=async(t,a)=>{await re(t,{$addToSet:{unlockedFactionBadges:{$each:[`b_marine_${a}`,`b_revolutionary_${a}`,`b_pirate_${a}`]}}})},ir=async(t,a)=>{await re(t,{$addToSet:{unlockedProfileAssets:a}})},Yp=Object.freeze(Object.defineProperty({__proto__:null,selectBackground:Ip,selectTitle:Ep,unlockBackground:sr,unlockBackgrounds:Fp,unlockBadge:nr,unlockFactionBadge:rr,unlockProfileAsset:ir,unlockTitle:os,unlockTitles:$p},Symbol.toStringTag,{value:"Module"})),lr=async t=>await ht.create({user:t}),Lp=async(t,a)=>{const s=await ht.findOne({user:t},a);return s||await lr(t)},or=(t,a)=>t.completed.includes(a),dr=(t,a)=>{const s=t.daily[a];return s&&me(s,new Date)},ds=t=>me(La(),t.lastFullComplete),cs=t=>ds(t)?1+Math.min(2,t.streak/10):1,cr=t=>t.completed.reduce((a,s)=>a+(s.startsWith("be_level_")?1:0),0),ur=(t,a)=>{const s=cr(t);return c.factionTitleList.find(n=>n.strength===s&&n.faction===a)},Pp=Object.freeze(Object.defineProperty({__proto__:null,getFactionTitle:ur,getFactionTitleStrength:cr,getStreakMultiplier:cs,isDailyQuestCompleted:dr,isQuestCompleted:or,isStreaking:ds},Symbol.toStringTag,{value:"Module"})),Tp=async t=>{var s;const a=[];for(const n of Object.values(ts)){const r=new n;if((s=r.onUserQuestUpdate)!=null&&s.call(r,t)){const i=await r.complete(t.user._id,{_userQuest:t});i&&a.push([r,i])}}a.length>0&&ne("userQuestUpdate",t.user._id,a)},us=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},completed:{type:[String],default:[]},daily:{type:Object,default:{}},streak:{type:Number,default:0},lastFullComplete:{type:Date,default:new Date}},{minimize:!1});us.index({user:1}),us.post("findOneAndUpdate",async function(t){await Tp(t)});const pt=((Kr=h.models)==null?void 0:Kr.UserQuest)||h.model("UserQuest",us),Vt=async(t,a)=>{await pt.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},fr=async(t,a)=>{await Vt(t,{$addToSet:{completed:a}})},hr=async(t,a)=>{await Vt(t,[{$addFields:{[`daily.${a}`]:new Date}}])},pr=async(t,a)=>{me(La(),a)?await Vt(t,{$inc:{streak:1},$set:{lastFullComplete:new Date}}):await Vt(t,{$set:{lastFullComplete:new Date,streak:1}})},Qp=Object.freeze(Object.defineProperty({__proto__:null,completeDailyQuest:hr,completeQuest:fr,updateStreak:pr},Symbol.toStringTag,{value:"Module"})),mr=async t=>await pt.create({user:t}),fs=async t=>{const a=await pt.findOne({user:t});return a||await mr(t)},hs=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},tagEveryone:{type:Boolean,default:!1},botPing:{type:Number,default:0},writeDifferentChat:[String],messageSent:{type:Number,default:0},totalMinutesInVoice:{type:Number,default:0},hadMoreThanZeroBerry:{type:Boolean,default:!1},totalBet:{type:Number,default:0},edito:{readToday:{type:Number,default:0},lastTimeRead:{type:Date,default:new Date}},double_six:{type:Number,default:0},lastGames:{type:[{gameType:String,endState:Number}],default:[]},black_jack:{type:Number,default:0},rps:{type:{lastRps:String,nb:Number},default:{lastRps:"paper",nb:-1}},totalSpentInShop:{type:Number,default:0},work:{type:Number,default:0},draw:{type:Number,default:0},bet666:{amount:{type:Number,default:0},last:{type:Date,default:new Date(0)}},betMin:{type:Boolean,default:!1},loseEverything:{type:Boolean,default:!1},bet10M:{type:Boolean,default:!1},winBet10M:{type:Boolean,default:!1},lose10M:{type:Boolean,default:!1},items:{bottle:{total:{type:Number,default:0},today:{type:Number,default:0},last:{type:Date,default:new Date}},chest:{total:{type:Number,default:0}},alcohols:{wines:{type:Number,default:0},rhums:{type:Number,default:0},beers:{type:Number,default:0},total:{type:Number,default:0}}},randomMessage:{type:Number,default:0},timeAt10Percent:{type:Number,default:0},timeAt90Percent:{type:Number,default:0},sevenQuitteOuDouble:{type:Number,default:0},drawDoubleSix:{type:Number,default:0},guessInOne:{type:Number,default:0},crafts:{cookedMeal:{type:Number,default:0},scrolls:{type:Number,default:0},total:{type:Number,default:0}},raidFinished:{type:Number,default:0},reportedSomeone:{type:Boolean,default:!1}});hs.index({user:1}),hs.post("findOneAndUpdate",async function(t){await ip(t)});const xe=((Gr=h.models)==null?void 0:Gr.UserQuestMeta)||h.model("UserQuestMeta",hs),R=async(t,a)=>{await xe.findOneAndUpdate({user:t},a,{upsert:!0,returnDocument:"after"})},jp=async t=>{await R(t,{$inc:{work:1}})},qp=async t=>{await R(t,{$set:{hadMoreThanZeroBerry:!0}})},Hp=async t=>{await R(t,{$set:{sevenQuitteOuDouble:!0}})},Kp=async t=>{await R(t,{$inc:{black_jack:1}})},Gp=async(t,a,s)=>{await R(t,{$push:{lastGames:{$each:[{gameType:a,endState:s}],$position:0,$slice:20}}})},Wp=async t=>{await R(t,{$inc:{draw:1}})},Vp=async t=>{const a=new Date;a.setDate(a.getDate()-1),a.setHours(0,0,0,0);const s=new Date;s.setDate(s.getDate()-1),s.setHours(23,59,59,999),await xe.updateOne({user:t,"bet666.last":{$gte:a,$lte:s}},{$inc:{"bet666.amount":1},$set:{"bet666.last":new Date}}),await xe.updateOne({user:t,"bet666.last":{$lt:a}},{$set:{"bet666.last":new Date,"bet666.amount":1}})},zp=async(t,a)=>{await R(t,{$inc:{totalBet:a}})},Xp=async(t,a)=>{await R(t,[{$set:{"rps.nb":{$cond:{if:{$eq:["$rps.lastRps",a]},then:{$add:["$rps.nb",1]},else:1}},"rps.lastRps":a}}])},yr=async(t,a)=>{await R(t,{$inc:{totalSpentInShop:a}})},Zp=Object.freeze(Object.defineProperty({__proto__:null,addTotalMinutesInVoice:async(t,a)=>{await R(t,{$inc:{totalMinutesInVoice:a}})},addWrittenTextChannel:async(t,a)=>{await R(t,{$addToSet:{writeDifferentChat:a}})},bet666:Vp,botPingIncrement:async t=>{await R(t,{$inc:{botPing:1}})},drawDoubleSix:async t=>{await R(t,{$inc:{drawDoubleSix:1}})},drawIncrement:Wp,hadMoreThanZeroBerry:qp,hasBet10M:async t=>{await R(t,{$set:{bet10M:!0}})},hasBetMin:async t=>{await R(t,{$set:{betMin:!0}})},hasCelebrateBirthday:async t=>{await R(t,{$set:{hasCelebrateBirthday:!0}})},hasGuessInOne:async t=>{await R(t,{$inc:{guessInOne:1}})},hasLose10M:async t=>{await R(t,{$set:{lose10M:!0}})},hasLoseEverything:async t=>{await R(t,{$set:{loseEverything:!0}})},hasReportedSomeone:async t=>{await R(t,{$set:{reportedSomeone:!0}})},hasSevenQod:Hp,hasTagEveryone:async t=>{await R(t,{$set:{tagEveryone:!0}})},hasWinBet10M:async t=>{await R(t,{$set:{winBet10M:!0}})},incrementAlcoholDrink:async(t,a,s)=>{await R(t,{$inc:{"items.alcohols.wines":a==="wine"?s:0,"items.alcohols.beers":a==="beer"?s:0,"items.alcohols.rhums":a==="rhum"?s:0,"items.alcohols.total":s}})},incrementMessageSend:async t=>{await R(t,{$inc:{messageSent:1}})},randomMessageIncrement:async t=>{await R(t,{$inc:{randomMessage:1}})},readEdito:async t=>{const a=new Date;a.setDate(a.getDate()-1),a.setHours(0,0,0,0);const s=new Date;s.setDate(s.getDate()-1),s.setHours(23,59,59,999),await xe.updateOne({user:t,"edito.lastTimeRead":{$gte:a,$lte:s}},{$inc:{"edito.readToday":1},$set:{"edito.lastTimeRead":new Date}}),await xe.updateOne({user:t,"edito.lastTimeRead":{$lt:a}},{$set:{"edito.lastTimeRead":new Date,"edito.readToday":1}})},updateCrafts:async(t,a,s)=>{const n=S.findEntity(s);await R(t,{$inc:{"crafts.cookedMeal":S.isCookedMeal(n)?a:0,"crafts.scrolls":S.isScrollItem(n)?a:0,"crafts.total":a}})},updateCrew10Percent:async(t,a)=>{a?await R(t,{$set:{timeAt10Percent:0}}):await R(t,{$inc:{timeAt10Percent:1}})},updateCrew90Percent:async(t,a)=>{a?await R(t,{$set:{timeAt90Percent:0}}):await R(t,{$inc:{timeAt90Percent:1}})},updateLastGames:Gp,updateRps:Xp,updateTotalBet:zp,updateTotalSpentInShop:yr,winBlackjack:Kp,winDoubleSix:async t=>{await R(t,{$inc:{double_six:1}})},workIncrement:jp},Symbol.toStringTag,{value:"Module"})),mt=(t,a)=>{var s;return(s=t.unlocked)==null?void 0:s[a]},Jp=Object.freeze(Object.defineProperty({__proto__:null,alreadyObtainedRaidReward:(t,a,s)=>a in t.obtainedRewards?t.obtainedRewards[a].includes(s):!1,hasUnlockedRaid:mt},Symbol.toStringTag,{value:"Module"})),gr=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},currentRaid:{type:{raidId:String,seed:String,progression:{type:[String],default:[]},buffItem:String},default:void 0},obtainedRewards:{type:Object,default:{}},unlocked:{type:Object,default:{}}},{minimize:!1});gr.index({user:1});const yt=((Wr=h.models)==null?void 0:Wr.UserRaid)||h.model("UserRaid",gr),Ge=async(t,a)=>{await yt.updateOne({user:t},a,{upsert:!0})},gt=async(t,a)=>{await Ge(t,{$set:{[`unlocked.${a}`]:!0}})},em=Object.freeze(Object.defineProperty({__proto__:null,claimReward:async(t,a,s)=>{await Ge(t,{$push:{[`obtainedRewards.${a}`]:s}})},progressRaid:async(t,a)=>{await Ge(t,{$push:{"currentRaid.progression":a}})},resetRaid:async t=>{await Ge(t,{$set:{currentRaid:void 0}})},resetRaidProgression:async t=>{await Ge(t,{$set:{"currentRaid.progression":[]}})},startRaid:async(t,a,s,n,r)=>{const i=Date.now();return await Ge(t,{$set:{currentRaid:{raidId:a,buffItem:s,seed:i,progression:[]}}}),await In(t,n,r),i},unlockRaid:gt},Symbol.toStringTag,{value:"Module"})),_r=async t=>await yt.create({user:t}),ps=async t=>{const a=await yt.findOne({user:t});return a||await _r(t)},tm=Object.freeze(Object.defineProperty({__proto__:null,getShopItemRest:(t,a,s,n,r)=>{var f;let i=S.getAllItemsLimit()[a];const d=(f=t.limit)==null?void 0:f[a];return r==="half"&&a==="chest_2"&&(i+=2),r==="full"&&a==="chest_3"&&(i+=1),i?t.lastShopId!==s?i:d?i-d:Math.min(i,n):n},isShopBuyLimitReached:(t,a,s,n)=>{var d;let r=S.getAllItemsLimit()[a];const i=(d=t.limit)==null?void 0:d[a];return n==="half"&&a==="chest_2"&&(r+=2),n==="full"&&a==="chest_3"&&(r+=1),t.lastShopId!==s?!1:!!(r&&i&&i>=r)}},Symbol.toStringTag,{value:"Module"})),wr=new h.Schema({user:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"User"},lastShopId:{type:Number,default:0},limit:{type:Object,default:{}}},{minimize:!1});wr.index({user:1});const zt=((Vr=h.models)==null?void 0:Vr.UserShop)||h.model("UserShop",wr),am=async(t,a)=>{await zt.updateOne({user:t},a,{upsert:!0})},sm=Object.freeze(Object.defineProperty({__proto__:null,increaseShopBuyLimit:async(t,a,s,n)=>{await am(t,[{$set:{[`limit.${a}`]:{$cond:{if:{$eq:["$lastShopId",s]},then:{$add:[`$limit.${a}`,n]},else:n}},lastShopId:s}}])}},Symbol.toStringTag,{value:"Module"})),V={localField:"_id",foreignField:"user",justOne:!0},P=new h.Schema({userId:{type:String,required:!0,unique:!0},birthday:{type:Date,default:null},faction:{type:String,default:l.DEFAULT_FACTION},canChangeFaction:{type:Boolean,default:!1},canChooseFaction:{type:Boolean,default:!1},settings:{sort:{inventory:{type:String,default:"alpha"}},sendDailyReport:{type:Boolean,default:!1},sendDailyQuest:{type:Boolean,default:!1},reminder:{raid:{classic:{type:Boolean,default:!1},special:{type:Boolean,default:!1}},commands:{work:{type:Boolean,default:!1},dice:{type:Boolean,default:!1},qod:{type:Boolean,default:!1},blackjack:{type:Boolean,default:!1},guess:{type:Boolean,default:!1},rps:{type:Boolean,default:!1}}}}});P.virtual("inventory",{ref:"UserInventory",...V}),P.virtual("raid",{ref:"UserRaid",...V}),P.virtual("games",{ref:"UserGames",...V}),P.virtual("ornaments",{ref:"UserOrnaments",...V}),P.virtual("crew",{ref:"UserCrew",...V}),P.virtual("dailyReport",{ref:"UserDailyReport",...V}),P.virtual("shop",{ref:"UserShop",...V}),P.virtual("meta",{ref:"UserMeta",...V}),P.virtual("quest",{ref:"UserQuest",...V}),P.virtual("questMeta",{ref:"UserQuestMeta",...V}),P.virtual("cooldown",{ref:"UserCooldown",...V}),P.virtual("reminder",{ref:"Reminder",localField:"_id",foreignField:"user"}),P.virtual("encyclopedia",{ref:"UserEncyclopedia",...V}),P.index({userId:1}),P.post("deleteOne",async function(){const t=this.getQuery()._id;await ft.deleteOne({user:t}),await ot.deleteOne({user:t}),await ht.deleteOne({user:t}),await yt.deleteOne({user:t}),await qe.deleteOne({user:t}),await Ht.deleteOne({user:t}),await zt.deleteOne({user:t}),await Se.deleteOne({user:t}),await pt.deleteOne({user:t}),await xe.deleteOne({user:t}),await lt.deleteOne({user:t})});const H=((zr=h.models)==null?void 0:zr.User)||h.model("User",P),nm=t=>H.create({userId:t}),Xt=async(t,a={})=>{const s=await br({userId:t},a);return s||await nm(t)},br=(t,a={})=>H.findOne(t,a),rm=Object.freeze(Object.defineProperty({__proto__:null,getAllDailyReport:async()=>H.aggregate([{$match:{"settings.sendDailyReport":{$eq:!0}}},{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$lookup:{from:"userdailyreports",localField:"_id",foreignField:"user",as:"dailyReport"}},{$match:{$expr:{$and:[{"dailyReport.xpYesterday":{$gt:0,$exists:!0}},{faction:{$ne:"citizen"}}]}}}]),getBerryRanking:async()=>H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$sort:{"meta.berry":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.berry":1}}]),getDailyReport:t=>{const{berry:a,xp:s}=t.meta,{voice:n,amount:r}=s,{unlockedBadges:i,unlockedBackgrounds:d,unlockedTitles:f}=t.ornaments,{previousOrnament:y,previousCompletedQuest:w,xpYesterday:C,berryYesterday:F,previousMessageSent:j}=t.dailyReport;return{berry:a-F,xp:r-C,message:t.questMeta.messageSent-j,voice:me(n.lastConnection,La())?n.minutesInVoiceToday:0,quest:bt(t.quest.completed,w),badge:bt(i,y.unlockedBadges),title:bt(f,y.unlockedTitles),background:bt(d,y.unlockedBackgrounds)}},getFactionRank:async(t,a)=>(await H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$match:{faction:t.faction}},{$setWindowFields:{sortBy:{"meta.xp.amount":-1},output:{rank:{$rank:{}}}}},{$match:{_id:a}},{$project:{rank:1}}]))[0],getFactionRanking:async t=>H.aggregate([{$match:{faction:t}},{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$userMeta"},{$sort:{"userMeta.xp.amount":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.xp.amount":1}}]),getGlobalRanking:async()=>H.aggregate([{$lookup:{from:"usermetas",localField:"_id",foreignField:"user",as:"meta"}},{$unwind:"$meta"},{$sort:{"meta.xp.amount":-1}},{$limit:10},{$project:{_id:1,userId:1,"meta.xp.amount":1}}]),getNextBirthdays:()=>H.aggregate([{$match:{birthday:{$ne:null}}},{$addFields:{day:{$dayOfMonth:"$birthday"},month:{$month:"$birthday"},year:{$year:"$birthday"},nextBirthday:{$dateFromParts:{year:{$cond:[{$lt:[{$dateFromParts:{year:{$year:new Date},month:{$month:"$birthday"},day:{$dayOfMonth:"$birthday"}}},new Date]},{$add:[{$year:new Date},1]},{$year:new Date}]},month:{$month:"$birthday"},day:{$dayOfMonth:"$birthday"}}}}},{$sort:{nextBirthday:1}},{$limit:10},{$project:{_id:0,userId:1,birthday:1,nextBirthday:1}}]),getSuccessRanking:async()=>H.aggregate([{$lookup:{from:"userquests",localField:"_id",foreignField:"user",as:"quest"}},{$unwind:"$quest"},{$addFields:{success_count:{$size:{$ifNull:["$quest.completed",[]]}}}},{$sort:{success_count:-1}},{$limit:10},{$project:{_id:1,userId:1,"quest.completed":1}}]),getTodayAllBirthday:()=>H.aggregate([{$match:{birthday:{$ne:null}}},{$addFields:{birthMonth:{$month:"$birthday"},birthDay:{$dayOfMonth:"$birthday"}}},{$addFields:{currentMonth:{$month:new Date},currentDay:{$dayOfMonth:new Date}}},{$match:{$expr:{$and:[{$eq:["$birthMonth","$currentMonth"]},{$eq:["$birthDay","$currentDay"]}]}}}]),getUserBirthday:async t=>await Xt(t,{birthday:1})},Symbol.toStringTag,{value:"Module"})),Re=async(t,a,s=!1)=>{await H.updateOne(t,a,{upsert:s})},vr=async(t,a)=>{await Re({_id:t},{$set:{canChooseFaction:a}})},Mr=async(t,a)=>{await Re({_id:t},{$set:{canChangeFaction:a}})},im=Object.freeze(Object.defineProperty({__proto__:null,canChangeFaction:Mr,canChooseFaction:vr,removeBirthday:async t=>{await Re({userId:t},{$set:{birthday:null}})},setBirthday:async(t,a)=>{await Re({userId:t},{$set:{birthday:a}})},updateInventorySort:async(t,a)=>{await Re({_id:t},{$set:{"settings.sort.inventory":a}})},updateReminderSettings:async(t,a,s)=>{await Re({_id:t},{$set:{[`settings.reminder.${a}`]:s}})},updateSendDailyQuest:async(t,a)=>{await Re({userId:t},{$set:{"settings.sendDailyQuest":a}})},updateSendDailyReport:async(t,a)=>{await Re({userId:t},{$set:{"settings.sendDailyReport":a}})}},Symbol.toStringTag,{value:"Module"})),lm=async t=>{await H.deleteOne({userId:t})},om=async t=>await Ht.create({user:t}),dm=async t=>await xe.create({user:t}),cm=async t=>await zt.create({user:t}),Sr=(t,a)=>{switch(t){case"dailyReport":return om(a);case"games":return Hn(a);case"inventory":return ar(a);case"meta":return zn(a);case"raid":return _r(a);case"ornaments":return lr(a);case"quest":return mr(a);case"questMeta":return dm(a);case"shop":return cm(a);case"cooldown":return Ln(a);case"reminder":return[];case"crew":return null;case"encyclopedia":return Gn(a)}},kr=async(t,a,s)=>{if(Array.isArray(a)){const n=await t.populate(a);for(const r of a)n[r]||(n[r]=await Sr(r,t._id));return n}else{const n=await t.populate(a,s),r=n[a];return(!r||Array.isArray(r)&&r.length===0)&&(n[a]=await Sr(a,t._id)),n}},xr=new h.Schema({warnedUserId:String,authorId:String,date:{type:Date,default:Date.now()},reason:{type:String,default:null}});xr.index({warnedUserId:1});const We=((Xr=h.models)==null?void 0:Xr.Warns)||h.model("Warns",xr),um=Object.freeze(Object.defineProperty({__proto__:null,getUserWarnCount:async t=>await We.countDocuments({warnedUserId:t}),getUserWarns:async t=>await We.find({warnedUserId:t})},Symbol.toStringTag,{value:"Module"})),fm=async t=>await We.findOne({warnedUserId:t}),hm=async t=>await We.create({...t}),pm=async t=>await We.findByIdAndDelete(t),mm=async t=>{var s;const a={};for(const n of Object.values(za)){const r=new n;for(const i of t.members){const d=await Xt(i,{_id:1});if((s=r.onCrewUpdate)!=null&&s.call(r,t,d._id)){const f=await r.complete(d._id,{});if(f){const y=a[d.id];a[d.id]=y?[d._id,[...y[1],[r,f]]]:[d._id,[[r,f]]]}}}}Object.values(a).forEach(([n,r])=>{ne("crewUpdate",n,r)})},ym={localField:"_id",foreignField:"crew",justOne:!0},Zt=new h.Schema({createdBy:String,members:{type:[String],default:[]},limit:{type:Number,default:3},name:String,description:String,channelId:String,meta:{xp:{type:Number,default:0},berry:{type:Number,default:0},buffs:{xp:{boost:{type:Number,default:0},expireAt:{type:Date,default:null}}}},disintegration:{type:Number,default:100},faction:String,stats:{type:Object,default:{}},ornament:{unlockedBadges:[String]}},{timestamps:!0,minimize:!1});Zt.index({"meta.xp":-1}),Zt.virtual("quest",{ref:"CrewQuest",...ym}),Zt.post("findOneAndUpdate",async function(t){await mm(t)});const Ve=((Zr=h.models)==null?void 0:Zr.Crew)||h.model("Crew",Zt),gm=(t,a)=>Math.ceil(a*(t.disintegration/100)*(Rr(t)||1)),Rr=t=>new Date>=(t.meta.buffs.xp.expireAt??new Date(0))?!1:t.meta.buffs.xp.boost,_m=Object.freeze(Object.defineProperty({__proto__:null,calcXp:gm,getCrewRank:async t=>(await Ve.aggregate([{$setWindowFields:{sortBy:{"meta.xp":-1},output:{rank:{$rank:{}}}}},{$match:{_id:t._id}},{$project:{_id:1,"meta.xp":1,rank:1}}]))[0],getCrewRanking:async()=>Ve.aggregate([{$sort:{"meta.xp.amount":-1}},{$limit:10}]),hasXpBuff:Rr},Symbol.toStringTag,{value:"Module"})),we=async(t,a)=>{await Ve.findOneAndUpdate({_id:t},a,{returnDocument:"after"})},Ur=async(t,a,s)=>{a.isProgressive?await we(t,{$addToSet:{"ornament.unlockedBadges":`${a.id}_${s}`}}):await we(t,{$addToSet:{"ornament.unlockedBadges":a.id}})},wm=Object.freeze(Object.defineProperty({__proto__:null,addBerry:async(t,a,s)=>{await we(t,{$inc:{"meta.berry":a,[`stats.${s.toHexString()}.berry`]:a}})},addMember:async(t,a)=>{await we(t,{$addToSet:{members:a}})},addXp:async(t,a,s)=>{await we(t,{$inc:{"meta.xp":a,[`stats.${s.toHexString()}.xp`]:a}})},addXpBuff:async(t,a)=>{await we(t,[{$set:{"meta.buffs.xp":{$cond:{if:{$or:[{$eq:["$meta.buffs.xp.expireAt",null]},{lt:["$meta.buffs.xp.expireAt",new Date]}]},then:{boost:1.1,expireAt:{$add:[new Date,a*60*60*1e3]}},else:{boost:1.1,expireAt:{$add:["$meta.buffs.xp.expireAt",a*60*60*1e3]}}}}}}])},applyDisintegration:async(t,a)=>{const[s,n]=[a-2,(a-3)*2+3];await we(t,[{$set:{disintegration:{$max:[{$add:["$disintegration",-1*ws(s,n)]},0]}}}])},increaseLimit:async(t,a)=>{await we(t,{$inc:{limit:1},$set:{"meta.berry":-a}})},repair:async(t,a)=>{await we(t,[{$set:{disintegration:{$min:[{$add:["$disintegration",a]},100]}}}])},unlockBadge:Ur},Symbol.toStringTag,{value:"Module"})),bm=async(t,a={})=>{const s=await Ve.findById(t,a);return s||null},vm=async(t,{name:a,description:s,channelId:n,faction:r})=>await Ve.create({name:a,description:s,createdBy:t,channelId:n,faction:r,members:[t]}),Cr=(t,a)=>{for(const[,s]of Object.entries(t.daily??{}))if(!(s!=null&&s[a])||!me(s[a],new Date))return!1;return!0},Mm=Object.freeze(Object.defineProperty({__proto__:null,isAllDailyCompleted:Cr},Symbol.toStringTag,{value:"Module"})),Sm=async t=>{var n;const a={},{crew:s}=await t.populate("crew");for(const r of Object.values(Va)){const i=new r;for(const d of s.members){const f=await Xt(d,{_id:1,crew:1}).then(y=>kr(y,"crew",{lastAllMembersDaily:1}));if(f.crew&&((n=i.onCrewQuestUpdate)!=null&&n.call(i,t,f.crew))){const y=await i.complete(f._id,{});if(y){const w=a[f.id];a[f.id]=w?[f._id,[...w[1],[i,y]]]:[f._id,[[i,y]]]}}}}Object.values(a).forEach(([r,i])=>{ne("crewQuestUpdate",r,i)})},ms=new h.Schema({crew:{type:h.Schema.Types.ObjectId,required:!0,unique:!0,ref:"Crew"},completed:[String],daily:{type:Object,default:{}},meta:{streak80Percent:{type:Number,default:0},maxVoiceMembers:{type:Number,default:0},actualVoiceMembers:{amount:{type:Number,default:0},connectedAt:{type:Date,default:new Date}}}},{minimize:!1});ms.index({crew:1}),ms.post("findOneAndUpdate",async function(t){await Sm(t)});const Jt=((Jr=h.models)==null?void 0:Jr.CrewQuest)||h.model("CrewQuest",ms),ea=async(t,a)=>{await Jt.findOneAndUpdate({crew:t},a,{upsert:!0,returnDocument:"after"})},Br=async(t,a)=>{await ea(t,{$addToSet:{completed:a}})},Dr=async(t,a,s)=>{await ea(t,[{$addFields:{[`daily.${a}.${s}`]:new Date}}])},km=Object.freeze(Object.defineProperty({__proto__:null,completeDailyQuest:Dr,completeQuest:Br,setActualVoiceMembers:async(t,a)=>{await ea(t,{$set:{"meta.actualVoiceMembers.amount":a,"meta.actualVoiceMembers.connectedAt":new Date}})},setMaxVoiceMembers:async(t,a)=>{await ea(t,{$set:{"meta.maxVoiceMembers":a}})}},Symbol.toStringTag,{value:"Module"})),ys=async t=>await Jt.create({crew:t}),xm=async t=>{const a=await Jt.findOne({crew:t});return a||await ys(t)},Ar=(t,a)=>{switch(t){case"quest":return ys(a)}},Rm=async(t,a,s)=>{if(Array.isArray(a)){const n=await t.populate(a);for(const r of a)n[r]||(n[r]=await Ar(r,t._id));return n}else{const n=await t.populate(a,s),r=n[a];return(!r||Array.isArray(r)&&r.length===0)&&(n[a]=await Ar(a,t._id)),n}},Um=t=>{h.connect(t)};class Cm extends h.Types.ObjectId{}u.ALL_QUESTS=np,u.BET_MAX_VALUE=Uh,u.BET_MIN_VALUE=Rh,u.BackgroundShopItem=kn,u.BoostXpShopItem=xn,u.COOLDOWN_COMMANDS=Nc,u.ChestShopItem=Rn,u.CraftShopItem=Un,u.CrewQuestQuests=Va,u.CrewQuests=za,u.EDITO_READ=Ch,u.ObjectId=Cm,u.QUEST_ASSET_IMAGES=Bh,u.Quest=o,u.RepairShopItem=Cn,u.StoreShopItem=Bn,u.TitleShopItem=Dn,u.UserDailyQuests=Wa,u.UserInventoryQuests=Xa,u.UserMetaQuests=Za,u.UserOrnamentsQuests=Ja,u.UserQuestMetaQuests=es,u.UserQuestQuests=ts,u.banExists=li,u.banGetters=si,u.banModel=$e,u.betModel=sa,u.completeCrewQuest=Fh,u.completeDailyQuest=Eh,u.connectToServices=Um,u.createBan=ni,u.createBet=ci,u.createCrew=vm,u.createCrewQuest=ys,u.createInvitations=fi,u.createReminder=Dc,u.createSettings=Sn,u.createUserCrew=Ic,u.createWarn=hm,u.crewGetters=_m,u.crewModel=Ve,u.crewQuestGetters=Mm,u.crewQuestModel=Jt,u.crewQuestUpdates=km,u.crewUpdates=wm,u.deleteBan=ii,u.deleteInvitations=hi,u.deleteUserById=lm,u.deleteWarn=pm,u.emitQuestEvent=ne,u.emitRaidEvent=dt,u.finWarnById=fm,u.findBan=ri,u.findBetById=di,u.findCrewById=bm,u.findCrewQuest=xm,u.findInvitations=ui,u.findReminder=Bc,u.findSettingsByGuildId=wc,u.findShop=$n,u.findShopByType=kc,u.findUser=br,u.findUserById=Xt,u.findUserCooldown=$c,u.findUserCrew=Qn,u.findUserEncyclopedia=Wc,u.findUserGames=Qc,u.findUserInventory=Wt,u.findUserMeta=ut,u.findUserOrnaments=Lp,u.findUserQuest=fs,u.findUserRaid=ps,u.getBadgeEmojisFromId=$h,u.getQuestBadgeEmojis=Nh,u.invitationsModel=_t,u.onQuestEvent=zc,u.onRaidEvent=op,u.populateCrew=Rm,u.populateUser=kr,u.questCanvas=xh,u.reminderGetters=Rc,u.reminderModel=Oe,u.reminderUpdates=Cc,u.settingsModel=Qt,u.settingsUpdates=_c,u.shopGetters=bc,u.shopModel=jt,u.shopUpdates=Mc,u.userCooldownGetters=xc,u.userCooldownModel=lt,u.userCooldownUpdates=Oc,u.userCrewExists=Yc,u.userCrewModel=qe,u.userCrewUpdates=Fc,u.userDailyReportModel=Ht,u.userDailyReportUpdates=Pc,u.userEncyclopediaGetters=Hc,u.userEncyclopediaModel=Kt,u.userEncyclopediaUpdates=Gc,u.userGamesModel=ot,u.userGamesUpdates=Tc,u.userGetters=rm,u.userInventoryGetters=qc,u.userInventoryModel=ft,u.userInventoryUpdates=Op,u.userMetaGetters=wp,u.userMetaModel=Se,u.userMetaUpdates=Cp,u.userModel=H,u.userOrnamentsModel=ht,u.userOrnamentsUpdates=Yp,u.userQuestGetters=Pp,u.userQuestMetaModel=xe,u.userQuestMetaUpdates=Zp,u.userQuestModel=pt,u.userQuestUpdates=Qp,u.userRaidGetters=Jp,u.userRaidModel=yt,u.userRaidUpdates=em,u.userShopGetters=tm,u.userShopModel=zt,u.userShopUpdates=sm,u.userUpdates=im,u.warnGetters=um,u.warnModel=We,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
|