Procházet zdrojové kódy

Add the Yahagi cruiser

tags/v0.1.0
Fen Dweller před 5 roky
rodič
revize
18c3fda72b
4 změnil soubory, kde provedl 5927 přidání a 0 odebrání
  1. +1639
    -0
      media/vehicles/warships/yahagi-front.svg
  2. +2820
    -0
      media/vehicles/warships/yahagi-side.svg
  3. +1459
    -0
      media/vehicles/warships/yahagi-top.svg
  4. +9
    -0
      presets/vehicles.js

+ 1639
- 0
media/vehicles/warships/yahagi-front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 2820
- 0
media/vehicles/warships/yahagi-side.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1459
- 0
media/vehicles/warships/yahagi-top.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 9
- 0
presets/vehicles.js Zobrazit soubor

@@ -502,6 +502,15 @@ function makeVehicles() {
"Top": { height: math.unit(76.7, "meters") },
}
},
{
name: "Yahagi",
mass: math.unit(7590, "tonnes"),
sides: {
"Side": { height: math.unit(37.03, "meters") },
"Front": { height: math.unit(37.03, "meters") },
"Top": { height: math.unit(174.5, "meters") },
}
},
],
"Warships",
"")


Načítá se…
Zrušit
Uložit