2024-08-20 11:04:49 +08:00

587 lines
33 KiB
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:player",
"materials": {
"default": "",
"cape": "entity_alphatest",
"kali": "entity_alphablend",
"animated": "player_animated"
},
"textures": {
"default": "textures/entity/steve",
"invisibility": "textures/entity/steve_invisibility",
"cape": "textures/entity/cape_invisible",
"kali": "textures/entity/kali",
"huangfeng": "textures/entity/huangfeng",
"linguang": "textures/entity/linguang",
"bohui": "textures/entity/bohui",
"haijun": "textures/entity/haijun",
"huigu": "textures/entity/huigu",
"jixie": "textures/entity/jixie",
"kui": "textures/entity/kui",
"qugui": "textures/entity/qugui",
"weiwei": "textures/entity/weiwei",
"xixue": "textures/entity/xixue",
"xukong": "textures/entity/xukong",
"yiji": "textures/entity/yiji",
"lansu": "textures/entity/lansu",
"xiaochou": "textures/entity/xiaochou",
"lihuo": "textures/entity/lihuo",
"kulou": "textures/entity/kulou",
"fuguang": "textures/entity/fuguang",
"heilong": "textures/entity/heilong",
"gaoda": "textures/entity/gaoda",
"lengjing": "textures/entity/lengjing",
"lingdong": "textures/entity/lingdong",
"naiya": "textures/entity/naiya",
"qiushui": "textures/entity/qiushui",
"shendao": "textures/entity/shendao",
"xuezu": "textures/entity/xuezu",
"xingkong": "textures/entity/xingkong",
"youlong": "textures/entity/youlong",
"ziluo": "textures/entity/ziluo",
"bailu": "textures/entity/bailu",
"yinyue": "textures/entity/yinyue",
"bingfeng": "textures/entity/bingfeng",
"feier": "textures/entity/feier",
"shuishen": "textures/entity/shuishen",
"gewen": "textures/entity/gewen",
"hutao": "textures/entity/hutao",
"shuibing": "textures/entity/shuibing",
"naxida": "textures/entity/naxida"
},
"geometry": {
"default": "geometry.humanoid.custom",
"steve": "geometry.humanoid.custom_steve",
"cape": "geometry.cape",
"kali": "geometry.kali",
"huangfeng": "geometry.huangfeng",
"linguang": "geometry.linguang",
"bohui": "geometry.bohui",
"haijun": "geometry.haijun",
"huigu": "geometry.huigu",
"jixie": "geometry.jixie",
"kui": "geometry.kui",
"qugui": "geometry.qugui",
"weiwei": "geometry.weiwei",
"xixue": "geometry.xixue",
"xukong": "geometry.xukong",
"yiji": "geometry.yiji",
"lansu": "geometry.lansu",
"xiaochou": "geometry.xiaochou",
"lihuo": "geometry.lihuo",
"kulou": "geometry.kulou",
"fuguang": "geometry.fuguang",
"heilong": "geometry.heilong",
"gaoda": "geometry.gaoda",
"lengjing": "geometry.lengjing",
"lingdong": "geometry.lingdong",
"naiya": "geometry.naiya",
"qiushui": "geometry.qiushui",
"shendao": "geometry.shendao",
"xuezu": "geometry.xuezu",
"xingkong": "geometry.xingkong",
"youlong": "geometry.youlong",
"ziluo": "geometry.ziluo",
"bailu": "geometry.bailu",
"yinyue": "geometry.yinyue",
"bingfeng": "geometry.bingfeng",
"feier": "geometry.feier",
"shuishen": "geometry.shuishen",
"gewen": "geometry.gewen",
"hutao": "geometry.hutao",
"shuibing": "geometry.shuibing",
"naxida":"geometry.naxida"
},
"scripts": {
"scale": "0.9375",
"initialize": [
"variable.is_holding_right = 0.0;",
"variable.is_blinking = 0.0;",
"variable.last_blink_time = 0.0;",
"variable.hand_bob = 0.0;"
],
"pre_animation": [
"variable.helmet_layer_visible = 1.0;",
"variable.leg_layer_visible = 1.0;",
"variable.boot_layer_visible = 1.0;",
"variable.chest_layer_visible = 1.0;",
"variable.attack_body_rot_y = Math.sin(360*Math.sqrt(variable.attack_time)) * 5.0;",
"variable.tcos0 = (math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
"variable.first_person_rotation_factor = math.sin((1 - variable.attack_time) * 180.0);",
"variable.hand_bob = query.life_time < 0.01 ? 0.0 : variable.hand_bob + ((query.is_on_ground && query.is_alive ? math.clamp(math.sqrt(math.pow(query.position_delta(0), 2.0) + math.pow(query.position_delta(2), 2.0)), 0.0, 0.1) : 0.0) - variable.hand_bob) * 0.02;",
"variable.map_angle = math.clamp(1 - variable.player_x_rotation / 45.1, 0.0, 1.0);",
"variable.item_use_normalized = query.main_hand_item_use_duration / query.main_hand_item_max_duration;",
"variable.kali = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:kali');",
"variable.huangfeng = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:huangfeng');",
"variable.linguang = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:linguang');",
"variable.bohui = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:bohui');",
"variable.haijun = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:haijun');",
"variable.huigu = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:huigu');",
"variable.jixie = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:jixie');",
"variable.kui = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:kui');",
"variable.qugui = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:qugui');",
"variable.weiwei = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:weiwei');",
"variable.xixue = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:xixue');",
"variable.xukong = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:xukong');",
"variable.yiji = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:yiji');",
"variable.lansu = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:lansu');",
"variable.xiaochou = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:xiaochou');",
"variable.lihuo = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:lihuo');",
"variable.kulou = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:kulou');",
"variable.fuguang = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:fuguang');",
"variable.heilong = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:heilong');",
"variable.gaoda = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:gaoda');",
"variable.lengjing = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:lengjing');",
"variable.lingdong = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:lingdong');",
"variable.naiya = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:naiya');",
"variable.qiushui = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:qiushui');",
"variable.shendao = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:shendao');",
"variable.xuezu = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:xuezu');",
"variable.xingkong = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:xingkong');",
"variable.youlong = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:youlong');",
"variable.ziluo = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:ziluo');",
"variable.bailu = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:bailu');",
"variable.yinyue = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:yinyue');",
"variable.bingfeng = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:bingfeng');",
"variable.feier = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:feier');",
"variable.shuishen = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:shuishen');",
"variable.gewen = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:gewen');",
"variable.hutao = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:hutao');",
"variable.shuibing = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:shuibing');",
"variable.naxida = query.is_item_name_any('slot.armor.head', 0, 'sakuradress:naxida');"
],
"animate": [
"root"
]
},
"animations": {
"root": "controller.animation.player.root",
"base_controller": "controller.animation.player.base",
"hudplayer": "controller.animation.player.hudplayer",
"humanoid_base_pose": "animation.humanoid.base_pose",
"look_at_target": "controller.animation.humanoid.look_at_target",
"look_at_target_ui": "animation.player.look_at_target.ui",
"look_at_target_default": "animation.humanoid.look_at_target.default",
"look_at_target_gliding": "animation.humanoid.look_at_target.gliding",
"look_at_target_swimming": "animation.humanoid.look_at_target.swimming",
"look_at_target_inverted": "animation.player.look_at_target.inverted",
"cape": "animation.player.cape",
"move.arms": "animation.player.move.arms",
"move.legs": "animation.player.move.legs",
"swimming": "animation.player.swim",
"swimming.legs": "animation.player.swim.legs",
"riding.arms": "animation.player.riding.arms",
"riding.legs": "animation.player.riding.legs",
"holding": "animation.player.holding",
"brandish_spear": "animation.humanoid.brandish_spear",
"charging": "animation.humanoid.charging",
"attack.positions": "animation.player.attack.positions",
"attack.rotations": "animation.player.attack.rotations",
"sneaking": "animation.player.sneaking",
"bob": "animation.player.bob",
"damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs",
"bow_and_arrow": "animation.humanoid.bow_and_arrow",
"use_item_progress": "animation.humanoid.use_item_progress",
"skeleton_attack": "animation.skeleton.attack",
"sleeping": "animation.player.sleeping",
"first_person_base_pose": "animation.player.first_person.base_pose",
"first_person_empty_hand": "animation.player.first_person.empty_hand",
"first_person_swap_item": "animation.player.first_person.swap_item",
"first_person_attack_controller": "controller.animation.player.first_person_attack",
"first_person_attack_rotation": "animation.player.first_person.attack_rotation",
"first_person_attack_rotation_item": "animation.player.first_person.attack_rotation_item",
"first_person_vr_attack_rotation": "animation.player.first_person.vr_attack_rotation",
"first_person_walk": "animation.player.first_person.walk",
"first_person_map_controller": "controller.animation.player.first_person_map",
"first_person_map_hold": "animation.player.first_person.map_hold",
"first_person_map_hold_attack": "animation.player.first_person.map_hold_attack",
"first_person_map_hold_off_hand": "animation.player.first_person.map_hold_off_hand",
"first_person_map_hold_main_hand": "animation.player.first_person.map_hold_main_hand",
"first_person_crossbow_equipped": "animation.player.first_person.crossbow_equipped",
"first_person_crossbow_hold": "animation.player.first_person.crossbow_hold",
"first_person_breathing_bob": "animation.player.first_person.breathing_bob",
"third_person_crossbow_equipped": "animation.player.crossbow_equipped",
"third_person_bow_equipped": "animation.player.bow_equipped",
"crossbow_hold": "animation.player.crossbow_hold",
"crossbow_controller": "controller.animation.player.crossbow",
"shield_block_main_hand": "animation.player.shield_block_main_hand",
"shield_block_off_hand": "animation.player.shield_block_off_hand",
"blink": "controller.animation.persona.blink",
"fishing_rod": "animation.humanoid.fishing_rod",
"holding_spyglass": "animation.humanoid.holding_spyglass",
"first_person_shield_block": "animation.player.first_person.shield_block",
"tooting_goat_horn": "animation.humanoid.tooting_goat_horn",
"holding_brush": "animation.humanoid.holding_brush",
"brushing": "animation.humanoid.brushing",
"crawling": "animation.player.crawl",
"crawling.legs": "animation.player.crawl.legs"
},
"render_controllers": [
{
"controller.render.player.first_person_true": "variable.is_first_person && !variable.fashion"
},
{
"controller.render.player.third_person_true": "!variable.is_first_person && !variable.map_face_icon && !variable.fashion"
},
{
"controller.render.player.map_true": "variable.map_face_icon && !variable.fashion"
},
{
"controller.render.player.first_person": "variable.is_first_person"
},
{
"controller.render.player.third_person": "!variable.is_first_person && !variable.map_face_icon"
},
{
"controller.render.player.map": "variable.map_face_icon"
},
{
"controller.render.player.first_person_kali": "variable.is_first_person && variable.kali"
},
{
"controller.render.player.third_person_kali": "!variable.is_first_person && !variable.map_face_icon && variable.kali"
},
{
"controller.render.player.map_kali": "variable.map_face_icon && variable.kali"
},
{
"controller.render.player.first_person_huangfeng": "variable.is_first_person && variable.huangfeng"
},
{
"controller.render.player.third_person_huangfeng": "!variable.is_first_person && !variable.map_face_icon && variable.huangfeng"
},
{
"controller.render.player.map_huangfeng": "variable.map_face_icon && variable.huangfeng"
},
{
"controller.render.player.first_person_linguang": "variable.is_first_person && variable.linguang"
},
{
"controller.render.player.third_person_linguang": "!variable.is_first_person && !variable.map_face_icon && variable.linguang"
},
{
"controller.render.player.map_linguang": "variable.map_face_icon && variable.linguang"
},
{
"controller.render.player.first_person_bohui": "variable.is_first_person && variable.bohui"
},
{
"controller.render.player.third_person_bohui": "!variable.is_first_person && !variable.map_face_icon && variable.bohui"
},
{
"controller.render.player.map_bohui": "variable.map_face_icon && variable.bohui"
},
{
"controller.render.player.first_person_haijun": "variable.is_first_person && variable.haijun"
},
{
"controller.render.player.third_person_haijun": "!variable.is_first_person && !variable.map_face_icon && variable.haijun"
},
{
"controller.render.player.map_haijun": "variable.map_face_icon && variable.haijun"
},
{
"controller.render.player.first_person_huigu": "variable.is_first_person && variable.huigu"
},
{
"controller.render.player.third_person_huigu": "!variable.is_first_person && !variable.map_face_icon && variable.huigu"
},
{
"controller.render.player.map_huigu": "variable.map_face_icon && variable.huigu"
},
{
"controller.render.player.first_person_jixie": "variable.is_first_person && variable.jixie"
},
{
"controller.render.player.third_person_jixie": "!variable.is_first_person && !variable.map_face_icon && variable.jixie"
},
{
"controller.render.player.map_jixie": "variable.map_face_icon && variable.jixie"
},
{
"controller.render.player.first_person_kui": "variable.is_first_person && variable.kui"
},
{
"controller.render.player.third_person_kui": "!variable.is_first_person && !variable.map_face_icon && variable.kui"
},
{
"controller.render.player.map_kui": "variable.map_face_icon && variable.kui"
},
{
"controller.render.player.first_person_qugui": "variable.is_first_person && variable.qugui"
},
{
"controller.render.player.third_person_qugui": "!variable.is_first_person && !variable.map_face_icon && variable.qugui"
},
{
"controller.render.player.map_qugui": "variable.map_face_icon && variable.qugui"
},
{
"controller.render.player.first_person_weiwei": "variable.is_first_person && variable.weiwei"
},
{
"controller.render.player.third_person_weiwei": "!variable.is_first_person && !variable.map_face_icon && variable.weiwei"
},
{
"controller.render.player.map_weiwei": "variable.map_face_icon && variable.weiwei"
},
{
"controller.render.player.first_person_xixue": "variable.is_first_person && variable.xixue"
},
{
"controller.render.player.third_person_xixue": "!variable.is_first_person && !variable.map_face_icon && variable.xixue"
},
{
"controller.render.player.map_xixue": "variable.map_face_icon && variable.xixue"
},
{
"controller.render.player.first_person_xukong": "variable.is_first_person && variable.xukong"
},
{
"controller.render.player.third_person_xukong": "!variable.is_first_person && !variable.map_face_icon && variable.xukong"
},
{
"controller.render.player.map_xukong": "variable.map_face_icon && variable.xukong"
},
{
"controller.render.player.first_person_yiji": "variable.is_first_person && variable.yiji"
},
{
"controller.render.player.third_person_yiji": "!variable.is_first_person && !variable.map_face_icon && variable.yiji"
},
{
"controller.render.player.map_yiji": "variable.map_face_icon && variable.yiji"
},
{
"controller.render.player.first_person_lansu": "variable.is_first_person && variable.lansu"
},
{
"controller.render.player.third_person_lansu": "!variable.is_first_person && !variable.map_face_icon && variable.lansu"
},
{
"controller.render.player.map_lansu": "variable.map_face_icon && variable.lansu"
},
{
"controller.render.player.first_person_xiaochou": "variable.is_first_person && variable.xiaochou"
},
{
"controller.render.player.third_person_xiaochou": "!variable.is_first_person && !variable.map_face_icon && variable.xiaochou"
},
{
"controller.render.player.map_xiaochou": "variable.map_face_icon && variable.xiaochou"
},
{
"controller.render.player.first_person_lihuo": "variable.is_first_person && variable.lihuo"
},
{
"controller.render.player.third_person_lihuo": "!variable.is_first_person && !variable.map_face_icon && variable.lihuo"
},
{
"controller.render.player.map_lihuo": "variable.map_face_icon && variable.lihuo"
},
{
"controller.render.player.first_person_kulou": "variable.is_first_person && variable.kulou"
},
{
"controller.render.player.third_person_kulou": "!variable.is_first_person && !variable.map_face_icon && variable.kulou"
},
{
"controller.render.player.map_kulou": "variable.map_face_icon && variable.kulou"
},
{
"controller.render.player.first_person_fuguang": "variable.is_first_person && variable.fuguang"
},
{
"controller.render.player.third_person_fuguang": "!variable.is_first_person && !variable.map_face_icon && variable.fuguang"
},
{
"controller.render.player.map_fuguang": "variable.map_face_icon && variable.fuguang"
},
{
"controller.render.player.first_person_heilong": "variable.is_first_person && variable.heilong"
},
{
"controller.render.player.third_person_heilong": "!variable.is_first_person && !variable.map_face_icon && variable.heilong"
},
{
"controller.render.player.map_heilong": "variable.map_face_icon && variable.heilong"
},
{
"controller.render.player.first_person_gaoda": "variable.is_first_person && variable.gaoda"
},
{
"controller.render.player.third_person_gaoda": "!variable.is_first_person && !variable.map_face_icon && variable.gaoda"
},
{
"controller.render.player.map_gaoda": "variable.map_face_icon && variable.gaoda"
},
{
"controller.render.player.first_person_lengjing": "variable.is_first_person && variable.lengjing"
},
{
"controller.render.player.third_person_lengjing": "!variable.is_first_person && !variable.map_face_icon && variable.lengjing"
},
{
"controller.render.player.map_lengjing": "variable.map_face_icon && variable.lengjing"
},
{
"controller.render.player.first_person_lingdong": "variable.is_first_person && variable.lingdong"
},
{
"controller.render.player.third_person_lingdong": "!variable.is_first_person && !variable.map_face_icon && variable.lingdong"
},
{
"controller.render.player.map_lingdong": "variable.map_face_icon && variable.lingdong"
},
{
"controller.render.player.first_person_naiya": "variable.is_first_person && variable.naiya"
},
{
"controller.render.player.third_person_naiya": "!variable.is_first_person && !variable.map_face_icon && variable.naiya"
},
{
"controller.render.player.map_naiya": "variable.map_face_icon && variable.naiya"
},
{
"controller.render.player.first_person_qiushui": "variable.is_first_person && variable.qiushui"
},
{
"controller.render.player.third_person_qiushui": "!variable.is_first_person && !variable.map_face_icon && variable.qiushui"
},
{
"controller.render.player.map_qiushui": "variable.map_face_icon && variable.qiushui"
},
{
"controller.render.player.first_person_shendao": "variable.is_first_person && variable.shendao"
},
{
"controller.render.player.third_person_shendao": "!variable.is_first_person && !variable.map_face_icon && variable.shendao"
},
{
"controller.render.player.map_shendao": "variable.map_face_icon && variable.shendao"
},
{
"controller.render.player.first_person_xuezu": "variable.is_first_person && variable.xuezu"
},
{
"controller.render.player.third_person_xuezu": "!variable.is_first_person && !variable.map_face_icon && variable.xuezu"
},
{
"controller.render.player.map_xuezu": "variable.map_face_icon && variable.xuezu"
},
{
"controller.render.player.first_person_xingkong": "variable.is_first_person && variable.xingkong"
},
{
"controller.render.player.third_person_xingkong": "!variable.is_first_person && !variable.map_face_icon && variable.xingkong"
},
{
"controller.render.player.map_xingkong": "variable.map_face_icon && variable.xingkong"
},
{
"controller.render.player.first_person_youlong": "variable.is_first_person && variable.youlong"
},
{
"controller.render.player.third_person_youlong": "!variable.is_first_person && !variable.map_face_icon && variable.youlong"
},
{
"controller.render.player.map_youlong": "variable.map_face_icon && variable.youlong"
},
{
"controller.render.player.first_person_ziluo": "variable.is_first_person && variable.ziluo"
},
{
"controller.render.player.third_person_ziluo": "!variable.is_first_person && !variable.map_face_icon && variable.ziluo"
},
{
"controller.render.player.map_ziluo": "variable.map_face_icon && variable.ziluo"
},
{
"controller.render.player.first_person_bailu": "variable.is_first_person && variable.bailu"
},
{
"controller.render.player.third_person_bailu": "!variable.is_first_person && !variable.map_face_icon && variable.bailu"
},
{
"controller.render.player.map_bailu": "variable.map_face_icon && variable.bailu"
},
{
"controller.render.player.first_person_yinyue": "variable.is_first_person && variable.yinyue"
},
{
"controller.render.player.third_person_yinyue": "!variable.is_first_person && !variable.map_face_icon && variable.yinyue"
},
{
"controller.render.player.map_yinyue": "variable.map_face_icon && variable.yinyue"
},
{
"controller.render.player.first_person_bingfeng": "variable.is_first_person && variable.bingfeng"
},
{
"controller.render.player.third_person_bingfeng": "!variable.is_first_person && !variable.map_face_icon && variable.bingfeng"
},
{
"controller.render.player.map_bingfeng": "variable.map_face_icon && variable.bingfeng"
},
{
"controller.render.player.first_person_feier": "variable.is_first_person && variable.feier"
},
{
"controller.render.player.third_person_feier": "!variable.is_first_person && !variable.map_face_icon && variable.feier"
},
{
"controller.render.player.map_feier": "variable.map_face_icon && variable.feier"
},
{
"controller.render.player.first_person_shuishen": "variable.is_first_person && variable.shuishen"
},
{
"controller.render.player.third_person_shuishen": "!variable.is_first_person && !variable.map_face_icon && variable.shuishen"
},
{
"controller.render.player.map_shuishen": "variable.map_face_icon && variable.shuishen"
},
{
"controller.render.player.first_person_gewen": "variable.is_first_person && variable.gewen"
},
{
"controller.render.player.third_person_gewen": "!variable.is_first_person && !variable.map_face_icon && variable.gewen"
},
{
"controller.render.player.map_gewen": "variable.map_face_icon && variable.gewen"
},
{
"controller.render.player.first_person_hutao": "variable.is_first_person && variable.hutao"
},
{
"controller.render.player.third_person_hutao": "!variable.is_first_person && !variable.map_face_icon && variable.hutao"
},
{
"controller.render.player.map_hutao": "variable.map_face_icon && variable.hutao"
},
{
"controller.render.player.first_person_shuibing": "variable.is_first_person && variable.shuibing"
},
{
"controller.render.player.third_person_shuibing": "!variable.is_first_person && !variable.map_face_icon && variable.shuibing"
},
{
"controller.render.player.map_shuibing": "variable.map_face_icon && variable.shuibing"
},
{
"controller.render.player.first_person_naxida": "variable.is_first_person && variable.naxida"
},
{
"controller.render.player.third_person_naxida": "!variable.is_first_person && !variable.map_face_icon && variable.naxida"
},
{
"controller.render.player.map_naxida": "variable.map_face_icon && variable.naxida"
}
],
"enable_attachables": true
}
}
}