C .
ODE
G
AMELET
# 更新狀況 之後因爲上學的關係會不定期更新 進度:https://gamelet.online/forum/ch0001 # 游戲目錄: 1) 【一命去殺敵(一)】[最後更新日期:2021年8月23日,任務製作完成] 2) 【一命職業(一)--挑戰神之試煉】[最後更新日期:2021年8月25日,任務製作完成(仲會更新)] 3) 【一命去殺敵(二)__[狙撃戰版]熱門地圖重游】[最後更新日期:2021年8月25日,任務製作完成] # 封面圖片來源: 1)https://images.900.tw/upload_file/42/content/55a4c738-5954-7ed2-3837-338132e2e7d9.jpg # 軍火庫(快速設定武器資源,不用經常讓玩家刷武器,歡迎複製及更改): 建議:先到右邊【加載資源】中加載[shangchengwuqi.png],[yuanchengwuqi.png],[jinzhanwuqi.png]。然後複製和貼上下面的指令碼到你要的.events檔案中。之後到【軍火庫】的file中找出【近身武器】,【遠程武器】,【商城武器】,分別開啓該【彈出選項視窗】,在【訊息圖案】中設定【圖案資源】和【圖案位置】,所有的【圖案位置】設定為【上面】,【圖案資源】就放剛剛加載的3個圖片。 ``` { "id": "軍火庫", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{p1}", "alive": true, "dialogId": "weaponry1z0", "title": "軍火庫(Buy Pickle Ken)", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "", "msgImageSide": "left" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "近身武器", "icon": "" }, { "value": "2", "label": "遠程武器", "icon": "" }, { "value": "3", "label": "戰鬥法寶(未開放)", "icon": "" }, { "value": "4", "label": "商城武器", "icon": "" }, { "value": "5", "label": "任務防備(未開放)", "icon": "" }, { "value": "6", "label": "特效武器", "icon": "" } ] } } ], "checks": [ { "type": "ForEachActor", "data": { "actorMatches": [ { "actorCodes": [ { "method": "equal", "actorCode": "{p.id}" } ], "excludeActorCodes": [], "brain": "all", "camp": { "campAll": true } } ], "varname": "p1", "maxTriggers": "0", "donotActOnEachPass": false, "varnameTotalLoops": "totalLoops", "varnameOfPassCount": "totalPasses", "_logi": { "_and_or": "" }, "_elseEventId": "" } } ], "triggers": [ { "type": "KeyboardPressed", "data": { "playerId": "*", "playerLocal": "p", "timing": "pressed", "key": 74, "keyLocal": "", "ctrl": "", "shift": "" } } ], "color": "#FFFFFF" }, { "id": "近身武器", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1a0", "title": "近身武器", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "ch0001.weaponry2", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "小刀", "icon": "" }, { "value": "2", "label": "大刀", "icon": "" }, { "value": "3", "label": "雙爪", "icon": "" }, { "value": "4", "label": "盾牌", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "playerCodeVarname": "weaponryplayer1", "value": "1", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "近身武器1", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "knife", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1a0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "1", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "近身武器2", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "sword", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1a0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "2", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "近身武器3", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "hook", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1a0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "3", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "近身武器4", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "shield", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1a0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "4", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "遠程武器", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1b0", "title": "遠程武器", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "ch0001.weaponry6", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "手槍", "icon": "" }, { "value": "2", "label": "狙擊槍", "icon": "" }, { "value": "3", "label": "步槍", "icon": "" }, { "value": "4", "label": "霰彈槍", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "2", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "遠程武器1", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "handgun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1b0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "1", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "遠程武器2", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "snipegun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1b0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "2", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "遠程武器3", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "rifle", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1b0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "3", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "遠程武器4", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "shotgun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1b0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "4", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "戰鬥法寶", "disabled": true, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ShowSelectDialog", "data": { "dialogId": "weaponry1c0", "title": "戰鬥法寶", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "近身武器", "icon": "" }, { "value": "2", "label": "遠程武器", "icon": "" }, { "value": "3", "label": "戰鬥法寶", "icon": "" }, { "value": "4", "label": "商城武器", "icon": "" }, { "value": "5", "label": "任務防備", "icon": "" } ], "disabled": true } }, { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1c0", "title": "戰鬥法寶", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "", "icon": "" }, { "value": "2", "label": "", "icon": "" }, { "value": "3", "label": "", "icon": "" }, { "value": "4", "label": "", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "3", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1d0", "title": "商城武器", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "ch0001.weaponry11", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "01", "label": "冰劍", "icon": "" }, { "value": "02", "label": "水晶弓", "icon": "" }, { "value": "03", "label": "迴旋標(未開放)", "icon": "" }, { "value": "04", "label": "雙刃巨斧", "icon": "" }, { "value": "05", "label": "電磁斧(限用三枚)", "icon": "" }, { "value": "06", "label": "手榴彈(限用三枚)", "icon": "" }, { "value": "07", "label": "閃光彈(限用三枚)", "icon": "" }, { "value": "08", "label": "煙霧彈(限用三枚)", "icon": "" }, { "value": "09", "label": "白銀雙鷹", "icon": "" }, { "value": "10", "label": "火焰戒指", "icon": "" }, { "value": "11", "label": "導航火箭砲", "icon": "" }, { "value": "12", "label": "定時炸彈(限用三枚)", "icon": "" }, { "value": "13", "label": "火焰噴射槍", "icon": "" }, { "value": "14", "label": "激光槍", "icon": "" }, { "value": "15", "label": "雙截刃(未開放)", "icon": "" }, { "value": "16", "label": "長程麻醉槍", "icon": "" }, { "value": "17", "label": "燃燒彈(限用三枚)", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "4", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器1", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipItem", "data": { "actorCode": "weaponryplayer1", "itemType": "iceSaberCube", "equip": "true" } }, { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "iceSaber", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "01", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器2", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "bowSet", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "02", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器3", "disabled": true, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "bowSet", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "3", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器4", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "giantAxe", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "04", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器5", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "hatchet", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "05", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器6", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "grenadeBomb", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "06", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器7", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "grenadeStun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "07", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器8", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "grenadeSmoke", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "08", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器9", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "doubleGuns", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "09", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器10", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "ringFire", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "10", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器11", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "rocketLauncher", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "11", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器12", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "timeBomb", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "12", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器13", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "flameThrower", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "13", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器14", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "laserGun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "14", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器15", "disabled": true, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "laserGun", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "15", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器16", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "anaestheticRifle", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "16", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "商城武器17", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": 2, "repeatInterval": 0, "actions": [ { "type": "EquipWeapon", "data": { "actorCode": "weaponryplayer1", "weaponType": "grenadeFire", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1d0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "/17/", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "任務防備", "disabled": true, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1e0", "title": "任務防備", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "", "icon": "" }, { "value": "2", "label": "", "icon": "" }, { "value": "3", "label": "", "icon": "" }, { "value": "4", "label": "", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "5", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "ActorShowSelectDialog", "data": { "openTargetType": "aCertainPlayer", "playerId": "{weaponryplayer1}", "alive": true, "dialogId": "weaponry1f0", "title": "特效武器", "message": "", "messageType": "text", "msgImage": { "msgImageAlias": "", "msgImageSide": "top" }, "controls": { "buttonIconSide": "right", "conBottom": 8, "conBottomUnit": "px", "confirmLabel": "確定", "confirmIcon": "check", "cancelLabel": "取消", "cancelIcon": "close" }, "options": { "maxWidth": "", "backgroundImage": "", "transition": { "tranClaz": "slide", "tranDuration": "250", "tranDirection": "up" } }, "defaultValue": "", "selectOptions": [ { "value": "1", "label": "冰兒拳", "icon": "" }, { "value": "2", "label": "岩漿拳", "icon": "" }, { "value": "3", "label": "電競主持棒", "icon": "" }, { "value": "4", "label": "2017盾牌", "icon": "" } ] } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1z0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "6", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器1", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeaponEnh", "data": { "actorCode": "{weaponryplayer1}", "actorGroup": "0", "skydow": true, "royal": true, "third": true, "civil": true, "selectType": "extend", "weaponTypeExtend": "iceFist", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1f0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "1", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器2", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeaponEnh", "data": { "actorCode": "{weaponryplayer1}", "actorGroup": "0", "skydow": true, "royal": true, "third": true, "civil": true, "selectType": "extend", "weaponTypeExtend": "lavaFist", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1f0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "2", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器3", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "EquipWeaponEnh", "data": { "actorCode": "{weaponryplayer1}", "actorGroup": "0", "skydow": true, "royal": true, "third": true, "civil": true, "selectType": "extend", "weaponTypeExtend": "esHostStaff", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1f0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "3", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器4", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "skydow", "level": "1", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "shieldRepair" }, "onGameDispose": "keepSetting", "disabled": false } }, { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "royal", "level": "1", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "shieldRepair" }, "onGameDispose": "keepSetting" } }, { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "third", "level": "1", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "shieldRepair" }, "onGameDispose": "keepSetting" } }, { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "skydow", "level": "2", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "boostUp" }, "onGameDispose": "keepSetting" } }, { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "royal", "level": "2", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "boostUp" }, "onGameDispose": "keepSetting" } }, { "type": "SetWeaponAbility", "data": { "targetType": "allCloseWeaponAlt", "closeWeaponAltType": { "0": "k", "1": "n", "2": "i", "3": "f", "4": "e", "value": "shieldAward" }, "camp": "third", "level": "2", "abilityAltType": { "0": "e", "1": "a", "2": "g", "3": "l", "4": "e", "5": "E", "6": "y", "7": "e", "8": "s", "value": "boostUp" }, "onGameDispose": "keepSetting" } }, { "type": "EquipWeaponEnh", "data": { "actorCode": "{weaponryplayer1}", "actorGroup": "0", "skydow": true, "royal": true, "third": true, "civil": true, "selectType": "extend", "weaponTypeExtend": "shieldAward", "weaponIndex": -1, "weaponDrop": true, "itemEventCode": "" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1f0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "4", "evtLocal": "" } } ], "color": "#FFFFFF" }, { "id": "特效武器5", "disabled": false, "folder": "軍火庫", "startTime": 0, "checkInterval": 10, "repeats": -1, "repeatInterval": 0, "actions": [ { "type": "RemoveStuff", "data": { "removeType": "code", "itemCode": "weaponry001" } }, { "type": "AddAltStuff", "data": { "itemCode": "weaponry001", "targetType": "haskaDefault", "itemType": "gatling", "location": { "targetType": "actor", "targetCode": "weaponryplayer1", "alive": true, "range": "0" }, "rotation": 0, "localVarname": "actor" } } ], "checks": [], "triggers": [ { "type": "DialogConfirm", "data": { "dialogId": "weaponry1f0", "supportMultiplayers": true, "closeDialogWhenTrigger": true, "playerCodeVarname": "weaponryplayer1", "value": "5", "evtLocal": "" } } ], "color": "#FFFFFF" } ```
# 光暈精靈訓練師 回顧主線劇情https://www.youtube.com/playlist?list=PLicGqbE1VB0ORg3XWM_NAxHo8c9zM0EHo 音樂來自甘茶の音楽工房,魔王魂,Wingless Seraph,TAM Music Factory,Hurt Record, MusicScreen,kamatamago由衷感謝上述作者/社團/計劃/網站 ## [v2.3.2](/view/pmonTrainer/2.3.2) (2021-05-16) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修改影片網址 ## [v2.3.1](/view/pmonTrainer/2.3.1) (2021-05-16) #### Added - 新增描述 #### Changed - what were changed #### Fixed bugs: - bugs that are fixed ## [v2.3.0](/view/pmonTrainer/2.3.0) (2021-05-16) #### Added - 更新劇情和3隻精靈 #### Changed - what were changed #### Fixed bugs: - 修復若干bug ## [v2.2.1](/view/pmonTrainer/2.2.1) (2021-05-07) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復屬性問題 ## [v2.2.0](/view/pmonTrainer/2.2.0) (2021-05-02) #### Added - 更新劇情和3隻精靈 #### Changed - what were changed #### Fixed bugs: - 修復若干bug ## [v2.1.1](/view/pmonTrainer/2.1.1) (2021-04-18) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復技能bug ## [v2.1.0](/view/pmonTrainer/2.1.0) (2021-04-18) #### Added - 新增劇情和3隻精靈 #### Changed - what were changed #### Fixed bugs: - 修復若干bug ## [v2.0.2](/view/pmonTrainer/2.0.2) (2021-04-11) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復長牙象捕捉事件的遺漏 ## [v2.0.1](/view/pmonTrainer/2.0.1) (2021-04-11) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復了角色顯示和捨身一擊的bug ## [v2.0.0](/view/pmonTrainer/2.0.0) (2021-04-10) #### Added - 支援存讀檔 #### Changed - 描述修改 #### Fixed bugs: - 背包第5隻精靈血量條顯示問題 ## [v1.0.10](/view/pmonTrainer/1.0.10) (2021-04-09) #### Added - new features added #### Changed - 地圖優化 #### Fixed bugs: - 修正閃避命中bug ## [v1.0.9](/view/pmonTrainer/1.0.9) (2021-04-09) #### Added - new features added #### Changed - 地圖優化 #### Fixed bugs: - 修正了戰鬥次序結算問題 ## [v1.0.8](/view/pmonTrainer/1.0.8) (2021-04-08) #### Added - new features added #### Changed - 更改了血量條設計和殺生石機率 #### Fixed bugs: - bugs that are fixed ## [v1.0.7](/view/pmonTrainer/1.0.7) (2021-04-08) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復應急援助卡死的bug ## [v1.0.6](/view/pmonTrainer/1.0.6) (2021-04-07) #### Added - 新增血量條 #### Changed - 優化博士的指導 #### Fixed bugs: - bugs that are fixed ## [v1.0.5](/view/pmonTrainer/1.0.5) (2021-04-07) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 更新了回復自身攻擊造成傷害時產生的錯誤 ## [v1.0.4](/view/pmonTrainer/1.0.4) (2021-04-07) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - 修復視窗相關的問題 ## [v1.0.3](/view/pmonTrainer/1.0.3) (2021-04-06) #### Added - new features added #### Changed - 根據評論更改描述 #### Fixed bugs: - bugs that are fixed ## [v1.0.2](/view/pmonTrainer/1.0.2) (2021-04-06) #### Added - new features added #### Changed - 根據評論更改描述 #### Fixed bugs: - bugs that are fixed ## [v1.0.1](/view/pmonTrainer/1.0.1) (2021-04-06) #### Added - 新增勳章 #### Changed - what were changed #### Fixed bugs: - bugs that are fixed ## [v1.0.0](/view/pmonTrainer/1.0.0) (2021-04-06) #### Added - new features added #### Changed - what were changed #### Fixed bugs: - bugs that are fixed ## Authors **[Nacht](/profile/104977061989594590888@google)**
# 光暈功能範例,連宇宙猴猶也能看得懂的同人陣! 提供一些原同人陣的範例,讓你輕鬆做出同人陣(請看原始程式碼,並參考綠色字體的提示來修改,但如果你會,當然可以自己增減) 需先載入模組:TWLibEasyEdition 1.按"開專案" 2.按下左上角有刀叉圖示的按鈕,摳出一個你自己的專案(這樣才能編輯) 3.打開你自己的專案後,到左方的檔案總管理找到CG.TWSampleEZlife資料夾內的XXX.twmap與XXX.events。 4.先編輯地圖(XXX.twmap)然後按"儲存回程式碼",編輯完地圖後再編輯事件(XXX.events) <!-- <a herf="cg://CG.TWSampleEZlife/royal_chapter001_1.events" class="mat-raised-button mat-primary">編輯任務事件</a> --> <!-- <a herf="cg://" class="mat-raised-button mat-primary">編輯任務地圖</a> --> 5.當事件編輯器預設的動作沒有你想要的功能時,在事件編輯器按"動作"→"自訂事件",然後選擇任一個自訂事件。 6.到左方的檔案總管理找到action資料夾內的CustomEventXXX.action.ts,打開並參考綠色字體的提示來修改(GAME/sample內有每種檢查和動作的範例) 7.另外CG.TWSampleEZlife/missionsList.json可以設定一些有關遊戲的設定 8.做完之後,按右方第五個板手圖標製作成品,並設定穩定版本即可公開。 9.想進一步了解如何做同人請參考 https://code.gamelet.com/edit/jklolita 的原始碼內GAME裡面的內容。 ## 目前擁有的範例: 遊戲設定 - 地圖 - 遊戲模式 - 單房間最大玩家上限 - 玩家血量 - 玩家生命數 - 玩家聲望 - 參與陣營 事件 - 延遲 檢查 - 人物自訂按鍵 - 人物是否活著 - 人物屬性狀態(集氣狀態、出生階段狀態、跳躍狀態) - 人物是否是NPC - 人物是否是玩家 - 人物是否正在移動 - 人物是否正在切換武器 - 人物是否正在裝填子彈 - 人物是否正在攻擊 - 人物是否可被擊中[傷害類型] - 人物重量 - 人物位置 動作 - 新增角色[陣營、出生點、延遲出現、最大血量、重量、行為、演員、角色型態、面向角度、武器、預設武器] - 設定人物屬性(名字、面相角度、重量、角色大小、角色氣量、演員、最大血量、最小血量、目前血量) - 新增武器道具[種類、位置] - 角色說話 - 播放音效 - 角色裝備武器 - 人物死亡 - 發動武器攻擊 - 人物消失[消失動畫長度] - 人物特效(閃光[威力、是否顯示"?"特效、實際遮色時間長度、顏色]、跳出驚嘆號、噴火) - 移動人物位置 - 人物減血[傷害者、傷害值、傷害類型] - 發動技能 - 人物按空白鍵跳躍 - 人物跳躍[最小速度、最大速度、初始跳高速度、閃避率、耗氣量] - 設定預設武器 - 任務暫停 - 任務繼續 - 畫面特效(畫面遮色[亮度、對比、飽和、色調、畫面震動]) - 地圖特效(爆炸、震地) - 重設人物血量 - 攝影機焦點 - 攝影機焦點人物 - 任務完成 - 啟動計時器 - 關閉計時器 - 地圖機關(噴火孔、旋轉斧) - 遊戲設定(迴避友軍攻擊、迴避無陣營攻擊、最大使用技能等級) - 人物走至定點 - 啟動計時器 - 靜態物件(新增(地板層、地板層(自訂)、天空層、天空層(自訂))、移除) 動作2 - 設定人物屬性2(演員(自訂)) - 畫面特效2(浮雕、膨脹與收縮、陰極射線管) - 地圖機關(移除地圖機關) Sever/GLT - 顯示商店 - 顯示背包 - 獲得道具武器 - 消耗道具武器 - 頒發勳章 - 上傳遊戲分數 - 增加遊戲幣 ## Authors CGpara
ⒸCode.Gamelet.com | Privacy Policy | Terms of Service