mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
1 line
61 KiB
JavaScript
1 line
61 KiB
JavaScript
![]() |
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+LO4":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));const s=i("rwco").a.get("core/observable/property/AbstractMinimalProperty");class n{constructor(){this.is_property=!0,this.observers=[]}observe(e,t){return this.observers.push(e),t&&t.call_now&&this.call_observer(e,this.val),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}emit(){const e=this.val;for(const t of this.observers)this.call_observer(t,e)}call_observer(e,t){try{e({value:t})}catch(e){s.error("Observer threw error.",e)}}}},"/7QA":function(e,t,i){"use strict";i.r(t);i("LSZE"),i("8UJ8"),i("XtFL"),i("tjRy"),i("3oCa"),i("OP0w");var s=i("4SjJ");i("ouMO");class n{constructor(e,t,i,s,n,o,r){this.id=e,this.name=t,this.min_atp=i,this.max_atp=s,this.ata=n,this.max_grind=o,this.required_atp=r}}class o{constructor(e,t,i,s,n,o,r,a,l,u,d){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=d}}class r{constructor(e,t,i,s,n,o,r,a,l,u,d){this.id=e,this.name=t,this.atp=i,this.ata=s,this.min_evp=n,this.max_evp=o,this.min_dfp=r,this.max_dfp=a,this.mst=l,this.hp=u,this.lck=d}}class a{constructor(e,t){this.id=e,this.name=t}}class l{constructor(e,t){this.id=e,this.name=t}}var u=i("nsCy"),d=i("Ya0R"),c=i("kcKQ"),h=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};function p(e,t){return new d.a(t,function(e){return t=>h(this,void 0,void 0,(function*(){const i=yield e.get(`/item_types.${u.g[t].toLowerCase()}.json`).json(),s=[],d=[];for(const e of i){let t;switch(e.class){case"weapon":t=new n(e.id,e.name,e.min_atp,e.max_atp,e.ata,e.max_grind,e.required_atp);break;case"armor":t=new o(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"shield":t=new r(e.id,e.name,e.atp,e.ata,e.min_evp,e.max_evp,e.min_dfp,e.max_dfp,e.mst,e.hp,e.lck);break;case"unit":t=new a(e.id,e.name);break;case"tool":t=new l(e.id,e.name);break;default:continue}d[t.id]=t,s.push(t)}return new v(s,d)}))}(e))}class v extends c.a{constructor(e,t){super(),this.id_to_item_type=t,this.get_by_id=e=>this.id_to_item_type[e],this.item_types=e}}var _=i("sZ1+");class b{constructor(e,t,i,s,n,o){this.difficulty=e,this.section_id=t,this.npc_type=i,this.item_type=s,this.anything_rate=n,this.rare_rate=o,this.rate=n*o}}var m=i("rwco"),f=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function r(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(r,a)}l((s=s.apply(e,t||[])).next())}))};const g=m.a.get("stores/ItemDropStore");function w(e,t,i){return new d.a(t,function(e,t){return i=>f(this,void 0,void 0,(function*(){const s=yield t.get(i),n=yield e.get(`/enemy_drops.${u.g[i].toLowerCase()}.json`).json(),o=new D;for(const e of n){const t=_.c[e.enemy];if(!t){g.warning(`Couldn't determine NpcType of episode ${e.episode} ${e.enemy}.`);continue}const i=u.b[e.difficulty],n=s.get_by_id(e.item_type_id);if(!n){g.warning(`Couldn't find item kind ${e.item_type_id}.`);continue}const r=u.e[e.section_id];null!=r?o.set_drop(i,r,t,new b(i,r,t,n,e.drop_rate,e.rare_rate)):g.warning(`Couldn't find section ID ${e.section_id}.`)}return new y(o)}))}(e,i))}class y extends c.a{constructor(e){super(),this.enemy_drops=e}}class D{constructor(){this.table=[],this.item_type_to_drops=[];for(let e=0;e<u.a.length;e++){const e=[];this.table.push(e);for(let t=0;t<u.f.length;t++)e.push([])}}get_drop(e,t,i){return this.table[e][t][i]}set_drop(e,t,i,s){this.table[e][t][i]=s;let n=this.item_type_to_drops[s.item_type.id];n||(n=[],this.item_type_to_drops[s.item_type.id]=n),n.push(s)}get_drops_for_item_type(e){return this.item_type_to_drops[e]||[]}}var S=i("FXpb"),k=(i("pNch"
|