Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidi92 authored Jan 4, 2018
1 parent 2b7be7d commit 59fd453
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/bidi/assets/configs/playerSpawnConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Bidi Tiny": {
"hull": "bidi:bidiTiny",
"items": " ",
"money": 0
}
}
10 changes: 10 additions & 0 deletions modules/bidi/assets/configs/startingStation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hull": "core:station",
"items": "core:gun core:gun",

"guard": {
"hull": "core:imperialBig",
"items": "core:fixedGun core:fixedShotGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield",
"density": 3
}
}
19 changes: 19 additions & 0 deletions modules/bidi/assets/configs/systemsConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"hard": {
"hard": true,
"constantAllies": [
{
"hull": "bidi:bidiTiny",
"items": " ",
"repairer": true,
"density": 1,

"guard": {
"hull": "bidi:bidiTiny",
"items": "core:mediumArmor core:smallShield",
"density": 4
}
}
]
}
}
77 changes: 77 additions & 0 deletions modules/bidi/assets/ships/bidiTiny/bidiTiny.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"size": 0.4,
"maxLife": 10,
"type": "std",
"price": 100,
"ability": {
"type": "sloMo",
"factor": 0.5,
"rechargeTime": 3
},
"e1Pos": "0.12 0.42",
"e2Pos": "0.12 0.55",
"displayName": "Bidi Tiny",
"engine": "core:pirateEngine",
"gunSlots": [
{
"position": "0.35 0.4",
"isUnderneathHull": false,
"allowsRotation": true
}
],
"rigidBody": {
"origin": {
"x": 0.60235286815662343552,
"y": 0.500416968793832432402
},
"polygons": [[
{
"x": 0.685100002341234158,
"y": 0.323850019532548633
},
{
"x": 0.939899992432344242,
"y": 0.501350023454352295
},
{
"x": 0.6825100642456230164,
"y": 0.6762400405335435584
},
{
"x": 0.147600023354351146,
"y": 0.6786499745453423279
},
{
"x": 0.15010002623462567,
"y": 0.318650053454341803
}
]],
"circles": [
],
"shapes": [{
"type": "POLYGON",
"vertices": [
{
"x": 0.15010003454386162567,
"y": 0.31865005335435641803
},
{
"x": 0.147600023344581146,
"y": 0.678649978543453279
},
{
"x": 0.68260003453550164,
"y": 0.67615004345431584
},
{
"x": 0.939899997345438142,
"y": 0.5013500234556302295
},
{
"x": 0.685200002345341858,
"y": 0.323650019034548633
}
]
}]
}
}
Binary file added modules/bidi/assets/ships/bidiTiny/bidiTiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions modules/bidi/module.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id" : "bidi",
"version" : "0.0.1",
"displayName" : "Bidi",
"description" : "Ships and other content to enable the Bidi in-game."
}

0 comments on commit 59fd453

Please sign in to comment.