Add Dutch Marines (don't look that up on Urban Dictionary)
authorTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 4 Apr 2022 21:57:38 +0000 (17:57 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 4 Apr 2022 21:57:38 +0000 (17:57 -0400)
commit317c7c5d5bff0d7cece56d50a70f04a10ec2ae3b
treeaf1eba56a6b7793dde63cd4d8a5c16b0352c6498
parentc8896390d67de761b844b17543cdc750cb2b08ab
Add Dutch Marines (don't look that up on Urban Dictionary)
39 files changed:
.gitignore
kotlin-js-store/yarn.lock [new file with mode: 0644]
src/commonMain/kotlin/starshipfights/game/admiralty.kt
src/commonMain/kotlin/starshipfights/game/ship.kt
src/commonMain/kotlin/starshipfights/game/ship_factions.kt
src/commonMain/kotlin/starshipfights/game/ship_types.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons_formats.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons_list.kt
src/jsMain/resources/meshes/ndrc-2-jager-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-jager-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-jager-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-jager-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-ster-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-ster-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-ster-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-ster-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-zwaard-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-zwaard-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-zwaard-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-2-zwaard-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-slagschip-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-slagschip-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-slagschip-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-slagschip-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-voorhoede-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-voorhoede-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-voorhoede-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-3-voorhoede-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-5-krijgschuit-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-5-krijgschuit-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-5-krijgschuit-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/ndrc-5-krijgschuit-class.spec.png [new file with mode: 0644]
src/jvmMain/kotlin/starshipfights/auth/providers.kt
src/jvmMain/kotlin/starshipfights/data/admiralty/admiral_names.kt
src/jvmMain/kotlin/starshipfights/data/admiralty/ship_names.kt
src/jvmMain/kotlin/starshipfights/data/admiralty/ship_prices.kt
src/jvmMain/kotlin/starshipfights/info/views_user.kt
src/jvmMain/resources/static/images/flag/ndrc.inkscape.svg [new file with mode: 0644]
src/jvmMain/resources/static/images/flag/ndrc.svg [new file with mode: 0644]