Add fourth Meng Huo capture battle
This commit is contained in:
105
src/game/data/battleMapAssets.ts
Normal file
105
src/game/data/battleMapAssets.ts
Normal file
@@ -0,0 +1,105 @@
|
||||
import eighthBattleMapUrl from '../../assets/images/battle/eighth-battle-map.svg';
|
||||
import eighteenthBattleMapUrl from '../../assets/images/battle/eighteenth-battle-map.svg';
|
||||
import eleventhBattleMapUrl from '../../assets/images/battle/eleventh-battle-map.svg';
|
||||
import fiftiethBattleMapUrl from '../../assets/images/battle/fiftieth-battle-map.svg';
|
||||
import fiftyFirstBattleMapUrl from '../../assets/images/battle/fifty-first-battle-map.svg';
|
||||
import fifthBattleMapUrl from '../../assets/images/battle/fifth-battle-map.svg';
|
||||
import fifteenthBattleMapUrl from '../../assets/images/battle/fifteenth-battle-map.svg';
|
||||
import firstBattleMapUrl from '../../assets/images/battle/first-battle-map.png';
|
||||
import fortiethBattleMapUrl from '../../assets/images/battle/fortieth-battle-map.svg';
|
||||
import fortyEighthBattleMapUrl from '../../assets/images/battle/forty-eighth-battle-map.svg';
|
||||
import fortyFifthBattleMapUrl from '../../assets/images/battle/forty-fifth-battle-map.svg';
|
||||
import fortyFirstBattleMapUrl from '../../assets/images/battle/forty-first-battle-map.svg';
|
||||
import fortyFourthBattleMapUrl from '../../assets/images/battle/forty-fourth-battle-map.svg';
|
||||
import fortyNinthBattleMapUrl from '../../assets/images/battle/forty-ninth-battle-map.svg';
|
||||
import fortySecondBattleMapUrl from '../../assets/images/battle/forty-second-battle-map.svg';
|
||||
import fortySeventhBattleMapUrl from '../../assets/images/battle/forty-seventh-battle-map.svg';
|
||||
import fortySixthBattleMapUrl from '../../assets/images/battle/forty-sixth-battle-map.svg';
|
||||
import fortyThirdBattleMapUrl from '../../assets/images/battle/forty-third-battle-map.svg';
|
||||
import fourteenthBattleMapUrl from '../../assets/images/battle/fourteenth-battle-map.svg';
|
||||
import fourthBattleMapUrl from '../../assets/images/battle/fourth-battle-map.svg';
|
||||
import nineteenthBattleMapUrl from '../../assets/images/battle/nineteenth-battle-map.svg';
|
||||
import ninthBattleMapUrl from '../../assets/images/battle/ninth-battle-map.svg';
|
||||
import secondBattleMapUrl from '../../assets/images/battle/second-battle-map.svg';
|
||||
import seventhBattleMapUrl from '../../assets/images/battle/seventh-battle-map.svg';
|
||||
import seventeenthBattleMapUrl from '../../assets/images/battle/seventeenth-battle-map.svg';
|
||||
import sixteenthBattleMapUrl from '../../assets/images/battle/sixteenth-battle-map.svg';
|
||||
import sixthBattleMapUrl from '../../assets/images/battle/sixth-battle-map.svg';
|
||||
import tenthBattleMapUrl from '../../assets/images/battle/tenth-battle-map.svg';
|
||||
import thirteenthBattleMapUrl from '../../assets/images/battle/thirteenth-battle-map.svg';
|
||||
import thirtiethBattleMapUrl from '../../assets/images/battle/thirtieth-battle-map.svg';
|
||||
import thirtyEighthBattleMapUrl from '../../assets/images/battle/thirty-eighth-battle-map.svg';
|
||||
import thirtyFifthBattleMapUrl from '../../assets/images/battle/thirty-fifth-battle-map.svg';
|
||||
import thirtyFirstBattleMapUrl from '../../assets/images/battle/thirty-first-battle-map.svg';
|
||||
import thirtyFourthBattleMapUrl from '../../assets/images/battle/thirty-fourth-battle-map.svg';
|
||||
import thirtyNinthBattleMapUrl from '../../assets/images/battle/thirty-ninth-battle-map.svg';
|
||||
import thirtySecondBattleMapUrl from '../../assets/images/battle/thirty-second-battle-map.svg';
|
||||
import thirtySeventhBattleMapUrl from '../../assets/images/battle/thirty-seventh-battle-map.svg';
|
||||
import thirtySixthBattleMapUrl from '../../assets/images/battle/thirty-sixth-battle-map.svg';
|
||||
import thirtyThirdBattleMapUrl from '../../assets/images/battle/thirty-third-battle-map.svg';
|
||||
import thirdBattleMapUrl from '../../assets/images/battle/third-battle-map.svg';
|
||||
import twentiethBattleMapUrl from '../../assets/images/battle/twentieth-battle-map.svg';
|
||||
import twentyEighthBattleMapUrl from '../../assets/images/battle/twenty-eighth-battle-map.svg';
|
||||
import twentyFifthBattleMapUrl from '../../assets/images/battle/twenty-fifth-battle-map.svg';
|
||||
import twentyFirstBattleMapUrl from '../../assets/images/battle/twenty-first-battle-map.svg';
|
||||
import twentyFourthBattleMapUrl from '../../assets/images/battle/twenty-fourth-battle-map.svg';
|
||||
import twentyNinthBattleMapUrl from '../../assets/images/battle/twenty-ninth-battle-map.svg';
|
||||
import twentySecondBattleMapUrl from '../../assets/images/battle/twenty-second-battle-map.svg';
|
||||
import twentySeventhBattleMapUrl from '../../assets/images/battle/twenty-seventh-battle-map.svg';
|
||||
import twentySixthBattleMapUrl from '../../assets/images/battle/twenty-sixth-battle-map.svg';
|
||||
import twentyThirdBattleMapUrl from '../../assets/images/battle/twenty-third-battle-map.svg';
|
||||
import twelfthBattleMapUrl from '../../assets/images/battle/twelfth-battle-map.svg';
|
||||
|
||||
export const battleMapAssets: Record<string, string> = {
|
||||
'battle-map-first': firstBattleMapUrl,
|
||||
'battle-map-second': secondBattleMapUrl,
|
||||
'battle-map-third': thirdBattleMapUrl,
|
||||
'battle-map-fourth': fourthBattleMapUrl,
|
||||
'battle-map-fifth': fifthBattleMapUrl,
|
||||
'battle-map-sixth': sixthBattleMapUrl,
|
||||
'battle-map-seventh': seventhBattleMapUrl,
|
||||
'battle-map-eighth': eighthBattleMapUrl,
|
||||
'battle-map-ninth': ninthBattleMapUrl,
|
||||
'battle-map-tenth': tenthBattleMapUrl,
|
||||
'battle-map-eleventh': eleventhBattleMapUrl,
|
||||
'battle-map-twelfth': twelfthBattleMapUrl,
|
||||
'battle-map-thirteenth': thirteenthBattleMapUrl,
|
||||
'battle-map-fourteenth': fourteenthBattleMapUrl,
|
||||
'battle-map-fifteenth': fifteenthBattleMapUrl,
|
||||
'battle-map-sixteenth': sixteenthBattleMapUrl,
|
||||
'battle-map-seventeenth': seventeenthBattleMapUrl,
|
||||
'battle-map-eighteenth': eighteenthBattleMapUrl,
|
||||
'battle-map-nineteenth': nineteenthBattleMapUrl,
|
||||
'battle-map-twentieth': twentiethBattleMapUrl,
|
||||
'battle-map-twenty-first': twentyFirstBattleMapUrl,
|
||||
'battle-map-twenty-second': twentySecondBattleMapUrl,
|
||||
'battle-map-twenty-third': twentyThirdBattleMapUrl,
|
||||
'battle-map-twenty-fourth': twentyFourthBattleMapUrl,
|
||||
'battle-map-twenty-fifth': twentyFifthBattleMapUrl,
|
||||
'battle-map-twenty-sixth': twentySixthBattleMapUrl,
|
||||
'battle-map-twenty-seventh': twentySeventhBattleMapUrl,
|
||||
'battle-map-twenty-eighth': twentyEighthBattleMapUrl,
|
||||
'battle-map-twenty-ninth': twentyNinthBattleMapUrl,
|
||||
'battle-map-thirtieth': thirtiethBattleMapUrl,
|
||||
'battle-map-thirty-first': thirtyFirstBattleMapUrl,
|
||||
'battle-map-thirty-second': thirtySecondBattleMapUrl,
|
||||
'battle-map-thirty-third': thirtyThirdBattleMapUrl,
|
||||
'battle-map-thirty-fourth': thirtyFourthBattleMapUrl,
|
||||
'battle-map-thirty-fifth': thirtyFifthBattleMapUrl,
|
||||
'battle-map-thirty-sixth': thirtySixthBattleMapUrl,
|
||||
'battle-map-thirty-seventh': thirtySeventhBattleMapUrl,
|
||||
'battle-map-thirty-eighth': thirtyEighthBattleMapUrl,
|
||||
'battle-map-thirty-ninth': thirtyNinthBattleMapUrl,
|
||||
'battle-map-fortieth': fortiethBattleMapUrl,
|
||||
'battle-map-forty-first': fortyFirstBattleMapUrl,
|
||||
'battle-map-forty-second': fortySecondBattleMapUrl,
|
||||
'battle-map-forty-third': fortyThirdBattleMapUrl,
|
||||
'battle-map-forty-fourth': fortyFourthBattleMapUrl,
|
||||
'battle-map-forty-fifth': fortyFifthBattleMapUrl,
|
||||
'battle-map-forty-sixth': fortySixthBattleMapUrl,
|
||||
'battle-map-forty-seventh': fortySeventhBattleMapUrl,
|
||||
'battle-map-forty-eighth': fortyEighthBattleMapUrl,
|
||||
'battle-map-forty-ninth': fortyNinthBattleMapUrl,
|
||||
'battle-map-fiftieth': fiftiethBattleMapUrl,
|
||||
'battle-map-fifty-first': fiftyFirstBattleMapUrl
|
||||
};
|
||||
Reference in New Issue
Block a user