├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── 21_point ├── README.md ├── __init__.py ├── card.py └── game.py ├── 24_point ├── README.md ├── __init__.py ├── data_source.py └── utils.py ├── LICENSE ├── README.md ├── call ├── README.md └── __init__.py ├── genshin_recommend ├── README.md └── __init__.py ├── genshin_role_info ├── README.md ├── __init__.py ├── data_source │ ├── damage_cal.py │ ├── draw_artifact_card.py │ ├── draw_recommend_card.py │ ├── draw_role_card.py │ └── draw_update_card.py ├── res │ ├── background │ │ ├── 背景_冰.png │ │ ├── 背景_岩.png │ │ ├── 背景_水.png │ │ ├── 背景_火.png │ │ ├── 背景_草.png │ │ ├── 背景_雷.png │ │ └── 背景_风.png │ ├── fonts │ │ ├── hywh.ttf │ │ ├── number.ttf │ │ ├── tahomabd.ttf │ │ └── 优设标题黑.ttf │ ├── json_data │ │ ├── artifact.json │ │ ├── convert.json │ │ ├── role_info.json │ │ ├── roles_skill.json │ │ ├── score.json │ │ └── weapon_loc.json │ ├── other │ │ ├── ACE-A.png │ │ ├── ACE-C.png │ │ ├── ACE-E.png │ │ ├── collections.png │ │ ├── constellations.png │ │ ├── shadow.png │ │ ├── star.png │ │ ├── star1.png │ │ ├── star2.png │ │ ├── star3.png │ │ ├── star4.png │ │ ├── star5.png │ │ ├── 加载中.png │ │ ├── 命座.png │ │ ├── 命座未解锁.png │ │ ├── 底遮罩.png │ │ ├── 立绘框.png │ │ ├── 等级遮罩.png │ │ ├── 评分A.png │ │ ├── 评分B.png │ │ ├── 评分C.png │ │ ├── 评分D.png │ │ ├── 评分S.png │ │ ├── 遮罩body.png │ │ ├── 遮罩bottom.png │ │ ├── 遮罩top.png │ │ └── 锁.png │ ├── outline │ │ ├── 图标_冰.png │ │ ├── 图标_岩.png │ │ ├── 图标_水.png │ │ ├── 图标_火.png │ │ ├── 图标_灰.png │ │ ├── 图标_草.png │ │ ├── 图标_雷.png │ │ └── 图标_风.png │ └── region │ │ ├── 枫丹.png │ │ ├── 璃月.png │ │ ├── 稻妻.png │ │ ├── 纳塔.png │ │ ├── 至冬.png │ │ ├── 蒙德.png │ │ └── 须弥.png └── utils │ ├── artifact_utils.py │ ├── card_utils.py │ ├── image_utils.py │ └── json_utils.py ├── gold_trans ├── README.md └── __init__.py ├── guess_riddle ├── README.md ├── __init__.py ├── data_source.py └── utils.py ├── idiom_salon ├── README.md ├── __init__.py └── idiom.txt ├── intercept_withdraw ├── Readme.md └── __init__.py ├── minesweeper ├── README.md ├── __init__.py ├── data_source.py ├── resources │ ├── fonts │ │ └── 00TT.TTF │ └── skins │ │ ├── clone.bmp │ │ ├── colorsonly.bmp │ │ ├── hibbeler.bmp │ │ ├── icicle.bmp │ │ ├── mario.bmp │ │ ├── maviz.bmp │ │ ├── mine.bmp │ │ ├── narkomania.bmp │ │ ├── ocean.bmp │ │ ├── pacman.bmp │ │ ├── predator.bmp │ │ ├── scratch.bmp │ │ ├── symbol.bmp │ │ ├── unknown.bmp │ │ ├── vista.bmp │ │ ├── win98.bmp │ │ ├── winbw.bmp │ │ └── winxp.bmp └── utils.py ├── nickname_check ├── README.md └── __init__.py ├── plugin_utils ├── auth_utils.py └── image_utils.py ├── setu ├── README.md └── __init__.py ├── setu_score ├── README.md └── __init__.py ├── starrail_recommend ├── README.md └── __init__.py ├── starrail_role_info ├── README.md ├── __init__.py ├── data_source │ ├── damage_cal.py │ ├── draw_artifact_card.py │ ├── draw_recommend_card.py │ ├── draw_role_card.py │ └── draw_update_card.py ├── res │ ├── background │ │ ├── 背景_Fire.png │ │ ├── 背景_Ice.png │ │ ├── 背景_Imaginary.png │ │ ├── 背景_Lightning.png │ │ ├── 背景_Physical.png │ │ ├── 背景_Quantum.png │ │ ├── 背景_Thunder.png │ │ └── 背景_Wind.png │ ├── fonts │ │ ├── hywh.ttf │ │ ├── number.ttf │ │ ├── tahomabd.ttf │ │ └── 优设标题黑.ttf │ ├── json_data │ │ ├── character_promotions.json │ │ ├── character_ranks.json │ │ ├── character_skill_trees.json │ │ ├── character_skills.json │ │ ├── characters.json │ │ ├── light_cone_promotions.json │ │ ├── light_cone_ranks.json │ │ ├── light_cones.json │ │ ├── nickname.json │ │ ├── paths.json │ │ ├── property_trans.json │ │ ├── relic_main_affixes.json │ │ ├── relic_sets.json │ │ ├── relic_sub_affixes.json │ │ ├── relics.json │ │ └── score.json │ ├── other │ │ ├── ACE-A.png │ │ ├── ACE-C.png │ │ ├── ACE-E.png │ │ ├── collections.png │ │ ├── constellations.png │ │ ├── shadow.png │ │ ├── star.png │ │ ├── star1.png │ │ ├── star2.png │ │ ├── star3.png │ │ ├── star4.png │ │ ├── star5.png │ │ ├── 加载中.png │ │ ├── 命座.png │ │ ├── 命座未解锁.png │ │ ├── 底遮罩.png │ │ ├── 立绘框.png │ │ ├── 等级遮罩.png │ │ ├── 评分A.png │ │ ├── 评分B.png │ │ ├── 评分C.png │ │ ├── 评分D.png │ │ ├── 评分S.png │ │ ├── 遮罩body.png │ │ ├── 遮罩bottom.png │ │ ├── 遮罩top.png │ │ └── 锁.png │ └── outline │ │ ├── 图标_Fire.png │ │ ├── 图标_Ice.png │ │ ├── 图标_Imaginary.png │ │ ├── 图标_Lightning.png │ │ ├── 图标_Physical.png │ │ ├── 图标_Quantum.png │ │ ├── 图标_Thunder.png │ │ ├── 图标_Wind.png │ │ └── 图标_灰.png └── utils │ ├── artifact_utils.py │ ├── card_utils.py │ ├── image_utils.py │ └── json_utils.py └── zenlesszonezero_role_info ├── README.md ├── __init__.py ├── data_source ├── damage_cal.py ├── draw_artifact_card.py ├── draw_recommend_card.py ├── draw_role_card.py └── draw_update_card.py ├── res ├── background │ └── bg.png ├── fonts │ ├── hywh.ttf │ ├── number.ttf │ ├── tahomabd.ttf │ └── 优设标题黑.ttf ├── json_data │ ├── Avatars │ │ ├── 1011.json │ │ ├── 1021.json │ │ ├── 1031.json │ │ ├── 1041.json │ │ ├── 1051.json │ │ ├── 1061.json │ │ ├── 1071.json │ │ ├── 1081.json │ │ ├── 1091.json │ │ ├── 1101.json │ │ ├── 1111.json │ │ ├── 1121.json │ │ ├── 1131.json │ │ ├── 1141.json │ │ ├── 1151.json │ │ ├── 1161.json │ │ ├── 1171.json │ │ ├── 1181.json │ │ ├── 1191-1.json │ │ ├── 1191-119100.json │ │ ├── 1191.json │ │ ├── 1201.json │ │ ├── 1211.json │ │ ├── 1221.json │ │ ├── 1241.json │ │ ├── 1251.json │ │ ├── 1261.json │ │ ├── 1271.json │ │ ├── 1281.json │ │ ├── 1291.json │ │ ├── 1301.json │ │ ├── 1311.json │ │ ├── 1321.json │ │ ├── 1331.json │ │ ├── 1351.json │ │ ├── 1361.json │ │ ├── 1371.json │ │ ├── 1381-1.json │ │ ├── 1381-138100.json │ │ ├── 1381.json │ │ ├── 1391.json │ │ ├── 1401.json │ │ ├── 1411.json │ │ ├── 1421.json │ │ ├── 1441.json │ │ ├── 1451.json │ │ ├── 1461.json │ │ └── 1471.json │ ├── Suits │ │ ├── 31000.json │ │ ├── 31100.json │ │ ├── 31200.json │ │ ├── 31300.json │ │ ├── 31400.json │ │ ├── 31500.json │ │ ├── 31600.json │ │ ├── 31800.json │ │ ├── 31900.json │ │ ├── 32200.json │ │ ├── 32300.json │ │ ├── 32400.json │ │ ├── 32500.json │ │ ├── 32600.json │ │ ├── 32700.json │ │ ├── 32800.json │ │ ├── 32900.json │ │ ├── 33000.json │ │ ├── 33100.json │ │ ├── 33200.json │ │ ├── 33300.json │ │ └── 33400.json │ ├── Weapons │ │ ├── 12001.json │ │ ├── 12002.json │ │ ├── 12003.json │ │ ├── 12004.json │ │ ├── 12005.json │ │ ├── 12006.json │ │ ├── 12007.json │ │ ├── 12008.json │ │ ├── 12009.json │ │ ├── 12010.json │ │ ├── 12011.json │ │ ├── 12012.json │ │ ├── 12013.json │ │ ├── 12014.json │ │ ├── 12015.json │ │ ├── 13001.json │ │ ├── 13002.json │ │ ├── 13003.json │ │ ├── 13004.json │ │ ├── 13005.json │ │ ├── 13006.json │ │ ├── 13007.json │ │ ├── 13008.json │ │ ├── 13009.json │ │ ├── 13010.json │ │ ├── 13011.json │ │ ├── 13012.json │ │ ├── 13013.json │ │ ├── 13014.json │ │ ├── 13015.json │ │ ├── 13016.json │ │ ├── 13101.json │ │ ├── 13103.json │ │ ├── 13106.json │ │ ├── 13108.json │ │ ├── 13111.json │ │ ├── 13112.json │ │ ├── 13113.json │ │ ├── 13115.json │ │ ├── 13127.json │ │ ├── 13128.json │ │ ├── 13135.json │ │ ├── 13142.json │ │ ├── 13144.json │ │ ├── 14001.json │ │ ├── 14002.json │ │ ├── 14003.json │ │ ├── 14102.json │ │ ├── 14104.json │ │ ├── 14105.json │ │ ├── 14107.json │ │ ├── 14109.json │ │ ├── 14110.json │ │ ├── 14114.json │ │ ├── 14116.json │ │ ├── 14117.json │ │ ├── 14118.json │ │ ├── 14119.json │ │ ├── 14120.json │ │ ├── 14121.json │ │ ├── 14122.json │ │ ├── 14124.json │ │ ├── 14125.json │ │ ├── 14126.json │ │ ├── 14129.json │ │ ├── 14130.json │ │ ├── 14131.json │ │ ├── 14132.json │ │ ├── 14133.json │ │ ├── 14136.json │ │ ├── 14137.json │ │ ├── 14138.json │ │ ├── 14139.json │ │ ├── 14140.json │ │ ├── 14141.json │ │ ├── 14145.json │ │ ├── 14146.json │ │ └── 31000.json │ ├── avatars.json │ ├── equipmentleveltemplatetb.json │ ├── equipments.json │ ├── locs.json │ ├── medals.json │ ├── namecards.json │ ├── nickname.json │ ├── pfps.json │ ├── property.json │ ├── score.json │ ├── titles.json │ ├── weaponLeveltemplatetb.json │ ├── weapons.json │ └── weaponstartemplatetb.json ├── other │ ├── ACE-A.png │ ├── ACE-C.png │ ├── ACE-E.png │ ├── collections.png │ ├── constellations.png │ ├── shadow.png │ ├── star.png │ ├── star1.png │ ├── star2.png │ ├── star3.png │ ├── star4.png │ ├── star5.png │ ├── 加载中.png │ ├── 命座.png │ ├── 命座未解锁.png │ ├── 底遮罩.png │ ├── 立绘框.png │ ├── 等级遮罩.png │ ├── 评分A.png │ ├── 评分B.png │ ├── 评分C.png │ ├── 评分D.png │ ├── 评分S.png │ ├── 遮罩body.png │ ├── 遮罩bottom.png │ ├── 遮罩top.png │ └── 锁.png ├── outline │ ├── 图标_Elec.png │ ├── 图标_Ether.png │ ├── 图标_Fire.png │ ├── 图标_Ice.png │ ├── 图标_Physics.png │ └── 图标_Wind.png └── type │ ├── Elec.png │ ├── Ether.png │ ├── Fire.png │ ├── Ice.png │ ├── Physics.png │ ├── 击破.png │ ├── 命破.png │ ├── 异常.png │ ├── 强攻.png │ ├── 支援.png │ └── 防护.png └── utils ├── artifact_utils.py ├── card_utils.py ├── image_utils.py └── json_utils.py /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /21_point/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/21_point/README.md -------------------------------------------------------------------------------- /21_point/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/21_point/__init__.py -------------------------------------------------------------------------------- /21_point/card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/21_point/card.py -------------------------------------------------------------------------------- /21_point/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/21_point/game.py -------------------------------------------------------------------------------- /24_point/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/24_point/README.md -------------------------------------------------------------------------------- /24_point/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/24_point/__init__.py -------------------------------------------------------------------------------- /24_point/data_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/24_point/data_source.py -------------------------------------------------------------------------------- /24_point/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/24_point/utils.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/README.md -------------------------------------------------------------------------------- /call/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/call/README.md -------------------------------------------------------------------------------- /call/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/call/__init__.py -------------------------------------------------------------------------------- /genshin_recommend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_recommend/README.md -------------------------------------------------------------------------------- /genshin_recommend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_recommend/__init__.py -------------------------------------------------------------------------------- /genshin_role_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/README.md -------------------------------------------------------------------------------- /genshin_role_info/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/__init__.py -------------------------------------------------------------------------------- /genshin_role_info/data_source/damage_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/data_source/damage_cal.py -------------------------------------------------------------------------------- /genshin_role_info/data_source/draw_artifact_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/data_source/draw_artifact_card.py -------------------------------------------------------------------------------- /genshin_role_info/data_source/draw_recommend_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/data_source/draw_recommend_card.py -------------------------------------------------------------------------------- /genshin_role_info/data_source/draw_role_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/data_source/draw_role_card.py -------------------------------------------------------------------------------- /genshin_role_info/data_source/draw_update_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/data_source/draw_update_card.py -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_冰.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_冰.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_岩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_岩.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_水.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_水.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_火.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_火.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_草.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_草.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_雷.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_雷.png -------------------------------------------------------------------------------- /genshin_role_info/res/background/背景_风.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/background/背景_风.png -------------------------------------------------------------------------------- /genshin_role_info/res/fonts/hywh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/fonts/hywh.ttf -------------------------------------------------------------------------------- /genshin_role_info/res/fonts/number.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/fonts/number.ttf -------------------------------------------------------------------------------- /genshin_role_info/res/fonts/tahomabd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/fonts/tahomabd.ttf -------------------------------------------------------------------------------- /genshin_role_info/res/fonts/优设标题黑.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/fonts/优设标题黑.ttf -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/artifact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/artifact.json -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/convert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/convert.json -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/role_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/role_info.json -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/roles_skill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/roles_skill.json -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/score.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/score.json -------------------------------------------------------------------------------- /genshin_role_info/res/json_data/weapon_loc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/json_data/weapon_loc.json -------------------------------------------------------------------------------- /genshin_role_info/res/other/ACE-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/ACE-A.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/ACE-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/ACE-C.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/ACE-E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/ACE-E.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/collections.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/constellations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/constellations.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/shadow.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star1.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star2.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star3.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star4.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/star5.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/加载中.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/加载中.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/命座.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/命座.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/命座未解锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/命座未解锁.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/底遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/底遮罩.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/立绘框.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/立绘框.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/等级遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/等级遮罩.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/评分A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/评分A.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/评分B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/评分B.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/评分C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/评分C.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/评分D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/评分D.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/评分S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/评分S.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/遮罩body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/遮罩body.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/遮罩bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/遮罩bottom.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/遮罩top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/遮罩top.png -------------------------------------------------------------------------------- /genshin_role_info/res/other/锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/other/锁.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_冰.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_冰.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_岩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_岩.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_水.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_水.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_火.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_火.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_灰.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_灰.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_草.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_草.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_雷.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_雷.png -------------------------------------------------------------------------------- /genshin_role_info/res/outline/图标_风.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/outline/图标_风.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/枫丹.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/枫丹.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/璃月.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/璃月.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/稻妻.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/稻妻.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/纳塔.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/纳塔.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/至冬.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/至冬.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/蒙德.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/蒙德.png -------------------------------------------------------------------------------- /genshin_role_info/res/region/须弥.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/res/region/须弥.png -------------------------------------------------------------------------------- /genshin_role_info/utils/artifact_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/utils/artifact_utils.py -------------------------------------------------------------------------------- /genshin_role_info/utils/card_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/utils/card_utils.py -------------------------------------------------------------------------------- /genshin_role_info/utils/image_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/utils/image_utils.py -------------------------------------------------------------------------------- /genshin_role_info/utils/json_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/genshin_role_info/utils/json_utils.py -------------------------------------------------------------------------------- /gold_trans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/gold_trans/README.md -------------------------------------------------------------------------------- /gold_trans/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/gold_trans/__init__.py -------------------------------------------------------------------------------- /guess_riddle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/guess_riddle/README.md -------------------------------------------------------------------------------- /guess_riddle/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/guess_riddle/__init__.py -------------------------------------------------------------------------------- /guess_riddle/data_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/guess_riddle/data_source.py -------------------------------------------------------------------------------- /guess_riddle/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/guess_riddle/utils.py -------------------------------------------------------------------------------- /idiom_salon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/idiom_salon/README.md -------------------------------------------------------------------------------- /idiom_salon/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/idiom_salon/__init__.py -------------------------------------------------------------------------------- /idiom_salon/idiom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/idiom_salon/idiom.txt -------------------------------------------------------------------------------- /intercept_withdraw/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/intercept_withdraw/Readme.md -------------------------------------------------------------------------------- /intercept_withdraw/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/intercept_withdraw/__init__.py -------------------------------------------------------------------------------- /minesweeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/README.md -------------------------------------------------------------------------------- /minesweeper/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/__init__.py -------------------------------------------------------------------------------- /minesweeper/data_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/data_source.py -------------------------------------------------------------------------------- /minesweeper/resources/fonts/00TT.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/fonts/00TT.TTF -------------------------------------------------------------------------------- /minesweeper/resources/skins/clone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/clone.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/colorsonly.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/colorsonly.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/hibbeler.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/hibbeler.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/icicle.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/icicle.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/mario.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/mario.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/maviz.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/maviz.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/mine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/mine.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/narkomania.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/narkomania.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/ocean.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/ocean.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/pacman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/pacman.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/predator.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/predator.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/scratch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/scratch.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/symbol.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/symbol.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/unknown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/unknown.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/vista.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/vista.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/win98.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/win98.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/winbw.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/winbw.bmp -------------------------------------------------------------------------------- /minesweeper/resources/skins/winxp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/resources/skins/winxp.bmp -------------------------------------------------------------------------------- /minesweeper/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/minesweeper/utils.py -------------------------------------------------------------------------------- /nickname_check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/nickname_check/README.md -------------------------------------------------------------------------------- /nickname_check/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/nickname_check/__init__.py -------------------------------------------------------------------------------- /plugin_utils/auth_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/plugin_utils/auth_utils.py -------------------------------------------------------------------------------- /plugin_utils/image_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/plugin_utils/image_utils.py -------------------------------------------------------------------------------- /setu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/setu/README.md -------------------------------------------------------------------------------- /setu/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/setu/__init__.py -------------------------------------------------------------------------------- /setu_score/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/setu_score/README.md -------------------------------------------------------------------------------- /setu_score/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/setu_score/__init__.py -------------------------------------------------------------------------------- /starrail_recommend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_recommend/README.md -------------------------------------------------------------------------------- /starrail_recommend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_recommend/__init__.py -------------------------------------------------------------------------------- /starrail_role_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/README.md -------------------------------------------------------------------------------- /starrail_role_info/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/__init__.py -------------------------------------------------------------------------------- /starrail_role_info/data_source/damage_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/data_source/damage_cal.py -------------------------------------------------------------------------------- /starrail_role_info/data_source/draw_artifact_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/data_source/draw_artifact_card.py -------------------------------------------------------------------------------- /starrail_role_info/data_source/draw_recommend_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/data_source/draw_recommend_card.py -------------------------------------------------------------------------------- /starrail_role_info/data_source/draw_role_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/data_source/draw_role_card.py -------------------------------------------------------------------------------- /starrail_role_info/data_source/draw_update_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/data_source/draw_update_card.py -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Fire.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Ice.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Imaginary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Imaginary.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Lightning.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Physical.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Quantum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Quantum.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Thunder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Thunder.png -------------------------------------------------------------------------------- /starrail_role_info/res/background/背景_Wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/background/背景_Wind.png -------------------------------------------------------------------------------- /starrail_role_info/res/fonts/hywh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/fonts/hywh.ttf -------------------------------------------------------------------------------- /starrail_role_info/res/fonts/number.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/fonts/number.ttf -------------------------------------------------------------------------------- /starrail_role_info/res/fonts/tahomabd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/fonts/tahomabd.ttf -------------------------------------------------------------------------------- /starrail_role_info/res/fonts/优设标题黑.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/fonts/优设标题黑.ttf -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/character_promotions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/character_promotions.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/character_ranks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/character_ranks.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/character_skill_trees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/character_skill_trees.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/character_skills.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/character_skills.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/characters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/characters.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/light_cone_promotions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/light_cone_promotions.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/light_cone_ranks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/light_cone_ranks.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/light_cones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/light_cones.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/nickname.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/nickname.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/paths.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/property_trans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/property_trans.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/relic_main_affixes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/relic_main_affixes.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/relic_sets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/relic_sets.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/relic_sub_affixes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/relic_sub_affixes.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/relics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/relics.json -------------------------------------------------------------------------------- /starrail_role_info/res/json_data/score.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/json_data/score.json -------------------------------------------------------------------------------- /starrail_role_info/res/other/ACE-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/ACE-A.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/ACE-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/ACE-C.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/ACE-E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/ACE-E.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/collections.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/constellations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/constellations.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/shadow.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star1.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star2.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star3.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star4.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/star5.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/加载中.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/加载中.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/命座.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/命座.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/命座未解锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/命座未解锁.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/底遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/底遮罩.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/立绘框.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/立绘框.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/等级遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/等级遮罩.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/评分A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/评分A.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/评分B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/评分B.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/评分C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/评分C.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/评分D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/评分D.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/评分S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/评分S.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/遮罩body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/遮罩body.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/遮罩bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/遮罩bottom.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/遮罩top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/遮罩top.png -------------------------------------------------------------------------------- /starrail_role_info/res/other/锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/other/锁.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Fire.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Ice.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Imaginary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Imaginary.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Lightning.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Physical.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Quantum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Quantum.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Thunder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Thunder.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_Wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_Wind.png -------------------------------------------------------------------------------- /starrail_role_info/res/outline/图标_灰.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/res/outline/图标_灰.png -------------------------------------------------------------------------------- /starrail_role_info/utils/artifact_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/utils/artifact_utils.py -------------------------------------------------------------------------------- /starrail_role_info/utils/card_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/utils/card_utils.py -------------------------------------------------------------------------------- /starrail_role_info/utils/image_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/utils/image_utils.py -------------------------------------------------------------------------------- /starrail_role_info/utils/json_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/starrail_role_info/utils/json_utils.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/README.md -------------------------------------------------------------------------------- /zenlesszonezero_role_info/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/__init__.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/data_source/damage_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/data_source/damage_cal.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/data_source/draw_artifact_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/data_source/draw_artifact_card.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/data_source/draw_recommend_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/data_source/draw_recommend_card.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/data_source/draw_role_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/data_source/draw_role_card.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/data_source/draw_update_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/data_source/draw_update_card.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/background/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/background/bg.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/fonts/hywh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/fonts/hywh.ttf -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/fonts/number.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/fonts/number.ttf -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/fonts/tahomabd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/fonts/tahomabd.ttf -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/fonts/优设标题黑.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/fonts/优设标题黑.ttf -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1011.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1021.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1021.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1031.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1031.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1041.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1041.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1051.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1051.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1061.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1061.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1071.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1071.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1081.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1081.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1091.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1091.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1101.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1101.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1111.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1111.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1121.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1121.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1131.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1131.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1141.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1141.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1151.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1151.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1161.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1161.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1171.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1171.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1181.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1181.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1191-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1191-1.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1191-119100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1191-119100.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1191.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1191.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1201.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1201.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1211.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1211.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1221.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1221.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1241.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1241.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1251.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1251.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1261.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1261.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1271.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1271.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1281.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1281.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1291.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1291.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1301.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1301.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1311.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1311.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1321.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1321.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1331.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1331.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1351.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1351.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1361.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1361.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1371.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1371.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1381-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1381-1.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1381-138100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1381-138100.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1381.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1381.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1391.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1391.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1401.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1401.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1411.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1411.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1421.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1421.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1441.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1441.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1451.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1451.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1461.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1461.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Avatars/1471.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Avatars/1471.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31000.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31100.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31200.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31300.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31400.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31500.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31600.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31800.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/31900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/31900.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32200.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32300.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32400.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32500.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32500.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32600.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32700.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32700.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32800.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32800.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/32900.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/32900.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/33000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/33000.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/33100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/33100.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/33200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/33200.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/33300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/33300.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Suits/33400.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Suits/33400.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12001.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12002.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12003.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12004.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12004.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12005.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12005.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12006.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12006.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12007.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12007.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12008.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12008.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12009.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12010.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12011.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12012.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12013.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12014.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/12015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/12015.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13001.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13002.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13003.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13004.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13004.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13005.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13005.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13006.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13006.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13007.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13007.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13008.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13008.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13009.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13010.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13011.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13012.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13012.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13013.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13013.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13014.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13015.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13016.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13101.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13101.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13103.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13103.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13106.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13106.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13108.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13108.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13111.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13111.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13112.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13112.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13113.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13113.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13115.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13115.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13127.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13127.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13128.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13128.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13135.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13135.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13142.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13142.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/13144.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/13144.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14001.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14002.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14003.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14102.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14102.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14104.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14104.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14105.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14105.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14107.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14107.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14109.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14109.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14110.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14110.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14114.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14114.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14116.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14116.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14117.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14117.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14118.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14118.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14119.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14119.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14120.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14121.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14121.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14122.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14122.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14124.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14124.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14125.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14125.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14126.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14126.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14129.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14129.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14130.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14130.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14131.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14131.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14132.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14132.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14133.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14133.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14136.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14136.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14137.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14137.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14138.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14138.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14139.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14139.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14140.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14140.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14141.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14141.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14145.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14145.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/14146.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/Weapons/14146.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/Weapons/31000.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/avatars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/avatars.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/equipmentleveltemplatetb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/equipmentleveltemplatetb.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/equipments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/equipments.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/locs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/locs.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/medals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/medals.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/namecards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/namecards.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/nickname.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/nickname.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/pfps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/pfps.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/property.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/property.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/score.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/score.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/titles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/titles.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/weaponLeveltemplatetb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/weaponLeveltemplatetb.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/weapons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/weapons.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/json_data/weaponstartemplatetb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/json_data/weaponstartemplatetb.json -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/ACE-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/ACE-A.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/ACE-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/ACE-C.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/ACE-E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/ACE-E.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/collections.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/constellations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/constellations.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/shadow.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star1.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star2.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star3.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star4.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/star5.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/加载中.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/加载中.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/命座.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/命座.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/命座未解锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/命座未解锁.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/底遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/底遮罩.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/立绘框.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/立绘框.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/等级遮罩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/等级遮罩.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/评分A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/评分A.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/评分B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/评分B.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/评分C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/评分C.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/评分D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/评分D.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/评分S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/评分S.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/遮罩body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/遮罩body.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/遮罩bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/遮罩bottom.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/遮罩top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/遮罩top.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/other/锁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/other/锁.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Elec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Elec.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Ether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Ether.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Fire.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Ice.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Physics.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/outline/图标_Wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/outline/图标_Wind.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/Elec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/Elec.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/Ether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/Ether.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/Fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/Fire.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/Ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/Ice.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/Physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/Physics.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/击破.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/击破.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/命破.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/命破.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/异常.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/异常.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/强攻.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/强攻.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/支援.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/支援.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/res/type/防护.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/res/type/防护.png -------------------------------------------------------------------------------- /zenlesszonezero_role_info/utils/artifact_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/utils/artifact_utils.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/utils/card_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/utils/card_utils.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/utils/image_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/utils/image_utils.py -------------------------------------------------------------------------------- /zenlesszonezero_role_info/utils/json_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CRAZYShimakaze/zhenxun_extensive_plugin/HEAD/zenlesszonezero_role_info/utils/json_utils.py --------------------------------------------------------------------------------