inuit57 / ITB_WeaponLab

인투더브리치 모드_무기 실험용
0 stars 0 forks source link

[실험실] Grid Def 100% #4

Open inuit57 opened 2 years ago

inuit57 commented 2 years ago

이론 상으로 만들 수 있는 최대 수치는 49 % (40% + 9% 파일럿 보너스)

여기에서 더 수치를 늘리려고 한다면 크게 2가지 방법이 있다.

inuit57 commented 2 years ago
GameData = {["save_version"] = 1, ["language"] = 1, ["network"] = 6, ["networkMax"] = 7, ["overflow"] = 0, ["seed"] = 14826, ["difficulty"] = 2, ["ach_info"] = {["squad"] = "Custom", ["trackers"] = {["Detritus_B_2"] = 0, ["Global_Challenge_Power"] = 0, ["Archive_A_1"] = 0, ["Archive_B_2"] = 0, ["Rust_A_2"] = 0, ["Rust_A_3"] = 0, ["Pinnacle_A_3"] = 0, ["Archive_B_1"] = 0, ["Pinnacle_B_3"] = 0, ["Detritus_B_1"] = 0, ["Pinnacle_B_1"] = 0, ["Global_Island_Mechs"] = 0, ["Global_Island_Building"] = 0, },
},

saveData.lua의 첫번째줄 overflow를 늘여보는 방법

inuit57 commented 2 years ago
["pilot2"] = {["id"] = "Pilot_Medic", ["name"] = "Isaac Jones", ["name_id"] = "Pilot_Medic_Name", ["renamed"] = false, ["skill1"] = 0, ["skill2"] = 2, ["exp"] = 16, ["level"] = 1, ["travel"] = 0, ["final"] = 0, ["starting"] = true, },
},

파일럿의 skill1, skill2 를 똑같이 Grid +3% 로 만드는 방법

inuit57 commented 2 years ago

맨 아래쪽의

SquadData = { 

에 새로 추가를 해보는 방법. 단, 이렇게 진행할 경우 위에 파일럿도 추가해줘야한다.