Added more types, changed how items and stuff will work. Began work on audio and npcs.

This commit is contained in:
Raktbastr 2026-05-15 16:18:51 -05:00
parent 05a97e072a
commit 33957c55dc
28 changed files with 472 additions and 518 deletions

View file

@ -0,0 +1,10 @@
[
{
"Stimpak": {
"name": "Stimpak",
"stat": "hp",
"mod": "+",
"value": "20"
}
}
]

View file

@ -0,0 +1,271 @@
[
{
"name": "Skin",
"desc": "Luckily you have skin, that's enough right?",
"type": "skin",
"resistances": {
"bash": 0,
"slash": 0,
"ballistic": 0,
"laser": 0,
"plasma": 0
},
"unit": "dr",
"weight": 0,
"cost": 0,
"immutable": true
},
{
"name": "Leather Armor",
"desc": "A set of leather armor, good protection from laser weapons.",
"type": "armor",
"resistances": {
"ballistic": 2,
"slash": 2,
"laser": 5,
"plasma": 3},
"unit": "dr",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Sturdy Leather Armor",
"desc": "A set of combat armor, better protection from laser and plasma weapons.",
"type": "armor",
"resistances": {
"ballistic": 5,
"slash": 5,
"laser": 10,
"plasma": 10
},
"unit": "dr",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Raider Armor",
"desc": "A set of raider armor, good protection from ballistic damage.",
"type": "armor",
"resistances": {
"ballistic": 5,
"slash": 3,
"laser": 2,
"plasma": 2
},
"unit": "dr",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Metal Armor" ,
"desc": "A set of raider armor, better protection from ballistic and slash damage.",
"type": "armor",
"resistances": {
"ballistic": 10,
"slash": 10,
"laser": 5,
"plasma": 5
},
"unit": "dr",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Combat Armor",
"desc": "A set of combat armor, better protection from all damage types.",
"type": "armor",
"resistances": {
"ballistic": 10,
"slash": 10,
"laser": 10,
"plasma": 10
},
"unit": "dr",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Centurion Armor",
"desc": "A set of Centurion armor, great protection from ballistic damage.",
"type": "armor",
"resistances": {
"ballistic": 10,
"slash": 10,
"laser": 10,
"plasma": 10
},
"unit": "dr",
"cost": 25,
"weight": 25,
"immutable": false
},
{"name": "NCR Ranger Armor" ,
"desc": "A set of NCR Ranger armor, great protection from laser and plasma weapons",
"type": "armor",
"resistances": {
"ballistic": 10,
"slash": 10,
"laser": 10,
"plasma": 10
},
"unit": "dr",
"cost": 30,
"weight": 30,
"immutable": false
},
{"name": "T-45 Power Armor",
"desc": "A set of T-45 Power Armor, protects against all damage types.",
"type": "parmor",
"resistances": {
"ballistic": 15,
"slash": 15,
"laser": 15,
"plasma": 15
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "T-60 Power Armor",
"desc": "A set of T-60 Power Armor, good protection from all damage types.",
"type": "parmor",
"resistances": {
"ballistic": 25,
"slash": 25,
"laser": 25,
"plasma": 25
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
}
,
{"name": "T-65 Power Armor",
"desc": "A set of T-60 Power Armor, great protection from all damage types.",
"type": "parmor",
"resistances": {
"ballistic": 35,
"slash": 35,
"laser": 35,
"plasma": 35
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "X-01 Power Armor",
"desc": "X-01 Power Armor, good protection from energy damage.",
"type": "parmor",
"resistances": {
"ballistic": 10,
"slash": 10,
"laser": 30,
"plasma": 30
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "APA MkI Power Armor",
"desc": "APA MkI Power Armor, great protection from energy damage.",
"type": "parmor",
"resistances": {
"ballistic": 20,
"slash": 20,
"laser": 40,
"plasma": 40
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "APA MkII Power Armor",
"desc": "APA MkII Power Armor, excellent protection from energy damage.",
"type": "parmor",
"resistances": {
"ballistic": 30,
"slash": 30,
"laser": 50,
"plasma": 50
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Raider Power Armor",
"desc": "Raider Power Armor, good protection from ballistic damage.",
"type": "parmor",
"resistances": {
"ballistic": 30,
"slash": 30,
"laser": 10,
"plasma": 10
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Ultracite Power Armor",
"desc": "Ultracite Power Armor, great protection from ballistic damage.",
"type": "parmor",
"resistances": {
"ballistic": 40,
"slash": 40,
"laser": 20,
"plasma": 20
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "T-51 Power Armor",
"desc": "T-51 Power Armor, excellent protection from ballistic damage.",
"type": "parmor",
"resistances": {
"ballistic": 50,
"slash": 50,
"laser": 30,
"plasma": 30
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
},
{"name": "Enclave Uniform",
"desc": "Enclave uniform, standard issue",
"type": "armor",
"resistances": {
"ballistic": 0,
"slash": 0,
"laser": 0,
"plasma": 0
},
"unit": "dr",
"cost": 20,
"weight": 20,
"immutable": false
},
{"name": "Excavator Power Armor",
"desc": "Excavator Power Armor, +25% Chance to find extra loot",
"type": "parmor",
"resistances": {
"ballistic": 5,
"slash": 5,
"laser": 5,
"plasma": 5
},
"unit": "dt",
"cost": 5,
"weight": 5,
"immutable": false
}
]

View file

@ -0,0 +1,9 @@
[
{
"RRC": {
"weapons" : [
]
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"name": "Food",
"desc": "Yummy :).",
"weight": 0,
"cost": 0,
"consumable": true,
"aidModifier": "food",
"immutable": false
}
]

View file

@ -0,0 +1,8 @@
[
{
"title": "Main Title",
"filename": "maintitle.wav",
"type": "theme",
"area": "meta"
}
]

View file

@ -0,0 +1,92 @@
[
{
"name": "Fists",
"desc": "Your fists, ",
"type": "bash",
"ammo": "none",
"dmg": 2,
"cost": 0,
"weight": 0,
"immutable": true
},
{
"name": "Combat Knife",
"desc": "A combat knife, does 5 slash damage",
"type": "slash",
"ammo": "none",
"dmg": 5,
"cost": 5,
"weight": 1,
"immutable": false
},
{
"name": "Ripper",
"desc": "A ripper, does 10 slash damage",
"type": "slash",
"ammo": "none",
"dmg": 5,
"cost": 5,
"weight": 1,
"immutable": false
},
{
"name": "Chainsaw",
"desc": "A combat knife, does 5 slash damage",
"type": "slash",
"ammo": "none",
"dmg": 5,
"cost": 5,
"weight": 1,
"immutable": false
},
{
"name": "Baseball Bat",
"desc": "A baseball bat, does 5 bash damage",
"type": "bash",
"ammo": "none",
"dmg": 5,
"cost": 5,
"weight": 1,
"immutable": false
},
{
"name": "Power Fist",
"desc": "A power fist, does 15 bash damage",
"type": "bash",
"ammo": "none",
"dmg": 15,
"cost": 10,
"weight": 2,
"immutable": false
},
{
"name": "Super Sledge",
"desc": "A super sledge, does 30 bash damage",
"type": "bash",
"ammo": "none",
"dmg": 30,
"cost": 10,
"weight": 15,
"immutable": false
},
{
"name": "10mm Pistol",
"desc": "A 10mm pistol, does 10 ballistic damage",
"type": "ballistic",
"ammo": "10",
"dmg": 10,
"cost": 10,
"weight": 2,
"immutable": false
},
{
"name": "Hunting Rifle",
"desc": "A hunting rifle, does 15 ballistic damage",
"type": "ballistic",
"ammo": "308",
"dmg": 10,
"cost": 10,
"weight": 2,
"immutable": false
}
]