Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-08-03 23:44:10 -04:00
3 changed files with 14 additions and 9 deletions

View File

@@ -311,11 +311,11 @@ open = 열기
customize = 사용자 정의 규칙 customize = 사용자 정의 규칙
cancel = 취소 cancel = 취소
command = 명령 command = 명령
command.mine = Mine command.mine = 채굴
command.repair = Repair command.repair = 수리
command.rebuild = Rebuild command.rebuild = 재건
command.assist = Assist Player command.assist = 플레이어 지원
command.move = Move command.move = 이동
openlink = 링크 열기 openlink = 링크 열기
copylink = 링크 복사 copylink = 링크 복사
back = 뒤로가기 back = 뒤로가기

View File

@@ -6,7 +6,7 @@ import mindustry.entities.*;
import mindustry.gen.*; import mindustry.gen.*;
public class FlakBulletType extends BasicBulletType{ public class FlakBulletType extends BasicBulletType{
public float explodeRange = 30f, explodeDelay = 5f, flakInterval = 6f; public float explodeRange = 30f, explodeDelay = 5f, flakDelay = 0f, flakInterval = 6f;
public FlakBulletType(float speed, float damage){ public FlakBulletType(float speed, float damage){
super(speed, damage, "shell"); super(speed, damage, "shell");
@@ -27,9 +27,9 @@ public class FlakBulletType extends BasicBulletType{
super.update(b); super.update(b);
//don't check for targets if primed to explode //don't check for targets if primed to explode
if(b.fdata >= 0 && b.timer(2, flakInterval)){ if(b.time >= flakDelay && b.fdata >= 0 && b.timer(2, flakInterval)){
Units.nearbyEnemies(b.team, Tmp.r1.setSize(explodeRange * 2f).setCenter(b.x, b.y), unit -> { Units.nearbyEnemies(b.team, Tmp.r1.setSize(explodeRange * 2f).setCenter(b.x, b.y), unit -> {
//fadata < 0 means it's primed to explode //fdata < 0 means it's primed to explode
if(b.fdata < 0f || !unit.checkTarget(collidesAir, collidesGround)) return; if(b.fdata < 0f || !unit.checkTarget(collidesAir, collidesGround)) return;
if(unit.within(b, explodeRange + unit.hitSize/2f)){ if(unit.within(b, explodeRange + unit.hitSize/2f)){

View File

@@ -1,8 +1,13 @@
[ [
{ {
"name": "mindustry.pl", "name": "mindustry.pl",
"address": ["0.baseduser.eu.org:6966", "0.baseduser.eu.org:6666", "0.baseduser.eu.org:6000"] "address": ["0.baseduser.eu.org:6966", "0.baseduser.eu.org:6666", "0.baseduser.eu.org:6000"]
}, },
{
"name": "SynapseOS",
"address": ["0nera.ru:7777", "185.178.45.224:7777"]
},
{ {
"name": "C.A.M.S.", "name": "C.A.M.S.",
"address": ["0.baseduser.eu.org:42001", "0.baseduser.eu.org:42002", "v7.thedimas.pp.ua"] "address": ["0.baseduser.eu.org:42001", "0.baseduser.eu.org:42002", "v7.thedimas.pp.ua"]
@@ -93,7 +98,7 @@
}, },
{ {
"name": "OMNIDUSTRY", "name": "OMNIDUSTRY",
"address": ["109.94.209.233:6569"] "address": ["109.94.209.233:6569","109.94.209.233:6570"]
}, },
{ {
"name": "The Devil", "name": "The Devil",