Armoury OXP

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
Josef
Competent
Competent
Posts: 60
Joined: Sat May 29, 2021 6:20 pm
Location: Wien

Re: Armoury OXP

Post by Josef »

There I wrote exactly what the goals of that database are. One thing is that it is in the German language.
Josef
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5651
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Armoury OXP

Post by phkb »

Josef wrote: Tue Jun 22, 2021 4:49 am
There I wrote exactly what the goals of that database are. One thing is that it is in the German language.
I think hiran was pointing you towards some work he has been doing in cataloguing OXP's. If you follow this link to hiran's Box account, you'll find an archive (the most recent one called outputdir-210616.zip), which, after you've downloaded it and extracted the contents, will have an HTML document called indexEquipmentByName.html, which has every equipment item, the expansion it comes from, it's cost in deci-credits, and the TL required for purchase. That file might help you populate your DB.
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5651
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Armoury OXP

Post by phkb »

A small update to this one, removing all the TL99 equipment and replacing it with a condition script. It now should not report any messages to the log.
User avatar
Krager
---- E L I T E ----
---- E L I T E ----
Posts: 292
Joined: Wed Dec 11, 2024 9:44 pm
Location: Russian

Re: Armoury OXP

Post by Krager »

Оживляем `Энциклопедию Кораблей` несколькими видами вооружения.

shiplibrary.plist

Code: Select all

(
	{
		ship = "armoury_cutpurseMissile";
		class = "weapon";
		summary = "[oolite-ship-library-summary-WMs]";
		description = "Управляемая ракета, которая не наносит ущерба, но может вызвать аварийный сброс груза в системах кораблей-мишеней.";
	},
	{
		ship = "armoury_displacerMissile";
		class = "weapon";
		summary = "[oolite-ship-library-summary-WMs]";
		description = "Экспериментальная ракета, которая делает прыжки в гипер пространстве на короткие расстояния в цель. Физический урон не наносится, и цель должна быть способна к прыжку, чтобы быть пораженной.";
	},
	{
		ship = "armoury_fieldMine";
		class = "weapon";
		summary = "Мины";
		description = "Мини мина которых нексколько разбрасывает тактическая ракета.";
	},
	{
		ship = "armoury_fieldMissile";
		class = "weapon";
		summary = "[oolite-ship-library-summary-WMs]";
		description = "Ракета с защитой от РЭБ, которая при детонации разбрасывает несколько мини-мин. Это оружие ближнего действия сдетонирует при близком контакте, нанося дополнительный урон любому кораблю поблизости, а также всем выжившим после первоначального ракетного удара.";
	},
	{
		ship = "armoury_interdictor";
		class = "weapon";
		summary = "Мины";
		description = "Мина-перехватчик ГалКоп. Обычно используемые для борьбы с пиратством и подавления боевых действий, эти мины блокируют все системы наведения, не принадлежащие полиции. К сожалению, они неэффективны и против инопланетных целей.";
	},
	{
		ship = "armoury_kickerMissile";
		class = "weapon";
		summary = "[oolite-ship-library-summary-WMs]";
		description = "Оборонительная ракета, которая, не нанося ущерба, при ударе генерирует антигравитационный взрыв, который отбрасывает судно-мишень в сторону.";
	},
	{
		ship = "armoury_machineHardMissile";
		class = "weapon";
		summary = "[oolite-ship-library-summary-WMs]";
		description = "РЭБ закаленная ракета, изготовленная ракетной машиной.";
	},
	{
		ship = "armoury_uniBomb";
		class = "weapon";
		summary = "Бомбы";
		description = "Унибомба смертоносное устройство для передачи энергии, которое вызывает критический сбой в приводах кораблей, обычно приводящий к взрыву.";
	},
)
Post Reply