Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
Thank you!
In regards to the use of the term splash vs. explode...I wasn't positive on whether you had meant the same thing as explode and I'd rather err on the side of admitting I may not have the answer than act like I know everything and potentially end up misleading someone. On this, thanks for clearing up my confusion :)
Actually, I forgot that I made this comment it was so long ago. :)
Splash damage on cannons is inducated as explode damage and radius in blocks.lua, so they are basically the same terms. I was originally thinking splash was something different.
On the Weapons Charging: chargeMaxTime is the time to reach max charge. However, chargeMin is not a time, but a percentage of the chargeMaxTime.
So, if chargeMaxTime=2, and chargeMin=1, the minimum charge is not 1 second, but 2 seconds because 1 would be 100%.
To get a minimum charge time of 1 second you need to set chargeMin=0.5. ... meaning 50% of 2 seconds.
Weapons with a charge time generally have minumum and maximum charge times. My current understanding is that the max charge time is simply the amount of time you must charge the weapon to obtain full weapon damage as listed in the block description, whereas minimum charge time is the smallest amount of time you may spend charging the weapon and expect it to fire when you release the Fire button.
However, I'm not 100% confident of this answer owing to the fact that it's been a good while since I tested the P value of cannons. In addition, unless I've missed the public display of patch notes, Arthur hasn't been including what exactly has been changed with the most recent 5+ patches so I have no way of knowing if things changed in that regard either.
All of that said, if you have a definitive answer please let me know and I'll add it to the guide and give you credit for your help and the addition. :)