Skip to content

Commit

Permalink
Basic Armor and C3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod995 committed Oct 26, 2018
1 parent 2cfce78 commit cc41664
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
19 changes: 19 additions & 0 deletions battletech/Battlemechs/Equipments/armor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"type": "vehicle_part",
"id": "primitive_armor",
"name": "steel plating",
"symbol": ")",
//: 11 Points of armor per ton, noice.
"color": "grey",
"broken_symbol": "|",
"broken_color": "light_cyan",
"durability": 1070,
"item": "primitive_armor_plate",
"difficulty": 1,
"location": "armor",
"flags": [ "ARMOR", "MULTISQUARE" ],
"breaks_into": "primitive_armor_plate",
"damage_reduction": { "all": 10 }
}
]
Empty file.
39 changes: 39 additions & 0 deletions battletech/Tech/IS/C3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[
{
"type": "vehicle_part",
"id": "C3_master",
"name": "C3 Command Unit",
"symbol": "^",
"color": "grey",
"broken_symbol": "%",
"broken_color": "red",
"damage_modifier": 10,
"durability": 200,
"item": "C3_master",
"difficulty": 3,
"flags": [
"CONTROLS",
"CTRL_ELECTRONIC",
"REMOTE_CONTROLS"
],
"breaks_into": [
{
"item": "motor_small"
},
{
"item": "steel_chunk",
"count": [
1,
3
]
},
{
"item": "scrap",
"count": [
1,
3
]
}
]
}
]
Empty file removed battletech/Tech/IS/placeholder.txt
Empty file.

0 comments on commit cc41664

Please sign in to comment.