Code:
USE [Arcadia]
GO
/****** Object: Table [dbo].[JobLevelBonus] Script Date: 05/04/2011 00:08:00 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[JobLevelBonus](
[job_id] [int] NOT NULL,
[strength_0] [decimal](10, 3) NOT NULL,
[vital_0] [decimal](10, 3) NOT NULL,
[dexterity_0] [decimal](10, 3) NOT NULL,
[agility_0] [decimal](10, 3) NOT NULL,
[intelligence_0] [decimal](10, 3) NOT NULL,
[mentality_0] [decimal](10, 3) NOT NULL,
[luck_0] [decimal](10, 3) NOT NULL,
[strength_1] [decimal](10, 3) NOT NULL,
[vital_1] [decimal](10, 3) NOT NULL,
[dexterity_1] [decimal](10, 3) NOT NULL,
[agility_1] [decimal](10, 3) NOT NULL,
[intelligence_1] [decimal](10, 3) NOT NULL,
[mentality_1] [decimal](10, 3) NOT NULL,
[luck_1] [decimal](10, 3) NOT NULL,
[strength_2] [decimal](10, 3) NOT NULL,
[vital_2] [decimal](10, 3) NOT NULL,
[dexterity_2] [decimal](10, 3) NOT NULL,
[agility_2] [decimal](10, 3) NOT NULL,
[intelligence_2] [decimal](10, 3) NOT NULL,
[mentality_2] [decimal](10, 3) NOT NULL,
[luck_2] [decimal](10, 3) NOT NULL,
[strength_3] [decimal](10, 3) NOT NULL,
[vital_3] [decimal](10, 3) NOT NULL,
[dexterity_3] [decimal](10, 3) NOT NULL,
[agility_3] [decimal](10, 3) NOT NULL,
[intelligence_3] [decimal](10, 3) NOT NULL,
[mentality_3] [decimal](10, 3) NOT NULL,
[luck_3] [decimal](10, 3) NOT NULL
) ON [PRIMARY]
GO
INSERT [dbo].[JobLevelBonus] ([job_id], [strength_0], [vital_0], [dexterity_0], [agility_0], [intelligence_0], [mentality_0], [luck_0], [strength_1], [vital_1], [dexterity_1], [agility_1], [intelligence_1], [mentality_1], [luck_1], [strength_2], [vital_2], [dexterity_2], [agility_2], [intelligence_2], [mentality_2], [luck_2], [strength_3], [vital_3], [dexterity_3], [agility_3], [intelligence_3], [mentality_3], [luck_3]) VALUES (100, CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.200 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)))
INSERT [dbo].[JobLevelBonus] ([job_id], [strength_0], [vital_0], [dexterity_0], [agility_0], [intelligence_0], [mentality_0], [luck_0], [strength_1], [vital_1], [dexterity_1], [agility_1], [intelligence_1], [mentality_1], [luck_1], [strength_2], [vital_2], [dexterity_2], [agility_2], [intelligence_2], [mentality_2], [luck_2], [strength_3], [vital_3], [dexterity_3], [agility_3], [intelligence_3], [mentality_3], [luck_3]) VALUES (200, CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.200 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)))
INSERT [dbo].[JobLevelBonus] ([job_id], [strength_0], [vital_0], [dexterity_0], [agility_0], [intelligence_0], [mentality_0], [luck_0], [strength_1], [vital_1], [dexterity_1], [agility_1], [intelligence_1], [mentality_1], [luck_1], [strength_2], [vital_2], [dexterity_2], [agility_2], [intelligence_2], [mentality_2], [luck_2], [strength_3], [vital_3], [dexterity_3], [agility_3], [intelligence_3], [mentality_3], [luck_3]) VALUES (300, CAST(0.400 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.200 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)))
INSERT [dbo].[JobLevelBonus] ([job_id], [strength_0], [vital_0], [dexterity_0], [agility_0], [intelligence_0], [mentality_0], [luck_0], [strength_1], [vital_1], [dexterity_1], [agility_1], [intelligence_1], [mentality_1], [luck_1], [strength_2], [vital_2], [dexterity_2], [agility_2], [intelligence_2], [mentality_2], [luck_2], [strength_3], [vital_3], [dexterity_3], [agility_3], [intelligence_3], [mentality_3], [luck_3]) VALUES (101, CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.400 AS Decimal(10, 3)), CAST(0.500 AS Decimal(10, 3)), CAST(0.200 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)), CAST(0.000 AS Decimal(10, 3)))