File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ skills = [
1047
1047
"attack_type" => "melee" ,
1048
1048
"cooldown_mechanism" => "time" ,
1049
1049
"cooldown_ms" => 10000 ,
1050
- "execution_duration_ms" => 525 ,
1050
+ "execution_duration_ms" => 400 ,
1051
1051
"activation_delay_ms" => 0 ,
1052
1052
"is_passive" => false ,
1053
1053
"autoaim" => false ,
@@ -1375,6 +1375,12 @@ otix_basic_params = %{
1375
1375
character_id: Enum . find ( characters , fn c -> c . name == "otix" end ) . id
1376
1376
}
1377
1377
1378
+ shinko_basic_params = % {
1379
+ is_default: true ,
1380
+ name: "Basic" ,
1381
+ character_id: Enum . find ( characters , fn c -> c . name == "shinko" end ) . id
1382
+ }
1383
+
1378
1384
# Insert skins
1379
1385
[
1380
1386
h4ck_fenix_params ,
@@ -1385,7 +1391,8 @@ otix_basic_params = %{
1385
1391
kenzu_basic_params ,
1386
1392
otix_corrupt_underground ,
1387
1393
otix_basic_params ,
1388
- muflus_basic_params
1394
+ muflus_basic_params ,
1395
+ shinko_basic_params
1389
1396
]
1390
1397
|> Enum . each ( fn skin_params -> Characters . insert_skin ( skin_params ) end )
1391
1398
You can’t perform that action at this time.
0 commit comments